Skip to content

Commit

Permalink
Add rebuild thumbnail strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Crossle Song committed Nov 21, 2013
1 parent 08e0712 commit 57a37bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-18
target=android-19
android.library=true
2 changes: 2 additions & 0 deletions res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<string name="file_explorer_play_all">播放全部</string>
<string name="file_explorer_play_from_start">重新播放</string>
<string name="file_explorer_loop_file">循环播放</string>
<string name="file_explorer_rebuild_thumbnail">重建缩略图</string>
<string name="file_explorer_file_exists">%s已经存在</string>
<string name="file_explorer_select_all">全选</string>
<string name="file_explorer_exist">文件已存在</string>
Expand Down Expand Up @@ -210,6 +211,7 @@
<string name="menu_backup">备份</string>
<string name="menu_restore">恢复</string>
<string name="menu_plugins">插件</string>
<string name="menu_gift">礼品</string>
<string name="menu_preferences">设置</string>
<string name="menu_help">帮助</string>
<string name="menu_quit">退出</string>
Expand Down
2 changes: 2 additions & 0 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<string name="file_explorer_play_all">Play all</string>
<string name="file_explorer_play_from_start">Replay</string>
<string name="file_explorer_loop_file">Loop</string>
<string name="file_explorer_rebuild_thumbnail">Rebuild thumbnail</string>
<string name="file_explorer_file_exists">%s already exists</string>
<string name="file_explorer_select_all">All</string>
<string name="file_explorer_exist">File already exists</string>
Expand Down Expand Up @@ -215,6 +216,7 @@
<string name="menu_backup">Backup</string>
<string name="menu_restore">Restore</string>
<string name="menu_plugins">Plugins</string>
<string name="menu_gift">Gifts</string>
<string name="menu_preferences">Preferences</string>
<string name="menu_help">Help</string>
<string name="menu_quit">Quit</string>
Expand Down

0 comments on commit 57a37bc

Please sign in to comment.