diff --git a/package.json b/package.json
index 9136f73..9951280 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,11 @@
{
"name": "nativescript-plugin-google-play-services",
- "version": "26.0.2",
+ "version": "26.1.0",
"license": "Apache-2.0",
"repository": "https://github.com/NativeScript/nativescript-plugin-google-play-services.git",
"nativescript": {
"platforms": {
- "android": "1.2.1"
+ "android": "1.4.0"
}
}
}
\ No newline at end of file
diff --git a/platforms/android/google-play-services_lib/.classpath b/platforms/android/google-play-services_lib/.classpath
deleted file mode 100644
index 6aed2eb..0000000
--- a/platforms/android/google-play-services_lib/.classpath
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/platforms/android/google-play-services_lib/AndroidManifest.xml b/platforms/android/google-play-services_lib/AndroidManifest.xml
deleted file mode 100644
index 9e129f9..0000000
--- a/platforms/android/google-play-services_lib/AndroidManifest.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/platforms/android/google-play-services_lib/README.txt b/platforms/android/google-play-services_lib/README.txt
deleted file mode 100644
index 32f8d5e..0000000
--- a/platforms/android/google-play-services_lib/README.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-Library Project including Google Play services client jar.
-
-This can be used by an Android project to use the API's provided
-by Google Play services.
-
-There is technically no source, but the src folder is necessary
-to ensure that the build system works. The content is actually
-located in the libs/ directory.
-
-
-USAGE:
-
-Make sure you import this Android library project into your IDE
-and set this project as a dependency.
-
-Note that if you use proguard, you will want to include the
-options from proguard.txt in your configuration.
\ No newline at end of file
diff --git a/platforms/android/google-play-services_lib/libs/google-play-services.jar b/platforms/android/google-play-services_lib/libs/google-play-services.jar
deleted file mode 100644
index d20ef78..0000000
Binary files a/platforms/android/google-play-services_lib/libs/google-play-services.jar and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/libs/google-play-services.jar.properties b/platforms/android/google-play-services_lib/libs/google-play-services.jar.properties
deleted file mode 100644
index 429687b..0000000
--- a/platforms/android/google-play-services_lib/libs/google-play-services.jar.properties
+++ /dev/null
@@ -1 +0,0 @@
-doc=../../../docs/reference
diff --git a/platforms/android/google-play-services_lib/proguard.txt b/platforms/android/google-play-services_lib/proguard.txt
deleted file mode 100644
index 273b286..0000000
--- a/platforms/android/google-play-services_lib/proguard.txt
+++ /dev/null
@@ -1,22 +0,0 @@
--keep class * extends java.util.ListResourceBundle {
- protected java.lang.Object[][] getContents();
-}
-
-# Keep SafeParcelable value, needed for reflection. This is required to support backwards
-# compatibility of some classes.
--keep public class com.google.android.gms.common.internal.safeparcel.SafeParcelable {
- public static final *** NULL;
-}
-
-# Keep the names of classes/members we need for client functionality.
--keepnames @com.google.android.gms.common.annotation.KeepName class *
--keepclassmembernames class * {
- @com.google.android.gms.common.annotation.KeepName *;
-}
-
-# Needed for Parcelable/SafeParcelable Creators to not get stripped
--keepnames class * implements android.os.Parcelable {
- public static final ** CREATOR;
-}
-
--dontwarn android.app.Notification
diff --git a/platforms/android/google-play-services_lib/project.properties b/platforms/android/google-play-services_lib/project.properties
deleted file mode 100644
index b3b1d5a..0000000
--- a/platforms/android/google-play-services_lib/project.properties
+++ /dev/null
@@ -1,15 +0,0 @@
-# This file is automatically generated by Android Tools.
-# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
-#
-# This file must be checked in Version Control Systems.
-#
-# To customize properties used by the Ant build system edit
-# "ant.properties", and override values to adapt the script to your
-# project structure.
-#
-# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
-#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
-
-# Project target.
-target=android-9
-android.library=true
diff --git a/platforms/android/google-play-services_lib/res/color/common_signin_btn_text_dark.xml b/platforms/android/google-play-services_lib/res/color/common_signin_btn_text_dark.xml
deleted file mode 100644
index a615ba2..0000000
--- a/platforms/android/google-play-services_lib/res/color/common_signin_btn_text_dark.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/platforms/android/google-play-services_lib/res/color/common_signin_btn_text_light.xml b/platforms/android/google-play-services_lib/res/color/common_signin_btn_text_light.xml
deleted file mode 100644
index 6620668..0000000
--- a/platforms/android/google-play-services_lib/res/color/common_signin_btn_text_light.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/platforms/android/google-play-services_lib/res/color/wallet_primary_text_holo_light.xml b/platforms/android/google-play-services_lib/res/color/wallet_primary_text_holo_light.xml
deleted file mode 100644
index 9c2c0fb..0000000
--- a/platforms/android/google-play-services_lib/res/color/wallet_primary_text_holo_light.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/platforms/android/google-play-services_lib/res/color/wallet_secondary_text_holo_dark.xml b/platforms/android/google-play-services_lib/res/color/wallet_secondary_text_holo_dark.xml
deleted file mode 100644
index 0fa1a76..0000000
--- a/platforms/android/google-play-services_lib/res/color/wallet_secondary_text_holo_dark.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/cast_ic_notification_0.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/cast_ic_notification_0.png
deleted file mode 100644
index 74f7dc0..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/cast_ic_notification_0.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/cast_ic_notification_1.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/cast_ic_notification_1.png
deleted file mode 100644
index c6d267d..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/cast_ic_notification_1.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/cast_ic_notification_2.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/cast_ic_notification_2.png
deleted file mode 100644
index 699b299..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/cast_ic_notification_2.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/cast_ic_notification_on.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/cast_ic_notification_on.png
deleted file mode 100644
index 3eaf13a..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/cast_ic_notification_on.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_full_open_on_phone.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_full_open_on_phone.png
deleted file mode 100644
index 19c21e1..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_full_open_on_phone.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_ic_googleplayservices.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_ic_googleplayservices.png
deleted file mode 100644
index cd0f751..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_ic_googleplayservices.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png
deleted file mode 100644
index 0f9e791..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png
deleted file mode 100644
index 570e432..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png
deleted file mode 100644
index 570e432..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png
deleted file mode 100644
index 0f9e791..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png
deleted file mode 100644
index f507b9f..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png
deleted file mode 100644
index d5625e5..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png
deleted file mode 100644
index aea3c0d..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png
deleted file mode 100644
index 849e89f..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png
deleted file mode 100644
index f4ab2f2..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png
deleted file mode 100644
index 9fe611d..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png
deleted file mode 100644
index bbcde39..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png
deleted file mode 100644
index 53957b6..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png
deleted file mode 100644
index 53957b6..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png
deleted file mode 100644
index bbcde39..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png
deleted file mode 100644
index 000d12e..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png
deleted file mode 100644
index d927940..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png
deleted file mode 100644
index 67f263c..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png
deleted file mode 100644
index 96324c5..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png
deleted file mode 100644
index e450312..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png
deleted file mode 100644
index fb94b77..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/ic_plusone_medium_off_client.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/ic_plusone_medium_off_client.png
deleted file mode 100644
index b89b884..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/ic_plusone_medium_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/ic_plusone_small_off_client.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/ic_plusone_small_off_client.png
deleted file mode 100644
index 816ec91..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/ic_plusone_small_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/ic_plusone_standard_off_client.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/ic_plusone_standard_off_client.png
deleted file mode 100644
index 949ed72..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/ic_plusone_standard_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/ic_plusone_tall_off_client.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/ic_plusone_tall_off_client.png
deleted file mode 100644
index 306a47c..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/ic_plusone_tall_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/powered_by_google_dark.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/powered_by_google_dark.png
deleted file mode 100644
index 721905c..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/powered_by_google_dark.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-hdpi/powered_by_google_light.png b/platforms/android/google-play-services_lib/res/drawable-hdpi/powered_by_google_light.png
deleted file mode 100644
index 53328af..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-hdpi/powered_by_google_light.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/cast_ic_notification_0.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/cast_ic_notification_0.png
deleted file mode 100644
index a51a3cb..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/cast_ic_notification_0.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/cast_ic_notification_1.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/cast_ic_notification_1.png
deleted file mode 100644
index e081367..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/cast_ic_notification_1.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/cast_ic_notification_2.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/cast_ic_notification_2.png
deleted file mode 100644
index a7f4de4..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/cast_ic_notification_2.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/cast_ic_notification_on.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/cast_ic_notification_on.png
deleted file mode 100644
index 42de8c4..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/cast_ic_notification_on.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_full_open_on_phone.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_full_open_on_phone.png
deleted file mode 100644
index 794479e..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_full_open_on_phone.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png
deleted file mode 100644
index dddcbeb..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png
deleted file mode 100644
index 58b75bd..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png
deleted file mode 100644
index 58b75bd..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png
deleted file mode 100644
index dddcbeb..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png
deleted file mode 100644
index 7d9ed78..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png
deleted file mode 100644
index 0ca401d..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png
deleted file mode 100644
index f2c3f55..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png
deleted file mode 100644
index 83b4fc9..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png
deleted file mode 100644
index dd74fe8..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png
deleted file mode 100644
index b7dc7aa..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png
deleted file mode 100644
index efdfe2e..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png
deleted file mode 100644
index c7650b0..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png
deleted file mode 100644
index c7650b0..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png
deleted file mode 100644
index efdfe2e..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png
deleted file mode 100644
index 8c76283..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png
deleted file mode 100644
index abd26bc..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png
deleted file mode 100644
index 28181c3..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png
deleted file mode 100644
index 34957fa..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png
deleted file mode 100644
index e923ee9..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png
deleted file mode 100644
index 34cf6bb..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/ic_plusone_medium_off_client.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/ic_plusone_medium_off_client.png
deleted file mode 100644
index 05a8cb9..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/ic_plusone_medium_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/ic_plusone_small_off_client.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/ic_plusone_small_off_client.png
deleted file mode 100644
index 103f364..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/ic_plusone_small_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/ic_plusone_standard_off_client.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/ic_plusone_standard_off_client.png
deleted file mode 100644
index 2ea233e..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/ic_plusone_standard_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/ic_plusone_tall_off_client.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/ic_plusone_tall_off_client.png
deleted file mode 100644
index 417d8ee..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/ic_plusone_tall_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/powered_by_google_dark.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/powered_by_google_dark.png
deleted file mode 100644
index a152807..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/powered_by_google_dark.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-mdpi/powered_by_google_light.png b/platforms/android/google-play-services_lib/res/drawable-mdpi/powered_by_google_light.png
deleted file mode 100644
index 015a0ad..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-mdpi/powered_by_google_light.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-tvdpi/common_full_open_on_phone.png b/platforms/android/google-play-services_lib/res/drawable-tvdpi/common_full_open_on_phone.png
deleted file mode 100644
index 19c21e1..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-tvdpi/common_full_open_on_phone.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-tvdpi/ic_plusone_medium_off_client.png b/platforms/android/google-play-services_lib/res/drawable-tvdpi/ic_plusone_medium_off_client.png
deleted file mode 100644
index be47840..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-tvdpi/ic_plusone_medium_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-tvdpi/ic_plusone_small_off_client.png b/platforms/android/google-play-services_lib/res/drawable-tvdpi/ic_plusone_small_off_client.png
deleted file mode 100644
index f629f40..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-tvdpi/ic_plusone_small_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-tvdpi/ic_plusone_standard_off_client.png b/platforms/android/google-play-services_lib/res/drawable-tvdpi/ic_plusone_standard_off_client.png
deleted file mode 100644
index a4f50f1..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-tvdpi/ic_plusone_standard_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-tvdpi/ic_plusone_tall_off_client.png b/platforms/android/google-play-services_lib/res/drawable-tvdpi/ic_plusone_tall_off_client.png
deleted file mode 100644
index e81f7c5..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-tvdpi/ic_plusone_tall_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/cast_ic_notification_0.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/cast_ic_notification_0.png
deleted file mode 100644
index 818c1cd..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/cast_ic_notification_0.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/cast_ic_notification_1.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/cast_ic_notification_1.png
deleted file mode 100644
index 2a56e31..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/cast_ic_notification_1.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/cast_ic_notification_2.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/cast_ic_notification_2.png
deleted file mode 100644
index 3515a76..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/cast_ic_notification_2.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/cast_ic_notification_on.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/cast_ic_notification_on.png
deleted file mode 100644
index 142065b..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/cast_ic_notification_on.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_full_open_on_phone.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_full_open_on_phone.png
deleted file mode 100644
index 19c21e1..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_full_open_on_phone.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png
deleted file mode 100644
index 9044a11..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png
deleted file mode 100644
index e94a49b..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png
deleted file mode 100644
index e94a49b..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png
deleted file mode 100644
index 9044a11..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png
deleted file mode 100644
index bfe4f04..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png
deleted file mode 100644
index 876884f..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png
deleted file mode 100644
index b3e6dd5..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png
deleted file mode 100644
index 5a888f2..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png
deleted file mode 100644
index d0f7b4c..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png
deleted file mode 100644
index 0db6b06..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png
deleted file mode 100644
index d182b5e..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png
deleted file mode 100644
index 47e2aea..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png
deleted file mode 100644
index 47e2aea..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png
deleted file mode 100644
index d182b5e..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png
deleted file mode 100644
index 64e9706..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png
deleted file mode 100644
index 0fd8cdd..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png
deleted file mode 100644
index 3427b47..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png
deleted file mode 100644
index 31e38c4..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png
deleted file mode 100644
index e6a7880..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png
deleted file mode 100644
index 972962d..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/ic_plusone_medium_off_client.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/ic_plusone_medium_off_client.png
deleted file mode 100644
index 7ce2f8a..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/ic_plusone_medium_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/ic_plusone_small_off_client.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/ic_plusone_small_off_client.png
deleted file mode 100644
index 568305f..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/ic_plusone_small_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/ic_plusone_standard_off_client.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/ic_plusone_standard_off_client.png
deleted file mode 100644
index 13b2ed5..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/ic_plusone_standard_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/ic_plusone_tall_off_client.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/ic_plusone_tall_off_client.png
deleted file mode 100644
index c8eb4b8..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/ic_plusone_tall_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/powered_by_google_dark.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/powered_by_google_dark.png
deleted file mode 100644
index ffd9126..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/powered_by_google_dark.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xhdpi/powered_by_google_light.png b/platforms/android/google-play-services_lib/res/drawable-xhdpi/powered_by_google_light.png
deleted file mode 100644
index d9f0593..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xhdpi/powered_by_google_light.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/cast_ic_notification_0.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/cast_ic_notification_0.png
deleted file mode 100644
index 7ef0d3d..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/cast_ic_notification_0.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/cast_ic_notification_1.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/cast_ic_notification_1.png
deleted file mode 100644
index ed04beb..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/cast_ic_notification_1.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/cast_ic_notification_2.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/cast_ic_notification_2.png
deleted file mode 100644
index d62d27d..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/cast_ic_notification_2.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/cast_ic_notification_on.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/cast_ic_notification_on.png
deleted file mode 100644
index d562602..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/cast_ic_notification_on.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_full_open_on_phone.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_full_open_on_phone.png
deleted file mode 100644
index 19c21e1..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_full_open_on_phone.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png
deleted file mode 100644
index c97f349..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png
deleted file mode 100644
index 34cbff1..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png
deleted file mode 100644
index 34cbff1..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png
deleted file mode 100644
index c97f349..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png
deleted file mode 100644
index 702c49b..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png
deleted file mode 100644
index 06ad5a5..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png
deleted file mode 100644
index af160fc..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png
deleted file mode 100644
index c647fb4..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png
deleted file mode 100644
index fd0a431..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png
deleted file mode 100644
index f8ce5a6..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png
deleted file mode 100644
index b491f62..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png
deleted file mode 100644
index 777c8d6..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png
deleted file mode 100644
index 777c8d6..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png
deleted file mode 100644
index b491f62..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png
deleted file mode 100644
index c8a8f1c..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png
deleted file mode 100644
index bcd0d0c..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png
deleted file mode 100644
index ac75dad..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png
deleted file mode 100644
index c19afad..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png
deleted file mode 100644
index c490441..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png
deleted file mode 100644
index c52be74..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_medium_off_client.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_medium_off_client.png
deleted file mode 100644
index 210fb4a..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_medium_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_small_off_client.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_small_off_client.png
deleted file mode 100644
index 71855ad..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_small_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_standard_off_client.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_standard_off_client.png
deleted file mode 100644
index ff43fbe..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_standard_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_tall_off_client.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_tall_off_client.png
deleted file mode 100644
index 1bb932a..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_tall_off_client.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/powered_by_google_dark.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/powered_by_google_dark.png
deleted file mode 100644
index 0165a01..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/powered_by_google_dark.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/powered_by_google_light.png b/platforms/android/google-play-services_lib/res/drawable-xxhdpi/powered_by_google_light.png
deleted file mode 100644
index aa6b6db..0000000
Binary files a/platforms/android/google-play-services_lib/res/drawable-xxhdpi/powered_by_google_light.png and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/drawable/cast_ic_notification_connecting.xml b/platforms/android/google-play-services_lib/res/drawable/cast_ic_notification_connecting.xml
deleted file mode 100644
index 0ea0508..0000000
--- a/platforms/android/google-play-services_lib/res/drawable/cast_ic_notification_connecting.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/platforms/android/google-play-services_lib/res/drawable/common_signin_btn_icon_dark.xml b/platforms/android/google-play-services_lib/res/drawable/common_signin_btn_icon_dark.xml
deleted file mode 100644
index dd1cf67..0000000
--- a/platforms/android/google-play-services_lib/res/drawable/common_signin_btn_icon_dark.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/platforms/android/google-play-services_lib/res/drawable/common_signin_btn_icon_light.xml b/platforms/android/google-play-services_lib/res/drawable/common_signin_btn_icon_light.xml
deleted file mode 100644
index abf412b..0000000
--- a/platforms/android/google-play-services_lib/res/drawable/common_signin_btn_icon_light.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/platforms/android/google-play-services_lib/res/drawable/common_signin_btn_text_dark.xml b/platforms/android/google-play-services_lib/res/drawable/common_signin_btn_text_dark.xml
deleted file mode 100644
index 2d92217..0000000
--- a/platforms/android/google-play-services_lib/res/drawable/common_signin_btn_text_dark.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/platforms/android/google-play-services_lib/res/drawable/common_signin_btn_text_light.xml b/platforms/android/google-play-services_lib/res/drawable/common_signin_btn_text_light.xml
deleted file mode 100644
index 810c021..0000000
--- a/platforms/android/google-play-services_lib/res/drawable/common_signin_btn_text_light.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/platforms/android/google-play-services_lib/res/raw/gtm_analytics b/platforms/android/google-play-services_lib/res/raw/gtm_analytics
deleted file mode 100644
index c9f49be..0000000
Binary files a/platforms/android/google-play-services_lib/res/raw/gtm_analytics and /dev/null differ
diff --git a/platforms/android/google-play-services_lib/res/values-af/common_strings.xml b/platforms/android/google-play-services_lib/res/values-af/common_strings.xml
deleted file mode 100644
index 4510994..0000000
--- a/platforms/android/google-play-services_lib/res/values-af/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play Services-fout"
- "\'n Program vereis dat Google Play Services opgedateer word."
- "%1$s vereis \'n opdatering van die Android Wear-program."
- "\'n Program vereis dat Google Play Services geaktiveer word."
- "Versoek deur %1$s"
- "Kry Google Play-dienste"
- "%1$s sal nie sonder Google Play Dienste werk nie, wat nie op jou foon is nie."
- "%1$s sal nie sonder Google Play Dienste werk nie, wat nie op jou tablet is nie."
- "Kry Google Play-dienste"
- "Aktiveer Google Play-dienste"
- "%1$s sal nie werk nie tensy jy Google Play Dienste aktiveer."
- "Aktiveer Google Play-dienste"
- "Dateer Google Play-dienste op"
- "Dateer Android Wear op"
- "%1$s sal nie werk nie tensy jy Google Play Dienste opdateer."
- "%1$s sal nie werk nie tensy jy die Android Wear-program opdateer."
- "Google Play Dienste dateer tans op"
- "%1$s sal nie sonder Google Play Dienste werk nie, wat tans opdateer."
- "Netwerkfout"
- "\'n Dataverbinding is nodig om aan Google Play-dienste te koppel."
- "Ongeldige rekening"
- "Die gespesifiseerde rekening bestaan nie op hierdie toestel nie. Kies asseblief \'n ander rekening."
- "Onbekende probleem met Google Play-dienste."
- "Google Play-dienste"
- "%1$s is afhanklik van Google Play Dienste, wat nie deur jou toestel gesteun word nie. Kontak die vervaardiger vir bystand."
- "Dateer op"
- "Meld aan"
- "Meld aan met Google"
- "Maak op foon oop"
- "%1$s vereis een of meer Google Play Dienste wat tans nie beskikbaar is nie. Kontak asseblief die ontwikkelaar vir bystand."
- "Kon nie aanmeld nie"
- "Kon nie by die gespesifiseerde rekening aanmeld nie. Kies \'n ander rekening."
-
diff --git a/platforms/android/google-play-services_lib/res/values-am/common_strings.xml b/platforms/android/google-play-services_lib/res/values-am/common_strings.xml
deleted file mode 100644
index d06c2a7..0000000
--- a/platforms/android/google-play-services_lib/res/values-am/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "የGoogle Play አገልግሎቶች ስህተት"
- "አንድ መተግበሪያ የGoogle Play አገልግሎቶች እንዲዘምኑ ይፈልጋል።"
- "%1$s በAndroid Wear መተግበሪያው ላይ ዝማኔ ያስፈልገዋል።"
- "አንድ መተግበሪያ የGoogle Play አገልግሎቶች እንዲነቁ ይፈልጋል።"
- "በ%1$s የተጠየቀ"
- "Google Play አገልግሎቶችን አግኝ"
- "%1$s ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ ከእርስዎ ስልክ ላይ የሉም።"
- "%1$s ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ በስልክዎ ላይ የሉም።"
- "Google Play አገልግሎቶችን አግኝ"
- "Google Play አገልግሎቶችን አንቃ"
- "Google Play አገልግሎቶችን ካላነቁ በስተቀር %1$s አይሰራም።"
- "Google Play አገልግሎቶችን አንቃ"
- "Google Play አገልግሎቶችን ያዘምኑ"
- "Android Wearን ያዘምኑ"
- "Google Play አገልግሎቶችን ካላዘመኑ በስተቀር ድረስ %1$s አይሰራም።"
- "የAndroid Wear መተግበሪያውን እስካላዘመኑት ድረስ %1$s አይሰራም።"
- "የGoogle Play አገልግሎቶች በመዘመን ላይ ናቸው"
- "%1$s ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ በአሁኑ ጊዜ በመዘመን ላይ ናቸው።"
- "የአውታረ መረብ ስህተት"
- "ከGoogle Play አገልግሎቶች ጋር ለመገናኘት የውሂብ ግንኙነት ያስፈልጋል።"
- "ልክ ያልሆነ መለያ"
- "የተገለጸው መለያ በዚህ መሣሪያ ላይ የለም። እባክው የተለየ መለያ ይምረጡ።"
- "በGoogle Play አገልግሎቶች ላይ ያልታወቀ ችግር።"
- "Google Play አገልግሎቶች"
- "%1$s በመሣሪያዎ በማይደገፉ Google Play አገልግሎቶች ላይ የተወሰነ ነው። እርዳታ ለማግኘት አምራቹን ያነጋግሩ።"
- "ያዘምኑ"
- "ግባ"
- "በGoogle ይግቡ"
- "ስልክ ላይ ክፈት"
- "%1$s አሁን ላይ የማይገኙ አንድ ወይም ከዚያ በላይ የGoogle Play አገልግሎቶችን ይፈልጋል። እገዛ ለማግኘት እባክዎ ገንቢውን ያነጋግሩ።"
- "በመለያ መግባት አልተሳካም"
- "ወደተገለጸው መለያ መግባት ላይ ስህተት። እባክዎ የተለየ መለያ ይምረጡ።"
-
diff --git a/platforms/android/google-play-services_lib/res/values-ar/common_strings.xml b/platforms/android/google-play-services_lib/res/values-ar/common_strings.xml
deleted file mode 100644
index 3d5a051..0000000
--- a/platforms/android/google-play-services_lib/res/values-ar/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "خطأ في خدمات Google Play"
- "يتطلب أحد التطبيقات تحديث خدمات Google Play."
- "يحتاج %1$s إلى تحديث لتطبيق Android Wear."
- "يتطلب أحد التطبيقات تمكين خدمات Google Play."
- "تم الطلب عن طريق %1$s"
- "الحصول على خدمات Google Play"
- "لن يتم تشغيل %1$s بدون خدمات Google Play، والتي لا تتوفر في هاتفك."
- "لن يتم تشغيل %1$s بدون خدمات Google Play، والتي لا تتوفر في جهازك اللوحي."
- "الحصول على خدمات Google Play"
- "تمكين خدمات Google Play"
- "لن يعمل %1$s ما لم يتم تمكين خدمات Google Play."
- "تمكين خدمات Google Play"
- "تحديث خدمات Google Play"
- "تحديث Android Wear"
- "لن يتم تشغيل %1$s ما لم يتم تحديث خدمات Google Play."
- "لن يتم تشغيل %1$s ما لم تحدِّث تطبيق Android Wear."
- "يتم الآن تحديث خدمات Google Play."
- "لن يتم تشغيل %1$s بدون خدمات Google Play التي يتم تحديثها حاليًا."
- "خطأ في الشبكة"
- "يتطلب الاتصال بخدمات Google Play وجود اتصال بيانات."
- "حساب غير صالح"
- "الحساب الذي تمّ تحديده غير موجود على الجهاز. يُرجى اختيار حساب آخر."
- "حدثت مشكلة غير معروفة في خدمات Google Play."
- "خدمات Google Play"
- "يعتمد %1$s على خدمات Google Play التي لا تتوافق مع جهازك. يمكنك الاتصال بالمصنِّع للحصول على مساعدة."
- "تحديث"
- "تسجيل الدخول"
- "تسجيل الدخول باستخدام Google"
- "فتح على الهاتف"
- "يتطلب %1$s خدمة أو أكثر من خدمات Google Play غير المتاحة حاليًا. الرجاء الاتصال بمطوّر البرامج للحصول على المساعدة."
- "أخفق تسجيل الدخول"
- "حدث خطأ أثناء تسجيل الدخول إلى الحساب المحدد. الرجاء اختيار حساب مختلف."
-
diff --git a/platforms/android/google-play-services_lib/res/values-az-rAZ/common_strings.xml b/platforms/android/google-play-services_lib/res/values-az-rAZ/common_strings.xml
deleted file mode 100644
index 1007a28..0000000
--- a/platforms/android/google-play-services_lib/res/values-az-rAZ/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play xidmətləri xətası"
- "Bir tətbiq Google Play Xidmətləri üçün güncəlləşmə tələb edir."
- "%1$s Android Wear tətbiqi üçün güncəlləşmə tələb edir."
- "Tətbiq Google Play Xidmətlərinin aktivləşməsini tələb edir."
- "%1$s tərəfindən tələb edilib"
- "Google Play xidmətləri əldə et"
- "%1$s Sizin telefon itkin Google Play xidmətləri olmadan çalışmaz."
- "%1$s tablet itkin Google Play xidmətləri olmadan çalışmaz."
- "Google Play xidmətlərini əldə et"
- "Google Play xidmətlərini aktiv et"
- "Google Play xidmətlərini aktiv etməsəniz, %1$s işləməyəcək."
- "Google Play xidmətlərini aktiv et"
- "Update Google Play xidmətlərini güncəlllə"
- "Android Wear\'i güncəlləşdirin"
- "%1$s Google Play xidmətləri yeniləmə halda çalışmaz."
- "Android Wear güncəlləşməsə, %1$s işləməyəcək."
- "Google Play xidmətləri təzələyirik"
- "%1$s Hal-hazırda təzələyirik Google Play xidmətləri olmadan çalışmaz."
- "Şəbəkə Xətası"
- "Google Play xidmətlərinə qoşulmaq üçün data bağlantısı tələb olunur."
- "Etibarsız Hesab"
- "Göstərilmiş hesab bu cihazda mövcud deyil. Fərqli hesab seçin."
- "Google Play xidmətləri ilə bağlı naməlum problem"
- "Google Play xidmətləri"
- "%1$s Sizin cihaz tərəfindən dəstəklənən deyil ki, Google Play xidmətləri, əsaslanır. Yardım üçün istehsalçısı ilə əlaqə saxlayın."
- "Güncəllə"
- "Giriş"
- "Google ilə daxil ol"
- "Telefonda açın"
- "%1$s hazırda əlçatmaz olan bir və ya daha çox Google Play xidməti tələb edir."
- "Daxil olmadı"
- "Göstərilən hesaba daxil olarkən səhv baş verdi. Lütfən fərqli bir hesab seçin."
-
diff --git a/platforms/android/google-play-services_lib/res/values-bg/common_strings.xml b/platforms/android/google-play-services_lib/res/values-bg/common_strings.xml
deleted file mode 100644
index 5da64a1..0000000
--- a/platforms/android/google-play-services_lib/res/values-bg/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Грешка в услугите за Google Play"
- "Приложение изисква актуализирането на услугите за Google Play."
- "%1$s изисква актуализиране на приложението Android Wear."
- "Приложение изисква активирането на услугите за Google Play."
- "Заявено от %1$s"
- "Изтегляне на услугите за Google Play"
- "%1$s няма да се изпълнява, тъй като услугите за Google Play не са инсталирани на телефона ви."
- "%1$s няма да се изпълнява, тъй като услугите за Google Play не са инсталирани на таблета ви."
- "Услуги за Google Play: Изтегл."
- "Активиране на услугите за Google Play"
- "%1$s няма да работи, освен ако не активирате услугите за Google Play."
- "Услуги за Google Play: Актив."
- "Актуализиране на услугите за Google Play"
- "Актуализиране на Android Wear"
- "%1$s няма да се изпълнява, освен ако не актуализирате услугите за Google Play."
- "%1$s няма да стартира, освен ако не актуализирате приложението Android Wear."
- "Услугите за Google Play се актуализират"
- "%1$s няма да се изпълнява без услугите за Google Play. Понастоящем те се актуализират."
- "Грешка в мрежата"
- "За свързване с услугите за Google Play се изисква връзка за данни."
- "Невалиден профил"
- "Посоченият профил не съществува на това устройство. Моля, изберете друг."
- "Неизвестен проблем с услугите за Google Play."
- "Услуги за Google Play"
- "%1$s разчита на услугите за Google Play, които не се поддържат от устройството ви. Свържете се с производителя за съдействие."
- "Актуализиране"
- "Вход"
- "Вход с Google"
- "Отваряне в телефона"
- "%1$s изисква една или повече услуги за Google Play, които понастоящем не са налице. Моля, свържете се с програмиста за съдействие."
- "Влизането в профила не бе успешно"
- "При влизането в посочения профил възникна грешка. Моля, изберете друг."
-
diff --git a/platforms/android/google-play-services_lib/res/values-bn-rBD/common_strings.xml b/platforms/android/google-play-services_lib/res/values-bn-rBD/common_strings.xml
deleted file mode 100644
index 85383af..0000000
--- a/platforms/android/google-play-services_lib/res/values-bn-rBD/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google প্লে পরিষেবার ত্রুটি"
- "একটি অ্যাপ্লিকেশানের জন্য Google প্লে পরিষেবার একটি আপডেটের প্রয়োজন৷"
- "%1$s এর Android Wear অ্যাপে একটি আপডেটের প্রয়োজন।"
- "একটি অ্যাপ্লিকেশানের জন্য Google প্লে পরিষেবা সক্ষম করা প্রয়োজন৷"
- "%1$s দ্বারা অনুরোধ করা হয়েছে"
- "Google প্লে পরিষেবা পান"
- "Google Play পরিষেবা ছাড়া %1$s চলবে না, যা আপনার ফোনে অনুপস্থিত।"
- "Google Play পরিষেবা ছাড়া %1$s চলবে না, যা আপনার ট্যাবলেট অনুপস্থিত।"
- "Google প্লে পরিষেবা পান"
- "Google প্লে পরিষেবা সক্ষম করুন"
- "আপনি Google Play পরিষেবা সক্ষম না করা পর্যন্ত %1$s কাজ করবে না।"
- "Google প্লে পরিষেবা সক্ষম করুন"
- "Google প্লে পরিষেবা আপডেট করুন"
- "Android Wear আপডেট করুন"
- "আপনি Google Play পরিষেবা আপডেট না করা পর্যন্ত %1$s চলবে না।"
- "অপনি Android Wear অ্যাপ আপডেট না করা পর্যন্ত %1$s চালানো যাবে না।"
- "Google Play পরিষেবা আপডেট হচ্ছে"
- "Google Play পরিষেবা ছাড়া %1$s চলবে না যা বর্তমানে আপডেট হচ্ছে।"
- "নেটওয়ার্ক ত্রুটি"
- "Google প্লে পরিষেবা সংযোগ করতে একটি ডেটা সংযোগের প্রয়োজন৷"
- "অবৈধ অ্যাকাউন্ট"
- "নির্দিষ্ট করা অ্যাকাউন্টটি ডিভাইসে বিদ্যমান নেই৷ দয়া করে একটি ভিন্ন অ্যাকাউন্ট চয়ন করুন৷"
- "Google প্লে পরিষেবার সঙ্গে অজানা সমস্যা৷"
- "Google প্লে পরিষেবা"
- "%1$s Google Play পরিষেবার উপর নির্ভরশীল, যা আমাদের ডিভাইসে সমর্থিত নয়। সহায়তার জন্য প্রস্তুতকারকের সাথে যোগাযোগ করুন।"
- "আপডেট করুন"
- "সাইন ইন করুন"
- "Google এর মাধ্যমে সাইন ইন করুন"
- "ফোনে খুলুন"
- "%1$s এর একটি বা আরও বেশি Google Play পরিষেবার প্রয়োজন যা বর্তমানে উপলব্ধ নেই। অনুগ্রহ করে সহায়তার জন্য বিকাশকারীর সাথে যোগাযোগ করুন।"
- "সাইন ইন করতে ব্যর্থ হয়েছে"
- "নির্দিষ্ট অ্যাকাউন্টে সাইন ইন করার সময় ত্রুটি৷ দয়া করে একটি আলাদা অ্যাকাউন্ট চয়ন করুন৷"
-
diff --git a/platforms/android/google-play-services_lib/res/values-ca/common_strings.xml b/platforms/android/google-play-services_lib/res/values-ca/common_strings.xml
deleted file mode 100644
index 703fb8d..0000000
--- a/platforms/android/google-play-services_lib/res/values-ca/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Error dels serveis de Google Play"
- "Una aplicació requereix que s\'actualitzin els serveis de Google Play."
- "%1$s necessita que s\'actualitzi l\'aplicació Android Wear."
- "Una aplicació requereix que s\'activin els serveis de Google Play."
- "Sol·licitada per %1$s"
- "Baixa els serveis de Google Play"
- "%1$s no s\'executarà si el telèfon no té instal·lats els serveis de Google Play."
- "%1$s no s\'executarà si la tauleta no té instal·lats els serveis de Google Play."
- "Baixa els serveis de Google Play"
- "Activa els serveis de Google Play"
- "%1$s no funcionarà si no actives els serveis de Google Play."
- "Activa els serveis de Google Play"
- "Actualitza els serveis de Google Play"
- "Actualitza Android Wear"
- "%1$s no s\'executarà si no actualitzes els serveis de Google Play."
- "%1$s no s\'executarà fins que no actualitzis l\'aplicació Android Wear."
- "Actualitzant els serveis de Google Play"
- "%1$s no s\'executarà sense els serveis de Google Play, que s\'estan actualitzant en aquest moment."
- "Error de xarxa"
- "Es requereix una connexió de dades per connectar amb els serveis de Google Play."
- "Compte no vàlid"
- "El compte especificat no existeix en aquest dispositiu. Tria un compte diferent."
- "Error desconegut relacionat amb els serveis de Google Play."
- "Serveis de Google Play"
- "%1$s depèn dels serveis de Google Play, que no són compatibles amb el teu dispositiu. Posa\'t en contacte amb el fabricant per obtenir ajuda."
- "Actualitza"
- "Inicia sessió"
- "Inicia sessió amb Google"
- "Obre al telèfon"
- "%1$s necessita un o més serveis de Google Play que actualment no estan disponibles. Posa\'t en contacte amb el desenvolupador per obtenir ajuda."
- "S\'ha produït un error en iniciar sessió."
- "S\'ha produït un error en iniciar la sessió al compte especificat. Selecciona un altre compte."
-
diff --git a/platforms/android/google-play-services_lib/res/values-cs/common_strings.xml b/platforms/android/google-play-services_lib/res/values-cs/common_strings.xml
deleted file mode 100644
index 40378a7..0000000
--- a/platforms/android/google-play-services_lib/res/values-cs/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Chyba služeb Google Play"
- "Aplikace vyžaduje aktualizaci služeb Google Play."
- "Aplikace %1$s vyžaduje aktualizaci aplikace Android Wear."
- "Aplikace vyžaduje aktivaci služeb Google Play."
- "Požadováno aplikací %1$s"
- "Instalovat služby Google Play"
- "Ke spuštění aplikace %1$s jsou potřeba služby Google Play, které v telefonu nemáte."
- "Ke spuštění aplikace %1$s jsou potřeba služby Google Play, které v tabletu nemáte."
- "Instalovat služby Google Play"
- "Aktivovat služby Google Play"
- "Ke spuštění aplikace %1$s je třeba aktivovat služby Google Play."
- "Aktivovat služby Google Play"
- "Aktualizace služeb Google Play"
- "Aktualizujte aplikaci Android Wear"
- "Ke spuštění aplikace %1$s je třeba aktualizovat služby Google Play."
- "Aplikace %1$s bude fungovat po aktualizaci aplikace Android Wear."
- "Probíhá aktualizace služeb Google Play"
- "Ke spuštění aplikace %1$s jsou potřeba služby Google Play, které jsou právě aktualizovány."
- "Chyba sítě"
- "Připojení ke službám Google Play vyžaduje datové připojení."
- "Neplatný účet"
- "Zadaný účet v tomto zařízení neexistuje. Zvolte prosím jiný účet."
- "Nastal neznámý problém se službami Google Play."
- "Služby Google Play"
- "Aplikace %1$s vyžaduje služby Google Play, které ve vašem zařízení nejsou podporovány. Kontaktujte výrobce zařízení."
- "Aktualizovat"
- "Přihlásit se"
- "Přihlásit se účtem Google"
- "Otevřít v telefonu"
- "Aplikace %1$s vyžaduje jednu nebo více služeb Google Play, které aktuálně nejsou k dispozici. S žádostí o pomoc se obraťte na vývojáře."
- "Přihlášení se nezdařilo"
- "Při přihlašování k uvedenému účtu došlo k chybě. Zvolte prosím jiný účet."
-
diff --git a/platforms/android/google-play-services_lib/res/values-da/common_strings.xml b/platforms/android/google-play-services_lib/res/values-da/common_strings.xml
deleted file mode 100644
index f26e6a9..0000000
--- a/platforms/android/google-play-services_lib/res/values-da/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Fejl i Google Play-tjenester"
- "En app kræver opdatering af Google Play-tjenester."
- "%1$s kræver en opdatering af appen Android Wear."
- "En app kræver aktivering af Google Play-tjenester."
- "Anmodning fra %1$s"
- "Hent Google Play-tjenester"
- "%1$s kan ikke køre uden Google Play-tjenester, som ikke findes på din telefon."
- "%1$s kan ikke køre uden Google Play-tjenester, som ikke findes på din tablet."
- "Hent Google Play-tjenester"
- "Aktivér Google Play-tjenester"
- "%1$s kan ikke fungere, medmindre du aktiverer Google Play-tjenester."
- "Aktivér Google Play-tjenester"
- "Opdater Google Play-tjenester"
- "Opdater Android Wear"
- "%1$s kan ikke køre, medmindre du opdaterer Google Play-tjenester."
- "%1$s kan ikke køre, medmindre du opdaterer appen Android Wear."
- "Google Play-tjenester opdateres"
- "%1$s kan ikke køre uden Google Play-tjenester, som i øjeblikket opdateres:"
- "Netværksfejl"
- "Der kræves en dataforbindelse for at oprette forbindelse til Google Play-tjenester."
- "Ugyldig konto"
- "Den angivne konto findes ikke på denne enhed. Vælg en anden konto."
- "Ukendt problem med Google Play-tjenester."
- "Google Play-tjenester"
- "%1$s er afhængig af Google Play-tjenester, som ikke understøttes af din enhed. Kontakt producenten for at få hjælp."
- "Opdater"
- "Log ind"
- "Log ind med Google"
- "Åbn på telefonen"
- "%1$s kræver en eller flere Google Play-tjenester, der ikke tilgængelige i øjeblikket. Kontakt udvikleren for at få hjælp."
- "Login mislykkedes"
- "Der opstod en fejl under login på angivne konto. Vælg en anden konto."
-
diff --git a/platforms/android/google-play-services_lib/res/values-de/common_strings.xml b/platforms/android/google-play-services_lib/res/values-de/common_strings.xml
deleted file mode 100644
index b34e216..0000000
--- a/platforms/android/google-play-services_lib/res/values-de/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Fehler bei Zugriff auf Google Play-Dienste"
- "App erfordert ein Update der Google Play-Dienste"
- "Für %1$s ist eine Aktualisierung der Android Wear App erforderlich."
- "App erfordert die Aktivierung der Google Play-Dienste"
- "Angefordert von %1$s"
- "Google Play-Dienste installieren"
- "Zur Nutzung von %1$s sind Google Play-Dienste erforderlich, die auf Ihrem Smartphone nicht installiert sind."
- "Zur Nutzung von %1$s sind Google Play-Dienste erforderlich, die auf Ihrem Tablet nicht installiert sind."
- "Google Play-Dienste installieren"
- "Google Play-Dienste aktivieren"
- "%1$s funktioniert erst nach der Aktivierung der Google Play-Dienste."
- "Google Play-Dienste aktivieren"
- "Google Play-Dienste aktualisieren"
- "Android Wear aktualisieren"
- "%1$s wird nur ausgeführt, wenn Sie die Google Play-Dienste aktualisieren."
- "%1$s funktioniert erst nach der Aktualisierung der Android Wear App."
- "Google Play-Dienste werden aktualisiert"
- "Zur Nutzung von %1$s sind Google Play-Dienste erforderlich, die gerade aktualisiert werden."
- "Netzwerkfehler"
- "Um eine Verbindung zu den Google Play-Diensten herzustellen, ist eine Datenverbindung erforderlich."
- "Ungültiges Konto"
- "Das angegebene Konto ist auf diesem Gerät nicht vorhanden. Bitte wählen Sie ein anderes Konto aus."
- "Unbekanntes Problem mit Google Play-Diensten"
- "Google Play-Dienste"
- "Zur Nutzung von %1$s sind Google Play-Dienste erforderlich. Diese werden auf Ihrem Gerät jedoch nicht unterstützt. Wenden Sie sich für weitere Informationen an den Hersteller."
- "Aktualisieren"
- "Anmelden"
- "Über Google anmelden"
- "Auf Telefon öffnen"
- "%1$s erfordert einen oder mehrere Google Play-Dienste, die derzeit nicht verfügbar sind. Bitte wenden Sie sich an den Entwickler, um Unterstützung zu erhalten."
- "Anmeldung fehlgeschlagen"
- "Fehler beim Anmelden im angegebenen Konto. Bitte wählen Sie ein anderes Konto aus."
-
diff --git a/platforms/android/google-play-services_lib/res/values-el/common_strings.xml b/platforms/android/google-play-services_lib/res/values-el/common_strings.xml
deleted file mode 100644
index 8c90b81..0000000
--- a/platforms/android/google-play-services_lib/res/values-el/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Σφάλμα Υπηρεσιών Google Play"
- "Μια εφαρμογή απαιτεί την ενημέρωση των Υπηρεσιών Google Play."
- "Η εφαρμογή %1$s απαιτεί την ενημέρωση της εφαρμογής Android Wear."
- "Μια εφαρμογή απαιτεί την ενεργοποίηση των Υπηρεσιών Google Play."
- "Υποβλήθηκε αίτημα από την εφαρμογή %1$s"
- "Λήψη υπηρεσιών Google Play"
- "Η εφαρμογή %1$s δεν θα εκτελεστεί χωρίς τις Υπηρεσίες Google Play, οι οποίες λείπουν από το τηλέφωνό σας."
- "Η εφαρμογή %1$s δεν θα εκτελεστεί χωρίς τις Υπηρεσίες Google Play, οι οποίες λείπουν από το tablet σας."
- "Λήψη υπηρεσιών Google Play"
- "Ενεργοποίηση υπηρεσιών Google Play"
- "Η εφαρμογή %1$s δεν θα λειτουργήσει εάν δεν έχετε ενεργοποιήσει τις Υπηρεσίες Google Play."
- "Ενεργοπ. υπηρεσιών Google Play"
- "Ενημέρωση υπηρεσιών Google Play"
- "Ενημέρωση Android Wear"
- "Η εφαρμογή %1$s θα εκτελεστεί αφού ενημερώσετε τις Υπηρεσίες Google Play."
- "Η εφαρμογή %1$s δεν θα εκτελεστεί εάν δεν ενημερώσετε την εφαρμογή Android Wear."
- "Ενημέρωση των Υπηρεσιών Google Play"
- "Η εφαρμογή %1$s δεν θα εκτελεστεί χωρίς τις Υπηρεσίες Google Play, οι οποίες ενημερώνονται αυτήν τη στιγμή."
- "Σφάλμα δικτύου"
- "Απαιτείται σύνδεση δεδομένων για να συνδεθείτε με τις Υπηρεσίες Google Play."
- "Μη έγκυρος λογαριασμός"
- "Ο συγκεκριμένος λογαριασμός δεν υπάρχει σε αυτήν τη συσκευή. Επιλέξτε έναν διαφορετικό λογαριασμό."
- "Άγνωστο πρόβλημα με τις υπηρεσίες Google Play."
- "Υπηρεσίες Google Play"
- "Η εφαρμογή %1$s βασίζεται στις Υπηρεσίες Google Play, οι οποίες δεν υποστηρίζονται από τη συσκευή σας. Επικοινωνήστε με τον κατασκευαστή για βοήθεια."
- "Ενημέρωση"
- "Σύνδεση"
- "Συνδεθείτε στο Google"
- "Άνοιγμα στο τηλέφωνο"
- "Η εφαρμογή %1$s απαιτεί μία ή περισσότερες υπηρεσίες του Google Play που δεν είναι διαθέσιμες προς το παρόν. Επικοινωνήστε με τον προγραμματιστή για βοήθεια."
- "Η σύνδεση απέτυχε"
- "Σφάλμα κατά τη σύνδεση στον συγκεκριμένο λογαριασμό. Επιλέξτε έναν διαφορετικό λογαριασμό."
-
diff --git a/platforms/android/google-play-services_lib/res/values-en-rAU/common_strings.xml b/platforms/android/google-play-services_lib/res/values-en-rAU/common_strings.xml
deleted file mode 100644
index 7ab1fcb..0000000
--- a/platforms/android/google-play-services_lib/res/values-en-rAU/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play services error"
- "An application requires an update for Google Play Services."
- "%1$s requires an update to the Android Wear app."
- "An application requires Google Play services to be enabled."
- "Requested by %1$s"
- "Get Google Play services"
- "%1$s won\'t run without Google Play services, which are missing from your phone."
- "%1$s won\'t run without Google Play services, which are missing from your tablet."
- "Get Google Play services"
- "Enable Google Play services"
- "%1$s won\'t work unless you enable Google Play services."
- "Enable Google Play services"
- "Update Google Play services"
- "Update Android Wear"
- "%1$s won\'t run unless you update Google Play services."
- "%1$s won\'t run unless you update the Android Wear app."
- "Google Play services are updating"
- "%1$s won\'t run without Google Play services, which are currently updating."
- "Network Error"
- "A data connection is required to connect to Google Play services."
- "Invalid Account"
- "The specified account does not exist on this device. Please choose a different account."
- "Unknown issue with Google Play services."
- "Google Play services"
- "%1$s relies on Google Play services, which is not supported by your device. Contact the manufacturer for assistance."
- "Update"
- "Sign in"
- "Sign in with Google"
- "Open on phone"
- "%1$s requires one or more Google Play services that are not currently available. Please contact the developer for assistance."
- "Sign in failed"
- "Error signing in the specified account. Please choose a different account."
-
diff --git a/platforms/android/google-play-services_lib/res/values-en-rGB/common_strings.xml b/platforms/android/google-play-services_lib/res/values-en-rGB/common_strings.xml
deleted file mode 100644
index 7ab1fcb..0000000
--- a/platforms/android/google-play-services_lib/res/values-en-rGB/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play services error"
- "An application requires an update for Google Play Services."
- "%1$s requires an update to the Android Wear app."
- "An application requires Google Play services to be enabled."
- "Requested by %1$s"
- "Get Google Play services"
- "%1$s won\'t run without Google Play services, which are missing from your phone."
- "%1$s won\'t run without Google Play services, which are missing from your tablet."
- "Get Google Play services"
- "Enable Google Play services"
- "%1$s won\'t work unless you enable Google Play services."
- "Enable Google Play services"
- "Update Google Play services"
- "Update Android Wear"
- "%1$s won\'t run unless you update Google Play services."
- "%1$s won\'t run unless you update the Android Wear app."
- "Google Play services are updating"
- "%1$s won\'t run without Google Play services, which are currently updating."
- "Network Error"
- "A data connection is required to connect to Google Play services."
- "Invalid Account"
- "The specified account does not exist on this device. Please choose a different account."
- "Unknown issue with Google Play services."
- "Google Play services"
- "%1$s relies on Google Play services, which is not supported by your device. Contact the manufacturer for assistance."
- "Update"
- "Sign in"
- "Sign in with Google"
- "Open on phone"
- "%1$s requires one or more Google Play services that are not currently available. Please contact the developer for assistance."
- "Sign in failed"
- "Error signing in the specified account. Please choose a different account."
-
diff --git a/platforms/android/google-play-services_lib/res/values-en-rIN/common_strings.xml b/platforms/android/google-play-services_lib/res/values-en-rIN/common_strings.xml
deleted file mode 100644
index 7ab1fcb..0000000
--- a/platforms/android/google-play-services_lib/res/values-en-rIN/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play services error"
- "An application requires an update for Google Play Services."
- "%1$s requires an update to the Android Wear app."
- "An application requires Google Play services to be enabled."
- "Requested by %1$s"
- "Get Google Play services"
- "%1$s won\'t run without Google Play services, which are missing from your phone."
- "%1$s won\'t run without Google Play services, which are missing from your tablet."
- "Get Google Play services"
- "Enable Google Play services"
- "%1$s won\'t work unless you enable Google Play services."
- "Enable Google Play services"
- "Update Google Play services"
- "Update Android Wear"
- "%1$s won\'t run unless you update Google Play services."
- "%1$s won\'t run unless you update the Android Wear app."
- "Google Play services are updating"
- "%1$s won\'t run without Google Play services, which are currently updating."
- "Network Error"
- "A data connection is required to connect to Google Play services."
- "Invalid Account"
- "The specified account does not exist on this device. Please choose a different account."
- "Unknown issue with Google Play services."
- "Google Play services"
- "%1$s relies on Google Play services, which is not supported by your device. Contact the manufacturer for assistance."
- "Update"
- "Sign in"
- "Sign in with Google"
- "Open on phone"
- "%1$s requires one or more Google Play services that are not currently available. Please contact the developer for assistance."
- "Sign in failed"
- "Error signing in the specified account. Please choose a different account."
-
diff --git a/platforms/android/google-play-services_lib/res/values-es-rUS/common_strings.xml b/platforms/android/google-play-services_lib/res/values-es-rUS/common_strings.xml
deleted file mode 100644
index f991b95..0000000
--- a/platforms/android/google-play-services_lib/res/values-es-rUS/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Error de Google Play Services"
- "Una aplicación requiere que se actualice Google Play Services"
- "%1$s requiere una actualización de la aplicación Android Wear."
- "Una aplicación requiere que se habilite Google Play Services"
- "Solicitada por %1$s"
- "Obtener Google Play Services"
- "%1$s no se ejecutará si no instalas los servicios de Google Play en el teléfono."
- "%1$s no se ejecutará si no instalas los servicios de Google Play en la tablet."
- "Descargar Google Play Services"
- "Activar Google Play Services"
- "%1$s no funcionará a menos que habilites los servicios de Google Play."
- "Activar Google Play Services"
- "Actualizar Google Play Services"
- "Actualizar Android Wear"
- "%1$s no se ejecutará a menos que actualices los servicios de Google Play."
- "%1$s no se ejecutará a menos que actualices la aplicación Android Wear."
- "Actualización servicios de Google Play"
- "%1$s no se ejecutará sin los servicios de Google Play. La plataforma se está actualizando en este momento."
- "Error de red"
- "Se necesita una conexión de datos para establecer conexión con Google Play Services."
- "Cuenta no válida"
- "La cuenta especificada no existe en este dispositivo. Elige otra cuenta."
- "Error desconocido relacionado con Google Play Services"
- "Google Play Services"
- "%1$s depende de los servicios de Google Play, que no son compatibles con tu dispositivo. Para obtener ayuda, comunícate con el fabricante."
- "Actualizar"
- "Acceder"
- "Acceder con Google"
- "Abrir en el teléfono"
- "%1$s requiere uno o más servicios de Google Play que no están disponibles en este momento. Comunícate con el programador para obtener ayuda."
- "Error al acceder"
- "Se produjo un error al acceder con la cuenta especificada. Selecciona otra cuenta."
-
diff --git a/platforms/android/google-play-services_lib/res/values-es/common_strings.xml b/platforms/android/google-play-services_lib/res/values-es/common_strings.xml
deleted file mode 100644
index 6c1ac28..0000000
--- a/platforms/android/google-play-services_lib/res/values-es/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Error de servicios de Google Play"
- "Una aplicación requiere una actualización de servicios de Google Play."
- "%1$s necesita que la aplicación Android Wear se actualice."
- "Una aplicación requiere que se habiliten los servicios de Google Play."
- "Solicitada por %1$s"
- "Descargar servicios de Google Play"
- "%1$s no se ejecutará si los servicios de Google Play no están instalados en tu teléfono."
- "%1$s no se ejecutará si los servicios de Google Play no están instalados en tu tablet."
- "Descargar servicios de Google Play"
- "Habilitar servicios de Google Play"
- "%1$s no funcionará hasta que no habilites los servicios de Google Play."
- "Habilitar servicios de Google Play"
- "Actualizar servicios de Google Play"
- "Actualizar Android Wear"
- "%1$s no se ejecutará hasta que no actualices los servicios de Google Play."
- "%1$s no se ejecutará hasta que no actualices la aplicación Android Wear."
- "Actualización servicios Play en curso"
- "%1$s no se ejecutará hasta que finalice la actualización en curso de los servicios de Google Play."
- "Error de red"
- "Se necesita una conexión de datos para establecer conexión con los servicios de Google Play."
- "Cuenta no válida"
- "La cuenta especificada no existe en este dispositivo. Selecciona otra cuenta."
- "Error desconocido relacionado con los servicios de Google Play"
- "Servicios de Google Play"
- "%1$s se basa en los servicios de Google Play, pero no son compatibles con tu dispositivo. Ponte en contacto con el fabricante para obtener asistencia."
- "Actualizar"
- "Iniciar sesión"
- "Iniciar sesión con Google"
- "Abrir en teléfono"
- "%1$s necesita uno o varios servicios de Google Play que no están disponibles en este momento. Ponte en contacto con el desarrollador para obtener ayuda."
- "Error al iniciar sesión"
- "Error al iniciar sesión en la cuenta especificada. Selecciona otra cuenta."
-
diff --git a/platforms/android/google-play-services_lib/res/values-es/wallet_strings.xml b/platforms/android/google-play-services_lib/res/values-es/wallet_strings.xml
deleted file mode 100644
index 345f2cf..0000000
--- a/platforms/android/google-play-services_lib/res/values-es/wallet_strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Comprar con Google
-
diff --git a/platforms/android/google-play-services_lib/res/values-et-rEE/common_strings.xml b/platforms/android/google-play-services_lib/res/values-et-rEE/common_strings.xml
deleted file mode 100644
index 8eb1bb0..0000000
--- a/platforms/android/google-play-services_lib/res/values-et-rEE/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Viga Google Play teenustes"
- "Rakenduse kasutamiseks tuleb värskendada Google Play teenuseid."
- "Rakendus %1$s nõuab rakenduse Android Wear värskendust."
- "Rakenduse kasutamiseks peavad olema lubatud Google Play teenused."
- "Taotluse esitas %1$s"
- "Hankige Google Play teenused"
- "Rakendus %1$s töötab ainult koos Google Play teenustega, mida teie telefonis pole."
- "Rakendus %1$s töötab ainult koos Google Play teenustega, mida teie tahvelarvutis pole."
- "Hankige Google Play teenused"
- "Lubage Google Play teenused"
- "Rakendus %1$s töötab ainult siis, kui lubate Google Play teenused."
- "Lubage Google Play teenused"
- "Värskendage Google Play teenuseid"
- "Rakenduse Android Wear värskendamine"
- "Rakenduse %1$s töötamiseks peate värskendama Google Play teenuseid."
- "Rakendus %1$s töötab ainult siis, kui värskendate rakendust Android Wear."
- "Google Play teenuseid värskendatakse"
- "Rakendus %1$s töötab ainult koos Google Play teenustega, mida praegu värskendatakse."
- "Võrgu viga"
- "Google Play teenustega ühenduse loomiseks on vajalik andmesideühendus."
- "Vale konto"
- "Määratud kontot pole selles seadmes olemas. Valige muu konto."
- "Google Play teenuste tundmatu probleem."
- "Google Play teenused"
- "Rakendus %1$s toetub Google Play teenustele, mida teie seadmes ei toetata. Abi saamiseks võtke ühendust tootjaga."
- "Värskenda"
- "Logi sisse"
- "Logi sisse Google\'iga"
- "Ava telefonis"
- "Rakenduse %1$s kasutamiseks on vaja ühte või mitut Google Play teenust, mis pole praegu saadaval. Võtke abi saamiseks ühendust arendajaga."
- "Sisselogimine ebaõnnestus"
- "Määratud kontole sisselogimisel ilmnes viga. Valige teine konto."
-
diff --git a/platforms/android/google-play-services_lib/res/values-eu-rES/common_strings.xml b/platforms/android/google-play-services_lib/res/values-eu-rES/common_strings.xml
deleted file mode 100644
index 5ede437..0000000
--- a/platforms/android/google-play-services_lib/res/values-eu-rES/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play zerbitzuen errorea"
- "Aplikazio batek Google Play zerbitzuak eguneratzea eskatzen du."
- "%1$s aplikazioak Android Wear eguneratzea behar du."
- "Aplikazio batek Google Play zerbitzuak gaituta egotea eskatzen du."
- "%1$s aplikazioak eskatu du"
- "Lortu Google Play zerbitzuak"
- "%1$s ez da exekutatuko Google Play zerbitzurik gabe, baina haiek ez daude telefonoan."
- "%1$s ez da exekutatuko Google Play zerbitzurik gabe, baina haiek ez daude tabletan."
- "Lortu Google Play zerbitzuak"
- "Gaitu Google Play zerbitzuak"
- "%1$s aplikazioak ez du funtzionatuko Google Play zerbitzuak gaitzen ez badituzu."
- "Gaitu Google Play zerbitzuak"
- "Eguneratu Google Play zerbitzuak"
- "Eguneratu Android Wear"
- "%1$s ez da exekutatuko Google Play zerbitzuak eguneratzen ez badituzu."
- "%1$s ez da exekutatuko Android Wear aplikazioa eguneratzen ez baduzu."
- "Google Play zerbitzuak eguneratzen"
- "%1$s ez da exekutatuko Google Play zerbitzurik gabe; zerbitzuok une honetan eguneratzen ari dira."
- "Sareko errorea"
- "Datu-konexioa behar da Google Play zerbitzuetara konektatzeko."
- "Kontu baliogabea"
- "Zehaztutako kontua ez dago gailuan. Aukeratu beste kontu bat."
- "Google Play zerbitzuekin arazo ezezaguna dago."
- "Google Play zerbitzuak"
- "%1$s Google Play zerbitzuetan oinarrituta dago, baina zure gailuak ez ditu onartzen. Laguntza lortzeko, jarri fabrikatzailearekin harremanetan."
- "Eguneratu"
- "Hasi saioa"
- "Hasi saioa Google-n"
- "Ireki telefonoan"
- "%1$s erabiltzeko unean erabilgarri ez dagoen beste Google Play zerbitzu bat behar da. Laguntza lortzeko, jarri garatzailearekin harremanetan."
- "Ezin izan da hasi saioa"
- "Errore bat gertatu da zehaztutako kontuan saioa hastean. Aukeratu beste kontu bat."
-
diff --git a/platforms/android/google-play-services_lib/res/values-fa/common_strings.xml b/platforms/android/google-play-services_lib/res/values-fa/common_strings.xml
deleted file mode 100644
index a5b11e3..0000000
--- a/platforms/android/google-play-services_lib/res/values-fa/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "خطا در خدمات Google Play"
- "برنامهای نیاز به یک بهروزرسانی برای خدمات Google Play دارد."
- "%1$s نیاز دارد برنامه Android Wear بهروزرسانی شود."
- "برنامهای نیاز به فعال شدن خدمات Google Play دارد."
- "درخواست توسط %1$s"
- "دریافت خدمات Google Play"
- "%1$s بدون سرویسهای Google Play که در تلفن شما وجود ندارند، اجرا نمیشود."
- "%1$s بدون سرویسهای Google Play که در رایانه لوحی شما وجود ندارند، اجرا نمیشود."
- "دریافت خدمات Google Play"
- "فعال کردن خدمات Google Play"
- "تا زمانی که سرویسهای Google Play را فعال نکنید، %1$s کار نمیکند."
- "فعال کردن خدمات Google Play"
- "بهروزرسانی خدمات Google Play"
- "بهروزرسانی Android Wear"
- "تاز مانی که سرویسهای Google Play را بهروزرسانی نکنید، %1$s اجرا نمیشود."
- "%1$s اجرا نمیشود مگر اینکه برنامه Android Wear را بهروزرسانی کنید."
- "سرویسهای Google Play در حال بهروزرسانی هستند"
- "%1$s بدون سرویسهای Google Play که در حال حاضر در حال بهروزرسانی هستند، کار نمیکند."
- "خطای شبکه"
- "برای اتصال به خدمات Google Play اتصال داده لازم است."
- "حساب نامعتبر"
- "حسابی که تعیین کردید در این دستگاه وجود ندارد. لطفاً حساب دیگری را انتخاب کنید."
- "مشکل نامشخص در خدمات Google Play."
- "خدمات Google Play"
- "%1$s متکی بر سرویسهای Google Play است که توسط دستگاهتان پشتیبانی نمیشود. برای دریافت کمک با سازنده تماس بگیرید."
- "بهروزرسانی"
- "ورود به سیستم"
- "ورود به سیستم با Google"
- "باز کردن در تلفن"
- "%1$s به یک یا چند سرویس Google Play نیاز دارد که در حال حاضر در دسترس نیستند. لطفاً برای دریافت کمک با برنامهنویس تماس بگیرید."
- "وارد سیستم نشد"
- "هنگام وارد شدن به سیستم حساب مشخص شده خطایی روی داد. لطفاً یک حساب دیگر انتخاب کنید."
-
diff --git a/platforms/android/google-play-services_lib/res/values-fi/common_strings.xml b/platforms/android/google-play-services_lib/res/values-fi/common_strings.xml
deleted file mode 100644
index e63cbb8..0000000
--- a/platforms/android/google-play-services_lib/res/values-fi/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Virhe Google Play -palveluissa"
- "Päivitä Google Play Palvelut, jotta sovellus toimii."
- "%1$s edellyttää Android Wear -sovelluksen päivittämistä."
- "Ota käyttöön Google Play Palvelut, jotta sovellus toimii."
- "Pyynnön teki %1$s"
- "Asenna Google Play Palvelut"
- "%1$s ei toimi ilman Google Play Palveluita, jotka puuttuvat puhelimestasi."
- "%1$s ei toimi ilman Google Play Palveluita, jotka puuttuvat tabletistasi."
- "Asenna Google Play Palvelut"
- "Ota Google Play Palvelut käyttöön"
- "%1$s ei toimi, ellet ota Google Play Palveluita käyttöön."
- "Ota Google Play -palv. käyttöön"
- "Päivitä Google Play Palvelut"
- "Päivitä Android Wear"
- "%1$s ei toimi, ellet päivitä Google Play Palveluita."
- "%1$s ei toimi, ellet päivitä Android Wear -sovellusta."
- "Google Play Palveluita päivitetään"
- "%1$s ei toimi ilman Google Play Palveluita, joita päivitetään tällä hetkellä."
- "Verkkovirhe"
- "Google Play -palveluiden käyttöön tarvitaan tietoliikenneyhteys."
- "Tili ei kelpaa"
- "Kyseistä tiliä ei ole tällä laitteella. Valitse toinen tili."
- "Tuntematon ongelma käytettäessä Google Play -palveluita."
- "Google Play Palvelut"
- "%1$s käyttää Google Play Palveluita, joita laitteesi ei tue. Pyydä ohjeita laitteen valmistajalta."
- "Päivitä"
- "Kirjaudu"
- "Kirjaudu Google-tiliin"
- "Avaa puhelimessa"
- "%1$s tarvitsee yhtä tai useampaa Google Play Palvelua, jotka eivät ole saatavilla tällä hetkellä. Voit pyytää lisätietoja kehittäjältä."
- "Kirjautuminen epäonnistui."
- "Määritettyyn tiliin kirjauduttaessa tapahtui virhe. Valitse toinen tili."
-
diff --git a/platforms/android/google-play-services_lib/res/values-fr-rCA/common_strings.xml b/platforms/android/google-play-services_lib/res/values-fr-rCA/common_strings.xml
deleted file mode 100644
index 066af66..0000000
--- a/platforms/android/google-play-services_lib/res/values-fr-rCA/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Erreur liée aux services Google Play"
- "Une application requiert la mise à jour des services Google Play."
- "%1$s nécessite une mise à jour de l\'application Android Wear."
- "Une application requiert l\'activation des services Google Play."
- "Demandée par %1$s"
- "Installer les services Google Play"
- "%1$s ne fonctionnera pas sans les services Google Play, qui ne sont pas installés sur votre téléphone."
- "%1$s ne fonctionnera pas sans les services Google Play, qui ne sont pas installés sur votre tablette."
- "Installer les services Google Play"
- "Activer les services Google Play"
- "%1$s ne fonctionnera pas tant que vous n\'aurez pas activé les services Google Play."
- "Activer les services Google Play"
- "Mettre à jour les services Google Play"
- "Mettre à jour Android Wear"
- "%1$s ne fonctionnera pas tant que vous n\'aurez pas mis à jour les services Google Play."
- "%1$s ne fonctionnera pas tant que vous n\'aurez pas mis à jour l\'application Android Wear."
- "Mise à jour des services Google Play"
- "%1$s ne fonctionnera pas sans les services Google Play, qui sont en cours de mise à jour."
- "Erreur réseau"
- "Vous devez disposer d\'une connexion de données pour utiliser les services Google Play."
- "Compte erroné"
- "Le compte indiqué n\'existe pas sur cet appareil. Veuillez sélectionner un autre compte."
- "Problème inconnu avec les services Google Play."
- "Services Google Play"
- "%1$s dépend des services Google Play, qui ne sont pas compatibles avec votre appareil. Veuillez communiquer avec le fabricant pour obtenir de l\'aide."
- "Mettre à jour"
- "Connexion"
- "Se connecter via Google"
- "Ouvrir sur le téléphone"
- "%1$s nécessite un ou plusieurs services Google Play qui ne sont pas disponibles actuellement. Veuillez communiquer avec le développeur pour obtenir de l\'aide."
- "Échec de connexion."
- "Erreur lors de la connexion au compte indiqué. Veuillez en sélectionner un autre."
-
diff --git a/platforms/android/google-play-services_lib/res/values-fr/common_strings.xml b/platforms/android/google-play-services_lib/res/values-fr/common_strings.xml
deleted file mode 100644
index 3c40f44..0000000
--- a/platforms/android/google-play-services_lib/res/values-fr/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Erreur liée aux services Google Play"
- "Une application demande la mise à jour des services Google Play."
- "%1$s nécessite une mise à jour de l\'application Android Wear."
- "Une application demande l\'activation des services Google Play."
- "Notification issue de l\'application \"%1$s\""
- "Installer les services Google Play"
- "%1$s ne fonctionnera pas sans les services Google Play, qui ne sont pas installés sur votre téléphone."
- "%1$s ne fonctionnera pas sans les services Google Play, qui ne sont pas installés sur votre tablette."
- "Installer services Google Play"
- "Activer les services Google Play"
- "%1$s ne fonctionnera pas tant que vous n\'aurez pas activé les services Google Play."
- "Activer services Google Play"
- "Mettre à jour les services Google Play"
- "Mettre à jour Android Wear"
- "%1$s ne fonctionnera pas tant que vous n\'aurez pas mis à jour les services Google Play."
- "%1$s ne fonctionnera pas tant que vous n\'aurez pas mis à jour l\'application Android Wear."
- "Mise à jour des services Google Play"
- "%1$s ne fonctionnera pas sans les services Google Play, qui sont en cours de mise à jour."
- "Erreur réseau"
- "Vous devez disposer d\'une connexion de données pour utiliser les services Google Play."
- "Compte erroné"
- "Le compte indiqué n\'existe pas sur cet appareil. Veuillez sélectionner un autre compte."
- "Problème inconnu avec les services Google Play."
- "Services Google Play"
- "%1$s dépend des services Google Play, qui ne sont pas compatibles avec votre appareil. Veuillez contacter le fabricant pour obtenir de l\'aide."
- "Mettre à jour"
- "Connexion"
- "Se connecter avec Google"
- "Ouvrir sur le téléphone"
- "%1$s nécessite un ou plusieurs services Google Play qui ne sont pas disponibles actuellement. Veuillez contacter le développeur pour obtenir de l\'aide."
- "Échec de la connexion"
- "Erreur lors de la connexion au compte indiqué. Veuillez en sélectionner un autre."
-
diff --git a/platforms/android/google-play-services_lib/res/values-gl-rES/common_strings.xml b/platforms/android/google-play-services_lib/res/values-gl-rES/common_strings.xml
deleted file mode 100644
index 095749e..0000000
--- a/platforms/android/google-play-services_lib/res/values-gl-rES/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Erro nos servizos de Google Play"
- "Unha aplicación require a actualización dos servizos de Google Play."
- "%1$s require unha actualización da aplicación Android Wear."
- "As aplicacións requiren ter os servizos de Google Play activados."
- "Solicitado por %1$s"
- "Descargar servizos de Google Play"
- "%1$s non se executará se o teu teléfono non ten instalados os servizos de Google Play."
- "%1$s non se executará se o teu tablet non ten instalados os servizos de Google Play."
- "Obter servizos de Google Play"
- "Activar servizos de Google Play"
- "%1$s non funcionará a menos que actives os servizos de Google Play."
- "Activar servizos de Google Play"
- "Actualizar os servizos de Google Play"
- "Actualizar Android Wear"
- "%1$s non se executará a menos que actualices os servizos de Google Play."
- "%1$s non se executará a menos que actualices a aplicación Android Wear."
- "Actualizando os servizos de Google Play"
- "%1$s non se executará sen os servizos de Google Play, que se están actualizando neste momento."
- "Erro de rede"
- "É necesario dispoñer dunha conexión de datos para conectarse aos servizos de Google Play."
- "Conta non válida"
- "A conta especificada non existe neste dispositivo. Escolle unha diferente."
- "Erro descoñecido cos servizos de Google Play."
- "Servizos de Google Play"
- "%1$s confía nos servizos de Google Play, que non son compatibles co teu dispositivo. Ponte en contacto co fabricante para obter axuda."
- "Actualizar"
- "Iniciar sesión"
- "Iniciar sesión con Google"
- "Abrir no teléfono"
- "%1$s require un ou máis servizos de Google Play que non están dispoñibles neste momento. Ponte en contacto co programador para obter axuda."
- "Produciuse un erro no inicio de sesión"
- "Produciuse un erro ao iniciar sesión na conta especificada. Escolle unha conta diferente."
-
diff --git a/platforms/android/google-play-services_lib/res/values-gu-rIN/common_strings.xml b/platforms/android/google-play-services_lib/res/values-gu-rIN/common_strings.xml
deleted file mode 100644
index 0e4e0bc..0000000
--- a/platforms/android/google-play-services_lib/res/values-gu-rIN/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play સેવાઓની ભૂલ"
- "એક એપ્લિકેશનને Google Play સેવાઓ અપડેટ કરવાની જરૂર છે."
- "%1$s ને Android Wear એપ્લિકેશન માટેના અપડેટની જરૂર છે."
- "એક એપ્લિકેશનને Google Play સેવાઓ સક્ષમ કરવાની જરૂર છે."
- "%1$s દ્વારા વિનંતી કરી"
- "Google Play સેવાઓ મેળવો"
- "%1$s Google Play સેવાઓ વગર ચાલશે નહીં, જે તમારા ફોનમાંથી ખૂટે છે."
- "%1$s Google Play સેવાઓ વગર ચાલશે નહીં, જે તમારા ટેબ્લેટમાંથી ખૂટે છે."
- "Google Play સેવાઓ મેળવો"
- "Google Play સેવાઓ સક્ષમ કરો"
- "તમે Google Play સેવાઓ સક્ષમ કરશો નહીં ત્યાં સુધી %1$s કાર્ય કરશે નહી."
- "Google Play સેવાઓ સક્ષમ કરો"
- "Google Play સેવાઓ અપડેટ કરો"
- "Android Wear અપડેટ કરો"
- "તમે Google Play સેવાઓ અપડેટ કરશો નહીં ત્યાં સુધી %1$s શરૂ થશે નહીં."
- "જ્યાં સુધી તમે Android Wear એપ્લિકેશનને અપડેટ કરશો નહીં ત્યાં સુધી %1$s શરૂ થશે નહીં."
- "Google Play સેવાઓ અપડેટ થઈ રહી છે"
- "%1$s, Google Play સેવાઓ વગર શરૂ થશે નહીં, જે વર્તમાનમાં અપડેટ થઈ રહી છે."
- "નેટવર્ક ભૂલ"
- "ડેટા કનેક્શનને Google Play સેવાઓ સાથે કનેક્ટ થવાની જરૂર છે."
- "અમાન્ય એકાઉન્ટ"
- "ઉલ્લેખિત એકાઉન્ટ આ ઉપકરણ પર અસ્તિત્વમાં નથી. કૃપા કરીને એક અલગ એકાઉન્ટ પસંદ કરો."
- "Google Play સેવાઓમાં અજાણી સમસ્યા આવી."
- "Google Play સેવાઓ"
- "%1$s Google Play સેવાઓ પર આધાર રાખે છે, જે તમારા ઉપકરણ દ્વારા સમર્થિત નથી. સહાયતા માટે નિર્માતાનો સંપર્ક કરો."
- "અપડેટ કરો"
- "સાઇન ઇન કરો"
- "Google માં સાઇન ઇન કરો"
- "ફોન પર ખોલો"
- "%1$s ને એક કે વધુ Google Play સેવાઓની જરૂર છે કે જે હાલમાં ઉપલબ્ધ નથી. કૃપા કરીને સહાયતા માટે વિકાસકર્તાનો સંપર્ક કરો."
- "સાઇન ઇન નિષ્ફળ થયું"
- "ઉલ્લેખિત એકાઉન્ટમાં સાઇન ઇન કરવામાં ભૂલ. કૃપા કરીને એક અલગ એકાઉન્ટ પસંદ કરો."
-
diff --git a/platforms/android/google-play-services_lib/res/values-hi/common_strings.xml b/platforms/android/google-play-services_lib/res/values-hi/common_strings.xml
deleted file mode 100644
index f33d617..0000000
--- a/platforms/android/google-play-services_lib/res/values-hi/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play सेवाएं त्रुटि"
- "ऐप्लिकेशन के लिए Google Play सेवाओं में नई जानकारी की आवश्यकता है."
- "%1$s को Android Wear ऐप की नई जानकारी पाने की आवश्यकता है."
- "ऐप्लिकेशन के लिए Google Play सेवाएं सक्षम किए जाने की आवश्यकता है."
- "%1$s के द्वारा अनुरोधित"
- "Google Play सेवाएं पाएं"
- "%1$s उन Google Play सेवाओं के बिना नहीं चलेगा जो आपके फ़ोन में उपलब्ध नहीं हैं."
- "%1$s उन Google Play सेवाओं के बिना नहीं चलेगा जो आपके टैबलेट में उपलब्ध नहीं हैं."
- "Google Play सेवाएं पाएं"
- "Google Play सेवाएं सक्षम करें"
- "%1$s तब तक कार्य नहीं करेगा जब तक आप Google Play सेवाओं को सक्षम नहीं करते."
- "Google Play सेवाएं सक्षम करें"
- "Google Play सेवाएं से नई जानकारी"
- "Android Wear अपडेट करें"
- "%1$s तब तक नहीं चलेगा जब तक आप Google Play सेवाओं को अपडेट नहीं करते."
- "%1$s तब तक नहीं चलेगा, जब तक कि आप Android Wear ऐप के लिए नई जानकारी प्राप्त नहीं कर लेते."
- "Google Play सेवाएं अपडेट हो रही हैं"
- "%1$s उन Google Play सेवाओं के बिना नहीं चलेगा जो वर्तमान में अपडेट हो रही हैं."
- "नेटवर्क त्रुटि"
- "Google Play सेवाओं से कनेक्ट करने के लिए डेटा कनेक्शन की आवश्यकता है."
- "अमान्य खाता"
- "निर्दिष्ट खाता इस डिवाइस पर मौजूद नहीं है. कृपया कोई भिन्न खाता चुनें."
- "Google Play सेवाओं के साथ अज्ञात समस्या."
- "Google Play सेवाएं"
- "%1$s उन Google Play सेवाओं पर निर्भर है जो आपके डिवाइस द्वारा समर्थित नहीं हैं. सहायता के लिए निर्माता से संपर्क करें."
- "नई जानकारी पाएं"
- "प्रवेश करें"
- "Google से प्रवेश करें"
- "फ़ोन पर खोलें"
- "%1$s को ऐसी एक या अधिक Google Play सेवाओं की आवश्यकता है जो वर्तमान में उपलब्ध नहीं हैं. कृपया सहायता के लिए डेवलपर से संपर्क करें."
- "प्रवेश करना विफल रहा"
- "निर्दिष्ट खाते में प्रवेश करने में त्रुटि. कृपया कोई भिन्न खाता चुनें."
-
diff --git a/platforms/android/google-play-services_lib/res/values-hr/common_strings.xml b/platforms/android/google-play-services_lib/res/values-hr/common_strings.xml
deleted file mode 100644
index 7ddd8c0..0000000
--- a/platforms/android/google-play-services_lib/res/values-hr/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Pogreška Usluga za Google Play"
- "Aplikacija zahtijeva ažuriranje Usluga za Google Play."
- "%1$s zahtijeva ažuriranje aplikacije Android Wear."
- "Aplikacija zahtijeva da Usluge za Google Play budu omogućene."
- "Zahtijeva aplikacija %1$s"
- "Preuzmi usluge za Google Play"
- "%1$s neće funkcionirati bez Google Play usluga koje nisu instalirane na vašem telefonu."
- "%1$s neće funkcionirati bez Google Play usluga koje nisu instalirane na vašem tabletu."
- "Preuzmi usluge za Google Play"
- "Omogući usluge za Google Play"
- "%1$s neće funkcionirati ako ne omogućite Google Play usluge."
- "Omogući usluge za Google Play"
- "Ažuriraj usluge za Google Play"
- "Ažurirajte Android Wear"
- "%1$s neće funkcionirati ako ne ažurirate Google Play usluge."
- "%1$s neće funkcionirati ako ne ažurirate aplikaciju Android Wear."
- "Ažuriranje Google Play usluga u tijeku"
- "%1$s neće funkcionirati bez Google Play usluga koje se trenutačno ažuriraju."
- "Mrežna pogreška"
- "Potrebna je podatkovna veza za povezivanje s uslugama Google Play."
- "Nevažeći račun"
- "Navedeni račun ne postoji na ovom uređaju. Odaberite neki drugi račun."
- "Nepoznata poteškoća s uslugama za Google Play."
- "Usluge za Google Play"
- "%1$s radi uz pomoć Google Play usluge koje vaš uređaj ne podržava. Za pomoć se obratite proizvođaču."
- "Ažuriranje"
- "Prijava"
- "Prijava uslugom Google"
- "Otvaranje na telefonu"
- "%1$s zahtijeva jednu ili više Google Play usluga koje trenutačno nisu dostupne. Za pomoć se obratite razvojnom programeru."
- "Prijava nije uspjela"
- "Pogreška prilikom prijave na navedeni račun. Odaberite neki drugi račun."
-
diff --git a/platforms/android/google-play-services_lib/res/values-hu/common_strings.xml b/platforms/android/google-play-services_lib/res/values-hu/common_strings.xml
deleted file mode 100644
index a1bed00..0000000
--- a/platforms/android/google-play-services_lib/res/values-hu/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play-szolgáltatások – hiba"
- "Egy alkalmazás Google Play-szolgáltatások frissítését kéri."
- "A(z) %1$s alkalmazás az Android Wear alkalmazás frissítését igényli."
- "Egy alkalmazás Google Play-szolgáltatások engedélyezését kéri."
- "A(z) %1$s kérésére"
- "Play-szolgáltatások telepítése"
- "A(z) %1$s alkalmazás nem fut a Google Play-szolgáltatások nélkül, amelyek hiányoznak a telefonjáról."
- "A(z) %1$s alkalmazás nem fut a Google Play-szolgáltatások nélkül, amelyek hiányoznak a táblagépéről."
- "Play-szolgáltatások telepítése"
- "Google Play-szolgáltatások aktiválása"
- "A(z) %1$s alkalmazás csak akkor működik, ha Ön engedélyezi a Google Play-szolgáltatásokat."
- "Play-szolgáltatások aktiválása"
- "Play-szolgáltatások frissítése"
- "Az Android Wear frissítése"
- "A(z) %1$s alkalmazás csak akkor fog működni, ha frissíti a Google Play-szolgáltatásokat."
- "A(z) %1$s alkalmazás csak az Android Wear alkalmazás frissítését követően fog működni."
- "A Google Play-szolgáltatások frissülnek"
- "A(z) %1$s alkalmazás nem fut a Google Play-szolgáltatások nélkül, amelyek éppen frissülnek."
- "Hálózati hiba"
- "A Google Play-szolgáltatásokhoz történő kapcsolódáshoz adatkapcsolat szükséges."
- "Érvénytelen fiók"
- "A megadott fiók nem létezik ezen az eszközön. Kérjük, válasszon másik fiókot."
- "Ismeretlen hiba a Google Play-szolgáltatásokban."
- "Google Play-szolgáltatások"
- "A(z) %1$s használatához olyan Google Play-szolgáltatásokra lesz szüksége, amelyeket eszköze nem támogat. Ha segítségre van szüksége, lépjen kapcsolatba a gyártóval."
- "Frissítés"
- "Belépés"
- "Google-bejelentkezés"
- "Megnyitás a telefonon"
- "A(z) %1$s alkalmazásnak szüksége van egy vagy több, jelenleg nem elérhető Google Play-szolgáltatásra. További segítségért vegye fel a kapcsolatot a fejlesztővel."
- "Sikertelen bejelentkezés"
- "Hiba a megadott fiókba való bejelentkezéskor. Kérjük, válasszon egy másik fiókot."
-
diff --git a/platforms/android/google-play-services_lib/res/values-hy-rAM/common_strings.xml b/platforms/android/google-play-services_lib/res/values-hy-rAM/common_strings.xml
deleted file mode 100644
index 3d8d56e..0000000
--- a/platforms/android/google-play-services_lib/res/values-hy-rAM/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play ծառայությունների սխալ կա"
- "Ինչ-որ հավելված պահանջում է թարմացնել Google Play ծառայությունները:"
- "%1$s հավելվածի Android Wear համակարգը պետք է թարմացվի:"
- "Ինչ-որ հավելված պահանջում է միացնել Google Play ծառայությունները:"
- "%1$s-ի հարցմամբ"
- "Տեղադրեք Google Play ծառայությունները"
- "%1$s հավելվածը չի աշխատի առանց Google Play ծառայությունների, որոնք չկան ձեր հեռախոսում:"
- "%1$s հավելվածը չի աշխատի առանց Google Play ծառայությունների, որոնք չկան ձեր պլանշետում:"
- "Տեղադրել Google Play ծառայությունները"
- "Միացնել Google Play ծառայությունները"
- "%1$s հավելվածը չի աշխատի մինչև չմիացնեք Google Play ծառայությունները:"
- "Միացնել Google Play ծառայությունները"
- "Նորացրեք Google Play ծառայությունները"
- "Թարմացնել Android Wear-ը"
- "%1$s հավելվածը չի աշխատի մինչև չթարմացնեք Google Play ծառայությունները:"
- "%1$s հավելվածը չի գործարկվի մինչև չթարմացնեք Android Wear համակարգը:"
- "Google Play ծառայությունների թարմացում"
- "%1$s հավելվածը չի աշխատի առանց Google Play ծառայությունների, որոնք այս պահին թարմացվում են:"
- "Ցանցի սխալ կա"
- "Պահանջվում է տվյալների կապ` Google Play ծառայություններին միանալու համար:"
- "Հաշիվն անվավեր է"
- "Նշված հաշիվը գոյություն չունի այս սարքում: Ընտրեք այլ հաշիվ:"
- "Անհայտ խնդիր՝ Google Play ծառայություններում:"
- "Google Play ծառայություններ"
- "%1$s հավելվածի համար հարկավոր են Google Play ծառայություններ, որոնք ձեր սարքը չի աջակցում: Օգնություն ստանալու համար կապվեք արտադրողի հետ:"
- "Նորացնել"
- "Մուտք գործել"
- "Մուտք գործեք Google-ով"
- "Բացել հեռախոսում"
- "%1$s հավելվածի համար պահանջվում է մեկ կամ մի քանի Google Play ծառայություններ, որոնք այս պահին հասանելի չեն: Օգնություն ստանալու համար կապվեք մշակողի հետ:"
- "Մուտքը ձախողվեց"
- "Նշված հաշիվ մուտք գործելիս առաջացել է սխալ: Ընտրեք մեկ այլ հաշիվ:"
-
diff --git a/platforms/android/google-play-services_lib/res/values-in/common_strings.xml b/platforms/android/google-play-services_lib/res/values-in/common_strings.xml
deleted file mode 100644
index a1173a6..0000000
--- a/platforms/android/google-play-services_lib/res/values-in/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Kesalahan layanan Google Play"
- "Aplikasi mewajibkan pembaruan untuk layanan Google Play."
- "%1$s perlu pembaruan aplikasi Android Wear."
- "Aplikasi mewajibkan agar layanan Google Play diaktifkan."
- "Diminta oleh %1$s"
- "Dapatkan layanan Google Play"
- "%1$s tidak akan berjalan tanpa layanan Google Play, yang tidak ada di ponsel Anda."
- "%1$s tidak akan berjalan tanpa layanan Google Play, yang tidak ada di tablet Anda."
- "Dapatkan layanan Google Play"
- "Aktifkan layanan Google Play"
- "%1$s tidak akan berfungsi jika layanan Google Play tidak diaktifkan."
- "Aktifkan layanan Google Play"
- "Perbarui layanan Google Play"
- "Perbarui Android Wear"
- "%1$s tidak akan berjalan jika layanan Google Play tidak diperbarui."
- "%1$s tidak akan berjalan jika aplikasi Android Wear tidak diperbarui."
- "Layanan Google Play sedang diperbarui"
- "%1$s tidak akan berjalan tanpa layanan Google Play, yang saat ini sedang diperbarui."
- "Kesalahan Jaringan"
- "Sambungan data diperlukan untuk tersambung ke layanan Google Play."
- "Akun Tidak Valid"
- "Akun yang ditentukan tidak ada di perangkat ini. Pilih akun lain."
- "Masalah tidak diketahui pada layanan Google Play."
- "Layanan Google Play"
- "%1$s memerlukan layanan Google Play, yang tidak didukung oleh perangkat Anda. Hubungi pabrikan untuk mendapat bantuan."
- "Perbarui"
- "Masuk"
- "Masuk dengan Google"
- "Buka di ponsel"
- "%1$s memerlukan satu atau beberapa layanan Google Play yang saat ini tidak tersedia. Hubungi pengembang untuk mendapatkan bantuan."
- "Gagal masuk"
- "Kesalahan saat masuk ke akun yang ditentukan. Pilih akun yang lain."
-
diff --git a/platforms/android/google-play-services_lib/res/values-is-rIS/common_strings.xml b/platforms/android/google-play-services_lib/res/values-is-rIS/common_strings.xml
deleted file mode 100644
index 7034fad..0000000
--- a/platforms/android/google-play-services_lib/res/values-is-rIS/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Villa í þjónustu Google Play"
- "Forrit krefst þess að þjónusta Google Play sé uppfærð."
- "%1$s krefst uppfærslu á Android Wear forritinu."
- "Forrit krefst þess að þjónusta Google Play sé virk."
- "%1$s bað um"
- "Sækja þjónustu Google Play"
- "%1$s getur ekki keyrt án þjónustu Google Play, sem vantar í símann þinn."
- "%1$s getur ekki keyrt án þjónustu Google Play, sem vantar í spjaldtölvuna þína."
- "Sækja þjónustu Google Play"
- "Virkja þjónustu Google Play"
- "%1$s virkar ekki nema þú gerir þjónustu Google Play virka."
- "Virkja þjónustu Google Play"
- "Uppfæra þjónustu Google Play"
- "Uppfærðu Android Wear"
- "%1$s getur ekki keyrt nema þú uppfærir þjónustu Google Play."
- "%1$s getur ekki keyrt nema þú uppfærir Android Wear forritið."
- "Verið er að uppfæra þjónustu Google Play"
- "%1$s getur ekki keyrt án þjónustu Google Play, sem verið er að uppfæra."
- "Netvilla"
- "Gagnatengingar er krafist til að tengjast þjónustu Google Play."
- "Ógildur reikningur"
- "Tilgreindur reikningur er ekki til staðar í þessu tæki. Veldu annan reikning."
- "Óþekkt vandamál með þjónustu Google Play."
- "Þjónusta Google Play"
- "%1$s reiðir sig á þjónustu Google Play, sem er ekki studd í tækinu þínu. Hafðu samband við framleiðandann til að fá aðstoð."
- "Uppfæra"
- "Skrá inn"
- "Skrá inn með Google"
- "Opna í símanum"
- "%1$s krefst einhverrar Google Play þjónustu sem ekki er tiltæk sem stendur. Hafðu samband við þróunaraðilann til að fá aðstoð."
- "Innskráning mistókst"
- "Villa við að skrá tilgreindan reikning inn. Veldu annan reikning."
-
diff --git a/platforms/android/google-play-services_lib/res/values-it/common_strings.xml b/platforms/android/google-play-services_lib/res/values-it/common_strings.xml
deleted file mode 100644
index 0b647cc..0000000
--- a/platforms/android/google-play-services_lib/res/values-it/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Errore Google Play Services"
- "Un\'applicazione richiede un aggiornamento di Google Play Services."
- "%1$s richiede l\'aggiornamento dell\'app Android Wear."
- "Un\'applicazione richiede l\'attivazione di Google Play Services."
- "Richiesta da %1$s"
- "Installa Google Play Services"
- "%1$s non funzionerà senza Google Play Services, non presente sul tuo telefono."
- "%1$s non funzionerà senza Google Play Services, non presente sul tuo tablet."
- "Installa Google Play Services"
- "Attiva Google Play Services"
- "%1$s non funzionerà se non attivi Google Play Services."
- "Attiva Google Play Services"
- "Aggiorna Google Play Services"
- "Aggiorna Android Wear"
- "%1$s non funzionerà se non aggiorni Google Play Services."
- "%1$s funzionerà solo dopo avere aggiornato Android Wear."
- "Aggiornamento di Google Play Services"
- "%1$s non funzionerà senza Google Play Services, attualmente in fase di aggiornamento."
- "Errore di rete"
- "È necessaria una connessione dati per connettersi a Google Play Services."
- "Account non valido"
- "L\'account specificato non esiste su questo dispositivo. Scegli un altro account."
- "Problema sconosciuto con Google Play Services."
- "Google Play Services"
- "%1$s si basa su Google Play Services, che non è supportato sul tuo dispositivo. Contatta il produttore per ricevere assistenza."
- "Aggiorna"
- "Accedi"
- "Accedi con Google"
- "Apri sul telefono"
- "%1$s richiede uno o più servizi di Google Play che non sono attualmente disponibili. Contatta lo sviluppatore per ricevere assistenza."
- "Accesso non riuscito"
- "Errore durante l\'accesso all\'account specificato. Scegli un altro account."
-
diff --git a/platforms/android/google-play-services_lib/res/values-iw/common_strings.xml b/platforms/android/google-play-services_lib/res/values-iw/common_strings.xml
deleted file mode 100644
index fb389f1..0000000
--- a/platforms/android/google-play-services_lib/res/values-iw/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "שגיאה בשירותי Google Play"
- "קיימת אפליקציה המחייבת עדכון עבור שירותי Google Play."
- "%1$s דורש עדכון לאפליקציה Android Wear."
- "קיימת אפליקציה המחייבת הפעלה של שירותי Google Play."
- "התבקשה על ידי %1$s"
- "קבל את שירותי Google Play"
- "%1$s לא יפעל ללא שירותי Google Play, שחסרים בטלפון שלך."
- "%1$s לא יפעל ללא שירותי Google Play, שחסרים בטאבלט שלך."
- "קבל את שירותי Google Play"
- "הפעלת שירותי Google Play"
- "%1$s לא יפעל אם לא תפעיל את שירותי Google Play."
- "הפעל את שירותי Google Play"
- "עדכון שירותי Google Play"
- "עדכון Android Wear"
- "%1$s לא יפעל אם לא תעדכן את שירותי Google Play."
- "%1$s לא יפעל עד שתעדכן את האפליקציה Android Wear."
- "שירותי Google Play מתעדכנים"
- "%1$s לא יפעל ללא שירותי Google Play, שמתעדכנים כרגע."
- "שגיאת רשת."
- "דרוש חיבור נתונים כדי להתחבר לשירותי Google Play."
- "חשבון לא חוקי"
- "החשבון שצוין לא קיים במכשיר זה. בחר חשבון אחר."
- "בעיה לא ידועה בשירותי Google Play."
- "שירותי Google Play"
- "%1$s מתבסס על שירותי Google Play, שאינם נתמכים במכשיר שלך. צור קשר עם היצרן לקבלת סיוע."
- "עדכן"
- "היכנס"
- "היכנס באמצעות Google"
- "פתח בטלפון"
- "ל-%1$s נדרש שירות אחד או יותר של Google Play שאינו זמין כעת. צור קשר עם המפתח לקבלת סיוע."
- "הכניסה נכשלה"
- "אירעה שגיאה בעת הכניסה אל החשבון המצוין. בחר חשבון אחר."
-
diff --git a/platforms/android/google-play-services_lib/res/values-ja/common_strings.xml b/platforms/android/google-play-services_lib/res/values-ja/common_strings.xml
deleted file mode 100644
index 3e7166a..0000000
--- a/platforms/android/google-play-services_lib/res/values-ja/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play開発者サービスのエラー"
- "アプリではGoogle Play開発者サービスを更新する必要があります"
- "%1$sにはAndroid Wearアプリの更新が必要です。"
- "アプリではGoogle Play開発者サービスを有効にする必要があります"
- "%1$sによるリクエスト"
- "Play開発者サービスの入手"
- "%1$sの実行にはGoogle Play開発者サービスが必要ですが、お使いのスマートフォンにはインストールされていません。"
- "%1$sの実行にはGoogle Play開発者サービスが必要ですが、お使いのタブレットにはインストールされていません。"
- "Play開発者サービスの入手"
- "Play開発者サービスの有効化"
- "%1$sの実行には、Google Play開発者サービスの有効化が必要です。"
- "Play開発者サービスの有効化"
- "Play開発者サービスの更新"
- "Android Wearの更新"
- "%1$sの実行にはGoogle Play開発者サービスの更新が必要です。"
- "%1$sの実行にはAndroid Wearアプリの更新が必要です。"
- "Google Play開発者サービスの更新中"
- "%1$sの実行にはGoogle Play開発者サービスが必要ですが、このサービスは現在更新中です。"
- "ネットワークエラー"
- "Google Play開発者サービスに接続するには、データ接続が必要です。"
- "無効なアカウント"
- "指定したアカウントはこの端末上に存在しません。別のアカウントを選択してください。"
- "Google Play開発者サービスで原因不明の問題が発生しました。"
- "Google Play開発者サービス"
- "%1$sに必要なGoogle Play開発者サービスは、お使いの端末ではサポートされていません。詳しくは端末メーカーにお問い合わせください。"
- "更新"
- "ログイン"
- "Googleでログイン"
- "端末で開く"
- "%1$sには現在利用されていないGoogle Play開発者サービスが必要です。詳しくはデベロッパーにお問い合わせください。"
- "ログインできませんでした"
- "指定されたアカウントへのログイン中にエラーが発生しました。別のアカウントを選択してください。"
-
diff --git a/platforms/android/google-play-services_lib/res/values-ka-rGE/common_strings.xml b/platforms/android/google-play-services_lib/res/values-ka-rGE/common_strings.xml
deleted file mode 100644
index 958ad96..0000000
--- a/platforms/android/google-play-services_lib/res/values-ka-rGE/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play Services-ის შეცდომა"
- "აპლიკაცია საჭიროებს Google Play Services-ის განახლებას."
- "%1$s საჭიროებს Android Wear აპის განახლებას."
- "აპლიკაცია საჭიროებს გააქტიურებულ Google Play Services."
- "მომთხოვნი: %1$s"
- "Google Play სერვისების მიღება"
- "%1$s ვერ გაეშვება Google Play სერვისების გარეშე, რაც თქვენს ტელეფონზე ვერ იძებნება."
- "%1$s ვერ გაეშვება Google Play სერვისების გარეშე, რაც თქვენს ტაბლეტზე ვერ იძებნება."
- "Google Play სერვისების მიღება"
- "Google Play სერვისების გააქტიურება"
- "%1$s არ იმუშავებს, თუ არ გაააქტიურებთ Google Play სერვისებს."
- "Google Play სერვისების გააქტიურება"
- "Google Play სერვისების განახლება"
- "Android Wear-ის განახლება"
- "%1$s ვერ გაეშვება, თუ Google Play სერვისებს არ განაახლებთ."
- "%1$s ვერ გაეშვება, ვიდრე Android Wear აპს არ განაახლებთ."
- "ხდება Google Play სერვისების განახლება."
- "%1$s ვერ გაეშვება Google Play სერვისების გარეშე, რომელთა განახლებაც ახლა მიმდინარეობს."
- "ქსელის შეცდომა"
- "Google Play Services-თან დასაკავშირებლად მონაცემთა გადაცემა აუცილებელია."
- "ანგარიში არასწორია"
- "მითითებული ანგარიში ამ მოწყობილობაზე არ არსებობს. გთხოვთ, აირჩიოთ სხვა ანგარიში."
- "Google Play სერვისებთან დაკავშირებით უცნობი შეფერხება წარმოიშვა."
- "Google Play სერვისები"
- "%1$s ეყრდნობა Google Play სერვისებს, რომლებიც თქვენს მოწყობილობაზე მხარდაჭერილი არ არის. გთხოვთ, დაუკავშირდეთ მწარმოებელს დახმარებისათვის."
- "განახლება"
- "შესვლა"
- "Google-ით შესვლა"
- "ტელეფონზე გახსნა"
- "%1$s ითხოვს ერთ ან მეტ Google Play სერვისს, რომელიც ამჟამად არ არის ხელმისაწვდომი. გთხოვთ, დახმარებისთვის დაუკავშირდეთ დეველოპერს."
- "შესვლის შეცდომა"
- "მითითებულ ანგარიშზე შესვლის შეცდომა. გთხოვთ აირჩიოთ სხვა ანგარიში."
-
diff --git a/platforms/android/google-play-services_lib/res/values-kk-rKZ/common_strings.xml b/platforms/android/google-play-services_lib/res/values-kk-rKZ/common_strings.xml
deleted file mode 100644
index 8206f38..0000000
--- a/platforms/android/google-play-services_lib/res/values-kk-rKZ/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play қызметтерінің қатесі"
- "Қолданба Google Play қызметтерін жаңартуды талап етеді."
- "%1$s пайдалану үшін Android Wear қолданбасын жаңарту қажет."
- "Қолданба Google Play қызметтерін қосуды қажет етеді."
- "%1$s арқылы сұралған"
- "Google Play қызметтерін алу"
- "Google Play қызметтері телефонда болмағандықтан, %1$s іске қосылмайды."
- "Google Play қызметтері планшетте болмағандықтан, %1$s іске қосылмайды."
- "Google Play қызметтерін алу"
- "Google Play қызметтерін қосу"
- "Google Play қызметтерін қосқанша %1$s жұмыс істемейді."
- "Google Play қызметтерін қосу"
- "Google Play қызметтерін жаңарту"
- "Android Wear қолданбасын жаңарту"
- "Google Play қызметтерін жаңартпасаңыз, %1$s іске қосылмайды."
- "Android Wear қолданбасын жаңартпасаңыз, %1$s іске қосылмайды."
- "Google Play қызметтері жаңартылуда"
- "Қазіргі уақытта жаңартылып жатқан Google Play қызметтерінсіз %1$s іске қосылмайды."
- "Желі қатесі"
- "Google Play қызметтеріне қосылу үшін деректер байланысы талап етіледі."
- "Жарамсыз тіркелгі"
- "Бұл құрылғыда көрсетілген тіркелгі жоқ. Басқа тіркелгіні таңдаңыз."
- "Google Play қызметтерімен белгісіз мәселе."
- "Google Play қызметтері"
- "%1$s құрылғыңыз қолдау көрсетпейтін Google Play қызметтеріне негізделген. Көмек алу үшін өндірушіге хабарласыңыз."
- "Жаңарту"
- "Кіру"
- "Google арқылы кіру"
- "Телефонда ашу"
- "%1$s үшін қазір істемей тұрған бір немесе бірнеше Google Play қызметі қажет. Көмек алу үшін әзірлеушіге хабарласыңыз."
- "Кіру сәтсіз аяқталды"
- "Көрсетілген есептік жазбаға кіру кезіндегі қате. Басқа есептік жазбаны таңдаңыз."
-
diff --git a/platforms/android/google-play-services_lib/res/values-km-rKH/common_strings.xml b/platforms/android/google-play-services_lib/res/values-km-rKH/common_strings.xml
deleted file mode 100644
index 8d00dc0..0000000
--- a/platforms/android/google-play-services_lib/res/values-km-rKH/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "កំហុសសេវាកម្ម Google កម្សាន្ត"
- "កម្មវិធីទាមទារធ្វើបច្ចុប្បន្នភាពសេវាកម្ម Google កម្សាន្ត។"
- "%1$s តម្រូវឲ្យមានការធ្វើបច្ចុប្បន្នភាពលើកម្មវិធី Android Wear។"
- "កម្មវិធីទាមទារឲ្យបើកសេវាកម្ម Google កម្សាន្ត។"
- "បានស្នើដោយ %1$s"
- "ទទួលសេវាកម្មកម្សាន្ត Google"
- "%1$s នឹងមិនដំណើរការទេ បើទូរស័ព្ទរបស់អ្នកមិនមានសេវាកម្ម Google Play។"
- "%1$s នឹងមិនដំណើរការទេ បើថេប្លេតរបស់អ្នកមិនមានសេវាកម្ម Google Play។"
- "ទទួលសេវាកម្មកម្សាន្ត Google"
- "បើកសេវាកម្មកម្សាន្ត Google"
- "%1$s នឹងមិនដំណើរការទេ លុះត្រាតែអ្នកបើកសេវាកម្ម Google Play។"
- "បើកសេវាកម្មកម្សាន្ត Google"
- "ធ្វើបច្ចុប្បន្នភាពសេវាកម្មកម្សាន្ត Google"
- "ធ្វើបច្ចុប្បន្នភាព Android Wear"
- "%1$s នឹងមិនដំណើរការទេ លុះត្រាតែអ្នកធ្វើបច្ចុប្បន្នភាពសេវាកម្ម Google Play។"
- "%1$s នឹងមិនដំណើរការទេ លុះត្រាតែអ្នកធ្វើបច្ចុប្បន្នភាពកម្មវិធី Android Wear។"
- "សេវាកម្ម Google Play កំពុងធ្វើបច្ចុប្បន្នភាព"
- "%1$s នឹងមិនដំណើរការទេ បើមិនមានសេវាកម្ម Google Play ដោយសារតែវាកំពុងធ្វើបច្ចុប្បន្នភាព។"
- "កំហុសបណ្ដាញ"
- "បានទាមទារការតភ្ជាប់ទិន្នន័យ ដើម្បីភ្ជាប់សេវាកម្មឃ្លាំងកម្មវិធី។"
- "គណនីមិនត្រឹមត្រូវ"
- "គណនីដែលបានបញ្ជាក់មិនមាននៅលើឧបករណ៍នេះទេ។ សូមជ្រើសគណនីផ្សេង។"
- "មិនស្គាល់បញ្ហាជាមួយសេវាកម្មកម្សាន្ត Google ។"
- "សេវាកម្មកម្សាន្ត Google"
- "%1$s ពឹងផ្អែកលើសេវាកម្ម Google Play ប៉ុន្តែវាមិនគាំទ្រនៅលើឧបករណ៍របស់អ្នកទេ។ សូមទាក់ទងក្រុមហ៊ុនផលិតដើម្បីទទួលជំនួយ។"
- "ធ្វើបច្ចុប្បន្នភាព"
- "ចូល"
- "ចូលដោយប្រើ Google"
- "បើកតាមទូរស័ព្ទ"
- "%1$s តម្រូវឲ្យមានសេវាកម្ម Google Play មួយ ឬច្រើន ប៉ុន្តែវាមិនមានផ្តល់ជូនទេបច្ចុប្បន្ននេះ។ សូមទាក់ទងអ្នកអភិវឌ្ឍន៍ដើម្បីទទួលជំនួយ។"
- "បានបរាជ័យក្នុងការចូល"
- "កំហុសក្នុងការចូលគណនីជាក់លាក់។ សូមជ្រើសរើសគណនីផ្សេងទៀត។"
-
diff --git a/platforms/android/google-play-services_lib/res/values-kn-rIN/common_strings.xml b/platforms/android/google-play-services_lib/res/values-kn-rIN/common_strings.xml
deleted file mode 100644
index fff2b63..0000000
--- a/platforms/android/google-play-services_lib/res/values-kn-rIN/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play ಸೇವೆಗಳ ದೋಷ"
- "ಅಪ್ಲಿಕೇಶನ್ಗೆ Google Play ಸೇವೆಗಳ ನವೀಕರಣದ ಅಗತ್ಯವಿದೆ."
- "%1$s Android Wear ಅಪ್ಲಿಕೇಶನ್ಗೆ ನವೀಕರಣದ ಅಗತ್ಯವಿದೆ."
- "ಅಪ್ಲಿಕೇಶನ್ಗೆ Google Play ಸೇವೆಗಳು ಸಕ್ರಿಯಗೊಂಡಿರಬೇಕಾಗುತ್ತದೆ."
- "%1$s ನಿಂದ ವಿನಂತಿಸಲಾಗಿದೆ"
- "Google Play ಸೇವೆಗಳನ್ನು ಪಡೆಯಿರಿ"
- "ನಿಮ್ಮ ಫೋನ್ನಿಂದ ಕಾಣೆಯಾಗಿರುವ %1$s, Google Play ಸೇವೆಗಳಿಲ್ಲದೆ ರನ್ ಆಗುವುದಿಲ್ಲ."
- "ನಿಮ್ಮ ಟ್ಯಾಬ್ಲೆಟ್ನಿಂದ ಕಾಣೆಯಾಗಿರುವ %1$s, Google Play ಸೇವೆಗಳಿಲ್ಲದೆ ರನ್ ಆಗುವುದಿಲ್ಲ."
- "Google Play ಸೇವೆಗಳನ್ನು ಪಡೆಯಿರಿ"
- "Google Play ಸೇವೆಗಳನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ"
- "Google Play ಸೇವೆಗಳನ್ನು ನೀವು ಸಕ್ರಿಯಗೊಳಿಸದ ಹೊರತು %1$s ಕಾರ್ಯನಿರ್ವಹಿಸುವುದಿಲ್ಲ."
- "Google Play ಸೇವೆಗಳನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ"
- "Google Play ಸೇವೆಗಳನ್ನು ಅಪ್ಡೇಟ್ ಮಾಡಿ"
- "Android Wear ಅಪ್ಡೇಟ್ ಮಾಡಿ"
- "ನೀವು Google Play ಸೇವೆಗಳನ್ನು ನವೀಕರಿಸದ ಹೊರತು %1$s ರನ್ ಆಗುವುದಿಲ್ಲ."
- "ನೀವು Android Wear ಅಪ್ಲಿಕೇಶನ್ ನವೀಕರಿಸದ ಹೊರತು %1$s ರನ್ ಆಗುವುದಿಲ್ಲ."
- "Google Play ಸೇವೆಗಳನ್ನು ನವೀಕರಿಸಲಾಗುತ್ತಿದೆ"
- "ಪ್ರಸ್ತುತವಾಗಿ ನವೀಕರಿಸಲಾಗುತ್ತಿರುವ %1$s, Google Play ಸೇವೆಗಳಿಲ್ಲದೆ ರನ್ ಆಗುವುದಿಲ್ಲ."
- "ನೆಟ್ವರ್ಕ್ ದೋಷ"
- "Google Play ಸೇವೆಗಳಿಗೆ ಸಂಪರ್ಕ ಹೊಂದಲು ಡೇಟಾ ಸಂಪರ್ಕದ ಅಗತ್ಯವಿದೆ."
- "ಅಮಾನ್ಯವಾದ ಖಾತೆ"
- "ಈ ಸಾಧನದಲ್ಲಿ ನಿರ್ದಿಷ್ಟಪಡಿಸಲಾದ ಖಾತೆಯು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ. ದಯವಿಟ್ಟು ಬೇರೆಯ ಖಾತೆಯನ್ನು ಆಯ್ಕೆಮಾಡಿ."
- "Google Play ಸೇವೆಗಳಿಗೆ ಅಜ್ಞಾತ ಸಮಸ್ಯೆ."
- "Google Play ಸೇವೆಗಳು"
- "ನಿಮ್ಮ ಸಾಧನವು ಬೆಂಬಲಿಸುತ್ತಿಲ್ಲದ Google Play ಸೇವೆಗಳನ್ನು %1$s ಅವಲಂಬಿಸಿದೆ. ಸಹಾಯಕ್ಕಾಗಿ ತಯಾರಕರನ್ನು ಸಂಪರ್ಕಿಸಿ."
- "ನವೀಕರಿಸು"
- "ಸೈನ್ ಇನ್ ಮಾಡು"
- "Google ಜೊತೆ ಸೈನ್ ಇನ್ ಮಾಡಿ"
- "ಫೋನ್ನಲ್ಲಿ ತೆರೆಯಿರಿ"
- "%1$s ಗೆ ಪ್ರಸ್ತುತವಾಗಿ ಲಭ್ಯವಿಲ್ಲದ ಒಂದು ಅಥವಾ ಹೆಚ್ಚು Google Play ಸೇವೆಗಳ ಅಗತ್ಯವಿದೆ. ದಯವಿಟ್ಟು ಸಹಾಯಕ್ಕಾಗಿ ಡೆವಲಪರ್ ಅನ್ನು ಸಂಪರ್ಕಿಸಿ."
- "ಸೈನ್ ಇನ್ ವಿಫಲವಾಗಿದೆ"
- "ಸೂಚಿಸಿದ ಖಾತೆಗೆ ಸೈನ್ ಇನ್ ಮಾಡುವಲ್ಲಿ ದೋಷ ಇದೆ. ದಯವಿಟ್ಟು ಮತ್ತೊಂದು ಖಾತೆಯನ್ನು ಆರಿಸಿ."
-
diff --git a/platforms/android/google-play-services_lib/res/values-ko/common_strings.xml b/platforms/android/google-play-services_lib/res/values-ko/common_strings.xml
deleted file mode 100644
index 4465256..0000000
--- a/platforms/android/google-play-services_lib/res/values-ko/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play 서비스 오류"
- "Google Play 서비스를 업데이트해야 하는 애플리케이션입니다."
- "%1$s에서 Android Wear 앱을 업데이트해야 합니다."
- "Google Play 서비스를 사용 설정해야 하는 애플리케이션입니다."
- "%1$s에서 요청"
- "Google Play 서비스 설치"
- "휴대전화에 Google Play 서비스가 설치되어 있어야 %1$s이(가) 실행됩니다."
- "태블릿에 Google Play 서비스가 설치되어 있어야 %1$s이(가) 실행됩니다."
- "Google Play 서비스 설치"
- "Google Play 서비스 사용"
- "Google Play 서비스를 사용하도록 설정해야 %1$s이(가) 작동합니다."
- "Google Play 서비스 사용"
- "Google Play 서비스 업데이트"
- "Android Wear 업데이트"
- "Google Play 서비스를 업데이트해야 %1$s이(가) 실행됩니다."
- "%1$s은(는) Android Wear 앱을 업데이트하지 않으면 실행되지 않습니다."
- "Google Play 서비스 업데이트 중"
- "현재 업데이트 중인 Google Play 서비스가 있어야 %1$s이(가) 실행됩니다."
- "네트워크 오류"
- "Google Play 서비스에 연결하려면 데이터 연결이 필요합니다."
- "올바르지 않은 계정"
- "지정한 계정이 이 기기에 존재하지 않습니다. 다른 계정을 선택하세요."
- "Google Play 서비스에 알 수 없는 문제가 발생했습니다."
- "Google Play 서비스"
- "%1$s에 필요한 Google Play 서비스가 사용자 기기에서 지원되지 않습니다. 기기 제조업체에 문의하시기 바랍니다."
- "업데이트"
- "로그인"
- "Google 계정으로 로그인"
- "휴대전화에서 열기"
- "%1$s에 필요한 하나 이상의 Google Play 서비스를 현재 사용할 수 없습니다. 개발자에게 문의하여 도움을 받으시기 바랍니다."
- "로그인 실패"
- "지정한 계정에 로그인하는 중에 오류가 발생했습니다. 다른 계정을 선택해 주세요."
-
diff --git a/platforms/android/google-play-services_lib/res/values-ky-rKG/common_strings.xml b/platforms/android/google-play-services_lib/res/values-ky-rKG/common_strings.xml
deleted file mode 100644
index 7fc9673..0000000
--- a/platforms/android/google-play-services_lib/res/values-ky-rKG/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play кызматтарынын катасы"
- "Колдонмону иштетүү үчүн, Google Play Кызматтарын жаңыртуу керек."
- "%1$s Android Тагынма колдонмосунун жаңыртылышын талап кылат."
- "Колдонмону иштетүү үчүн, Google Play Кызматтарын иштетүү керек."
- "%1$s сурап жатат"
- "Google Play кызматтарын алуу"
- "Google Play кызматтарысыз %1$s иштебейт, алар телефонуңузда жок болуп жатат."
- "Google Play кызматтарысыз %1$s иштебейт, алар планшетиңизде жок болуп жатат."
- "Google Play кызматтарын алуу"
- "Google Play кызматтарын иштетүү"
- "Google Play кызматтарын иштетмейиңизче %1$s иштебейт."
- "Google Play кызматтарын иштетүү"
- "Google Play кызматтарын жаңыртуу"
- "Android Тагынманы жаңыртуу"
- "Google Play кызматтары жаңыртылмайынча %1$s иштебейт."
- "Android Тагынма колдонмосу жаңыртылмайынча %1$s иштебейт."
- "Google Play кызматтары жаңыртылууда"
- "Google Play кызматтарысыз %1$s иштебейт, алар учурда жаңыртылууда."
- "Тармак катасы"
- "Google Play Кызматтарына туташуу үчүн, дайындарды өткөрүүчү туташуу талап кылынат."
- "Каттоо эсеби жараксыз"
- "Көрсөтүлгөн каттоо эсеби бул түзмөктө жок. Башка каттоо эсебин тандаңыз."
- "Google Play кызматтарында келип чыккан белгисиз көйгөй."
- "Google Play кызматтары"
- "%1$s Google Play кызматтарына ишенет, аларды түзмөгүңүз колдоого албайт. Жардам үчүн өндүрүүчүгө кайрылыңыз."
- "Жаңыртуу"
- "Кирүү"
- "Google менен кирүү"
- "Телефондо ачык"
- "%1$s учурда жеткиликсиз бир же бир нече Google Play кызматтарын талап кылууда. Жардам үчүн өндүрүүчүгө кайрылыңыз."
- "Кирүү ишке ашкан жок"
- "Белгиленген каттоо эсепке кирүү катасы. Башка каттоо эсебин тандаңыз."
-
diff --git a/platforms/android/google-play-services_lib/res/values-lo-rLA/common_strings.xml b/platforms/android/google-play-services_lib/res/values-lo-rLA/common_strings.xml
deleted file mode 100644
index 4601365..0000000
--- a/platforms/android/google-play-services_lib/res/values-lo-rLA/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play Services ເກີດຄວາມຜິດພາດ"
- "ແອັບພລິເຄຊັນຕ້ອງການໃຫ້ອັບເດດບໍລິການ Google Play ກ່ອນ."
- "%1$s ຕ້ອງການໃຫ້ມີການອັບເດດແອັບ Android Wear."
- "ແອັບພລິເຄຊັນຕ້ອງການນຳໃຊ້ Google Play Services."
- "ຮ້ອງຂໍໂດຍ %1$s"
- "ຕິດຕັ້ງບໍລິການ Google Play"
- "%1$s ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ໂດຍທີ່ບໍ່ມີການບໍລິການ Google Play ເຊິ່ງຂາດຫາຍໄປໃນໂທລະສັບຂອງທ່ານ."
- "%1$s ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ໂດຍທີ່ບໍ່ມີການບໍລິການ Google Play ເຊິ່ງຂາດຫາຍໄປໃນແທັບເລັດຂອງທ່ານ."
- "ຕິດຕັ້ງບໍລິການ Google Play"
- "ເປີດໃຊ້ບໍລິການ Google Play"
- "%1$s ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ຈົນກວ່າທ່ານຈະເປີດໃຊ້ງານການບໍລິການ Google Play."
- "ເປີດໃຊ້ບໍລິການ Google Play"
- "ອັບເດດບໍລິການ Google Play"
- "ອັບເດດ Android Wear"
- "%1$s ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ຈົນກວ່າທ່ານຈະອັບເດດການບໍລິການ Google Play"
- "%1$s ຈະບໍ່ສາມາດໃຊ້ໄດ້ຈົນກວ່າທ່ານຈະອັບເດດແອັບ Android Wear."
- "ການບໍລິການ Google Play ກຳລັງອັບເດດ"
- "%1$s ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ໂດຍທີ່ບໍ່ມີການບໍລິການ Google Play, ເຊິ່ງກຳລັງອັບເດດຢູ່ໃນປະຈຸບັນ."
- "ເຄືອຂ່າຍຜິດພາດ"
- "ຕ້ອງໃຊ້ການເຊື່ອມຕໍ່ອິນເຕີເນັດເພື່ອໃຊ້ Google Play Services."
- "ບັນຊີບໍ່ຖືກຕ້ອງ"
- "ບັນຊີທີ່ເລືອກບໍ່ມີໃນອຸປະກອນນີ້. ກະລຸນາເລືອກບັນຊີອື່ນ."
- "ມີປັນຫາທີ່ບໍ່ຄາດຄິດໃນບໍລິການ Google Play."
- "ບໍລິການ Google Play"
- "%1$s ຂຶ້ນກັບການບໍລິການ Google Play, ເຊິ່ງອຸປະກອນຂອງທ່ານບໍ່ຮອງຮັບ. ຕິດຕໍ່ຫາຜູ້ຜະລິດເພື່ອຂໍການຊ່ວຍເຫຼືອເພີ່ມເຕີມ."
- "ອັບເດດ"
- "ເຂົ້າສູ່ລະບົບ"
- "ເຂົ້າສູ່ລະບົບດ້ວຍ Google"
- "ເປີດໃນໂທລະສັບ"
- "%1$s ຕ້ອງການໃຫ້ມີໜຶ່ງ ຫຼືຫຼາຍບໍລິການຂອງ Google Play ທີ່ບໍ່ມີໃຫ້ຢູ່ໃນປະຈຸບັນ. ກະລຸນາຕິດຕໍ່ຜູ້ພັດທະນາ ເພື່ອການຊ່ວຍເຫຼືອເພີ່ມເຕີມ."
- "ເຂົ້າສູ່ລະບົບບໍ່ສຳເລັດ"
- "ການເຂົ້າສູ່ລະບົບບັນຊີລະບຸໄວ້ຜິດພາດ. ກະລຸນາເລືອກບັນຊີອື່ນ."
-
diff --git a/platforms/android/google-play-services_lib/res/values-lt/common_strings.xml b/platforms/android/google-play-services_lib/res/values-lt/common_strings.xml
deleted file mode 100644
index d54f999..0000000
--- a/platforms/android/google-play-services_lib/res/values-lt/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "„Google Play“ paslaugų klaida"
- "Norint naudoti programą būtina atnaujinti „Google Play“ paslaugas."
- "„%1$s“ reikalingas „Android Wear“ programos naujinys."
- "Norint naudoti programą būtina įgalinti „Google Play“ paslaugas."
- "Užklausą pateikė „%1$s“"
- "Gauti „Google Play“ paslaugų"
- "„%1$s“ nebus paleidžiama be „Google Play“ paslaugų, kurios neįdiegtos telefone."
- "„%1$s“ nebus paleidžiama be „Google Play“ paslaugų, kurios neįdiegtos planšetiniame kompiuteryje."
- "Gauti „Google Play“ paslaugų"
- "Įgalinti „Google Play“ paslaugas"
- "„%1$s“ neveiks, jei neįgalinsite „Google Play“ paslaugų."
- "Įgal. „Google Play“ paslaugas"
- "Atnaujinti „Google Play“ paslaugas"
- "Atnaujinkite „Android Wear“"
- "„%1$s“ nebus paleidžiama, jei neatnaujinsite „Google Play“ paslaugų."
- "„%1$s“ bus paleidžiama tik atnaujinus „Android Wear“ programą."
- "„Google Play“ paslaugos atnaujinamos"
- "„%1$s“ nebus paleidžiama be „Google Play“ paslaugų, kurios šiuo metu atnaujinamos."
- "Tinklo klaida"
- "Norint prisijungti prie „Google Play“ paslaugų reikia duomenų ryšio."
- "Netinkama paskyra"
- "Nurodytos paskyros šiame įrenginyje nėra. Pasirinkite kitą paskyrą."
- "Nežinoma „Google Play“ paslaugų problema."
- "„Google Play“ paslaugos"
- "Norint naudoti „%1$s“ reikalingos „Google Play“ paslaugos, kurios nepalaikomos jūsų įrenginyje. Susisiekite su gamintoju dėl pagalbos."
- "Atnaujinti"
- "Prisij."
- "Prisij. naud. „Google“"
- "Atidaryti telefonu"
- "Norint naudoti „%1$s“ reikalinga viena ar kelios „Google Play“ paslaugos, kurios šiuo metu nepasiekiamos. Susisiekite su kūrėju, kad jums būtų suteikta pagalba."
- "Nepavyko prisijungti"
- "Klaida prisijungiant prie nurodytos paskyros. Pasirinkite kitą paskyrą."
-
diff --git a/platforms/android/google-play-services_lib/res/values-lv/common_strings.xml b/platforms/android/google-play-services_lib/res/values-lv/common_strings.xml
deleted file mode 100644
index c62e372..0000000
--- a/platforms/android/google-play-services_lib/res/values-lv/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play pakalpojumu kļūda"
- "Lai lietojumprogramma darbotos, jāatjaunina Google Play pakalpojumi."
- "Lai lietotne %1$s darbotos, ir jāatjaunina lietotne Android Wear."
- "Lai lietojumprogramma darbotos, jāiespējo Google Play pakalpojumi."
- "Pieprasījums no lietotnes %1$s"
- "Google Play pakalpojumu iegūšana"
- "Lai lietotne %1$s darbotos, tālrunī ir jāinstalē Google Play pakalpojumi."
- "Lai lietotne %1$s darbotos, planšetdatorā ir jāinstalē Google Play pakalpojumi."
- "Iegūt Google Play pakalpojumus"
- "Google Play pakalpojumu iespējošana"
- "Lai lietotne %1$s darbotos, jums ir jāiespējo Google Play pakalpojumi."
- "Iespējot Google Play pakalpojumus"
- "Google Play pakalpojumu atjaunināšana"
- "Android Wear atjaunināšana"
- "Lai lietotne %1$s darbotos, jums ir jāatjaunina Google Play pakalpojumi."
- "Lai lietotne %1$s darbotos, jums ir jāatjaunina lietotne Android Wear."
- "Pašlaik notiek Google Play pakalpojumu atjaunināšana"
- "Lai lietotne %1$s darbotos, ir jāinstalē Google Play pakalpojumi. Pašlaik notiek to atjaunināšana."
- "Tīkla kļūda"
- "Lai izveidotu savienojumu ar Google Play pakalpojumiem, ir nepieciešams datu savienojums."
- "Nederīgs konts"
- "Norādītais konts šajā ierīcē nepastāv. Lūdzu, izvēlieties citu kontu."
- "Nezināma problēma ar Google Play pakalpojumiem."
- "Google Play pakalpojumi"
- "Lai lietotne %1$s darbotos, ir jāinstalē Google Play pakalpojumi, taču tie jūsu ierīcē netiek atbalstīti. Sazinieties ar ražotāju, lai saņemtu palīdzību."
- "Atjaunināt"
- "Pierakst."
- "Pierakstīties Google"
- "Atvērt tālrunī"
- "Lai lietotne %1$s darbotos, ir nepieciešams viens vai vairāki Google Play pakalpojumi, kas pašlaik nav pieejami. Lai saņemtu palīdzību, lūdzu, sazinieties ar izstrādātāju."
- "Neizdevās pierakstīties"
- "Pierakstoties norādītajā kontā, radās kļūda. Lūdzu, izvēlieties citu kontu."
-
diff --git a/platforms/android/google-play-services_lib/res/values-mk-rMK/common_strings.xml b/platforms/android/google-play-services_lib/res/values-mk-rMK/common_strings.xml
deleted file mode 100644
index fee6f2c..0000000
--- a/platforms/android/google-play-services_lib/res/values-mk-rMK/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Грешка на услугите на Google Play"
- "Апликацијата бара да се ажурираат услугите на Google Play."
- "%1$s бара ажурирање на апликацијата Android Wear."
- "Апликацијата бара да се овозможат услугите на Google Play."
- "Побарал %1$s"
- "Преземи ги услугите на Google Play"
- "%1$s нема да се извршува без услугите на Google Play што ги нема на телефонот."
- "%1$s нема да се извршува без услугите на Google Play што ги нема на таблетот."
- "Преземи ги услугите на Google Play"
- "Овозможи ги услугите на Google Play"
- "%1$s нема да се извршува ако не овозможите услуги на Google Play."
- "Овозможи ги услугите на Google Play"
- "Ажурирај ги услугите на Google Play"
- "Ажурирај Android Wear"
- "%1$s нема да се извршува ако не ги ажурирате услугите на Google Play."
- "%1$s нема да се извршува ако не ја ажурирате апликацијата Android Wear."
- "Услугите на Google Play се ажурираат"
- "%1$s нема да се извршува без услугите на Google Play што се ажурираат во моментов."
- "Мрежна грешка"
- "Потребно е поврзување податоци за да се поврзете со услугите на Google Play."
- "Неважечка сметка"
- "Наведената сметка не постои на овој уред. Изберете друга сметка."
- "Непознат проблем со услугите на Google Play."
- "Услуги на Google Play"
- "%1$s се потпира на услуги на Google Play што вашиот уред не ги поддржува. Контактирајте со производителот за помош."
- "Ажурирај"
- "Најави се"
- "Најави се со Google"
- "Отвори на телефонот"
- "%1$s бара една или повеќе услуги на Google Play што не се достапни во моментов. Контактирајте со програмерот за помош."
- "Пријавувањето не успеа"
- "Грешка при пријавување во наведената сметка. Изберете друга сметка."
-
diff --git a/platforms/android/google-play-services_lib/res/values-ml-rIN/common_strings.xml b/platforms/android/google-play-services_lib/res/values-ml-rIN/common_strings.xml
deleted file mode 100644
index 5793294..0000000
--- a/platforms/android/google-play-services_lib/res/values-ml-rIN/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play സേവനങ്ങളിലെ പിശക്"
- "ഒരു അപ്ലിക്കേഷന് Google Play സേവനങ്ങൾ അപ്ഡേറ്റുചെയ്യേണ്ടതുണ്ട്."
- "%1$s എന്നതിന് Android Wear അപ്ലിക്കേഷനിലേക്ക് അപ്ഡേറ്റ് ആവശ്യമാണ്."
- "ഒരു അപ്ലിക്കേഷന് Google Play സേവനങ്ങൾ പ്രവർത്തനക്ഷമമാക്കേണ്ടതുണ്ട്."
- "%1$s അഭ്യർത്ഥിച്ചത്"
- "Google Play സേവനങ്ങൾ നേടുക"
- "നിങ്ങളുടെ ഫോണിൽ നിന്നും നഷ്ടപ്പെട്ട Google Play സേവനങ്ങളില്ലാതെ %1$s പ്രവർത്തിയ്ക്കില്ല."
- "നിങ്ങളുടെ ടാബ്ലെറ്റിൽ നിന്നും നഷ്ടപ്പെട്ട Google Play സേവനങ്ങളില്ലാതെ %1$s പ്രവർത്തിയ്ക്കില്ല."
- "Google Play സേവനങ്ങൾ നേടുക"
- "Google Play സേവനങ്ങൾ പ്രവർത്തനക്ഷമമാക്കുക"
- "നിങ്ങൾ Google Play സേവനങ്ങൾ പ്രവർത്തനക്ഷമമാക്കുന്നില്ലെങ്കിൽ %1$s പ്രവർത്തിയ്ക്കില്ല."
- "Google Play സേവനങ്ങൾ പ്രവർത്തനക്ഷമമാക്കുക"
- "Google Play സേവനങ്ങൾ അപ്ഡേറ്റുചെയ്യുക"
- "Android Wear അപ്ഡേറ്റുചെയ്യുക"
- "നിങ്ങൾ Google Play സേവനങ്ങൾ അപ്ഡേറ്റുചെയ്തില്ലെങ്കിൽ %1$s പ്രവർത്തിക്കില്ല."
- "നിങ്ങൾ Android Wear അപ്ലിക്കേഷൻ അപ്ഡേറ്റുചെയ്യാത്തിടത്തോളം %1$s പ്രവർത്തിക്കില്ല."
- "Google Play സേവനങ്ങൾ അപ്ഡേറ്റുചെയ്യുകയാണ്"
- "%1$s, നിലവിൽ അപ്ഡേറ്റുചെയ്യുന്ന Google Play സേവനങ്ങൾ ഇല്ലാതെ പ്രവർത്തിക്കില്ല."
- "നെറ്റ്വർക്ക് പിശക്"
- "Google Play സേവനങ്ങളിലേയ്ക്ക് കണക്റ്റുചെയ്യുന്നതിന് ഒരു ഡാറ്റ കണക്ഷൻ ആവശ്യമാണ്."
- "അക്കൗണ്ട് അസാധുവാണ്"
- "വ്യക്തമാക്കിയ അക്കൗണ്ട് ഈ ഉപകരണത്തിൽ നിലവിലില്ല. മറ്റൊരു അക്കൗണ്ട് തിരഞ്ഞെടുക്കുക."
- "Google Play സേവനങ്ങളിലെ അജ്ഞാത പ്രശ്നം."
- "Google Play സേവനങ്ങൾ"
- "%1$s ആശ്രയിക്കുന്ന Google Play സേവനങ്ങളെ നിങ്ങളുടെ ഉപകരണം പിന്തുണയ്ക്കുന്നില്ല. സഹായത്തിനായി നിർമ്മാതാവിനെ ബന്ധപ്പെടുക."
- "അപ്ഡേറ്റുചെയ്യുക"
- "സൈൻ ഇൻ ചെയ്യുക"
- "Google ഉപയോഗിച്ച് സൈൻ ഇൻ ചെയ്യുക"
- "ഫോണിൽ തുറക്കുക"
- "%1$s എന്നതിന് നിലവിൽ ലഭ്യമല്ലാത്ത ഒന്നോ അതിൽക്കൂടുതലോ Google Play സേവനങ്ങൾ ആവശ്യമാണ്. സഹായത്തിന് ഡവലപ്പറെ ബന്ധപ്പെടുക."
- "സൈൻ ഇൻ പരാജയപ്പെട്ടു"
- "നിർദ്ദിഷ്ട അക്കൗണ്ടിൽ സൈൻ ഇൻ ചെയ്യുന്നതിൽ പിശക്. മറ്റൊരു അക്കൗണ്ട് തിരഞ്ഞെടുക്കുക."
-
diff --git a/platforms/android/google-play-services_lib/res/values-mn-rMN/common_strings.xml b/platforms/android/google-play-services_lib/res/values-mn-rMN/common_strings.xml
deleted file mode 100644
index 02804ac..0000000
--- a/platforms/android/google-play-services_lib/res/values-mn-rMN/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Наадаан үйлчилгээний алдаа"
- "Аппликешн Google Наадаан Үйлчилгээг шинэчлэхийг шаардана."
- "%1$s нь Android Wear апп-ыг шинэчлэхийг шаардаж байна."
- "Аппликешн Google Наадаан Үйлчилгээг идэвхжүүлсэн байхыг шаардана."
- "%1$s хүсэлт гаргасан"
- "Google Play үйлчилгээ авах"
- "%1$s нь Google Play үйлчилгээ байгаа тохиолдолд ажилладаг бөгөөд эдгээр нь таны утсанд байхгүй байна."
- "%1$s нь Google Play үйлчилгээ байгаа тохиолдолд ажилладаг бөгөөд эдгээр нь таны таблетанд байхгүй байна."
- "Google Play үйлчилгээ авах"
- "Google Play үйлчилгээг идэвхжүүлэх"
- "%1$s нь таныг Google Play үйлчилгээнүүдийг идэвхжүүлэхээс нааш ажиллахгүй."
- "Google Play үйлчилгээг идэвхжүүлэх"
- "Google Play үйлчилгээг шинэчлэх"
- "Андройд Зүүсгэлийг шинэчлэх"
- "%1$s нь таныг Google Play үйлчилгээнүүдийг шинэчлэхээс нааш ажиллахгүй."
- "%1$s нь таныг Android Wear апп-ыг шинэчлэхээс нааш ажиллахгүй."
- "Google Play үйлчилгээнүүдийг шинэчилж байна"
- "%1$s нь одоогоор шинэчлэгдэж буй Google Play үйлчилгээ байхгүй тохиолдолд ажиллахгүй."
- "Сүлжээний алдаа"
- "Google Play үйлчилгээнд холбогдохын тулд дата холболт шаардлагатай."
- "Буруу акаунт"
- "Заасан акаунт энэ төхөөрөмж дээр байхгүй байна. Өөр акаунт сонгоно уу."
- "Google Play үйлчилгээтэй холбоотой тодорхойгүй алдаа."
- "Google Play үйлчилгээ"
- "%1$s нь Google Play үйлчилгээний тусламжтай ажилладаг боловч таны төхөөрөмж үүнийг дэмждэггүй. Тусламж хэрэгтэй бол үйлдвэрлэгчтэй холбогдоно уу."
- "Шинэчлэх"
- "Нэвтрэх"
- "Google-р нэвтрэх:"
- "Утсан дээр нээх"
- "%1$s нь одоогоор ажиллах боломжгүй нэг болон түүнээс дээш Google Play-ын үйлчилгээнүүдийг шаардаж байна. Тусламж хэрэгтэй бол хөгжүүлэгчтэй холбоо барина уу."
- "Нэвтрэх үйлдэл амжилтгүй болсон байна."
- "Хаягт нэвтрэхэд алдаа гарлаа. Өөр хаяг сонгоно уу."
-
diff --git a/platforms/android/google-play-services_lib/res/values-mr-rIN/common_strings.xml b/platforms/android/google-play-services_lib/res/values-mr-rIN/common_strings.xml
deleted file mode 100644
index 3b06e61..0000000
--- a/platforms/android/google-play-services_lib/res/values-mr-rIN/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play सेवा त्रुटी"
- "अनुप्रयोगासाठी Google Play सेवांचे अद्यतन आवश्यक आहे."
- "%1$s ला Android Wear अॅपचे अद्यतन आवश्यक आहे."
- "अनुप्रयोगासाठी Google Play सेवा सक्षम केलेल्या असणे आवश्यक आहे."
- "%1$s द्वारे विनंती केली"
- "Google Play सेवा मिळवा"
- "आपल्या फोनवर गहाळ असलेल्या, Google Play सेवांशिवाय %1$s चालणार नाही."
- "आपल्या टॅब्लेटवर गहाळ असलेल्या Google Play सेवांशिवाय %1$s चालणार नाही."
- "Google Play सेवा मिळवा"
- "Google Play सेवा सक्षम करा"
- "आपण Google Play सेवा सक्षम केल्याशिवाय %1$s हा अॅप कार्य करणार नाही."
- "Google Play सेवा सक्षम करा"
- "Google Play सेवा अद्यतनित करा"
- "Android Wear अद्यतनित करा"
- "आपण Google Play सेवा अद्यतनित करेपर्यंत %1$s चालणार नाही."
- "आपण Android Wear अॅप अद्यतनित करेपर्यंत %1$s चालणार नाही."
- "Google Play सेवा अद्यतनित होत आहेत"
- "सध्या अद्यतनित होत असलेल्या, Google Play सेवांशिवाय %1$s चालणार नाही."
- "नेटवर्क त्रुटी"
- "Google Play सेवांशी कनेक्ट होण्यासाठी डेटा कनेक्शन आवश्यक आहे."
- "अवैध खाते"
- "निर्दिष्ट केलेले खाते या डिव्हाइसवर अस्तित्वात नाही. कृपया एक भिन्न खाते निवडा."
- "Google Play सेवांसह अज्ञात समस्या."
- "Google Play सेवा"
- "%1$s Google Play सेवांवर अवलंबून असतो, ज्या आपल्या डिव्हाइसवर समर्थित नाही. सहाय्यासाठी निर्मात्याशी संपर्क साधा."
- "अद्यतनित करा"
- "साइन इन करा"
- "Google सह साइन इन करा"
- "फोनवर उघडा"
- "%1$s ला सध्या उपलब्ध नसलेल्या एक किंवा अधिक Google Play सेवांची आवश्यकता आहे. कृपया सहाय्यासाठी विकासकाशी संपर्क साधा."
- "साइन इन अयशस्वी"
- "निर्दिष्ट खात्यात साइन इन करताना त्रुटी. कृपया एक भिन्न खाते निवडा."
-
diff --git a/platforms/android/google-play-services_lib/res/values-ms-rMY/common_strings.xml b/platforms/android/google-play-services_lib/res/values-ms-rMY/common_strings.xml
deleted file mode 100644
index f9320c0..0000000
--- a/platforms/android/google-play-services_lib/res/values-ms-rMY/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Ralat perkhidmatan Google Play"
- "Perkhidmatan Google Play perlu dikemas kini utk menggunakan aplikasi."
- "%1$s memerlukan kemas kini apl Android Wear."
- "Perkhidmatan Google Play perlu didayakan untuk menggunakan aplikasi."
- "Diminta oleh %1$s"
- "Dapatkan perkhidmatan Google Play"
- "%1$s tidak akan berfungsi tanpa perkhidmatan Google Play dan perkhidmatan ini tiada pada telefon anda."
- "%1$s tidak akan berfungsi tanpa perkhidmatan Google Play dan perkhidmatan ini tiada pada telefon anda."
- "Dapatkan perkhidmatan Google Play"
- "Dayakan perkhidmatan Google Play"
- "%1$s tidak akan berfungsi kecuali anda mendayakan perkhidmatan Google Play."
- "Dayakan perkhidmatan Google Play"
- "Kemas kini perkhidmatan Google Play"
- "Kemas kini Android Wear"
- "%1$s tidak akan berfungsi kecuali anda mengemas kini perkhidmatan Google Play."
- "%1$s tidak akan berfungsi melainkan anda mengemas kini apl Android Wear."
- "Perkhidmatan Google Play sdg dikemaskini"
- "%1$s tidak akan berfungsi tanpa perkhidmatan Google Play dan perkhidmatan ini sedang dikemas kini."
- "Ralat Rangkaian"
- "Sambungan data diperlukan untuk menyambung ke perkhidmatan Google Play."
- "Akaun Tidak Sah"
- "Akaun yang dinyatakan tidak wujud pada peranti ini. Sila pilih akaun yang lain."
- "Isu tidak diketahui dengan perkhidmatan Google Play."
- "Perkhidmatan Google Play"
- "%1$s bergantung pada perkhidmatan Google Play, yang tidak disokong oleh peranti anda. Hubungi pengeluar untuk mendapatkan bantuan."
- "Kemas kini"
- "Log masuk"
- "Log masuk dengan Google"
- "Buka pada telefon"
- "%1$s memerlukan satu atau lebih perkhidmatan Google Play yang tidak tersedia pada masa ini. Sila hubungi pembangun untuk mendapatkan bantuan."
- "Gagal melog masuk"
- "Ralat melog masuk ke akaun yang dinyatakan. Sila pilih akaun yang berbeza."
-
diff --git a/platforms/android/google-play-services_lib/res/values-my-rMM/common_strings.xml b/platforms/android/google-play-services_lib/res/values-my-rMM/common_strings.xml
deleted file mode 100644
index 4832e6e..0000000
--- a/platforms/android/google-play-services_lib/res/values-my-rMM/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google ပလေး ဝန်ဆောင်မှုများ အမှား"
- "အပလီကေးရှင်း တစ်ခု အတွက် Google ပလေး ဝန်ဆောင်မှုကို မွမ်းမံပေးရန် လိုသည်။"
- "Android Wear app အတွက် %1$s သည် အဆင့်မြှင့်မွမ်းမံမှုတစ်ခု လိုအပ်၏။"
- "အပလီကေးှရင်း တစ်ခု အတွက် Google ပလေး ဝန်ဆောင်မှုကို ဖွင့်ပေးရန် လိုအပ်သည်။"
- "%1$s က တောင်းဆိုခဲ့သည်"
- "Google ပလေး ဝန်ဆောင်မှုများကို ရယူပါ။"
- "သင့်ဖုန်းတွင် ပျောက်နေသော၊ Google Play ဝန်ဆောင်မှုများ မရှိပါက %1$s အလုပ်လုပ်မည် မဟုတ်ပါ။"
- "သင့်တက်ဘလက်တွင် ပျောက်နေသော၊ Google Play ဝန်ဆောင်မှုများ မရှိပါက %1$s အလုပ်လုပ်မည် မဟုတ်ပါ။"
- "Google ပလေး ဝန်ဆောင်မှုများကို ရယူရန်"
- "Google ပလေး ၀န်ဆောင်မှုများ ဖွင့်ရန်"
- "Google Play ဝန်ဆောင်မှုများ မဖွင့်ထားပါက %1$s အလုပ်လုပ်မည် မဟုတ်ပါ။"
- "Google ပလေး ၀န်ဆောင်မှုများ ဖွင့်ရန်"
- "Google ပလေး ၀န်ဆောင်မှုများကို မွမ်းမံရန်"
- "အန်ဒရွိုက် ဆောင်စရာကို မွမ်းမံရန်"
- "Google Play ဝန်ဆောင်မှုများအား မွမ်းမံခြင်းမရှိပါက %1$s အလုပ်လုပ်မည် မဟုတ်ပါ။"
- "Android Wear app အား အဆင့်မြှင့်မွမ်းမံထားခြင်းမရှိပါက %1$s သည် အလုပ်လုပ်မည် မဟုတ်ပါ။"
- "Google Play ဝန်ဆောင်မှုများ မွမ်းမံနေစဉ်"
- "လက်ရှိ အဆင့်မြှင့်မွမ်းမံနေသော၊ Google Play ဝန်ဆောင်မှုများ မရှိပါက %1$s အလုပ်လုပ်မည် မဟုတ်ပါ။"
- "ကွန်ရက် အမှား"
- "Google ပလေး ဝန်ဆောင်မှုများသို့ ဆက်သွယ်ရန် ဒေတာ ချိတ်ဆက်မှု လိုအပ်သည်။"
- "မမှန်သည့် အကောင့်"
- "ဤကိရိယာမှာ ဖေါ်ပြပါ အကောင့်မရှိပါ။ ကျေးဇူးပြု၍ အခြား အကောင့်ကို ရွေးပါ။"
- "Google ပလေး ဝန်ဆောင်မှုတွင် မသိရ ပြဿနာ ရှိနေသည်။"
- "Google ပလေး ဝန်ဆောင်မှုများ"
- "%1$s သည် Google Play ဝန်ဆောင်မှုများပေါ်တွင် မူတည်နေပြီး၊ သင့် စက်ကိရိယာတွင် ပံ့ပိုးထားခြင်း မရှိပါ။ အကူအညီရရန်အတွက် ထုတ်လုပ်သူအား ဆက်သွယ်ပါ။"
- "မွမ်းမံရန်"
- "လင်မှတ်ထိုး ဝင်"
- "Google ဖြင့် လက်မှတ်ထို ဝင်"
- "ဖုန်းထဲ ဖွင့်ရန်"
- "%1$s သည် လက်ရှိအချိန်တွင် မရှိသေးသော Google Play ဝန်ဆောင်မှုများအား လိုအပ်သည်။ အကူအညီရယူရန်အတွက် ဆော့ဖ်ဝဲရေးသူအား ကျေးဇူးပြု၍ ဆက်သွယ်ပါ။"
- "လက်မှတ်ထိုးဝင်ရောက်ခြင်း မအောင်မြင်ပါ"
- "သတ်မှတ်ထားသောအကောင့်သို့ လက်မှတ်ထိုးဝင်ရောက်ရာတွင် မှားယွင်းနေပါသည်။ ကျေးဇူးပြု၍ အခြားအကောင့်တစ်ခုကို ရွေးချယ်ပါ။"
-
diff --git a/platforms/android/google-play-services_lib/res/values-nb/common_strings.xml b/platforms/android/google-play-services_lib/res/values-nb/common_strings.xml
deleted file mode 100644
index 123c6b0..0000000
--- a/platforms/android/google-play-services_lib/res/values-nb/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play Tjenester-feil"
- "En app krever at Google Play Tjenester oppdateres."
- "%1$s krever en oppdatering av Android Wear-appen."
- "En app krever Google Play Tjenester for å aktiveres."
- "Forespurt av %1$s"
- "Installer Google Play Tjenester"
- "%1$s kjører ikke uten Google Play Tjenester, som ikke er installert på telefonen din."
- "%1$s kjører ikke uten Google Play Tjenester, som ikke er installert på nettbrettet ditt."
- "Installer Google Play Tjenester"
- "Aktiver Google Play Tjenester"
- "%1$s fungerer ikke med mindre du slår på Google Play Tjenester."
- "Aktiver Google Play Tjenester"
- "Oppdater Google Play Tjenester"
- "Oppdater Android Wear"
- "%1$s kjører ikke med mindre du oppdaterer Google Play Tjenester."
- "%1$s kjører ikke med mindre du oppdaterer Android Wear-appen."
- "Google Play Tjenester oppdateres"
- "%1$s kjører ikke uten Google Play Tjenester, som oppdateres akkurat nå."
- "Nettverksfeil"
- "Du må ha datatilkobling for å koble deg til Google Play-tjenester."
- "Ugyldig konto"
- "Den angitte kontoen finnes ikke på enheten. Velg en annen konto."
- "Det oppsto et ukjent problem med Google Play Tjenester."
- "Google Play-tjenester"
- "%1$s er avhengig av Google Play Tjenester, som ikke støttes av enheten din. Ta kontakt med produsenten for å få hjelp."
- "Oppdater"
- "Logg på"
- "Logg på med Google"
- "Åpne på telefonen"
- "%1$s krever én eller flere Google Play Tjenester som ikke er tilgjengelige for øyeblikket. Ta kontakt med utvikleren for å få hjelp."
- "Pålogging mislyktes"
- "Det oppsto en feil ved pålogging til den angitte kontoen. Velg en annen konto."
-
diff --git a/platforms/android/google-play-services_lib/res/values-ne-rNP/common_strings.xml b/platforms/android/google-play-services_lib/res/values-ne-rNP/common_strings.xml
deleted file mode 100644
index 6db5e3b..0000000
--- a/platforms/android/google-play-services_lib/res/values-ne-rNP/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play सेवाहरूका त्रुटि"
- "Google Play सेवाहरू अद्यावधिक गर्न अनुप्रयोग आवश्यक हुन्छ।"
- "%1$s लाई Android Wear अनुप्रयोगमा अद्यावधिक आवश्यक छ।"
- "Google Play का सेवाहरू सक्षम गर्न अनुप्रयोग आवश्यक हुन्छ।"
- "%1$s द्वारा अनुरोध गरियो"
- "Google Play सेवाहरू प्राप्त गर्नुहोस्"
- "%1$s Google प्ले सेवाहरू बिना सञ्चालन हुँदैन, जुन तपाईँको फोनबाट हराइरहेको छ।"
- "%1$s Google प्ले सेवाहरू बिना सञ्चालन हुँदैन, जुन तपाईँको ट्याब्लेटबाट हराइरहेको छ।"
- "Google Play सेवाहरू प्राप्त गर्नुहोस्"
- "Google Play सेवाहरू सक्षम पार्नुहोस्"
- "%1$s ले तपाईंले Google प्ले सेवाहरू सक्षम नगरेसम्म काम गर्दैन।"
- "Google Play सेवाहरू सक्षम पार्नुहोस्"
- "Google Play सेवाहरू अद्यावधिक गर्नुहोस्"
- "Android उपयोग अद्यावधिक गर्नुहोस्"
- "%1$s तपाईंले Google प्ले सेवाहरू अद्यावधिक नगरेसम्म सञ्चालन हुँदैन।"
- "%1$s तपाईँले Android Wear अनुप्रयोग अद्यावधिक नगरेसम्म सञ्चालन हुँदैन।"
- "Google प्ले सेवाहरू अद्यावधिक भइरहेका छन्"
- "%1$s Google प्ले सेवाहरू बिना सञ्चालन हुँदैन, जुन हाल अद्यावधिक भइरहेका छन्।"
- "नेटवर्क त्रुटि"
- "एउटा डेटा जडान Google प्ले सेवाहरूसँग जडित गर्न आवश्यकता छ।"
- "अमान्य खाता"
- "निर्दिष्ट खाता यो उपकरणमा छैन। कृपया एउटा अलग खाता चयन गर्नुहोस्।"
- "Google Play सेवाहरूको अज्ञात सवाल"
- "Google Play सेवाहरू"
- "%1$s Google प्ले सेवाहरूमा निर्भर गर्दछ, जुन तपाईँको यन्त्रद्वारा समर्थन गर्दैन। सहायताको लागि निर्मातालाई सम्पर्क गर्नुहोस्।"
- "अद्यावधिक गर्नुहोस्"
- "साइन इन गर्नुहोस्"
- "गुगलका साथ साइन इन गर्नुहोस्"
- "फोनमा खोल्नुहोस्"
- "%1$s लाई एक वा थप Google प्ले सेवाहरू आवश्यकता पर्छ जुन हाल उपलब्ध छैन। कृपया सहायताको लागि विकासकर्तालाई सम्पर्क गर्नुहोस्।"
- "साइन इन असफल भयो"
- "निर्दिष्ट खातामा साइन इन गर्दा त्रुटि भयो। कृपया फरक खाता रोज्नुहोस्।"
-
diff --git a/platforms/android/google-play-services_lib/res/values-nl/common_strings.xml b/platforms/android/google-play-services_lib/res/values-nl/common_strings.xml
deleted file mode 100644
index ca531ad..0000000
--- a/platforms/android/google-play-services_lib/res/values-nl/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Fout met Google Play-services"
- "Google Play-services moet worden geüpdatet voor een app."
- "%1$s vereist een update naar de Android Wear-app."
- "Google Play-services moet zijn ingeschakeld voor een app."
- "Aangevraagd door %1$s"
- "Google Play-services ophalen"
- "%1$s kan niet worden uitgevoerd zonder Google Play-services, die ontbreken op uw telefoon."
- "%1$s kan niet worden uitgevoerd zonder Google Play-services, die ontbreken op uw tablet."
- "Google Play-services ophalen"
- "Google Play-services inschakelen"
- "%1$s werkt niet, tenzij u Google Play-services inschakelt."
- "Google Play-services inschak."
- "Google Play-services updaten"
- "Android Wear updaten"
- "%1$s kan niet worden uitgevoerd, tenzij u Google Play-services updatet."
- "%1$s wordt niet uitgevoerd, tenzij u de Android Wear-app updatet."
- "Google Play-services worden geüpdatet"
- "%1$s kan niet worden uitgevoerd zonder Google Play-services, die momenteel worden geüpdatet."
- "Netwerkfout"
- "Er is een gegevensverbinding nodig om verbinding te kunnen maken met Google Play-services."
- "Ongeldig account"
- "Het gespecificeerde account bestaat niet op dit apparaat. Kies een ander account."
- "Onbekend probleem met Google Play-services."
- "Google Play-services"
- "%1$s werkt met Google Play-services. Dit wordt niet ondersteund door uw apparaat. Neem contact op met de fabrikant voor ondersteuning."
- "Updaten"
- "Inloggen"
- "Inloggen met Google"
- "Openen op telefoon"
- "%1$s vereist een of meer Google Play-services die momenteel niet beschikbaar zijn. Neem contact op met de ontwikkelaar voor ondersteuning."
- "Inloggen mislukt"
- "Fout bij inloggen op het opgegeven account. Kies een ander account."
-
diff --git a/platforms/android/google-play-services_lib/res/values-pa-rIN/common_strings.xml b/platforms/android/google-play-services_lib/res/values-pa-rIN/common_strings.xml
deleted file mode 100644
index a6d043d..0000000
--- a/platforms/android/google-play-services_lib/res/values-pa-rIN/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play ਸੇਵਾਵਾਂ ਅਸ਼ੁੱਧੀ"
- "ਇੱਕ ਐਪਲੀਕੇਸ਼ਨ ਲਈ Google Play ਸੇਵਾਵਾਂ ਦੇ ਇੱਕ ਅਪਡੇਟ ਦੀ ਲੋੜ ਹੈ।"
- "%1$s ਨੂੰ Android ਵੀਅਰ ਐਪ ਦੇ ਇੱਕ ਅਪਡੇਟ ਦੀ ਲੋੜ ਹੈ।"
- "ਇੱਕ ਐਪਲੀਕੇਸ਼ਨ ਨੂੰ ਸਮਰੱਥ ਬਣਾਉਣ ਲਈ Google Play ਸੇਵਾਵਾਂ ਦੀ ਲੋੜ ਹੈ।"
- "%1$s ਵੱਲੋਂ ਬੇਨਤੀ ਕੀਤੀ"
- "Google Play ਸੇਵਾਵਾਂ ਪ੍ਰਾਪਤ ਕਰੋ"
- "%1$s Google Play ਸੇਵਾਵਾਂ ਤੋਂ ਬਿਨਾਂ ਨਹੀਂ ਚੱਲੇਗਾ, ਜੋ ਤੁਹਾਡੇ ਫੋਨ ਤੇ ਪ੍ਰਾਪਤ ਨਹੀਂ ਹੋ ਰਹੀਆਂ ਹਨ।"
- "%1$s Google Play ਸੇਵਾਵਾਂ ਤੋਂ ਬਿਨਾਂ ਨਹੀਂ ਚੱਲੇਗਾ, ਜੋ ਤੁਹਾਡੇ ਟੈਬਲੇਟ ਤੇ ਪ੍ਰਾਪਤ ਨਹੀਂ ਹੋ ਰਹੀਆਂ ਹਨ।"
- "Google Play ਸੇਵਾਵਾਂ ਪ੍ਰਾਪਤ ਕਰੋ"
- "Google Play ਸੇਵਾਵਾਂ ਨੂੰ ਸਮਰੱਥ ਬਣਾਓ"
- "%1$s ਕੰਮ ਨਹੀਂ ਕਰੇਗਾ ਜਦੋਂ ਤੱਕ ਤੁਸੀਂ Google Play ਸੇਵਾਵਾਂ ਨੂੰ ਸਮਰੱਥ ਨਹੀਂ ਬਣਾਉਂਦੇ।"
- "Google Play ਸੇਵਾਵਾਂ ਨੂੰ ਸਮਰੱਥ ਬਣਾਓ"
- "Google Play ਸੇਵਾਵਾਂ ਅਪਡੇਟ ਕਰੋ"
- "Android ਵੀਅਰ ਨੂੰ ਅਪਡੇਟ ਕਰੋ"
- "%1$s ਨਹੀਂ ਚੱਲੇਗਾ ਜਦੋਂ ਤੱਕ ਤੁਸੀਂ Google Play ਸੇਵਾਵਾਂ ਨੂੰ ਅਪਡੇਟ ਨਹੀਂ ਕਰਦੇ।"
- "%1$s ਨਹੀਂ ਚੱਲੇਗਾ ਜਦੋਂ ਤੱਕ ਤੁਸੀਂ Android ਵੀਅਰ ਐਪ ਨੂੰ ਅਪਡੇਟ ਨਹੀਂ ਕਰਦੇ।"
- "Google Play ਸੇਵਾਵਾਂ ਅਪਡੇਟ ਹੋ ਰਹੀਆਂ ਹਨ"
- "%1$s Google Play ਸੇਵਾਵਾਂ ਤੋਂ ਬਿਨਾਂ ਨਹੀਂ ਚੱਲੇਗਾ, ਜੋ ਵਰਤਮਾਨ ਵਿੱਚ ਅਪਡੇਟ ਹੋ ਰਹੀਆਂ ਹਨ।"
- "ਨੈਟਵਰਕ ਅਸ਼ੁੱਧੀ"
- "Google Play ਸੇਵਾਵਾਂ ਨਾਲ ਕਨੈਕਟ ਕਰਨ ਲਈ ਇੱਕ ਡਾਟਾ ਕਨੈਕਸ਼ਨ ਦੀ ਲੋੜ ਹੈ।"
- "ਅਪ੍ਰਮਾਣਿਕ ਖਾਤਾ"
- "ਨਿਰਦਿਸ਼ਟ ਖਾਤਾ ਇਸ ਡਿਵਾਈਸ ਤੇ ਮੌਜੂਦ ਨਹੀਂ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਇੱਕ ਵੱਖਰਾ ਖਾਤਾ ਚੁਣੋ।"
- "Google Play ਸੇਵਾਵਾਂ ਨਾਲ ਅਗਿਆਤ ਸਮੱਸਿਆ।"
- "Google Play ਸੇਵਾਵਾਂ"
- "%1$s Google Play ਸੇਵਾਵਾਂ \'ਤੇ ਭਰੋਸਾ ਕਰਦੀ ਹੈ, ਜੋ ਤੁਹਾਡੀ ਡਿਵਾਈਸ ਵੱਲੋਂ ਸਮਰਥਿਤ ਨਹੀਂ ਹੈ। ਸਹਾਇਤਾ ਲਈ ਨਿਰਮਾਤਾ ਨਾਲ ਸੰਪਰਕ ਕਰੋ।"
- "ਅਪਡੇਟ"
- "ਸਾਈਨ ਇਨ ਕਰੋ"
- "Google ਨਾਲ ਸਾਈਨ ਇਨ ਕਰੋ"
- "ਫੋਨ ਤੇ ਖੋਲ੍ਹੋ"
- "%1$s ਲਈ ਇੱਕ ਜਾਂ ਵੱਧ Google Play ਸੇਵਾਵਾਂ ਦੀ ਲੋੜ ਹੈ, ਜੋ ਇਸ ਵੇਲੇ ਉਪਲਬਧ ਨਹੀਂ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਸਹਾਇਤਾ ਲਈ ਵਿਕਾਸਕਾਰ ਨਾਲ ਸੰਪਰਕ ਕਰੋ।"
- "ਸਾਈਨ ਇਨ ਅਸਫਲ ਹੋਇਆ"
- "ਨਿਰਦਿਸ਼ਟ ਖਾਤਾ ਸਾਈਨ ਇਨ ਕਰਨ ਵਿੱਚ ਅਸ਼ੁੱਧੀ। ਕਿਰਪਾ ਕਰਕੇ ਇੱਕ ਵੱਖਰਾ ਖਾਤਾ ਚੁਣੋ।"
-
diff --git a/platforms/android/google-play-services_lib/res/values-pl/common_strings.xml b/platforms/android/google-play-services_lib/res/values-pl/common_strings.xml
deleted file mode 100644
index 40c441c..0000000
--- a/platforms/android/google-play-services_lib/res/values-pl/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Błąd Usług Google Play"
- "Aplikacja wymaga zaktualizowania Usług Google Play."
- "Aplikacja %1$s wymaga zaktualizowania aplikacji Android Wear."
- "Aplikacja wymaga włączenia Usług Google Play."
- "Żądanie z aplikacji %1$s"
- "Pobierz Usługi Google Play"
- "Aplikacja %1$s nie będzie działać bez Usług Google Play, których nie masz na telefonie."
- "Aplikacja %1$s nie będzie działać bez Usług Google Play, których nie masz na tablecie."
- "Pobierz Usługi Google Play"
- "Włącz Usługi Google Play"
- "Aplikacja %1$s nie będzie działać, jeśli nie włączysz Usług Google Play."
- "Włącz Usługi Google Play"
- "Aktualizuj Usługi Google Play"
- "Zaktualizuj Android Wear"
- "Aplikacja %1$s nie będzie działać, jeśli nie zaktualizujesz Usług Google Play."
- "Aplikacja %1$s nie będzie działać, jeśli nie zaktualizujesz aplikacji Android Wear."
- "Trwa aktualizowanie Usług Google Play"
- "Aplikacja %1$s nie będzie działać bez Usług Google Play, które są obecnie aktualizowane."
- "Błąd sieci"
- "Korzystanie z usług Google Play wymaga połączenia z internetem."
- "Nieprawidłowe konto"
- "Podanego konta nie ma na tym urządzeniu. Wybierz inne konto."
- "Nieznany problem z Usługami Google Play."
- "Usługi Google Play"
- "Aplikacja %1$s wymaga Usług Google Play, które nie są obsługiwane przez Twoje urządzenie. Skontaktuj się z producentem, by uzyskać pomoc."
- "Aktualizuj"
- "Zaloguj się"
- "Zaloguj się przez Google"
- "Otwórz na telefonie"
- "Aplikacja %1$s wymaga co najmniej jednej usługi Google Play, która jest obecnie niedostępna. Skontaktuj się z programistą, by uzyskać pomoc."
- "Błąd logowania"
- "Błąd podczas logowania na określone konto. Wybierz inne."
-
diff --git a/platforms/android/google-play-services_lib/res/values-pt-rBR/common_strings.xml b/platforms/android/google-play-services_lib/res/values-pt-rBR/common_strings.xml
deleted file mode 100644
index 7f31b12..0000000
--- a/platforms/android/google-play-services_lib/res/values-pt-rBR/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Erro do Google Play Services"
- "Um app requer a atualização do Google Play Services."
- "%1$s exige uma atualização para o app Android Wear."
- "Um app requer a ativação do Google Play Services."
- "Solicitado por %1$s"
- "Instale o Google Play Services"
- "%1$s não funciona sem o Google Play Services, o qual não está instalado no seu smartphone."
- "%1$s não funciona sem o Google Play Services, o qual não está instalado no seu tablet."
- "Instalar o Google Play Services"
- "Ative o Google Play Services"
- "%1$s só funciona com o Google Play Services ativado."
- "Ativar o Google Play Services"
- "Atualize o Google Play Services"
- "Atualizar o Android Wear"
- "%1$s só funciona com uma versão atualizada do Google Play Services."
- "%1$s só funciona com uma atualização para o app Android Wear."
- "Google Play Services em atualização"
- "%1$s não funciona sem o Google Play Services, o qual está sendo atualizado no momento."
- "Erro na rede"
- "É necessária uma conexão de dados para conectar ao Google Play Services."
- "Conta inválida"
- "A conta especificada não existe no dispositivo. Escolha outra conta."
- "Problema desconhecido com o Google Play Services."
- "Play Services"
- "%1$s depende do Google Play Services, o qual não é compatível com seu dispositivo. Entre em contato com o fabricante para receber assistência."
- "Atualizar"
- "Login"
- "Fazer login com o Google"
- "Abrir no smartphone"
- "%1$s exige um ou mais Google Play Services que não estão disponíveis no momento. Entre em contato com o desenvolvedor para receber assistência."
- "Falha de login"
- "Erro ao fazer login na conta especificada. Escolha outra conta."
-
diff --git a/platforms/android/google-play-services_lib/res/values-pt-rPT/common_strings.xml b/platforms/android/google-play-services_lib/res/values-pt-rPT/common_strings.xml
deleted file mode 100644
index 2e15b9b..0000000
--- a/platforms/android/google-play-services_lib/res/values-pt-rPT/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Erro dos Serviços do Google Play"
- "Uma aplicação necessita da atualização dos Serviços do Google Play."
- "O %1$s requer uma atualização da aplicação Android Wear."
- "Uma aplicação necessita da ativação dos Serviços do Google Play."
- "Pedida por %1$s"
- "Obter serviços do Google Play"
- "O %1$s não é executado sem os serviços do Google Play, os quais estão em falta no seu telemóvel."
- "O %1$s não é executado sem os serviços do Google Play, os quais estão em falta no seu tablet."
- "Obter serviços do Google Play"
- "Ativar serviços do Google Play"
- "O %1$s não funciona enquanto não ativar os serviços do Google Play."
- "Ativar serviços do Google Play"
- "Atualizar serviços do Google Play"
- "Atualizar Android Wear"
- "O %1$s não é executado enquanto não atualizar os serviços do Google Play."
- "O %1$s não será executado enquanto não atualizar a aplicação Android Wear."
- "Serviços do Google Play em atualização"
- "O %1$s não é executado sem os serviços do Google Play, os quais estão a ser atualizados."
- "Erro de Rede"
- "É necessária uma ligação de dados para se ligar aos Serviços do Google Play."
- "Conta Inválida"
- "A conta especificada não existe neste dispositivo. Escolha uma conta diferente."
- "Problema desconhecido nos serviços do Google Play."
- "Serviços do Google Play"
- "O %1$s depende dos serviços do Google Play, os quais não são compatíveis com o seu dispositivo. Contacte o fabricante para obter assistência."
- "Atualizar"
- "Inic. ses."
- "Inic. sessão com o Google"
- "Abrir no telemóvel"
- "O %1$s necessita de um ou mais Serviços do Google Play que não estão disponíveis de momento. Contacte o programador para obter assistência."
- "Falha ao iniciar sessão"
- "Erro ao iniciar sessão na conta especificada. Escolha uma conta diferente."
-
diff --git a/platforms/android/google-play-services_lib/res/values-pt/common_strings.xml b/platforms/android/google-play-services_lib/res/values-pt/common_strings.xml
deleted file mode 100644
index 7f31b12..0000000
--- a/platforms/android/google-play-services_lib/res/values-pt/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Erro do Google Play Services"
- "Um app requer a atualização do Google Play Services."
- "%1$s exige uma atualização para o app Android Wear."
- "Um app requer a ativação do Google Play Services."
- "Solicitado por %1$s"
- "Instale o Google Play Services"
- "%1$s não funciona sem o Google Play Services, o qual não está instalado no seu smartphone."
- "%1$s não funciona sem o Google Play Services, o qual não está instalado no seu tablet."
- "Instalar o Google Play Services"
- "Ative o Google Play Services"
- "%1$s só funciona com o Google Play Services ativado."
- "Ativar o Google Play Services"
- "Atualize o Google Play Services"
- "Atualizar o Android Wear"
- "%1$s só funciona com uma versão atualizada do Google Play Services."
- "%1$s só funciona com uma atualização para o app Android Wear."
- "Google Play Services em atualização"
- "%1$s não funciona sem o Google Play Services, o qual está sendo atualizado no momento."
- "Erro na rede"
- "É necessária uma conexão de dados para conectar ao Google Play Services."
- "Conta inválida"
- "A conta especificada não existe no dispositivo. Escolha outra conta."
- "Problema desconhecido com o Google Play Services."
- "Play Services"
- "%1$s depende do Google Play Services, o qual não é compatível com seu dispositivo. Entre em contato com o fabricante para receber assistência."
- "Atualizar"
- "Login"
- "Fazer login com o Google"
- "Abrir no smartphone"
- "%1$s exige um ou mais Google Play Services que não estão disponíveis no momento. Entre em contato com o desenvolvedor para receber assistência."
- "Falha de login"
- "Erro ao fazer login na conta especificada. Escolha outra conta."
-
diff --git a/platforms/android/google-play-services_lib/res/values-ro/common_strings.xml b/platforms/android/google-play-services_lib/res/values-ro/common_strings.xml
deleted file mode 100644
index 46167de..0000000
--- a/platforms/android/google-play-services_lib/res/values-ro/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Eroare a serviciilor Google Play"
- "O aplicație necesită o actualizare pentru serviciile Google Play."
- "%1$s necesită o actualizare a aplicației Android Wear."
- "O aplicație necesită activarea serviciilor Google Play."
- "Solicitată de %1$s"
- "Descărcaţi Servicii Google Play"
- "%1$s nu va rula fără serviciile Google Play, care lipsesc de pe telefon."
- "%1$s nu va rula fără serviciile Google Play, care lipsesc de pe tabletă."
- "Obţineţi Servicii Google Play"
- "Activaţi Servicii Google Play"
- "%1$s nu va funcționa decât dacă activați serviciile Google Play."
- "Activaţi Servicii Google Play"
- "Actualizaţi Servicii Google Play"
- "Actualizați Android Wear"
- "%1$s nu va rula decât dacă actualizați serviciile Google Play."
- "%1$s nu va rula decât dacă actualizați aplicația Android Wear."
- "Se actualizează serviciile Google Play"
- "%1$s nu va rula fără serviciile Google Play, care momentan se actualizează."
- "Eroare de reţea"
- "Este necesară o conexiune de date pentru a vă conecta la serviciile Google Play."
- "Cont nevalid"
- "Contul menționat nu există pe acest dispozitiv. Alegeți alt cont."
- "Problemă necunoscută privind Servicii Google Play."
- "Servicii Google Play"
- "%1$s se bazează pe serviciile Google Play, care nu sunt acceptate de dispozitiv. Contactați producătorul pentru asistență."
- "Actualizaţi"
- "Conectați"
- "Conectați-vă cu Google"
- "Deschideți pe telefon"
- "%1$s necesită unul sau mai multe servicii Google Play, care momentan nu sunt disponibile. Contactați dezvoltatorul pentru asistență."
- "Conectarea nu a reușit"
- "Eroare la conectarea la contul specificat. Alegeți alt cont."
-
diff --git a/platforms/android/google-play-services_lib/res/values-ru/common_strings.xml b/platforms/android/google-play-services_lib/res/values-ru/common_strings.xml
deleted file mode 100644
index 0377afc..0000000
--- a/platforms/android/google-play-services_lib/res/values-ru/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Ошибка сервисов Google Play"
- "Для работы приложения требуется обновить сервисы Google Play"
- "Чтобы продолжить работу с приложением \"%1$s\", обновите Android Wear"
- "Для работы приложения требуется включить сервисы Google Play"
- "Источник запроса: %1$s"
- "Установите Сервисы Google Play"
- "Для работы с приложением \"%1$s\" требуются сервисы Google Play, не установленные на вашем телефоне."
- "Для работы с приложением \"%1$s\" требуются сервисы Google Play, не установленные на вашем планшете."
- "Установить"
- "Включите Сервисы Google Play"
- "Чтобы запустить приложение \"%1$s\", включите сервисы Google Play."
- "Включить"
- "Обновите Сервисы Google Play"
- "Обновить Android Wear"
- "Чтобы запустить приложение \"%1$s\", обновите сервисы Google Play."
- "Чтобы запустить приложение \"%1$s\", обновите Android Wear."
- "Обновление сервисов Google Play…"
- "Сервисы Google Play, необходимые для работы с приложением \"%1$s\", в настоящий момент обновляются."
- "Ошибка сети"
- "Для работы с Google Play требуется подключение к сети."
- "Недействительный аккаунт"
- "Этого аккаунта нет на устройстве. Выберите другой."
- "Неизвестная ошибка с Сервисами Google Play."
- "Сервисы Google Play"
- "Сервисы Google Play, необходимые для работы с приложением \"%1$s\", не поддерживаются на вашем устройстве. Обратитесь к его производителю."
- "Обновить"
- "Войти"
- "Войти в аккаунт Google"
- "Открыть на телефоне"
- "Сервисы Google Play, необходимые для работы с приложением \"%1$s\", недоступны. Свяжитесь с его разработчиком."
- "Ошибка входа"
- "При входе в указанный аккаунт произошла ошибка. Выберите другой аккаунт."
-
diff --git a/platforms/android/google-play-services_lib/res/values-si-rLK/common_strings.xml b/platforms/android/google-play-services_lib/res/values-si-rLK/common_strings.xml
deleted file mode 100644
index 6eb0374..0000000
--- a/platforms/android/google-play-services_lib/res/values-si-rLK/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play සේවා දෝෂය"
- "යෙදුමකට Google Play සේවාවන් සඳහා යාවත්කාලීනයක් අවශ්යය."
- "%1$s හට Android Wear යෙදුමට යාවත්කාලීන කිරීමක් අවශ්යයි."
- "යෙදුමකට Google Play සේවාවන් සබලව තිබීම අවශ්යය."
- "%1$s විසින් ඉල්ලා ඇත"
- "Google Play සේවාවන් ලබා ගන්න"
- "ඔබගේ දුරකථනයේ නැති Google Play සේවාවන් නොමැතිව %1$s ධාවනය නොවනු ඇත."
- "ඔබගේ ටැබ්ලටයේ නැති Google Play සේවාවන් නොමැතිව %1$s ධාවනය නොවනු ඇත."
- "Google Play සේවාවන් ලබා ගන්න"
- "Google Play සේවාවන් සබල කරන්න"
- "ඔබ Google Play සේවාවන් සබල කරන්නේ නම් මිස %1$s වැඩ නොකරනු ඇත."
- "Google Play සේවාවන් සබල කරන්න"
- "Google Play සේවාවන් යාවත්කාලීන කරන්න"
- "Android Wear යාවත්කාලීන කරන්න"
- "Google Play සේවා යාවත්කාලීන කරන්නේ නොමැතිව %1$s ධාවනය නොවේ."
- "Android Wear යෙදුම ඔබ යාවත්කාලීන කළේ නැති නම් %1$s ධාවනය කළ නොහැක."
- "Google Play සේවා යාවත්කාලීන වේ"
- "දැනට යාවත්කාලීන වන Google Play සේවා නොමැතිව %1$s ධාවනය නොවේ."
- "ජාල දෝෂය"
- "Google Play සේවාවන් වෙත සබැඳීමට දත්ත සබැඳුමක් අවශ්යය."
- "වලංගු නොවන ගිණුම"
- "නියම කර දැක්වූ ගිණුම මෙම උපාංගය මත නොපවතී. කරුණාකර වෙනත් ගිණුමක් තෝරන්න."
- "Google Play සේවාවන් සමග නොදන්නා ගැටලුවක්."
- "Google Play සේවා"
- "%1$s Google Play සේවාවන් මත යැපෙන අතර, එය වෙත ඔබගේ උපාංගය සහාය නොදක්වයි. කරුණාකර සහාය සඳහා නිෂ්පාදකයා අමතන්න."
- "යාවත්කාලීන කරන්න"
- "පිවිසෙන්න"
- "Google සමගින් පුරනය වන්න"
- "දුරකථනය තුළ විවෘත කරන්න"
- "%1$s සඳහා දැනට නොපවතින Google Play සේවා එකක් හෝ කිහිපයක් අවශ්යයි. කරුණාකර සහාය සඳහා සංවර්ධක සම්බන්ධ කරගන්න."
- "පුරනය වීම අසාර්ථක විය"
- "විශේෂිත ගිණුම පුරනය කිරීමේදී දෝෂයක්. කරුණාකර වෙනස් ගිණුමක් තෝරන්න."
-
diff --git a/platforms/android/google-play-services_lib/res/values-sk/common_strings.xml b/platforms/android/google-play-services_lib/res/values-sk/common_strings.xml
deleted file mode 100644
index f33c548..0000000
--- a/platforms/android/google-play-services_lib/res/values-sk/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Chyba služieb Google Play"
- "Aplikácia vyžaduje aktualizáciu služieb Google Play."
- "Aplikácia %1$s vyžaduje aktualizáciu aplikácie Android Wear."
- "Aplikácia vyžaduje povolenie služieb Google Play."
- "Vyžiadané aplikáciou %1$s"
- "Inštalovať služby Google Play"
- "Na spustenie aplikácie %1$s sa vyžadujú služby Google Play, ktoré na telefóne nemáte."
- "Na spustenie aplikácie %1$s sa vyžadujú služby Google Play, ktoré na tablete nemáte."
- "Inštalovať služby Google Play"
- "Povoliť služby Google Play"
- "Aplikácia %1$s bude fungovať až po povolení služieb Google Play."
- "Povoliť služby Google Play"
- "Aktualizovať služby Google Play"
- "Aktualizujte aplikáciu Android Wear"
- "Aplikáciu %1$s bude možné spustiť až po aktualizácii služieb Google Play."
- "Aplikácia %1$s bude fungovať až po aktualizácii aplikácie Android Wear."
- "Služby Google Play sa aktualizujú"
- "Na spustenie aplikácie %1$s sa vyžadujú služby Google Play, ktoré sa momentálne aktualizujú."
- "Chyba siete"
- "Pripojenie k službám Google Play si vyžaduje dátové pripojenie."
- "Neplatný účet"
- "Zadaný účet v tomto zariadení neexistuje. Vyberte iný účet."
- "Neznámy problém so službami Google Play."
- "Služby Google Play"
- "Aplikácia %1$s potrebuje služby Google Play, ktoré vaše zariadenie nepodporuje. Kontaktujte príslušného výrobcu a požiadajte ho o pomoc."
- "Aktualizovať"
- "Prihlásiť sa"
- "Prihlásiť sa do účtu Google"
- "Otvoriť na telefóne"
- "Aplikácia %1$s vyžaduje minimálne jednu službu Google Play, ktorá v súčasnosti nie je k dispozícii. Kontaktujte príslušného vývojára a požiadajte ho o pomoc."
- "Prihlásenie zlyhalo"
- "Pri prihlasovaní do určeného účtu sa vyskytla chyba. Zvoľte iný účet."
-
diff --git a/platforms/android/google-play-services_lib/res/values-sl/common_strings.xml b/platforms/android/google-play-services_lib/res/values-sl/common_strings.xml
deleted file mode 100644
index 1ec9430..0000000
--- a/platforms/android/google-play-services_lib/res/values-sl/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Napaka storitev Google Play"
- "Za delovanje aplikacije morate posodobiti storitve Google Play."
- "Aplikacija %1$s zahteva posodobitev aplikacije Android Wear."
- "Za delovanje aplikacije morate omogočiti storitve Google Play."
- "Zahteva aplikacije %1$s"
- "Namestite storitve Google Play"
- "Aplikacija %1$s ne deluje brez storitev Google Play, vendar teh ni v telefonu."
- "Aplikacija %1$s ne deluje brez storitev Google Play, vendar teh ni v tabličnem računalniku."
- "Namestite storitve Google Play"
- "Omogočite storitve Google Play"
- "Aplikacija %1$s ne bo delovala, če ne omogočite storitev Google Play."
- "Omogočite storitve Google Play"
- "Posodobite storitve Google Play"
- "Posodobitev aplikacije Android Wear"
- "Aplikacija %1$s ne bo delovala, če ne posodobite storitev Google Play."
- "Aplikacija %1$s ne bo delovala, če ne posodobite aplikacije Android Wear."
- "Storitve Google Play se posodabljajo"
- "Aplikacija %1$s ne deluje brez storitev Google Play, ki se trenutno posodabljajo."
- "Omrežna napaka"
- "Za povezavo s storitvami Google Play potrebujete internetno povezavo."
- "Neveljaven račun"
- "V tej napravi ne obstaja navedeni račun. Izberite drugega."
- "Neznana težava s storitvami Google Play."
- "Storitve Google Play"
- "Aplikacija %1$s potrebuje storitve Google Play, ki jih vaša naprava ne podpira. Za pomoč se obrnite na proizvajalca."
- "Posodobi"
- "Prijava"
- "Prijavite se v Google"
- "Odpiranje v telefonu"
- "Aplikacija %1$s potrebuje eno ali več storitev za Google Play, ki trenutno niso na voljo. Za pomoč se obrnite na razvijalca."
- "Prijava ni uspela"
- "Napaka pri prijavi v izbran račun. Izberite drug račun."
-
diff --git a/platforms/android/google-play-services_lib/res/values-sq-rAL/common_strings.xml b/platforms/android/google-play-services_lib/res/values-sq-rAL/common_strings.xml
deleted file mode 100644
index 5eddd32..0000000
--- a/platforms/android/google-play-services_lib/res/values-sq-rAL/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Gabim në shërbimet e \"Luaj me Google\""
- "Një aplikacion kërkon përditësim për shërbimet e \"Luaj me Google\"."
- "%1$s kërkon një përditësim të aplikacionit të \"Teknologjisë Android që vishet\"."
- "Një aplikacion kërkon shërbimet e \"Luaj me Google\" për t\'u aktivizuar."
- "Kërkuar nga %1$s"
- "Merr shërbimet e \"Luaj me Google\""
- "%1$s nuk do të funksionojë pa shërbimet e \"Luaj me Google\", të cilat mungojnë në telefonin tënd."
- "%1$s nuk do të funksionojë pa shërbimet e \"Luaj me Google\", të cilat mungojnë në tabletin tënd."
- "Merr shërbimet e \"Luaj me Google\""
- "Aktivizo shërbimet e \"Luaj me Google\""
- "%1$s nuk do të funksionojë nëse nuk aktivizon shërbimet e \"Luaj me Google\"."
- "Aktivizo shërbimet e \"Luaj me Google\""
- "Përditëso shërbimet e \"Luaj me Google\""
- "Përditëso \"Teknologjia Android që vishet\""
- "%1$s nuk do të funksionojë nëse nuk përditëson shërbimet e \"Luaj me Google\"."
- "%1$s nuk do të ekzekutohet nëse nuk përditëson aplikacionin e \"Teknologjisë Android që vishet\"."
- "Shërbimet e \"Luaj\" po përditësohen"
- "%1$s nuk do të funksionojë pa shërbimet e \"Luaj me Google\", të cilat po përditësohen aktualisht."
- "Gabim rrjeti"
- "Kërkohet një lidhje të dhënash për t\'u lidhur me shërbimet e \"Luaj me Google\"."
- "Llogari e pavlefshme"
- "Llogaria e specifikuar nuk ekziston në këtë pajisje. Zgjidh një llogari tjetër."
- "Problem i panjohur me shërbimet e \"Luaj me Google\"."
- "Shërbimet e \"Luaj me Google\""
- "%1$s mbështetet në shërbimet e \"Luaj me Google\", të cilat nuk mbështeten nga pajisja jote. Kontakto me prodhuesin për ndihmë."
- "Përditëso"
- "Identifikohu"
- "Identifikohu me Google"
- "Hape në telefon"
- "%1$s kërkon një ose më shumë shërbime të \"Luaj me Google\" që aktualisht janë të papërdorshme. Kontakto me zhvilluesin për ndihmë."
- "Identifikimi dështoi!"
- "Gabim gjatë identifikimit në llogarinë e specifikuar. Zgjidh një llogari tjetër."
-
diff --git a/platforms/android/google-play-services_lib/res/values-sr/common_strings.xml b/platforms/android/google-play-services_lib/res/values-sr/common_strings.xml
deleted file mode 100644
index e03f886..0000000
--- a/platforms/android/google-play-services_lib/res/values-sr/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Грешка Google Play услуга"
- "Апликација захтева ажурирање Google Play услуга."
- "%1$s захтева ажурирање апликације Android Wear."
- "Апликација захтева да Google Play услуге буду омогућене."
- "Захтева %1$s"
- "Преузимање Google Play услуга"
- "%1$s не може да се покрене без Google Play услуга, које недостају на телефону."
- "%1$s не може да се покрене без Google Play услуга, које недостају на таблету."
- "Преузми Google Play услуге"
- "Омогућавање Google Play услуга"
- "%1$s неће функционисати ако не омогућите Google Play услуге."
- "Омогући Google Play услуге"
- "Ажурирање Google Play услуга"
- "Ажурирајте Android Wear"
- "%1$s не може да се покрене ако не ажурирате Google Play услуге."
- "%1$s не може да се покрене ако не ажурирате апликацију Android Wear."
- "Google Play услуге се ажурирају"
- "%1$s не може да се покрене без Google Play услуга, које се тренутно ажурирају."
- "Грешка на мрежи"
- "За повезивање са Google Play услугама потребна је веза за пренос података."
- "Неважећи налог"
- "Наведени налог не постоји на овом уређају. Одаберите други налог."
- "Непознат проблем са Google Play услугама."
- "Google Play услуге"
- "%1$s користи Google Play услуге, које уређај не подржава. Контактирајте произвођача да бисте добили помоћ."
- "Ажурирај"
- "Пријави ме"
- "Пријави ме преко Google-а"
- "Отвори на телефону"
- "%1$s захтева једну Google Play услугу која тренутно није доступна или више њих. Контактирајте програмера да бисте добили помоћ."
- "Пријављивање није успело"
- "Дошло је до грешке при пријављивању на наведени налог. Изаберите други налог."
-
diff --git a/platforms/android/google-play-services_lib/res/values-sv/common_strings.xml b/platforms/android/google-play-services_lib/res/values-sv/common_strings.xml
deleted file mode 100644
index ad8d444..0000000
--- a/platforms/android/google-play-services_lib/res/values-sv/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Fel på Google Play-tjänster"
- "Google Play-tjänster måste uppdateras för en app ska fungera."
- "En uppdatering av appen Android Wear krävs för %1$s."
- "Google Play-tjänster måste aktiveras för att en app ska fungera."
- "Begärdes av %1$s"
- "Hämta Google Play Tjänster"
- "%1$s kan inte köras utan Google Play-tjänster, och dessa saknas på mobilen."
- "%1$s kan inte köras utan Google Play-tjänster, och dessa saknas på surfplattan."
- "Hämta Google Play Tjänster"
- "Aktivera Google Play Tjänster"
- "%1$s fungerar inte om du inte aktiverar Google Play-tjänster."
- "Aktivera Google Play Tjänster"
- "Uppdatera Google Play Tjänster"
- "Uppdatera Android Wear"
- "%1$s kan inte köras om du inte uppdaterar Google Play-tjänsterna."
- "%1$s körs inte om du inte uppdaterar appen Android Wear."
- "Google Play-tjänsterna uppdateras"
- "%1$s kan inte köras utan Google Play-tjänster, och dessa uppdateras för närvarande."
- "Nätverksfel"
- "En dataanslutning krävs för att ansluta till Google Plays tjänster."
- "Ogiltigt konto"
- "Det angivna kontot finns inte på den här enheten. Välj ett annat konto."
- "Okänt problem med Google Play Tjänster"
- "Google Play-tjänster"
- "För %1$s krävs Google Play-tjänster, och dessa stöds inte på enheten. Kontakta tillverkaren om du vill ha hjälp."
- "Uppdatera"
- "Logga in"
- "Logga in med Google"
- "Öppna på mobilen"
- "För %1$s krävs en eller flera Google Play-tjänster som inte är tillgängliga för närvarande. Kontakta utvecklaren om du vill ha hjälp."
- "Det gick inte att logga in"
- "Ett fel uppstod när du försökte logga in på kontot. Välj ett annat konto."
-
diff --git a/platforms/android/google-play-services_lib/res/values-sw/common_strings.xml b/platforms/android/google-play-services_lib/res/values-sw/common_strings.xml
deleted file mode 100644
index e5fc3e2..0000000
--- a/platforms/android/google-play-services_lib/res/values-sw/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Hitilafu kwenye huduma za Google Play"
- "Programu inahitaji toleo jipya la huduma za Google Play."
- "%1$s inahitaji programu ya Android Wear isasishwe."
- "Programu inahitaji huduma za Google Play ili iwashwe."
- "Imeombwa na %1$s"
- "Pata huduma za Google Play"
- "%1$s haitafanya kazi bila huduma za Google Play, ambazo hazipatikani kwenye simu yako."
- "%1$s haitafanya kazi bila huduma za Google Play, ambazo hazipatikani kwenye kompyuta yako kibao."
- "Pata huduma za Google Play"
- "Wezesha huduma za Google Play"
- "%1$s haitafanya kazi mpaka uwashe huduma za Google Play."
- "Wezesha huduma za Google Play"
- "Sasisha huduma za Google Play"
- "Sasisha Android Wear"
- "%1$s haitafanya kazi hadi usasishe huduma za Google Play."
- "%1$s haitafanya kazi usiposasisha programu ya Android Wear."
- "Huduma za Google Play zinasasishwa"
- "%1$s haitafanya kazi bila huduma za Google Play, ambazo zinasasishwa kwa sasa."
- "Hitilafu ya Mtandao"
- "Muunganisho wa data unahitajika ili kuunganisha kwenye huduma za Google Play."
- "Akaunti Batili"
- "Akaunti iliyobainishwa haipo kwenye kifaa hiki. Tafadhali chagua akaunti tofauti."
- "Suala lisilojulikana na huduma za Google Play."
- "Huduma za Google Play"
- "%1$s hutegemea huduma za Google Play, ambazo hazitumiki kwenye kifaa chako. Wasiliana na mtengenezaji kwa usaidizi."
- "Sasisha"
- "Ingia"
- "Ingia ukitumia Google"
- "Fungua kwenye simu"
- "%1$s inahitaji huduma moja au zaidi za Google Play ambazo hazipatikani kwa sasa. Tafadhali wasiliana na msanidi programu kwa usaidizi."
- "Imeshindwa kuingia katika akaunti"
- "Hitilafu wakati wa kuingia katika akaunti iliyobainishwa. Tafadhali chagua akaunti tofauti."
-
diff --git a/platforms/android/google-play-services_lib/res/values-ta-rIN/common_strings.xml b/platforms/android/google-play-services_lib/res/values-ta-rIN/common_strings.xml
deleted file mode 100644
index e1f4b1f..0000000
--- a/platforms/android/google-play-services_lib/res/values-ta-rIN/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play சேவைகள் பிழை"
- "பயன்பாடானது Google Play சேவைகளுக்கான புதுப்பிப்பைக் கேட்கிறது."
- "Android Wear பயன்பாட்டைப் புதுப்பித்தல் %1$sக்குத் தேவை."
- "பயன்பாடானது Google Play சேவைகள் இயக்கக் கேட்கிறது."
- "%1$s ஆல் கோரப்பட்டது"
- "Google Play சேவைகளைப் பெறுக"
- "Google Play சேவைகள் இருந்தால் மட்டுமே, %1$s செயல்படும். அவை தற்போது ஃபோனில் இல்லை."
- "Google Play சேவைகள் இருந்தால் மட்டுமே, %1$s செயல்படும். அவை தற்போது டேப்லெட்டில் இல்லை."
- "Google Play சேவைகளைப் பெறுக"
- "Google Play சேவைகளை இயக்கு"
- "Google Play சேவைகளை இயக்கினால் மட்டுமே, %1$s செயல்படும்."
- "Google Play சேவைகளை இயக்கு"
- "Google Play சேவைகளைப் புதுப்பி"
- "Android வியரைப் புதுப்பி"
- "Google Play சேவைகளை இயக்கினால் மட்டுமே, %1$s செயல்படும்."
- "Android Wear பயன்பாட்டைப் புதுப்பித்தால் மட்டுமே, %1$s செயல்படும்."
- "Google Play சேவைகள் புதுப்பிக்கப்படுகின்றன"
- "தற்போது புதுப்பிக்கப்படும், Google Play சேவைகள் இருந்தால் மட்டுமே, %1$s செயல்படும்."
- "பிணைய பிழை"
- "Google Play சேவைகளில் இணைக்க தரவு இணைப்பு தேவை."
- "தவறான கணக்கு"
- "இந்தச் சாதனத்தில் குறிப்பிடப்பட்ட கணக்கு இல்லை. வேறு கணக்கைத் தேர்வு செய்யவும்."
- "Google Play சேவைகளில் அறியப்படாத சிக்கல் உள்ளது."
- "Google Play சேவைகள்"
- "சாதனம் ஆதரிக்காத Google Play சேவைகளை %1$s சார்ந்துள்ளது. உதவிக்கு, தயாரிப்பாளரைத் தொடர்புகொள்ளவும்."
- "புதுப்பி"
- "உள்நுழைக"
- "Google மூலம் உள்நுழை"
- "ஃபோனில் திற"
- "தற்போது கிடைக்காத, ஒன்று அல்லது அதற்கு மேற்பட்ட Google Play சேவைகள் %1$sக்குத் தேவை. உதவிக்கு, டெவெலப்பரைத் தொடர்புகொள்ளவும்."
- "உள்நுழைவு தோல்வி"
- "குறிப்பிட்ட கணக்கில் உள்நுழைவதில் பிழை. வேறு கணக்கைத் தேர்ந்தெடுக்கவும்."
-
diff --git a/platforms/android/google-play-services_lib/res/values-te-rIN/common_strings.xml b/platforms/android/google-play-services_lib/res/values-te-rIN/common_strings.xml
deleted file mode 100644
index c14e0d2..0000000
--- a/platforms/android/google-play-services_lib/res/values-te-rIN/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play సేవల లోపం"
- "ఒక అనువర్తనానికి Google Play సేవలు నవీకరించబడటం అవసరం."
- "%1$sకి Android వేర్ అనువర్తనాన్ని నవీకరించడం అవసరం."
- "ఒక అనువర్తనానికి Google Play సేవలు ప్రారంభించబడాలి."
- "%1$s ద్వారా అభ్యర్థించబడింది"
- "Google Play సేవలను పొందండి"
- "%1$s Google Play సేవలు లేకుండా అమలు కాదు, ఆ సేవలు మీ ఫోన్లో లేవు."
- "%1$s Google Play సేవలు లేకుండా అమలు కాదు, ఆ సేవలు మీ టాబ్లెట్లో లేవు."
- "Google Play సేవలను పొందండి"
- "Google Play సేవలను ప్రారంభించు"
- "మీరు Google Play సేవలను ప్రారంభిస్తే మినహా %1$s పని చేయదు."
- "Google Play సేవలను ప్రారంభించు"
- "Google Play సేవలను నవీకరించండి"
- "Android Wearని నవీకరించండి"
- "మీరు Google Play సేవలను నవీకరిస్తే మినహా %1$s అమలు కాదు."
- "మీరు Android వేర్ అనువర్తనాన్ని నవీకరిస్తే మినహా %1$s అమలు కాదు."
- "Google Play సేవలు నవీకరించబడుతున్నాయి"
- "%1$s Google Play సేవలు లేకుండా అమలు కాదు, ఆ సేవలు ప్రస్తుతం నవీకరించబడుతున్నాయి."
- "నెట్వర్క్ లోపం"
- "Google Play సేవలకు కనెక్ట్ చేయడానికి డేటా కనెక్షన్ అవసరం."
- "చెల్లని ఖాతా"
- "పేర్కొన్న ఖాతా ఈ పరికరంలో లేదు. దయచేసి వేరొక ఖాతాను ఎంచుకోండి."
- "Google Play సేవలతో తెలియని సమస్య."
- "Google Play సేవలు"
- "%1$s మీ పరికరంలో మద్దతు లేని Google Play సేవలపై ఆధారపడుతుంది. సహాయం కోసం తయారీదారుని సంప్రదించండి."
- "నవీకరించు"
- "సైన్ ఇన్ చేయి"
- "Googleతో సైన్ ఇన్ చేయి"
- "ఫోన్లో తెరవండి"
- "%1$sకి ప్రస్తుతం అందుబాటులో లేని ఒకటి లేదా అంతకంటే ఎక్కువ Google Play సేవలు అవసరం. దయచేసి సహాయం కోసం డెవలపర్ను సంప్రదించండి."
- "సైన్ ఇన్ విఫలమైంది"
- "పేర్కొన్న ఖాతాలో సైన్ ఇన్ చేయడంలో లోపం. దయచేసి వేరే ఖాతాను ఎంచుకోండి."
-
diff --git a/platforms/android/google-play-services_lib/res/values-th/common_strings.xml b/platforms/android/google-play-services_lib/res/values-th/common_strings.xml
deleted file mode 100644
index a60ef37..0000000
--- a/platforms/android/google-play-services_lib/res/values-th/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "ข้อผิดพลาดของบริการ Google Play"
- "แอปพลิเคชันหนึ่งจำเป็นต้องมีการอัปเดตสำหรับบริการ Google Play"
- "%1$s ต้องการให้อัปเดตแอป Android Wear"
- "แอปพลิเคชันหนึ่งจำเป็นต้องมีบริการ Google Play เพื่อเปิดใช้งาน"
- "ขอโดย %1$s"
- "รับบริการ Google Play"
- "%1$s จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งไม่มีในโทรศัพท์ของคุณ"
- "%1$s จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งไม่มีในแท็บเล็ตของคุณ"
- "รับบริการ Google Play"
- "เปิดใช้งานบริการ Google Play"
- "%1$s จะไม่ทำงานจนกว่าคุณจะเปิดใช้บริการ Google Play"
- "เปิดใช้งานบริการ Google Play"
- "อัปเดตบริการ Google Play"
- "อัปเดต Android Wear"
- "%1$s จะไม่ทำงานจนกว่าคุณจะอัปเดตบริการ Google Play"
- "%1$s จะไม่ทำงานจนกว่าคุณจะอัปเดตแอป Android Wear"
- "กำลังอัปเดตบริการ Google Play"
- "%1$s จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งกำลังอัปเดตอยู่ในขณะนี้"
- "ข้อผิดพลาดของเครือข่าย"
- "ต้องมีการเขื่อมต่อข้อมูลเพื่อเชื่อมต่อกับบริการ Google Play"
- "บัญชีไม่ถูกต้อง"
- "บัญชีที่ระบุไม่มีอยู่บนอุปกรณ์นี้ โปรดเลือกบัญชีอื่น"
- "ปัญหาที่ไม่รู้จักของบริการ Google Play"
- "บริการ Google Play"
- "%1$s ต้องใช้บริการ Google Play ซึ่งอุปกรณ์ของคุณไม่สนับสนุน โปรดติดต่อผู้ผลิตเพื่อขอความช่วยเหลือ"
- "อัปเดต"
- "ลงชื่อใช้"
- "ลงชื่อเข้าใช้ด้วย Google"
- "เปิดบนโทรศัพท์"
- "%1$s ต้องใช้บริการ Google Play อย่างน้อย 1 บริการ ซึ่งไม่พร้อมใช้งานในปัจจุบัน โปรดติดต่อนักพัฒนาซอฟต์แวร์เพื่อขอความช่วยเหลือ"
- "การลงชื่อเข้าใช้ล้มเหลว"
- "เกิดข้อผิดพลาดในการลงชื่อเข้าใช้บัญชีที่ระบุ โปรดเลือกบัญชีอื่น"
-
diff --git a/platforms/android/google-play-services_lib/res/values-tl/common_strings.xml b/platforms/android/google-play-services_lib/res/values-tl/common_strings.xml
deleted file mode 100644
index a8ed85d..0000000
--- a/platforms/android/google-play-services_lib/res/values-tl/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Error sa Mga Serbisyo ng Google Play"
- "Kailangan ng application ng update sa Mga Serbisyo ng Google Play."
- "Ang %1$s ay nangangailangan ng update sa Android Wear app."
- "Kailangan ng application na na-enable ang Mga Serbisyo ng Google Play."
- "Hiniling ng %1$s"
- "Kumuha ng mga serbisyo ng Google Play"
- "Hindi gagana ang %1$s nang wala ang mga serbisyo ng Google Play na wala sa iyong telepono."
- "Hindi gagana ang %1$s nang wala ang mga serbisyo ng Google Play na wala sa iyong tablet."
- "Kumuha ng Google Play services"
- "Paganahin ang Google Play services"
- "Hindi gagana ang %1$s maliban kung i-e-enable mo ang mga serbisyo ng Google Play."
- "Enable Google Play services"
- "I-update ang mga serbisyo ng Google Play"
- "I-update ang Android Wear"
- "Hindi gagana ang %1$s maliban kung i-a-update mo ang mga serbisyo ng Google Play."
- "Hindi gagana ang %1$s maliban kung i-a-update mo ang Android Wear app."
- "Ina-update mga serbisyo ng Google Play"
- "Hindi gagana ang %1$s nang wala ang mga serbisyo ng Google Play na kasalukuyang ina-update."
- "May Error sa Network"
- "Kailangan ng koneksyon ng data upang makakonekta sa mga serbisyo ng Google Play."
- "Di-wasto ang Account"
- "Hindi umiiral ang tinukoy na account sa device na ito. Mangyaring pumili ng ibang account."
- "May hindi alam na isyu sa mga serbisyo ng Google Play."
- "Mga serbisyo ng Google Play"
- "Sumasalalay ang %1$s sa mga serbisyo ng Google Play na hindi sinusuportahan ng iyong device. Makipag-ugnayan sa manufacturer para sa tulong."
- "I-update"
- "Sign in"
- "Mag-sign in sa Google"
- "Buksan sa telepono"
- "Kailangan ng %1$s ng isa o higit pang mga serbisyo ng Google Play na kasalukuyang hindi available. Mangyaring makipag-ugnayan sa developer para sa tulong."
- "Hindi nakapag-sign in"
- "Error sa pagsa-sign in sa tinukoy na account. Pakipili ng ibang account."
-
diff --git a/platforms/android/google-play-services_lib/res/values-tr/common_strings.xml b/platforms/android/google-play-services_lib/res/values-tr/common_strings.xml
deleted file mode 100644
index ec290bf..0000000
--- a/platforms/android/google-play-services_lib/res/values-tr/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play Hizmetleri hatası"
- "Bir uygulama, Google Play Hizmetleri için bir güncelleme gerektiriyor."
- "%1$s, Android Wear uygulamasında güncelleme yapılmasını gerektiriyor."
- "Bir uygulama, Google Play Hizmetleri\'nin etkin olmasını gerektiriyor."
- "İstekte bulunan: %1$s"
- "Google Play hizmetlerini edinin"
- "%1$s, şu anda telefonunuzda bulunmayan Google Play hizmetleri olmadan çalışmayacak."
- "%1$s, şu anda tabletinizde bulunmayan Google Play hizmetleri olmadan çalışmayacak."
- "Google Play hizmetlerini edin"
- "Google Play hizmetlerini etkinleştir"
- "Google Play hizmetlerini etkinleştirmezseniz %1$s çalışmayacak."
- "Google Play hizmetlerini etkinleştir"
- "Google Play hizmetlerini güncelle"
- "Android Wear\'ı Güncelle"
- "Google Play hizmetlerini güncellemezseniz %1$s çalışmayacak."
- "%1$s, Android Wear uygulaması güncellenene kadar çalışmayacak."
- "Google Play hizmetleri güncelleniyor"
- "%1$s, şu anda güncellenmekte olan Google Play hizmetleri olmadan çalışmayacak."
- "Ağ Hatası"
- "Google Play hizmetlerine bağlanmak için bir veri bağlantısı gerekiyor."
- "Geçersiz Hesap"
- "Belirtilen hesap bu cihazda mevcut değil. Lütfen farklı bir hesap seçin."
- "Google Play hizmetleriyle ilgili bilinmeyen sorun."
- "Google Play hizmetleri"
- "%1$s, cihazınız tarafından desteklenmeyen Google Play hizmetlerine ihtiyaç duyuyor. Yardım için üreticiyle görüşün."
- "Güncelle"
- "Oturum aç"
- "Google\'da oturum aç"
- "Telefonda aç"
- "%1$s şu anda kullanılamayan bir veya daha fazla Google Play hizmetini gerektiriyor. Lütfen yardım için geliştiriciyle iletişime geçin."
- "Oturum açılamadı"
- "Belirtilen hesapta oturum açılırken hata oluştu. Lütfen farklı bir hesap seçin."
-
diff --git a/platforms/android/google-play-services_lib/res/values-uk/common_strings.xml b/platforms/android/google-play-services_lib/res/values-uk/common_strings.xml
deleted file mode 100644
index 06c85d2..0000000
--- a/platforms/android/google-play-services_lib/res/values-uk/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Помилка сервісів Google Play"
- "Щоб додаток працював, потрібно оновити сервіси Google Play."
- "Для роботи додатка %1$s потрібно оновити Android Wear."
- "Щоб додаток працював, потрібно ввімкнути сервіси Google Play."
- "Запит від додатка %1$s"
- "Установіть сервіси Google Play"
- "Додаток %1$s не працюватиме без сервісів Google Play, яких немає на вашому телефоні."
- "Додаток %1$s не працюватиме без сервісів Google Play, яких немає на вашому планшеті."
- "Установити сервіси Google Play"
- "Увімкніть сервіси Google Play"
- "Додаток %1$s не працюватиме, якщо не ввімкнути сервіси Google Play."
- "Увімкнути сервіси Google Play"
- "Оновіть сервіси Google Play"
- "Оновити Android Wear"
- "Додаток %1$s не працюватиме, якщо не оновити сервіси Google Play."
- "Додаток %1$s не працюватиме, якщо не оновити Android Wear."
- "Сервіси Google Play оновлюються"
- "Додаток %1$s не працюватиме без сервісів Google Play, які зараз оновлюються."
- "Помилка мережі"
- "Для під’єднання до сервісів Google Play потрібне з’єднання з мережею."
- "Недійсний обліковий запис"
- "Указаний обліковий запис не існує на цьому пристрої. Виберіть інший обліковий запис."
- "Невідома проблема із сервісами Google Play."
- "Сервіси Google Play"
- "Додаток %1$s працює завдяки сервісам Google Play, які не підтримуються на вашому пристрої. Зверніться по допомогу до виробника."
- "Оновити"
- "Увійти"
- "Увійти в обл.запис Google"
- "Відкрити на телефоні"
- "Для роботи додатка %1$s потрібні один або декілька сервісів Google Play, які зараз недоступні. Зверніться по допомогу до розробника."
- "Помилка під час входу"
- "Не вдалося ввійти в указаний обліковий запис. Виберіть інший."
-
diff --git a/platforms/android/google-play-services_lib/res/values-ur-rPK/common_strings.xml b/platforms/android/google-play-services_lib/res/values-ur-rPK/common_strings.xml
deleted file mode 100644
index 0e41777..0000000
--- a/platforms/android/google-play-services_lib/res/values-ur-rPK/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play سروسز کی خرابی"
- "ایک ایپلیکیشن کیلئے Google Play سروسز کیلئے ایک اپ ڈیٹ ضروری ہے۔"
- "%1$s کو Android Wear ایپ کیلئے اپ ڈیٹ درکار ہے۔"
- "ایک ایپلیکیشن کیلئے Google Play سروسز کا فعال ہونا ضروری ہے۔"
- "%1$s کے ذریعے درخواست کی گئی"
- "Google Play سروسز حاصل کریں"
- "%1$s Google Play سروسز کے بغیر نہیں چلے گی، جو آپ کے فون سے غائب ہیں۔"
- "%1$s Google Play سروسز کے بغیر نہیں چلے گی، جو آپ کے ٹیبلیٹ سے غائب ہیں۔"
- "Google Play سروسز حاصل کریں"
- "Google Play سروسز فعال کریں"
- "جب تک آپ Google Play سروسز فعال نہیں کر لیتے ہیں %1$s تب تک کام نہیں کرے گی۔"
- "Google Play سروسز فعال کریں"
- "Google Play سروسز اپ ڈیٹ کریں"
- "Android Wear کو اپ ڈیٹ کریں"
- "جب تک آپ Google Play سروسز اپ ڈیٹ نہیں کر لیتے ہیں %1$s تب تک نہیں چلے گی۔"
- "جب تک آپ Android Wear ایپ اپ ڈیٹ نہیں کر لیتے %1$s تب تک نہیں چلے گی۔"
- "Google Play سروسز اپ ڈیٹ ہو رہی ہیں"
- "%1$s Google Play سروسز کے بغیر نہیں چلے گی، جو فی الحال اپ ڈیٹ ہو رہی ہیں۔"
- "نیٹ ورک میں خرابی"
- "Google Play سروسز سے مربوط ہونے کیلئے ایک ڈیٹا کنکشن کی ضرورت ہے۔"
- "غلط اکاؤنٹ"
- "متعین اکاؤنٹ اس آلہ پر موجود نہیں ہے۔ براہ کرم ایک مختلف اکاؤنٹ منتخب کریں۔"
- "Google Play سروسز کے ساتھ نامعلوم مسئلہ۔"
- "Google Play سروسز"
- "%1$s Google Play سروسز پر انحصار کرتی ہے، جو آپ کے آلہ کی جانب سے تعاون یافتہ نہیں ہے۔ مدد کیلئے مینوفیکچرر سے رابطہ کریں۔"
- "اپ ڈیٹ کریں"
- "سائن ان کریں"
- "Google کے ساتھ سائن ان کریں"
- "فون پر کھولیں"
- "%1$s کیلئے ایک یا مزید Google Play سروسز درکار ہیں جو فی الحال دستیاب نہیں ہے۔ براہ کرم مدد کیلئے ڈیولپر سے رابطہ کریں۔"
- "سائن ان کرنا ناکام ہوگیا"
- "متعینہ اکاؤنٹ میں سائن ان کرنے میں خرابی آگئی۔ براہ کرم ایک مختلف اکاؤنٹ منتخب کریں۔"
-
diff --git a/platforms/android/google-play-services_lib/res/values-uz-rUZ/common_strings.xml b/platforms/android/google-play-services_lib/res/values-uz-rUZ/common_strings.xml
deleted file mode 100644
index df568cb..0000000
--- a/platforms/android/google-play-services_lib/res/values-uz-rUZ/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play xizmatlari xatosi"
- "Ilova Google Play xizmatlarining yangilanishini talab qiladi."
- "%1$s bilan ishlashda davom etish uchun Android Wear ilovasini yangilang."
- "Ilova Google Play xizmatlarining yoqilishini talab qiladi."
- "So‘rov manbasi: %1$s"
- "Google Play xizmatlarini yuklab oling"
- "%1$s ishlashi uchun telefoningizga Google Play xizmatlarini o‘rnatish lozim."
- "%1$s ishlashi uchun planshetingizga Google Play xizmatlarini o‘rnatish lozim."
- "Google Play xizmatlarini yuklab oling"
- "Google Play xizmatlarini yoqish"
- "Google Play xizmatlari yoqilmaguncha, %1$s ishlamaydi."
- "Google Play xizmatlarini yoqish"
- "Google Play xizmatlarini yangilash"
- "Android Wear ilovasini yangilash"
- "Google Play xizmatlari yangilanmaguncha, %1$s ishga tushmaydi."
- "Android Wear ilovasi yangilanmaguncha, %1$s ishga tushmaydi."
- "Google Play xizmatlari yangilanmoqda"
- "%1$s ilovasining ishlashi uchun zarur Google Play xizmatlari hozirda yangilanmoqda."
- "Tarmoq xatosi"
- "Google Play xizmatlariga ulanish uchun internet zarur."
- "Hisob haqiqiy emas"
- "Ushbu qurilmada ko‘rsatilgan hisob mavjud emas. Boshqa hisobni tanlang."
- "Google Play xizmatlari bilan bog‘liq noma’lum muammo yuz berdi."
- "Google Play xizmatlari"
- "%1$s ilovasi Google Play xizmatlarisiz ishlamaydi, biroq qurilmangiz ularni qo‘llab-quvvatlamaydi. Yordam olish uchun qurilmaning ishlab chiqaruvchisi bilan bog‘laning."
- "Yangilash"
- "Kirish"
- "Google orqali kirish"
- "Telefonda ochish"
- "%1$s ilovasining ishlashi uchun zarur bo‘lgan bir yoki bir nechta Google Play xizmatlari yo‘q. Yordam olish uchun ilovaning ishlab chiquvchisi bilan bog‘laning."
- "Kirish amalga oshmadi"
- "Ko‘rsatilgan hisobga kirishda xatolik yuz berdi. Boshqa hisob tanlang."
-
diff --git a/platforms/android/google-play-services_lib/res/values-vi/common_strings.xml b/platforms/android/google-play-services_lib/res/values-vi/common_strings.xml
deleted file mode 100644
index 7b09462..0000000
--- a/platforms/android/google-play-services_lib/res/values-vi/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Lỗi dịch vụ của Google Play"
- "Một ứng dụng yêu cầu cập nhật đối với các dịch vụ của Google Play."
- "%1$s yêu cầu phải cập nhật lên ứng dụng Android Wear."
- "Một ứng dụng yêu cầu bật các dịch vụ của Google Play."
- "Được yêu cầu bởi %1$s"
- "Cài đặt dịch vụ của Google Play"
- "%1$s sẽ không chạy khi không có Dịch vụ của Google Play bị thiếu trên điện thoại của bạn."
- "%1$s sẽ không chạy khi không có Dịch vụ của Google Play bị thiếu trên máy tính bảng của bạn."
- "Cài đặt dịch vụ của Google Play"
- "Bật dịch vụ của Google Play"
- "%1$s sẽ không hoạt động trừ khi bạn kích hoạt Dịch vụ của Google Play."
- "Bật dịch vụ của Google Play"
- "Cập nhật dịch vụ của Google Play"
- "Cập nhật Android Wear"
- "%1$s sẽ không chạy trừ khi bạn cập nhật Dịch vụ của Google Play."
- "%1$s sẽ không chạy trừ khi bạn cập nhật ứng dụng Android Wear."
- "Dịch vụ của Google Play đang cập nhật"
- "%1$s sẽ không chạy khi không có Dịch vụ của Google Play đang cập nhật."
- "Lỗi mạng"
- "Cần có kết nối dữ liệu để kết nối với các dịch vụ của Google Play."
- "Tài khoản không hợp lệ"
- "Tài khoản đã chỉ định không tồn tại trên thiết bị này. Vui lòng chọn một tài khoản khác."
- "Sự cố không xác định với dịch vụ của Google Play."
- "Dịch vụ của Google Play"
- "%1$s chạy trên Dịch vụ của Google Play không được thiết bị của bạn hỗ trợ. Liên hệ với nhà sản xuất để được hỗ trợ."
- "Cập nhật"
- "Đăng nhập"
- "Đăng nhập bằng Google"
- "Mở trên điện thoại"
- "%1$s yêu cầu một hoặc nhiều Dịch vụ của Google Play hiện không có sẵn. Vui lòng liên hệ với nhà phát triển để được hỗ trợ."
- "Đăng nhập không thành công"
- "Lỗi khi đăng nhập vào tài khoản được chỉ định. Vui lòng chọn một tài khoản khác."
-
diff --git a/platforms/android/google-play-services_lib/res/values-zh-rCN/common_strings.xml b/platforms/android/google-play-services_lib/res/values-zh-rCN/common_strings.xml
deleted file mode 100644
index 09f95ac..0000000
--- a/platforms/android/google-play-services_lib/res/values-zh-rCN/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play服务出错"
- "更新Google Play服务后才能运行应用。"
- "%1$s需要更新 Android Wear 应用才能正常运行。"
- "启用Google Play服务后才能运行应用。"
- "%1$s发出的请求"
- "获取Google Play服务"
- "您的手机没有安装 Google Play 服务,因此无法运行%1$s。"
- "您的平板电脑没有安装 Google Play 服务,因此无法运行%1$s。"
- "获取Google Play服务"
- "启用Google Play服务"
- "您必须先启用 Google Play 服务,然后才能运行%1$s。"
- "启用Google Play服务"
- "更新Google Play服务"
- "更新Android Wear"
- "您必须先更新 Google Play 服务,然后才能运行%1$s。"
- "只有更新 Android Wear 应用后,%1$s才能正常运行。"
- "Google Play 服务正在更新"
- "Google Play 服务当前正在更新,因此您无法运行%1$s。"
- "网络错误"
- "您必须有数据网络连接才能接入Google Play服务。"
- "无效帐户"
- "此设备上不存在指定的帐户,请选择其他帐户。"
- "Google Play服务出现未知问题。"
- "Google Play服务"
- "要运行%1$s,必须先启用 Google Play 服务,但您的设备目前不支持该服务。请与制造商联系以寻求帮助。"
- "更新"
- "登录"
- "使用Google帐户登录"
- "在手机上打开"
- "运行%1$s所需的一项或多项 Google Play 服务目前无法使用。请与开发者联系以寻求帮助。"
- "登录失败"
- "登录该帐户时出错。请选择其他帐户。"
-
diff --git a/platforms/android/google-play-services_lib/res/values-zh-rHK/common_strings.xml b/platforms/android/google-play-services_lib/res/values-zh-rHK/common_strings.xml
deleted file mode 100644
index a8027e3..0000000
--- a/platforms/android/google-play-services_lib/res/values-zh-rHK/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play 服務錯誤"
- "必須更新「Google Play 服務」,才能使用應用程式。"
- "%1$s 要求更新 Android Wear 應用程式。"
- "必須啟用「Google Play 服務」,才能使用應用程式。"
- "「%1$s」提出要求"
- "取得 Google Play 服務"
- "您的手機未安裝「Google Play 服務」,安裝後才能執行 %1$s。"
- "您的平板電腦未安裝「Google Play 服務」,安裝後才能執行 %1$s。"
- "取得 Google Play 服務"
- "啟用 Google Play 服務"
- "您必須啟用「Google Play 服務」,才能執行 %1$s。"
- "啟用 Google Play 服務"
- "更新 Google Play 服務"
- "更新 Android Wear"
- "您必須更新「Google Play 服務」,才能執行 %1$s。"
- "您必須更新 Android Wear 應用程式,%1$s 才能運作。"
- "「Google Play 服務」正在更新"
- "您的「Google Play 服務」目前正在更新,完成後才能執行 %1$s。"
- "網絡錯誤"
- "要連接 Google Play 服務,必需數據連線。"
- "無效的帳戶"
- "這個裝置上沒有您指定的帳戶,請選擇其他帳戶。"
- "Google Play 服務出現不明問題。"
- "Google Play 服務"
- "%1$s 需要使用「Google Play 服務」,但您的裝置並不支援此服務。如需協助,請與裝置製造商聯絡。"
- "更新"
- "登入"
- "登入 Google"
- "在手機中開啟"
- "%1$s 需要一個或多個目前尚未支援的「Google Play 服務」。請聯絡開發商尋求協助。"
- "登入失敗"
- "登入特定帳戶時發生錯誤。請選擇其他帳戶。"
-
diff --git a/platforms/android/google-play-services_lib/res/values-zh-rTW/common_strings.xml b/platforms/android/google-play-services_lib/res/values-zh-rTW/common_strings.xml
deleted file mode 100644
index 50df277..0000000
--- a/platforms/android/google-play-services_lib/res/values-zh-rTW/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Google Play 服務發生錯誤"
- "應用程式要求更新 Google Play 服務。"
- "「%1$s」要求更新 Android Wear 應用程式。"
- "應用程式要求啟用 Google Play 服務。"
- "「%1$s」提出要求"
- "取得 Google Play 服務"
- "您的手機並未安裝 Google Play 服務,因此無法執行「%1$s」。"
- "您的平板電腦並未安裝 Google Play 服務,因此無法執行「%1$s」。"
- "取得 Google Play 服務"
- "啟用 Google Play 服務"
- "您必須啟用 Google Play 服務,「%1$s」才能運作。"
- "啟用 Google Play 服務"
- "更新 Google Play 服務"
- "更新 Android Wear"
- "您必須更新 Google Play 服務,才能執行「%1$s」。"
- "您必須更新 Android Wear 應用程式,才能執行「%1$s」。"
- "正在更新 Google Play 服務"
- "「%1$s」需要用到的 Google Play 服務目前在更新中,因此無法執行該應用程式。"
- "網路錯誤"
- "需要數據連線才能連上 Google Play 服務。"
- "無效的帳戶"
- "這個裝置上沒有您所指定的帳戶,請選擇其他帳戶。"
- "Google Play 服務發生不明問題。"
- "Google Play 服務"
- "「%1$s」需要用到 Google Play 服務才能運作,但您的裝置並不支援該服務。請與您的裝置製造商聯絡,向對方尋求協助。"
- "更新"
- "登入"
- "使用 Google 帳戶登入"
- "在手機上開啟"
- "「%1$s」需要用到一或多項 Google Play 服務才能運作,但這些服務目前未提供存取。請與開發人員聯絡,向對方尋求協助。"
- "登入失敗"
- "登入指定的帳戶時發生錯誤,請選擇其他帳戶。"
-
diff --git a/platforms/android/google-play-services_lib/res/values-zu/common_strings.xml b/platforms/android/google-play-services_lib/res/values-zu/common_strings.xml
deleted file mode 100644
index fd6d52d..0000000
--- a/platforms/android/google-play-services_lib/res/values-zu/common_strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
- "Iphutha lamasevisi we-Google Play"
- "Uhlelo lokusebenza ludinga isibuyekezo samasevisi we-Google Play."
- "I-%1$s idinga isibuyekezo kuhlelo lokusebenza lwe-Android Wear."
- "Uhlelo lokusebenza ludinga amasevisi we-Google Play ukuze anikwe amandla."
- "Icelwe yi-%1$s"
- "Thola amasevisi e-Google Play"
- "I-%1$s ngeke ize iqalise ngaphandle kwamasevisi we-Google Play, angekho kusukela kufoni yakho."
- "I-%1$s ngeke ize iqalise ngaphandle kwamasevisi we-Google Play, angekho kusukela kuthebulethi yakho."
- "Thola amasevisi e-Google Play"
- "Nika amandla amasevisi e-Google Play"
- "I-%1$s ngeke isebenze ngaphandle kokuthi unike amandla amasevisi we-Google Play."
- "Nika amandla amasevisi e-Google Play"
- "Buyekeza amasevisi e-Google Play"
- "Buyekeza i-Android Wear"
- "I-%1$s ngeke ize iqalise ngaphandle kokuthi ubuyekeze i-Google Play."
- "I-%1$s ngeke ize iqale ngaphandle kokuthi ubuyekeze uhlelo lokusebenza lwe-Android Wear."
- "Amasevisi we-Google Play ayabuyekeza"
- "I-%1$s ngeke ize iqalise ngaphandle kwamasevisi we-Google Play, okwamanje abuyekezwayo."
- "Iphutha lenethiwekhi"
- "Kudingeka ukuxhumeka kwedatha ukuze kuxhunyekwe kumasevisi we-Google Play."
- "I-Akhawunti engavumelekile"
- "I-Akhawunti ecacisiwe ayikho kule divayisi. Sicela ukhethe i-akhawunti ehlukile."
- "Indaba engaziwa yamasevisi we-Google Play"
- "Amasevisi we-Google Play"
- "I-%1$s ithembela kumasevisi we-Google Play, angasekelwe yidivayisi yakho. Xhumana nomkhiqizi ukuze uthole usizo."
- "Isibuyekezo"
- "Ngena ngemvume"
- "Ngena ngemvume nge-Google"
- "Vula kufoni"
- "I-%1$s idinga isevisi eyodwa noma amaningi we-Google Play okwamanje angatholakali. Sicela uxhumane nonjiniyela ukuze uthole usizo."
- "Ukungena ngemvume kuhlulekile"
- "Iphutha lokungena ngemvume ku-akhawunti ecacisiwe. Sicela ukhethe i-akhawunti ehlukile."
-
diff --git a/platforms/android/google-play-services_lib/res/values/admob_ads_attrs.xml b/platforms/android/google-play-services_lib/res/values/admob_ads_attrs.xml
deleted file mode 100644
index 4e97a73..0000000
--- a/platforms/android/google-play-services_lib/res/values/admob_ads_attrs.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/platforms/android/google-play-services_lib/res/values/admob_iap_style.xml b/platforms/android/google-play-services_lib/res/values/admob_iap_style.xml
deleted file mode 100644
index 35b09a9..0000000
--- a/platforms/android/google-play-services_lib/res/values/admob_iap_style.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
diff --git a/platforms/android/google-play-services_lib/res/values/admob_strings.xml b/platforms/android/google-play-services_lib/res/values/admob_strings.xml
deleted file mode 100644
index e94cf11..0000000
--- a/platforms/android/google-play-services_lib/res/values/admob_strings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
- Save image
- "Allow Ad to store image in Picture gallery?"
- Accept
- Decline
- Create calendar event
- Allow Ad to create a calendar event?
-
diff --git a/platforms/android/google-play-services_lib/res/values/auth_strings.xml b/platforms/android/google-play-services_lib/res/values/auth_strings.xml
deleted file mode 100644
index d402f84..0000000
--- a/platforms/android/google-play-services_lib/res/values/auth_strings.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
- Google
-
- Facebook
-
diff --git a/platforms/android/google-play-services_lib/res/values/cast_ids.xml b/platforms/android/google-play-services_lib/res/values/cast_ids.xml
deleted file mode 100644
index ccbb6a7..0000000
--- a/platforms/android/google-play-services_lib/res/values/cast_ids.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/platforms/android/google-play-services_lib/res/values/cast_strings.xml b/platforms/android/google-play-services_lib/res/values/cast_strings.xml
deleted file mode 100644
index 443ec37..0000000
--- a/platforms/android/google-play-services_lib/res/values/cast_strings.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
- Connecting to %1$s
-
- Connected to %1$s
-
- Disconnect
-
-
diff --git a/platforms/android/google-play-services_lib/res/values/common_attrs.xml b/platforms/android/google-play-services_lib/res/values/common_attrs.xml
deleted file mode 100644
index 8740250..0000000
--- a/platforms/android/google-play-services_lib/res/values/common_attrs.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/platforms/android/google-play-services_lib/res/values/common_colors.xml b/platforms/android/google-play-services_lib/res/values/common_colors.xml
deleted file mode 100644
index 6b2740a..0000000
--- a/platforms/android/google-play-services_lib/res/values/common_colors.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
- @android:color/white
- @android:color/white
- #FFAAAAAA
- @android:color/white
- #FF737373
- @android:color/white
- #FFAAAAAA
- #FF737373
- #FFDD4B39
- #d2d2d2
-
\ No newline at end of file
diff --git a/platforms/android/google-play-services_lib/res/values/common_strings.xml b/platforms/android/google-play-services_lib/res/values/common_strings.xml
deleted file mode 100644
index ec1d379..0000000
--- a/platforms/android/google-play-services_lib/res/values/common_strings.xml
+++ /dev/null
@@ -1,114 +0,0 @@
-
-
-
-
- Google Play services error
-
-
- An application requires an update for Google Play services.
-
- %1$s requires an update to the Android Wear app.
-
- An application requires Google Play services to be enabled.
-
-
- Requested by %1$s
-
-
- Get Google Play services
-
-
- %1$s won\'t run without Google Play services, which are missing from your phone.
-
-
- %1$s won\'t run without Google Play services, which are missing from your tablet.
-
-
- Get Google Play services
-
-
- Enable Google Play services
-
-
- %1$s won\'t work unless you enable Google Play services.
-
-
- Enable Google Play services
-
-
- Update Google Play services
-
-
- Update Android Wear
-
-
- %1$s won\'t run unless you update Google Play services.
-
-
- %1$s won\'t run unless you update the Android Wear app.
-
-
- Google Play services are updating
-
-
- %1$s won\'t run without Google Play services, which are currently updating.
-
-
- Network Error
-
-
- A data connection is required to connect to Google Play services.
-
-
- Invalid Account
-
-
- The specified account does not exist on this device. Please choose a different account.
-
-
- Unknown issue with Google Play services.
-
-
- Google Play services
-
-
- %1$s relies on Google Play services, which is not supported by your device. Contact the manufacturer for assistance.
-
-
- Update
-
-
- Sign in
-
-
- Sign in with Google
-
-
- Open on phone
-
-
- %1$s requires one or more Google Play services that are not currently available. Please contact the developer for assistance.
-
-
- Sign in failed
-
-
- Error signing in the specified account. Please choose a different account.
-
-
diff --git a/platforms/android/google-play-services_lib/res/values/maps_attrs.xml b/platforms/android/google-play-services_lib/res/values/maps_attrs.xml
deleted file mode 100644
index 7c59b15..0000000
--- a/platforms/android/google-play-services_lib/res/values/maps_attrs.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/platforms/android/google-play-services_lib/res/values/version.xml b/platforms/android/google-play-services_lib/res/values/version.xml
deleted file mode 100644
index 2ebed60..0000000
--- a/platforms/android/google-play-services_lib/res/values/version.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- 7895000
-
\ No newline at end of file
diff --git a/platforms/android/google-play-services_lib/res/values/wallet_attrs.xml b/platforms/android/google-play-services_lib/res/values/wallet_attrs.xml
deleted file mode 100644
index 2d56d96..0000000
--- a/platforms/android/google-play-services_lib/res/values/wallet_attrs.xml
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/platforms/android/google-play-services_lib/res/values/wallet_colors.xml b/platforms/android/google-play-services_lib/res/values/wallet_colors.xml
deleted file mode 100644
index 7432875..0000000
--- a/platforms/android/google-play-services_lib/res/values/wallet_colors.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
- #fff3f3f3
- #bebebe
- #80bebebe
- #323232
- #80323232
- #ffb2b2b2
- #ff000000
- #808080
- #808080
- #6633b5e5
- #6633b5e5
- #ff33b5e5
- #0000ee
-
diff --git a/platforms/android/google-play-services_lib/res/values/wallet_strings.xml b/platforms/android/google-play-services_lib/res/values/wallet_strings.xml
deleted file mode 100644
index 2927b7e..0000000
--- a/platforms/android/google-play-services_lib/res/values/wallet_strings.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
- Buy with Google
-
-
diff --git a/platforms/android/google-play-services_lib/res/values/wallet_styles.xml b/platforms/android/google-play-services_lib/res/values/wallet_styles.xml
deleted file mode 100644
index 2db13ed..0000000
--- a/platforms/android/google-play-services_lib/res/values/wallet_styles.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/platforms/android/google-play-services_lib/src/android/UnusedStub.java b/platforms/android/google-play-services_lib/src/android/UnusedStub.java
deleted file mode 100644
index d546b0b..0000000
--- a/platforms/android/google-play-services_lib/src/android/UnusedStub.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright (C) 2013 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package android;
-
-// Stub java file to make inclusion into some IDE's work.
-public final class UnusedStub {
- private UnusedStub() { }
-}
diff --git a/platforms/android/play-services-8.1.0.aar b/platforms/android/play-services-8.1.0.aar
new file mode 100644
index 0000000..41c1acc
Binary files /dev/null and b/platforms/android/play-services-8.1.0.aar differ
diff --git a/platforms/android/play-services-ads-8.1.0.aar b/platforms/android/play-services-ads-8.1.0.aar
new file mode 100644
index 0000000..2d98414
Binary files /dev/null and b/platforms/android/play-services-ads-8.1.0.aar differ
diff --git a/platforms/android/play-services-analytics-8.1.0.aar b/platforms/android/play-services-analytics-8.1.0.aar
new file mode 100644
index 0000000..08d9625
Binary files /dev/null and b/platforms/android/play-services-analytics-8.1.0.aar differ
diff --git a/platforms/android/play-services-appindexing-8.1.0.aar b/platforms/android/play-services-appindexing-8.1.0.aar
new file mode 100644
index 0000000..25365c4
Binary files /dev/null and b/platforms/android/play-services-appindexing-8.1.0.aar differ
diff --git a/platforms/android/play-services-appinvite-8.1.0.aar b/platforms/android/play-services-appinvite-8.1.0.aar
new file mode 100644
index 0000000..0af7395
Binary files /dev/null and b/platforms/android/play-services-appinvite-8.1.0.aar differ
diff --git a/platforms/android/play-services-appstate-8.1.0.aar b/platforms/android/play-services-appstate-8.1.0.aar
new file mode 100644
index 0000000..23ec60c
Binary files /dev/null and b/platforms/android/play-services-appstate-8.1.0.aar differ
diff --git a/platforms/android/play-services-base-8.1.0.aar b/platforms/android/play-services-base-8.1.0.aar
new file mode 100644
index 0000000..bc74714
Binary files /dev/null and b/platforms/android/play-services-base-8.1.0.aar differ
diff --git a/platforms/android/play-services-basement-8.1.0.aar b/platforms/android/play-services-basement-8.1.0.aar
new file mode 100644
index 0000000..5e5c677
Binary files /dev/null and b/platforms/android/play-services-basement-8.1.0.aar differ
diff --git a/platforms/android/play-services-cast-8.1.0.aar b/platforms/android/play-services-cast-8.1.0.aar
new file mode 100644
index 0000000..9b0ca34
Binary files /dev/null and b/platforms/android/play-services-cast-8.1.0.aar differ
diff --git a/platforms/android/play-services-drive-8.1.0.aar b/platforms/android/play-services-drive-8.1.0.aar
new file mode 100644
index 0000000..7c39b34
Binary files /dev/null and b/platforms/android/play-services-drive-8.1.0.aar differ
diff --git a/platforms/android/play-services-fitness-8.1.0.aar b/platforms/android/play-services-fitness-8.1.0.aar
new file mode 100644
index 0000000..99e8eb9
Binary files /dev/null and b/platforms/android/play-services-fitness-8.1.0.aar differ
diff --git a/platforms/android/play-services-games-8.1.0.aar b/platforms/android/play-services-games-8.1.0.aar
new file mode 100644
index 0000000..7eed577
Binary files /dev/null and b/platforms/android/play-services-games-8.1.0.aar differ
diff --git a/platforms/android/play-services-gcm-8.1.0.aar b/platforms/android/play-services-gcm-8.1.0.aar
new file mode 100644
index 0000000..602173e
Binary files /dev/null and b/platforms/android/play-services-gcm-8.1.0.aar differ
diff --git a/platforms/android/play-services-identity-8.1.0.aar b/platforms/android/play-services-identity-8.1.0.aar
new file mode 100644
index 0000000..2979a83
Binary files /dev/null and b/platforms/android/play-services-identity-8.1.0.aar differ
diff --git a/platforms/android/play-services-location-8.1.0.aar b/platforms/android/play-services-location-8.1.0.aar
new file mode 100644
index 0000000..3286b01
Binary files /dev/null and b/platforms/android/play-services-location-8.1.0.aar differ
diff --git a/platforms/android/play-services-maps-8.1.0.aar b/platforms/android/play-services-maps-8.1.0.aar
new file mode 100644
index 0000000..e20cf07
Binary files /dev/null and b/platforms/android/play-services-maps-8.1.0.aar differ
diff --git a/platforms/android/play-services-measurement-8.1.0.aar b/platforms/android/play-services-measurement-8.1.0.aar
new file mode 100644
index 0000000..237b50b
Binary files /dev/null and b/platforms/android/play-services-measurement-8.1.0.aar differ
diff --git a/platforms/android/play-services-nearby-8.1.0.aar b/platforms/android/play-services-nearby-8.1.0.aar
new file mode 100644
index 0000000..0bc2901
Binary files /dev/null and b/platforms/android/play-services-nearby-8.1.0.aar differ
diff --git a/platforms/android/play-services-panorama-8.1.0.aar b/platforms/android/play-services-panorama-8.1.0.aar
new file mode 100644
index 0000000..dcadf10
Binary files /dev/null and b/platforms/android/play-services-panorama-8.1.0.aar differ
diff --git a/platforms/android/play-services-plus-8.1.0.aar b/platforms/android/play-services-plus-8.1.0.aar
new file mode 100644
index 0000000..53d1a81
Binary files /dev/null and b/platforms/android/play-services-plus-8.1.0.aar differ
diff --git a/platforms/android/play-services-safetynet-8.1.0.aar b/platforms/android/play-services-safetynet-8.1.0.aar
new file mode 100644
index 0000000..b0d741c
Binary files /dev/null and b/platforms/android/play-services-safetynet-8.1.0.aar differ
diff --git a/platforms/android/play-services-vision-8.1.0.aar b/platforms/android/play-services-vision-8.1.0.aar
new file mode 100644
index 0000000..437c189
Binary files /dev/null and b/platforms/android/play-services-vision-8.1.0.aar differ
diff --git a/platforms/android/play-services-wallet-8.1.0.aar b/platforms/android/play-services-wallet-8.1.0.aar
new file mode 100644
index 0000000..de28802
Binary files /dev/null and b/platforms/android/play-services-wallet-8.1.0.aar differ
diff --git a/platforms/android/play-services-wearable-8.1.0.aar b/platforms/android/play-services-wearable-8.1.0.aar
new file mode 100644
index 0000000..0905d13
Binary files /dev/null and b/platforms/android/play-services-wearable-8.1.0.aar differ