Skip to content

Commit 801a104

Browse files
author
Cl1608Ho
committed
Fixed translations
1 parent c7b2c4e commit 801a104

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "org.cuberite.android"
88
minSdkVersion 16
99
targetSdkVersion 25
10-
versionCode 2
11-
versionName "1.1"
10+
versionCode 3
11+
versionName "1.2"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
vectorDrawables.useSupportLibrary = true
1414
}

app/src/main/res/values/strings.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<resources>
2-
<string name="app_name">Cuberite</string>
2+
<string name="app_name" translatable="false">Cuberite</string>
33
<string name="do_install_cuberite">Install Cuberite</string>
44
<string name="do_start_cuberite">Start Server</string>
55
<string name="do_stop_cuberite">Stop Server</string>
66
<string name="do_kill_cuberite">Kill Server (If stopping doesn\'t work)</string>
77
<string name="do_execute_line">Execute!</string>
8-
<string name="cancel">@android:string/cancel</string>
9-
<string name="ok">@android:string/ok</string>
8+
<string name="cancel" translatable="false">@android:string/cancel</string>
9+
<string name="ok" translatable="false">@android:string/ok</string>
1010
<string name="username">Username</string>
1111
<string name="password">Password</string>
1212
<string name="enabled">enabled</string>
@@ -71,7 +71,7 @@
7171
<string name="settings_info_libraries_explanation">This app uses third-party libraries to provide certain features. Below is some info about these libraries as well as their respective licenses</string>
7272

7373
<string name="ini4j_license">License for the [ini4j] library (used for manipulating Cuberite settings)</string>
74-
<string name="ini4j_license_description">Copyright 2005,2009 Ivan SZKIBA\n\n
74+
<string name="ini4j_license_description" translatable="false">Copyright 2005,2009 Ivan SZKIBA\n\n
7575

7676
Licensed under the Apache License, Version 2.0 (the "License");
7777
you may not use this file except in compliance with the License.
@@ -87,7 +87,7 @@ limitations under the License.
8787
</string>
8888

8989
<string name="pathutils_license">License for the PathUtils functions (used for installing Cuberite manually to select binaries)</string>
90-
<string name="pathutils_license_description">A few edits were made to wrap some functions into a new class. Below is a copy of the original license.\n\n
90+
<string name="pathutils_license_description" translatable="false">A few edits were made to wrap some functions into a new class. Below is a copy of the original license.\n\n
9191

9292
Copyright © 2011 - 2013 Paul Burke\n\n
9393

0 commit comments

Comments
 (0)