|
|
@@ -289,6 +289,10 @@ class LanguageDefault {
|
|
|
public string text211000 = "奥运比赛专用比赛弓";
|
|
|
public string text211001 = "奥运比赛专用比赛弓";
|
|
|
public string text211002 = "奥运比赛专用比赛箭";
|
|
|
+
|
|
|
+ //审核时用到的临时文字-设置页面
|
|
|
+ public string text1234560 = "基础设置";
|
|
|
+ public string text1234561 = "退出应用";
|
|
|
}
|
|
|
class LanguageEnglish : LanguageDefault {
|
|
|
public new string text1 = "Name :";
|
|
|
@@ -466,4 +470,8 @@ class LanguageEnglish : LanguageDefault {
|
|
|
public new string text211000 = "Special bow for Olympic Games.";
|
|
|
public new string text211001 = "Special bow for Olympic Games.";
|
|
|
public new string text211002 = "Special competition arrow for Olympic Games.";
|
|
|
+
|
|
|
+ //审核时用到的临时文字-设置页面
|
|
|
+ public new string text1234560 = "Base Settings";
|
|
|
+ public new string text1234561 = "Quit App";
|
|
|
}
|