This commit is contained in:
a1batross 2016-10-29 01:12:20 +03:00
parent 93dda7c002
commit c512e1d4f6
4 changed files with 34 additions and 30 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="in.celest.xash3d.cs16client"
android:versionCode="358"
android:versionName="1.02">
android:versionCode="365"
android:versionName="1.2">
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="23"/>
<application android:label="@string/app_name"
android:debuggable="false"

View File

@ -1,15 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="title_activity_launcher">Лаунчер cs16-client</string>
<string name="launch_button">Запустить cs16-client!</string>
<string name="cmd_args_text">Аргументы командной строки:</string>
<string name="cmd_args_text2">Не трогайте, если не знаете нужно ли оно вам.</string>
<string name="not_found_msg">Ничего не найдено. Проверьте вашу установку.</string>
<string name="not_found_title">Что-то пошло не так...</string>
<string name="not_implemented_msg">Данная функция не реализована.</string>
<string name="not_implemented_title">Не реализовано!</string>
<string name="enablezbot">Включить ZBot ботов.</string>
<string name="enableyapb">Включить YaPB ботов.</string>
<string name="basedir_text">Путь до игры:</string>
<string name="basedir_text2">Оставьте пустым, чтобы использовать настройки Xash3D Android.</string>
<string name="title_activity_launcher">Лаунчер CS16Client</string>
<string name="launch_button">Запустить CS16Client!</string>
<string name="cmd_args_text">Аргументы командной строки:</string>
<string name="cmd_args_text2">Не трогайте, если не знаете нужно ли оно вам!</string>
<string name="not_found_msg">Ничего не найдено. Проверьте вашу установку.</string>
<string name="not_found_title">Что-то пошло не так...</string>
<string name="not_implemented_msg">Эта функция ещё не реализована</string>
<string name="not_implemented_title">Ещё не реализовано!</string>
<string name="not_implemented_fully">Не готово! Багрепорты не будут приниматься, если эта функция включена.</string>
<string name="zbot_on">Включить ZBot боты</string>
<string name="zbot_off">Выключить ZBot боты</string>
<string name="yapb_on">Включить YaPB боты</string>
<string name="yapb_off">Выключить YaPB боты</string>
<string name="czero_on">Включить поддержку Condition Zero</string>
<string name="czero_off">Выключить поддержку Condition Zero</string>
<string name="defCmdArgs">-console -game cstrike -bots, etc</string>
<string name="xash_not_installed_title">Движок не найден</string>
<string name="xash_not_installed_msg">Для того, чтобы продолжить вам необходимо установить Xash3D на ваше устройство</string>
<string name="install_xash">Установить</string>
<string name="cancel">Отмена</string>
</resources>

View File

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">CS16Client</string>
<string name="title_activity_launcher">CS16Client Launcher</string>
<string name="launch_button">Launch cs16-client!</string>
<string name="cmd_args_text">Command line arguments:</string>
<string name="cmd_args_text2">Don\'t touch if you don\'t know why you need this!</string>
<string name="not_found_msg">Nothing was found. Check your APK or choose another server</string>
<string name="not_found_title">Something got wrong...</string>
<string name="not_implemented_msg">This feature is not implemented yet</string>
<string name="not_implemented_title">Not implemented!</string>
<string name="app_name" translatable="false">CS16Client</string>
<string name="defCmdArgs" translatable="false">-console -game cstrike -bots, etc</string>
<string name="title_activity_launcher">CS16Client Launcher</string>
<string name="launch_button">Launch cs16-client!</string>
<string name="cmd_args_text">Command line arguments:</string>
<string name="cmd_args_text2">Don\'t touch if you don\'t know why you need this!</string>
<string name="not_found_msg">Nothing was found. Check your installation</string>
<string name="not_found_title">Something got wrong...</string>
<string name="not_implemented_msg">This feature is not implemented yet</string>
<string name="not_implemented_title">Not implemented!</string>
<string name="not_implemented_fully">This is not ready! Bugreports are not accepted when this feature is on.</string>
<string name="zbot_on">ZBot Enabled</string>
<string name="zbot_off">ZBot Disabled</string>
@ -17,11 +17,6 @@
<string name="yapb_off">YaPB Disabled</string>
<string name="czero_on">Condition Zero Enabled</string>
<string name="czero_off">Condition Zero Disabled</string>
<string name="defCmdArgs">-console -game cstrike -bots, etc</string>
<string name="text_tab1">Normal</string>
<string name="text_tab2">Advanced</string>
<string name="text_res_tittle2">Normal settings</string>
<string name="text_res_tittle3">Advanced settings</string>
<string name="xash_not_installed_title">No engine found</string>
<string name="xash_not_installed_msg">To continue, you must install Xash3D engine on your device</string>
<string name="install_xash">Install</string>

View File

@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
static const char *uiCreditsDefault[] =
{
"CS16Client v1.02",
"CS16Client v1.2",
"Build Date:" __DATE__ " " __TIME__ ,
"",
"Developers: ",
@ -63,6 +63,7 @@ static const char *uiCreditsDefault[] =
"Athiend",
"vlad[54rus]",
"KinG",
"erokhin",
"",
"Big thanks to Valve Corporation for Counter-Strike",
"Uncle Mike for this powerful engine",