Skip to content

Commit

Permalink
The Chinese translation, provided by Shanghai Ndoo Network Technology…
Browse files Browse the repository at this point in the history
… Ltd.
  • Loading branch information
pfedor committed Oct 1, 2011
1 parent 8ac7aa4 commit 220cbd4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.jfedor.frozenbubble"
android:installLocation="preferExternal"
android:versionCode="11"
android:versionName="1.10">
android:versionCode="12"
android:versionName="1.11">
<supports-screens
android:smallScreens="true"
android:normalScreens="true"
Expand Down
19 changes: 19 additions & 0 deletions res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">冰冻泡泡</string>
<string name="menu_new_game">新游戏</string>
<string name="menu_colorblind_mode_on">色盲模式开启</string>
<string name="menu_colorblind_mode_off">色盲模式关闭</string>
<string name="menu_fullscreen_on">全屏模式开启</string>
<string name="menu_fullscreen_off">全屏模式关闭</string>
<string name="menu_sound_on">声音开</string>
<string name="menu_sound_off">声音关</string>
<string name="menu_about">关于冰冻泡泡</string>
<string name="menu_touchscreen_aim_then_shoot">瞄准后射击</string>
<string name="menu_touchscreen_point_to_shoot">点击射击</string>
<string name="menu_dont_rush_me">不要催我</string>
<string name="menu_rush_me">敦促我</string>
<string name="menu_editor">关卡编辑器</string>
<string name="install_editor">推荐您直接到市场上下载关卡编辑器...</string>
<string name="market_missing">找不到Android市场! 请手动安装冰冻泡泡编辑器.</string>
</resources>

0 comments on commit 220cbd4

Please sign in to comment.