forked from organicmaps/organicmaps
Removed old strings, added tags for non-translatable ones.
This commit is contained in:
parent
b65ce84af3
commit
0f5c5445f9
31 changed files with 28 additions and 108 deletions
|
@ -43,10 +43,9 @@ android {
|
|||
sourceSets.main {
|
||||
manifest.srcFile 'AndroidManifest.xml'
|
||||
java.srcDirs = ['src']
|
||||
// Flurry key is separated because res/values/strings.xml is auto-generated by tools/unix/update_localizations.sh
|
||||
res.srcDirs = ['res', 'flavors/res-flurry']
|
||||
res.srcDirs = ['res']
|
||||
// assets folder is auto-generated by tools/android/update_assets.sh, so we keep all static resources in separate folders.
|
||||
assets.srcDirs = ['assets', 'flavors/assets-mrgs']
|
||||
assets.srcDirs = ['assets', 'assets-mrgs']
|
||||
jniLibs.srcDirs = ['libs']
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<resources>
|
||||
<string name="flurry_app_key">***REMOVED***</string>
|
||||
</resources>
|
|
@ -1,6 +1,31 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="shared_user_label" translatable="false">Maps With Me</string>
|
||||
|
||||
<!-- FLURRY -->
|
||||
<string name="flurry_app_key" translatable="false">***REMOVED***</string>
|
||||
|
||||
<!-- FB -->
|
||||
<string name="fb_app_id" translatable="false">185237551520383</string>
|
||||
|
||||
<!-- MAT -->
|
||||
<string name="advertiser_id" translatable="false">14130</string>
|
||||
<string name="conversion_key" translatable="false">***REMOVED***</string>
|
||||
|
||||
<!-- MRGS -->
|
||||
<string name="mrgs_key" translatable="false">***REMOVED***</string>
|
||||
<string name="mrgs_id" translatable="false">150</string>
|
||||
|
||||
<!-- Font names -->
|
||||
<string name="robotoLight" translatable="false">sans-serif-light</string>
|
||||
<string name="robotoRegular" translatable="false">sans-serif</string>
|
||||
<string name="robotoCondensed" translatable="false">sans-serif-condensed</string>
|
||||
<!-- roboto thin (android 4.2)-->
|
||||
<string name="robotoThin" translatable="false">sans-serif-thin</string>
|
||||
<!-- roboto medium (android 5.0)-->
|
||||
<string name="robotoMedium" translatable="false">sans-serif-medium</string>
|
||||
|
||||
<!-- Prefs -->
|
||||
<string name="pref_allow_stat" translatable="false">AllowStat</string>
|
||||
<string name="pref_munits" translatable="false">MeasurementUnits</string>
|
||||
<string name="pref_storage_activity" translatable="false">StorageActivity</string>
|
||||
|
@ -19,5 +44,4 @@
|
|||
<string name="pref_subscribe" translatable="false">Subscribe</string>
|
||||
<string name="pref_settings" translatable="false">Settings</string>
|
||||
<string name="pref_file_name" translatable="false">MapsMePrefs</string>
|
||||
|
||||
</resources>
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<resources>
|
||||
<string name="fb_app_id">185237551520383</string>
|
||||
</resources>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="robotoLight">sans-serif-light</string>
|
||||
<string name="robotoRegular">sans-serif</string>
|
||||
<string name="robotoCondensed">sans-serif-condensed</string>
|
||||
<!-- roboto thin (android 4.2)-->
|
||||
<string name="robotoThin">sans-serif-thin</string>
|
||||
<!-- roboto medium (android 5.0)-->
|
||||
<string name="robotoMedium">sans-serif-medium</string>
|
||||
|
||||
</resources>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<resources>
|
||||
<string name="advertiser_id">14130</string>
|
||||
<string name="conversion_key">***REMOVED***</string>
|
||||
</resources>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<resources>
|
||||
<string name="mrgs_key">***REMOVED***</string>
|
||||
<string name="mrgs_id">150</string>
|
||||
</resources>
|
|
@ -4,8 +4,6 @@
|
|||
<!-- Language: en -->
|
||||
<resources>
|
||||
<!-- SECTION: Strings -->
|
||||
<!-- DO NOT TRANSLATE! Used only on Android for special purposes. -->
|
||||
<string name="shared_user_label">Maps With Me</string>
|
||||
<!-- About button text (should be short) -->
|
||||
<string name="about">About</string>
|
||||
<!-- Button text (should be short) -->
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "نبذة عنا";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "O aplikaci";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "Om app";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "Über Karten";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "About";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "Acerca de";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "À propos de";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "A programról";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "Informazioni";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "情報";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "소개";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "Over";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "O programie";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "Sobre";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "О программе";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "O aplikácii";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "Om";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "เกี่ยวกับ";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "Hakkında";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "Про програму";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "关于";
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
/********** Strings **********/
|
||||
|
||||
/* DO NOT TRANSLATE! Used only on Android for special purposes. */
|
||||
"shared_user_label" = "Maps With Me";
|
||||
|
||||
/* About button text (should be short) */
|
||||
"about" = "關於";
|
||||
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
[[Strings]]
|
||||
[shared_user_label]
|
||||
en = Maps With Me
|
||||
tags = android
|
||||
comment = DO NOT TRANSLATE! Used only on Android for special purposes.
|
||||
|
||||
[about]
|
||||
[about]
|
||||
tags = tizen
|
||||
en = About
|
||||
comment = About button text (should be short)
|
||||
|
|
Loading…
Add table
Reference in a new issue