[android] Fix android:sharedUserLabel - equal for all apps. It's needed for installation.

This commit is contained in:
vng 2012-07-14 00:28:13 -07:00 committed by Alex Zolotarev
parent d31d85a6d2
commit 841b34fcff
12 changed files with 33 additions and 4 deletions

View file

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mapswithme.maps"
android:versionCode="205"
android:versionName="2.0.5"
android:versionCode="210"
android:versionName="2.1.0"
android:installLocation="preferExternal"
android:sharedUserId="com.mapswithme"
android:sharedUserLabel="@string/app_name">
android:sharedUserLabel="@string/shared_user_label">
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/>
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch" />

View file

@ -5,7 +5,7 @@
android:versionName="2.1.0"
android:installLocation="preferExternal"
android:sharedUserId="com.mapswithme"
android:sharedUserLabel="@string/app_name">
android:sharedUserLabel="@string/shared_user_label">
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/>
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch" />

View file

@ -4,6 +4,8 @@
<!-- Language: en -->
<resources>
<!-- Strings -->
<!-- Used in Android manifest for all apps (Lite and Pro), because it should be equal everywere. -->
<string name="shared_user_label">Maps With Me</string>
<!-- Dialog text when paid version become available on the market. Showed only once. -->
<string name="pro_version_available">A paid version of MapsWithMe, featuring search, is available for download. Would you like to get it now?</string>
<!-- About button text (should be short! @todo - fix french) -->

View file

@ -6,6 +6,9 @@
/********** Strings **********/
/* Used in Android manifest for all apps (Lite and Pro), because it should be equal everywere. */
"shared_user_label" = "Maps With Me";
/* Dialog text when paid version become available on the market. Showed only once. */
"pro_version_available" = "Die neue kostenpflichtige Version von MapsWithMe mit Suchfunktion ist erhältlich. Möchten Sie sie jetzt herunterladen?";

View file

@ -6,6 +6,9 @@
/********** Strings **********/
/* Used in Android manifest for all apps (Lite and Pro), because it should be equal everywere. */
"shared_user_label" = "Maps With Me";
/* Dialog text when paid version become available on the market. Showed only once. */
"pro_version_available" = "A paid version of MapsWithMe, featuring search, is available for download. Would you like to get it now?";

View file

@ -6,6 +6,9 @@
/********** Strings **********/
/* Used in Android manifest for all apps (Lite and Pro), because it should be equal everywere. */
"shared_user_label" = "Maps With Me";
/* Dialog text when paid version become available on the market. Showed only once. */
"pro_version_available" = "Salió una nueva versión de pago, ¿quieres descargala ahora?";

View file

@ -6,6 +6,9 @@
/********** Strings **********/
/* Used in Android manifest for all apps (Lite and Pro), because it should be equal everywere. */
"shared_user_label" = "Maps With Me";
/* Dialog text when paid version become available on the market. Showed only once. */
"pro_version_available" = "La nouvelle version payante de MapsWithMe est accessible. Voulez vous l'installer maintenant?";

View file

@ -6,6 +6,9 @@
/********** Strings **********/
/* Used in Android manifest for all apps (Lite and Pro), because it should be equal everywere. */
"shared_user_label" = "Maps With Me";
/* Dialog text when paid version become available on the market. Showed only once. */
"pro_version_available" = "A paid version of MapsWithMe, featuring search, is available for download. Would you like to get it now?";

View file

@ -6,6 +6,9 @@
/********** Strings **********/
/* Used in Android manifest for all apps (Lite and Pro), because it should be equal everywere. */
"shared_user_label" = "Maps With Me";
/* Dialog text when paid version become available on the market. Showed only once. */
"pro_version_available" = "MapsWithMe完全版ならオフラインサーチでさらにナビゲートが簡単です。今すぐご入手下さい";

View file

@ -6,6 +6,9 @@
/********** Strings **********/
/* Used in Android manifest for all apps (Lite and Pro), because it should be equal everywere. */
"shared_user_label" = "Maps With Me";
/* Dialog text when paid version become available on the market. Showed only once. */
"pro_version_available" = "오프라인 검색 기능의 MapsWithMe의 풀버젼으로 보다 쉽게 검색하세요. 지금 구매하세요!";

View file

@ -6,6 +6,9 @@
/********** Strings **********/
/* Used in Android manifest for all apps (Lite and Pro), because it should be equal everywere. */
"shared_user_label" = "Maps With Me";
/* Dialog text when paid version become available on the market. Showed only once. */
"pro_version_available" = "Вышла платная версия MapsWithMe с поиском. Хотите установить её прямо сейчас?";

View file

@ -1,4 +1,7 @@
[[Strings]]
[shared_user_label]
en = Maps With Me
comment = Used in Android manifest for all apps (Lite and Pro), because it should be equal everywere.
[pro_version_available]
en = A paid version of MapsWithMe, featuring search, is available for download. Would you like to get it now?
comment = Dialog text when paid version become available on the market. Showed only once.