diff --git a/android/3rd_party/google-play-services_lib/AndroidManifest.xml b/android/3rd_party/google-play-services_lib/AndroidManifest.xml deleted file mode 100644 index 1c1a589250..0000000000 --- a/android/3rd_party/google-play-services_lib/AndroidManifest.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - diff --git a/android/3rd_party/google-play-services_lib/README.txt b/android/3rd_party/google-play-services_lib/README.txt deleted file mode 100644 index 32f8d5eb85..0000000000 --- a/android/3rd_party/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/android/3rd_party/google-play-services_lib/build.xml b/android/3rd_party/google-play-services_lib/build.xml deleted file mode 100644 index 6977de47a0..0000000000 --- a/android/3rd_party/google-play-services_lib/build.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/android/3rd_party/google-play-services_lib/custom_rules.xml b/android/3rd_party/google-play-services_lib/custom_rules.xml deleted file mode 100644 index 1b816f40a1..0000000000 --- a/android/3rd_party/google-play-services_lib/custom_rules.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/android/3rd_party/google-play-services_lib/libs/google-play-services.jar b/android/3rd_party/google-play-services_lib/libs/google-play-services.jar deleted file mode 100644 index c62821d26c..0000000000 Binary files a/android/3rd_party/google-play-services_lib/libs/google-play-services.jar and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/libs/google-play-services.jar.properties b/android/3rd_party/google-play-services_lib/libs/google-play-services.jar.properties deleted file mode 100644 index 429687b792..0000000000 --- a/android/3rd_party/google-play-services_lib/libs/google-play-services.jar.properties +++ /dev/null @@ -1 +0,0 @@ -doc=../../../docs/reference diff --git a/android/3rd_party/google-play-services_lib/proguard-project.txt b/android/3rd_party/google-play-services_lib/proguard-project.txt deleted file mode 100644 index f2fe1559a2..0000000000 --- a/android/3rd_party/google-play-services_lib/proguard-project.txt +++ /dev/null @@ -1,20 +0,0 @@ -# To enable ProGuard in your project, edit project.properties -# to define the proguard.config property as described in that file. -# -# Add project specific ProGuard rules here. -# By default, the flags in this file are appended to flags specified -# in ${sdk.dir}/tools/proguard/proguard-android.txt -# You can edit the include path and order by changing the ProGuard -# include property in project.properties. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# Add any project specific keep options here: - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} diff --git a/android/3rd_party/google-play-services_lib/proguard.txt b/android/3rd_party/google-play-services_lib/proguard.txt deleted file mode 100644 index 0c9693a2c0..0000000000 --- a/android/3rd_party/google-play-services_lib/proguard.txt +++ /dev/null @@ -1,20 +0,0 @@ --keep class * extends java.util.ListResourceBundle { - protected 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; -} \ No newline at end of file diff --git a/android/3rd_party/google-play-services_lib/project.properties b/android/3rd_party/google-play-services_lib/project.properties deleted file mode 100644 index 91d2b02460..0000000000 --- a/android/3rd_party/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-19 -android.library=true diff --git a/android/3rd_party/google-play-services_lib/res/color/common_signin_btn_text_dark.xml b/android/3rd_party/google-play-services_lib/res/color/common_signin_btn_text_dark.xml deleted file mode 100644 index a615ba2747..0000000000 --- a/android/3rd_party/google-play-services_lib/res/color/common_signin_btn_text_dark.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - diff --git a/android/3rd_party/google-play-services_lib/res/color/common_signin_btn_text_light.xml b/android/3rd_party/google-play-services_lib/res/color/common_signin_btn_text_light.xml deleted file mode 100644 index 662066899b..0000000000 --- a/android/3rd_party/google-play-services_lib/res/color/common_signin_btn_text_light.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png deleted file mode 100644 index 0f9e7917e0..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png deleted file mode 100644 index 570e432252..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png deleted file mode 100644 index 570e432252..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png deleted file mode 100644 index 0f9e7917e0..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png deleted file mode 100644 index f507b9f7da..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png deleted file mode 100644 index d5625e5fc1..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png deleted file mode 100644 index aea3c0d168..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png deleted file mode 100644 index 849e89f3aa..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png deleted file mode 100644 index f4ab2f2a51..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png deleted file mode 100644 index 9fe611d684..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png deleted file mode 100644 index bbcde39cf0..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png deleted file mode 100644 index 53957b698f..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png deleted file mode 100644 index 53957b698f..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png deleted file mode 100644 index bbcde39cf0..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png deleted file mode 100644 index 000d12e8e3..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png deleted file mode 100644 index d9279405c6..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png deleted file mode 100644 index 67f263c80e..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png deleted file mode 100644 index 96324c52f9..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png deleted file mode 100644 index e4503128f6..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png deleted file mode 100644 index fb94b77616..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/ic_plusone_medium_off_client.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/ic_plusone_medium_off_client.png deleted file mode 100644 index 894f1b9f93..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/ic_plusone_medium_off_client.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/ic_plusone_small_off_client.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/ic_plusone_small_off_client.png deleted file mode 100644 index ac777614e6..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/ic_plusone_small_off_client.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/ic_plusone_standard_off_client.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/ic_plusone_standard_off_client.png deleted file mode 100644 index f1c32d3b9e..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/ic_plusone_standard_off_client.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/ic_plusone_tall_off_client.png b/android/3rd_party/google-play-services_lib/res/drawable-hdpi/ic_plusone_tall_off_client.png deleted file mode 100644 index 08a4670c47..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-hdpi/ic_plusone_tall_off_client.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png deleted file mode 100644 index dddcbebf12..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png deleted file mode 100644 index 58b75bd7de..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png deleted file mode 100644 index 58b75bd7de..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png deleted file mode 100644 index dddcbebf12..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png deleted file mode 100644 index 7d9ed7834d..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png deleted file mode 100644 index 0ca401d376..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png deleted file mode 100644 index f2c3f55717..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png deleted file mode 100644 index 83b4fc9d6d..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png deleted file mode 100644 index dd74fe8761..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png deleted file mode 100644 index b7dc7aac7e..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png deleted file mode 100644 index efdfe2e616..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png deleted file mode 100644 index c7650b09e3..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png deleted file mode 100644 index c7650b09e3..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png deleted file mode 100644 index efdfe2e616..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png deleted file mode 100644 index 8c76283e50..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png deleted file mode 100644 index abd26bcd41..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png deleted file mode 100644 index 28181c338b..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png deleted file mode 100644 index 34957fad5f..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png deleted file mode 100644 index e923ee9c75..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png deleted file mode 100644 index 34cf6bbad5..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/ic_plusone_medium_off_client.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/ic_plusone_medium_off_client.png deleted file mode 100644 index d7e5777153..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/ic_plusone_medium_off_client.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/ic_plusone_small_off_client.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/ic_plusone_small_off_client.png deleted file mode 100644 index af301c2dc9..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/ic_plusone_small_off_client.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/ic_plusone_standard_off_client.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/ic_plusone_standard_off_client.png deleted file mode 100644 index f43e965fb8..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/ic_plusone_standard_off_client.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/ic_plusone_tall_off_client.png b/android/3rd_party/google-play-services_lib/res/drawable-mdpi/ic_plusone_tall_off_client.png deleted file mode 100644 index 0b2b5c9a98..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-mdpi/ic_plusone_tall_off_client.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png deleted file mode 100644 index 9044a118af..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png deleted file mode 100644 index e94a49b0ae..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png deleted file mode 100644 index e94a49b0ae..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png deleted file mode 100644 index 9044a118af..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png deleted file mode 100644 index bfe4f04639..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png deleted file mode 100644 index 876884fad7..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png deleted file mode 100644 index b3e6dd5b40..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png deleted file mode 100644 index 5a888f28f5..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png deleted file mode 100644 index d0f7b4cbf3..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png deleted file mode 100644 index 0db6b06450..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png deleted file mode 100644 index d182b5e2c3..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png deleted file mode 100644 index 47e2aeaf32..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png deleted file mode 100644 index 47e2aeaf32..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png deleted file mode 100644 index d182b5e2c3..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png deleted file mode 100644 index 64e9706874..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png deleted file mode 100644 index 0fd8cdda14..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png deleted file mode 100644 index 3427b47681..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png deleted file mode 100644 index 31e38c4c12..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png deleted file mode 100644 index e6a7880730..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png deleted file mode 100644 index 972962dcfd..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/ic_plusone_medium_off_client.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/ic_plusone_medium_off_client.png deleted file mode 100644 index bb933092be..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/ic_plusone_medium_off_client.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/ic_plusone_small_off_client.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/ic_plusone_small_off_client.png deleted file mode 100644 index 6174fcd9b1..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/ic_plusone_small_off_client.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/ic_plusone_standard_off_client.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/ic_plusone_standard_off_client.png deleted file mode 100644 index 6a4c298e2d..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/ic_plusone_standard_off_client.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/ic_plusone_tall_off_client.png b/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/ic_plusone_tall_off_client.png deleted file mode 100644 index f68e9133bb..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xhdpi/ic_plusone_tall_off_client.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png deleted file mode 100644 index 9044a118af..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png deleted file mode 100644 index e94a49b0ae..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png deleted file mode 100644 index e94a49b0ae..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png deleted file mode 100644 index 9044a118af..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png deleted file mode 100644 index bfe4f04639..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png deleted file mode 100644 index 876884fad7..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png deleted file mode 100644 index b3e6dd5b40..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png deleted file mode 100644 index 5a888f28f5..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png deleted file mode 100644 index d0f7b4cbf3..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png deleted file mode 100644 index 0db6b06450..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png deleted file mode 100644 index d182b5e2c3..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png deleted file mode 100644 index 47e2aeaf32..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png deleted file mode 100644 index 47e2aeaf32..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png deleted file mode 100644 index d182b5e2c3..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png deleted file mode 100644 index 64e9706874..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png deleted file mode 100644 index 0fd8cdda14..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png deleted file mode 100644 index 3427b47681..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png deleted file mode 100644 index 31e38c4c12..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png deleted file mode 100644 index e6a7880730..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png deleted file mode 100644 index 972962dcfd..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_medium_off_client.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_medium_off_client.png deleted file mode 100644 index 4f23739dc3..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_medium_off_client.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_small_off_client.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_small_off_client.png deleted file mode 100644 index 8ffa1d72e6..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_small_off_client.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_standard_off_client.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_standard_off_client.png deleted file mode 100644 index 4d81cf40cd..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_standard_off_client.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_tall_off_client.png b/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_tall_off_client.png deleted file mode 100644 index fab5a79b45..0000000000 Binary files a/android/3rd_party/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_tall_off_client.png and /dev/null differ diff --git a/android/3rd_party/google-play-services_lib/res/drawable/common_signin_btn_icon_dark.xml b/android/3rd_party/google-play-services_lib/res/drawable/common_signin_btn_icon_dark.xml deleted file mode 100644 index dd1cf679fe..0000000000 --- a/android/3rd_party/google-play-services_lib/res/drawable/common_signin_btn_icon_dark.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - diff --git a/android/3rd_party/google-play-services_lib/res/drawable/common_signin_btn_icon_light.xml b/android/3rd_party/google-play-services_lib/res/drawable/common_signin_btn_icon_light.xml deleted file mode 100644 index abf412bda8..0000000000 --- a/android/3rd_party/google-play-services_lib/res/drawable/common_signin_btn_icon_light.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - diff --git a/android/3rd_party/google-play-services_lib/res/drawable/common_signin_btn_text_dark.xml b/android/3rd_party/google-play-services_lib/res/drawable/common_signin_btn_text_dark.xml deleted file mode 100644 index 2d92217cdf..0000000000 --- a/android/3rd_party/google-play-services_lib/res/drawable/common_signin_btn_text_dark.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - diff --git a/android/3rd_party/google-play-services_lib/res/drawable/common_signin_btn_text_light.xml b/android/3rd_party/google-play-services_lib/res/drawable/common_signin_btn_text_light.xml deleted file mode 100644 index 810c02112d..0000000000 --- a/android/3rd_party/google-play-services_lib/res/drawable/common_signin_btn_text_light.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - diff --git a/android/3rd_party/google-play-services_lib/res/values-af/strings.xml b/android/3rd_party/google-play-services_lib/res/values-af/strings.xml deleted file mode 100644 index 1b211f5076..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-af/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Kry Google Play-dienste" - "Hierdie program sal nie loop sonder Google Play-dienste nie, wat nie op jou foon is nie." - "Hierdie program sal nie loop sonder Google Play-dienste nie, wat nie op jou tablet is nie." - "Kry Google Play-dienste" - "Aktiveer Google Play-dienste" - "Hierdie program sal nie werk tensy jy Google Play-dienste aktiveer nie." - "Aktiveer Google Play-dienste" - "Dateer Google Play-dienste op" - "Hierdie program sal nie loop nie, tensy jy Google Play-dienste 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" - "Google Play-dienste, waarop sommige van jou programme staatmaak, werk nie met jou toestel nie. Kontak asseblief die vervaardiger vir bystand." - "Dit lyk of die datum op die toestel verkeerd is. Gaan asseblief die datum op die toestel na." - "Dateer op" - "Meld aan" - "Meld aan met Google" - - "\'n Program het probeer om \'n slegte weergawe van Google Play-dienste te gebruik." - "\'n Program vereis dat Google Play-dienste geaktiveer word." - "\'n Program vereis dat Google Play-dienste geïnstalleer word." - "\'n Program vereis \'n opdatering vir Google Play-dienste." - "Google Play-dienstefout" - "Versoek deur %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-am/strings.xml b/android/3rd_party/google-play-services_lib/res/values-am/strings.xml deleted file mode 100644 index 2585210fe0..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-am/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Google Play አገልግሎቶችን አግኝ" - "ይህ መተግበሪያ ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ ስልክዎ ላይ የሉም።" - "ይህ መተግበሪያ ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ ጡባዊዎ ላይ የሉም።" - "Google Play አገልግሎቶችን አግኝ" - "Google Play አገልግሎቶችን አንቃ" - "Google Play አገልግሎቶችን እስካላነቁ ድረስ ይህ መተግበሪያ አይሰራም።" - "Google Play አገልግሎቶችን አንቃ" - "Google Play አገልግሎቶችን ያዘምኑ" - "Google Play አገልግሎቶችን እስኪያዘምኑ ድረስ ይህ መተግበሪያ አይሰራም።" - "የአውታረ መረብ ስህተት" - "ከGoogle Play አገልግሎቶች ጋር ለመገናኘት የውሂብ ግንኙነት ያስፈልጋል።" - "ልክ ያልሆነ መለያ" - "የተገለጸው መለያ በዚህ መሣሪያ ላይ የለም። እባክው የተለየ መለያ ይምረጡ።" - "በGoogle Play አገልግሎቶች ላይ ያልታወቀ ችግር።" - "Google Play አገልግሎቶች" - "የGoogle Play አገልግሎቶች፣ አንዳንድ መተግበሪያዎችዎ በእሱ ላይ ጥገኛ የሆኑት፣ በመሣሪያዎ አይደገፍም። እባክዎ ለእርዳታ አምራቹን ያግኙ።" - "በመሣሪያው ላይ ያለው ቀን ትክክል አይመስልም። እባክዎ በመሣሪያው ላይ ያለውን ቀን ያረጋግጡ።" - "ያዘምኑ" - "ግባ" - "በGoogle ይግቡ" - - "መተግበሪያው የGoogle Play አገልግሎቶችን መጥፎ ስሪት ለመጠቀም ሞክሯል።" - "መተግበሪያው Google Play አገልግሎቶች እንዲነቁ ይፈልጋል።" - "መተግበሪያው Google Play አገልግሎቶች እንዲጫኑ ይፈልጋል።" - "መተግበሪያው Google Play አገልግሎቶች እንዲዘምን ይፈልጋል።" - "የGoogle Play አገልግሎቶች ስህተት" - "በ%1$s የተጠየቀ" - diff --git a/android/3rd_party/google-play-services_lib/res/values-ar/strings.xml b/android/3rd_party/google-play-services_lib/res/values-ar/strings.xml deleted file mode 100644 index 9451b37181..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-ar/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "‏الحصول على خدمات Google Play" - "‏لن يتم تشغيل هذا التطبيق بدون خدمات Google Play، والتي لا تتوفر في هاتفك." - "‏لن يتم تشغيل هذا التطبيق بدون خدمات Google Play، والتي لا تتوفر في جهازك اللوحي." - "‏الحصول على خدمات Google Play" - "‏تمكين خدمات Google Play" - "‏لن يعمل هذا التطبيق ما لم يتم تمكين خدمات Google Play." - "‏تمكين خدمات Google Play" - "‏تحديث خدمات Google Play" - "‏لن يتم تشغيل هذا التطبيق ما لم تحدِّث خدمات Google Play." - "خطأ في الشبكة" - "‏يتطلب الاتصال بخدمات Google Play وجود اتصال بيانات." - "حساب غير صالح" - "الحساب الذي تمّ تحديده غير موجود على الجهاز. يُرجى اختيار حساب آخر." - "‏حدثت مشكلة غير معروفة في خدمات Google Play." - "‏خدمات Google Play" - "‏خدمات Google Play التي تستجيب لها بعض تطبيقاتك لا تعمل على جهازك. يُرجى الاتصال بجهة التصنيع للحصول على المساعدة." - "يبدو أن التاريخ على الجهاز غير صحيح. الرجاء التحقق من التاريخ على الجهاز." - "تحديث" - "تسجيل الدخول" - "‏تسجيل الدخول باستخدام Google" - - "‏يحاول أحد التطبيقات استخدام إصدار غير صالح من خدمات Google Play." - "‏يتطلب أحد التطبيقات تمكين خدمات Google Play." - "‏يتطلب أحد التطبيقات تثبيت خدمات Google Play." - "‏يتطلب أحد التطبيقات تحديث خدمات Google Play." - "‏خطأ في خدمات Google Play" - "تم الطلب عن طريق %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-bg/strings.xml b/android/3rd_party/google-play-services_lib/res/values-bg/strings.xml deleted file mode 100644 index bb8da3c105..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-bg/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Изтегляне на услугите за Google Play" - "Това приложение няма да се изпълнява без услугите за Google Play, които липсват в телефона ви." - "Това приложение няма да се изпълнява без услугите за Google Play, които липсват в таблета ви." - "Услуги за Google Play: Изтегл." - "Активиране на услугите за Google Play" - "Това приложение няма да работи, освен ако не активирате услугите за Google Play." - "Услуги за Google Play: Актив." - "Актуализиране на услугите за Google Play" - "Това приложение няма да се изпълнява, освен ако не актуализирате услугите за Google Play." - "Грешка в мрежата" - "За свързване с услугите за Google Play се изисква връзка за данни." - "Невалиден профил" - "Посоченият профил не съществува на това устройство. Моля, изберете друг." - "Неизвестен проблем с услугите за Google Play." - "Услуги за Google Play" - "Услугите за Google Play, на които разчитат някои от приложенията ви, не се поддържат от устройството ви. Моля, свържете се с производителя за помощ." - "Изглежда, че датата на устройството е неправилна. Моля, проверете я." - "Актуализиране" - "Вход" - "Вход с Google" - - "Приложение опита да ползва неправилна версия на услуг. за Google Play." - "Приложение изисква активирането на услугите за Google Play." - "Приложение изисква инсталирането на услугите за Google Play." - "Приложение изисква актуализирането на услугите за Google Play." - "Грешка в услугите за Google Play" - "Заявено от %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-ca/strings.xml b/android/3rd_party/google-play-services_lib/res/values-ca/strings.xml deleted file mode 100644 index 5b63e86af7..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-ca/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Baixa els serveis de Google Play" - "Aquesta aplicació no s\'executarà si el telèfon no té instal·lats els serveis de Google Play." - "Aquesta aplicació no funcionarà si la tauleta no té instal·lats els serveis de Google Play." - "Baixa els serveis de Google Play" - "Activa els serveis de Google Play" - "Aquesta aplicació no funcionarà si no actives els serveis de Google Play." - "Activa els serveis de Google Play" - "Actualitza els serveis de Google Play" - "Aquesta aplicació no s\'executarà si no actualitzes els serveis de Google Play." - "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" - "El teu dispositiu no és compatible amb els serveis de Google Play, en què es basen les teves aplicacions. Per obtenir assistència, contacta amb el fabricant." - "Sembla que la data del dispositiu no és correcta. Comprova-la." - "Actualitza" - "Inicia sessió" - "Inicia sessió amb Google" - - "Una aplic. ha intentat utilitzar una versió errònia de serveis de Play." - "Una aplicació requereix que s\'activin els serveis de Google Play." - "Una aplicació requereix que s\'instal·lin els serveis de Google Play." - "Una aplicació requereix que s\'actualitzin els serveis de Google Play." - "Error dels serveis de Google Play" - "Sol·licitada per %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-cs/strings.xml b/android/3rd_party/google-play-services_lib/res/values-cs/strings.xml deleted file mode 100644 index 1b5423b039..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-cs/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Instalovat služby Google Play" - "Ke spuštění této aplikace jsou potřeba služby Google Play, které v telefonu nemáte." - "Ke spuštění této aplikace 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í této aplikace je třeba aktivovat služby Google Play." - "Aktivovat služby Google Play" - "Aktualizace služeb Google Play" - "Ke spuštění této aplikace je třeba aktualizovat služby Google Play." - "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" - "Některé vaše aplikace vyžadují služby Google Play, které ve vašem zařízení nejsou podporovány. S žádostí o pomoc se prosím obraťte na výrobce." - "Datum v zařízení není správně nastaveno. Zkontrolujte prosím datum." - "Aktualizovat" - "Přihlásit se" - "Přihlásit se účtem Google" - - "Aplikace se pokusila použít nesprávnou verzi Služeb Google Play." - "Aplikace vyžaduje aktivované Služby Google Play." - "Aplikace vyžaduje instalaci Služeb Google Play." - "Aplikace vyžaduje aktualizaci Služeb Google Play." - "Chyba služeb Google Play" - "Požadováno aplikací %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-da/strings.xml b/android/3rd_party/google-play-services_lib/res/values-da/strings.xml deleted file mode 100644 index daa2160d3b..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-da/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Hent Google Play-tjenester" - "Denne app kan ikke køre uden Google Play-tjenester, som mangler på din telefon." - "Denne app kan ikke køre uden Google Play-tjenester, som mangler på din tablet." - "Hent Google Play-tjenester" - "Aktivér Google Play-tjenester" - "Denne app virker ikke, medmindre du aktiverer Google Play-tjenester." - "Aktivér Google Play-tjenester" - "Opdater Google Play-tjenester" - "Denne app kan ikke køre, medmindre du opdaterer Google Play-tjenester." - "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" - "Google Play-tjenester, som nogle af dine applikationer er afhængige af, understøttes ikke af din enhed. Kontakt producenten for at få hjælp." - "Datoen på enheden ser ud til at være forkert. Husk at kontrollere datoen på enheden." - "Opdater" - "Log ind" - "Log ind med Google" - - "En applikation forsøgte at bruge en defekt version af Google Play." - "En applikation kræver, at Google Play er aktiveret." - "En applikation kræver, at Google Play er installeret." - "En applikation kræver en opdatering af Google Play." - "Fejl i Google Play-tjenester" - "Anmodning fra %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-de/strings.xml b/android/3rd_party/google-play-services_lib/res/values-de/strings.xml deleted file mode 100644 index df8e88e9e2..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-de/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Google Play-Dienste installieren" - "Zur Nutzung dieser App sind Google Play-Dienste erforderlich, die auf Ihrem Telefon nicht installiert sind." - "Zur Nutzung dieser App sind Google Play-Dienste erforderlich, die auf Ihrem Tablet nicht installiert sind." - "Google Play-Dienste installieren" - "Google Play-Dienste aktivieren" - "Diese App funktioniert nur, wenn Sie die Google Play-Dienste aktivieren." - "Google Play-Dienste aktivieren" - "Google Play-Dienste aktualisieren" - "Diese App wird nur ausgeführt, wenn Sie die Google Play-Dienste aktualisieren." - "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" - "Google Play-Dienste, auf denen einige Ihrer Apps basieren, werden von diesem Gerät nicht unterstützt. Wenden Sie sich für weitere Informationen an den Hersteller." - "Das Datum auf dem Gerät scheint falsch zu sein. Bitte überprüfen Sie das Datum auf dem Gerät." - "Aktualisieren" - "Anmelden" - "Über Google anmelden" - - "App versuchte, defekte Google Play-Dienste-Version zu verwenden" - "App erfordert aktivierte Google Play-Dienste" - "App erfordert die Installation von Google Play-Diensten" - "App erfordert ein Update für Google Play-Dienste" - "Fehler bei Google Play-Diensten" - "Angefordert von %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-el/strings.xml b/android/3rd_party/google-play-services_lib/res/values-el/strings.xml deleted file mode 100644 index 13a5dc5ef3..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-el/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Λήψη υπηρεσιών Google Play" - "Αυτή η εφαρμογή δεν θα εκτελεστεί χωρίς τις υπηρεσίες Google Play, οι οποίες λείπουν από το τηλέφωνό σας." - "Αυτή η εφαρμογή δεν θα εκτελεστεί χωρίς τις υπηρεσίες Google Play, οι οποίες λείπουν από το tablet σας." - "Λήψη υπηρεσιών Google Play" - "Ενεργοποίηση υπηρεσιών Google Play" - "Αυτή η εφαρμογή δεν θα λειτουργήσει εάν δεν έχετε ενεργοποιήσει τις υπηρεσίες Google Play." - "Ενεργοπ. υπηρεσιών Google Play" - "Ενημέρωση υπηρεσιών Google Play" - "Αυτή η εφαρμογή θα εκτελεστεί αφού ενημερώσετε τις υπηρεσίες Google Play." - "Σφάλμα δικτύου" - "Απαιτείται σύνδεση δεδομένων για να συνδεθείτε με τις Υπηρεσίες Google Play." - "Μη έγκυρος λογαριασμός" - "Ο συγκεκριμένος λογαριασμός δεν υπάρχει σε αυτήν τη συσκευή. Επιλέξτε έναν διαφορετικό λογαριασμό." - "Άγνωστο πρόβλημα με τις υπηρεσίες Google Play." - "Υπηρεσίες Google Play" - "Οι υπηρεσίες Google Play, στις οποίες βασίζονται ορισμένες από τις εφαρμογές σας, δεν υποστηρίζονται στη συσκευή σας. Επικοινωνήστε με τον κατασκευαστή για υποστήριξη." - "Η ημερομηνία στη συσκευή φαίνεται λανθασμένη. Ελέγξτε την ημερομηνία στη συσκευή." - "Ενημέρωση" - "Σύνδεση" - "Συνδεθείτε στο Google" - - "Απόπειρα χρήσης ακατάλληλης έκδοσης Υπηρεσιών Google Play από εφαρμογή" - "Μια εφαρμογή απαιτεί τις Υπηρεσίες Google Play για ενεργοποίηση." - "Μια εφαρμογή απαιτεί την εγκατάσταση των Υπηρεσιών Google Play." - "Μια εφαρμογή απαιτεί μια ενημέρωση για τις Υπηρεσίες Google Play." - "Σφάλμα υπηρεσιών Google Play" - "Υποβλήθηκε αίτημα από την εφαρμογή %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-en-rGB/strings.xml b/android/3rd_party/google-play-services_lib/res/values-en-rGB/strings.xml deleted file mode 100644 index 106d390b3e..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-en-rGB/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Get Google Play services" - "This app won\'t run without Google Play services, which are missing from your phone." - "This app won\'t run without Google Play services, which are missing from your tablet." - "Get Google Play services" - "Enable Google Play services" - "This app won\'t work unless you enable Google Play services." - "Enable Google Play services" - "Update Google Play services" - "This app won\'t run unless you update Google Play services." - "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" - "Google Play services, which some of your applications rely on, is not supported by your device. Please contact the manufacturer for assistance." - "The date on the device appears to be incorrect. Please check the date on the device." - "Update" - "Sign in" - "Sign in with Google" - - "An application attempted to use a bad version of Google Play Services." - "An application requires Google Play Services to be enabled." - "An application requires installation of Google Play Services." - "An application requires an update for Google Play Services." - "Google Play services error" - "Requested by %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-en-rIN/strings.xml b/android/3rd_party/google-play-services_lib/res/values-en-rIN/strings.xml deleted file mode 100644 index 106d390b3e..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-en-rIN/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Get Google Play services" - "This app won\'t run without Google Play services, which are missing from your phone." - "This app won\'t run without Google Play services, which are missing from your tablet." - "Get Google Play services" - "Enable Google Play services" - "This app won\'t work unless you enable Google Play services." - "Enable Google Play services" - "Update Google Play services" - "This app won\'t run unless you update Google Play services." - "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" - "Google Play services, which some of your applications rely on, is not supported by your device. Please contact the manufacturer for assistance." - "The date on the device appears to be incorrect. Please check the date on the device." - "Update" - "Sign in" - "Sign in with Google" - - "An application attempted to use a bad version of Google Play Services." - "An application requires Google Play Services to be enabled." - "An application requires installation of Google Play Services." - "An application requires an update for Google Play Services." - "Google Play services error" - "Requested by %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-es-rUS/strings.xml b/android/3rd_party/google-play-services_lib/res/values-es-rUS/strings.xml deleted file mode 100644 index 6be905908c..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-es-rUS/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Obtener Google Play Services" - "Esta aplicación no se ejecutará si no instalasGoogle Play Services en tu dispositivo." - "Esta aplicación no se ejecutará si no instalas Google Play Services en tu tablet." - "Descargar Google Play Services" - "Activar Google Play Services" - "Esta aplicación no funcionará si no activas Google Play Services." - "Activar Google Play Services" - "Actualizar Google Play Services" - "Esta aplicación no se ejecutará si no actualizas Google Play Services." - "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" - "Google Play Services, del cual dependen algunas de tus aplicaciones, no es compatible con tu dispositivo. Comunícate con el fabricante para obtener ayuda." - "Parece que la fecha del dispositivo es incorrecta. ¿Puedes revisarla?" - "Actualizar" - "Acceder" - "Acceder con Google" - - "Una aplic. intentó usar una versión no válida de Google Play Services" - "Una aplicación requiere que se active Google Play Services" - "Una aplicación requiere que se instale Google Play Services" - "Una aplicación requiere que se actualice Google Play Services" - "Error de Google Play Services" - "Solicitada por %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-es/strings.xml b/android/3rd_party/google-play-services_lib/res/values-es/strings.xml deleted file mode 100644 index ed32995cf2..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-es/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Descargar servicios de Google Play" - "Esta aplicación no se ejecutará si tu teléfono no tiene instalados los servicios de Google Play." - "Esta aplicación no se ejecutará si tu tablet no tiene instalados los servicios de Google Play." - "Descargar servicios de Google Play" - "Habilitar servicios de Google Play" - "Esta aplicación no funcionará si no habilitas los servicios de Google Play." - "Habilitar servicios de Google Play" - "Actualizar servicios de Google Play" - "Esta aplicación no se ejecutará si no actualizas 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" - "Tu dispositivo no es compatible con los servicios de Google Play, de los cuales dependen tus aplicaciones. Para obtener asistencia, ponte en contacto el fabricante." - "Parece que la fecha del dispositivo es incorrecta. Compruébala." - "Actualizar" - "Iniciar sesión" - "Iniciar sesión con Google" - - "Una aplicación intentó usar versión incorrecta de servicios de Google Play." - "Una aplicación requiere que se habiliten los servicios de Play." - "Una aplicación requiere que se instalen los servicios de Google Play." - "Una aplicación requiere que se actualicen los servicios de Google Play." - "Error de los servicios de Google Play" - "Solicitada por %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-et-rEE/strings.xml b/android/3rd_party/google-play-services_lib/res/values-et-rEE/strings.xml deleted file mode 100644 index 281caff497..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-et-rEE/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Hankige Google Play teenused" - "Selle rakenduse käitamiseks on vaja Google Play teenuseid, mida teie telefonis pole." - "Selle rakenduse käitamiseks on vaja Google Play teenuseid, mida teie tahvelarvutis pole." - "Hankige Google Play teenused" - "Lubage Google Play teenused" - "See rakendus ei tööta, kui te ei luba Google Play teenuseid." - "Lubage Google Play teenused" - "Värskendage Google Play teenuseid" - "Seda rakendust ei saa käitada, kui te ei värskenda Google Play teenuseid." - "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" - "Teie seade ei toeta Google Play teenuseid, millele mõni teie rakendustest toetub. Abi saamiseks võtke ühendust tootjaga." - "Seadme kuupäev paistab olevat vale. Kontrollige seadme kuupäeva." - "Värskenda" - "Logi sisse" - "Logi sisse Google\'iga" - - "Rakendus püüdis kasutada Google Play teenuste sobimatut versiooni." - "Rakenduse kasutamiseks peavad olema lubatud Google Play teenused." - "Rakenduse kasutamiseks peavad olema installitud Google Play teenused." - "Rakenduse kasutamiseks tuleb värskendada Google Play teenuseid." - "Viga Google Play teenustes" - "Päringu esitas: %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-fa/strings.xml b/android/3rd_party/google-play-services_lib/res/values-fa/strings.xml deleted file mode 100644 index 87e10d189c..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-fa/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "‏دریافت خدمات Google Play" - "‏این برنامه بدون خدمات Google Play اجرا نمی‌شود، این خدمات در تلفن شما وجود ندارد." - "‏این برنامه بدون خدمات Google Play اجرا نمی‌شود، این خدمات در رایانهٔ لوحی شما وجود ندارد." - "‏دریافت خدمات Google Play" - "‏فعال کردن خدمات Google Play" - "‏تا زمانی‌که خدمات Google Play را فعال نکنید این برنامه کار نمی‌کند." - "‏فعال کردن خدمات Google Play" - "‏به‌روزرسانی خدمات Google Play" - "‏تا زمانی‌که خدمات Google Play را به‌روز نکنید این برنامه کار نمی‌کند." - "خطای شبکه" - "‏برای اتصال به خدمات Google Play اتصال داده لازم است." - "حساب نامعتبر" - "حسابی که تعیین کردید در این دستگاه وجود ندارد. لطفاً حساب دیگری را انتخاب کنید." - "‏مشکل نامشخص در خدمات Google Play." - "‏خدمات Google Play" - "‏خدمات Google Play، که برخی از برنامه‌های شما به آن وابسته است، توسط دستگاه شما پشتیبانی نمی‌شود. لطفاً برای دریافت کمک با سازنده تماس بگیرید." - "تاریخ روی دستگاه ظاهراً اشتباه است. لطفاً تاریخ روی دستگاه را بررسی کنید." - "به‌روزرسانی" - "ورود به سیستم" - "‏ورود به سیستم با Google‎" - - "‏برنامه‌ای تلاش کرد از نسخه نادرستی از خدمات Google Play استفاده کند." - "‏برنامه‌ای به فعال کردن خدمات Google Play نیاز دارد." - "‏برنامه‌ای به نصب خدمات Google Play نیاز دارد." - "‏برنامه‌ای به به‌روزرسانی خدمات Google Play نیاز دارد." - "‏خطا در خدمات Google Play" - "درخواست توسط %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-fi/strings.xml b/android/3rd_party/google-play-services_lib/res/values-fi/strings.xml deleted file mode 100644 index 00d3ceb215..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-fi/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Asenna Google Play -palvelut" - "Tämä sovellus ei toimi ilman Google Play -palveluita, jotka puuttuvat puhelimesta." - "Tämä sovellus ei toimi ilman Google Play -palveluita, jotka puuttuvat tablet-laitteesta." - "Asenna Google Play -palvelut" - "Ota Google Play -palvelut käyttöön" - "Tämä sovellus ei toimi, ellet ota Google Play -palveluita käyttöön." - "Ota Google Play -palv. käyttöön" - "Päivitä Google Play -palvelut" - "Tämä sovellus ei toimi, ellet päivitä Google Play -palveluita." - "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" - "Google Play -palveluita, joita osa sovelluksistasi käyttää, ei tueta laitteellasi. Pyydä ohjeita laitteen valmistajalta." - "Laitteen päivämäärä vaikuttaa virheelliseltä. Tarkista laitteen päivämäärä." - "Päivitä" - "Kirjaudu" - "Kirjaudu Google-tiliin" - - "Sovellus yritti käyttää virheellistä Google Play -palveluiden versiota" - "Ota käyttöön Google Play -palvelut, jotta sovellus toimii." - "Asenna Google Play -palvelut, jotta sovellus toimii." - "Päivitä Google Play -palvelut, jotta sovellus toimii." - "Virhe Google Play -palveluissa" - "Pyynnön teki %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-fr-rCA/strings.xml b/android/3rd_party/google-play-services_lib/res/values-fr-rCA/strings.xml deleted file mode 100644 index e915fe4067..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-fr-rCA/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Installer les services Google Play" - "Cette application ne fonctionnera pas sans les services Google Play, qui ne sont pas installés sur votre téléphone." - "Cette application 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" - "Cette application 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" - "Cette application ne fonctionnera pas tant que vous n\'aurez pas mis à jour les services Google Play." - "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" - "Les services Google Play, dont dépendent certaines de vos applications, ne sont pas compatibles avec votre appareil. Veuillez contacter le fabricant pour obtenir de l\'aide." - "La date sur l\'appareil semble incorrecte. Veuillez la vérifier." - "Mettre à jour" - "Connexion" - "Se connecter via Google" - - "Une application requiert une version valide des services Google Play" - "Une application requiert l\'activation des services Google Play" - "Une application requiert l\'installation des services Google Play" - "Une application requiert la mise à jour des services Google Play" - "Erreur liée aux services Google Play" - "Demandée par %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-fr/strings.xml b/android/3rd_party/google-play-services_lib/res/values-fr/strings.xml deleted file mode 100644 index 321b28370b..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-fr/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Installer les services Google Play" - "Cette application ne fonctionnera pas sans les services Google Play, qui ne sont pas installés sur votre téléphone." - "Cette application 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" - "Cette application ne fonctionnera pas tant que vous n\'aurez pas activé les services Google Play." - "Activer services Google Play" - "Mettre à jour les services Google Play" - "Cette application ne fonctionnera pas tant que vous n\'aurez pas mis à jour les services Google Play." - "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" - "Les services Google Play, dont dépendent certaines de vos applications, ne sont pas compatibles avec votre appareil. Veuillez contacter le fabricant pour obtenir de l\'aide." - "La date sur l\'appareil semble incorrecte. Veuillez la vérifier." - "Mettre à jour" - "Connexion" - "Se connecter avec Google" - - "Une application requiert une version valide des services Google Play" - "Une application requiert l\'activation des services Google Play" - "Une application requiert l\'installation des services Google Play" - "Une application requiert la mise à jour des services Google Play" - "Erreur liée aux services Google Play" - "Demandée par %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-hi/strings.xml b/android/3rd_party/google-play-services_lib/res/values-hi/strings.xml deleted file mode 100644 index b36feb00a7..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-hi/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Google Play सेवाएं पाएं" - "यह ऐप्स Google Play सेवाओं के बिना नहीं चलेगा, जो आपके फ़ोन में नहीं हैं." - "यह ऐप्स Google Play सेवाओं के बिना नहीं चलेगा, जो आपके टेबलेट में नहीं हैं." - "Google Play सेवाएं पाएं" - "Google Play सेवाएं सक्षम करें" - "जब तक आप Google Play सेवाएं सक्षम नहीं करते, तब तक यह ऐप्स कार्य नहीं करेगा." - "Google Play सेवाएं सक्षम करें" - "Google Play सेवाएं से नई जानकारी" - "जब तक आप Google Play सेवाओं से नई जानकारी नहीं लेते हैं, तब तक यह ऐप्स नहीं चलेगा." - "नेटवर्क त्रुटि" - "Google Play सेवाओं से कनेक्ट करने के लिए डेटा कनेक्शन की आवश्यकता है." - "अमान्य खाता" - "निर्दिष्ट खाता इस उपकरण पर मौजूद नहीं है. कृपया कोई भिन्न खाता चुनें." - "Google Play सेवाओं के साथ अज्ञात समस्या." - "Google Play सेवाएं" - "Google Play सेवाएं, जिन पर आपके कुछ ऐप्स निर्भर करते हैं, आपके उपकरण द्वारा समर्थित नहीं हैं. कृपया सहायता के लिए निर्माता से संपर्क करें." - "उपकरण का दिनांक गलत प्रतीत हो रहा है. कृपया उपकरण का दिनांक जांचें." - "नई जानकारी पाएं" - "प्रवेश करें" - "Google से प्रवेश करें" - - "ऐप्स ने Google Play सेवाओं के खराब संस्करण के उपयोग का प्रयास किया." - "ऐप्स के लिए Google Play सेवाओं को सक्षम किए जाने की आवश्यकता है." - "ऐप्स के लिए Google Play सेवाओं के इंस्टॉलेशन की आवश्यकता है." - "ऐप्स के लिए Google Play सेवाओं में Google Play से नई जानकारी की आवश्यकता है." - "Google Play सेवाएं त्रुटि" - "%1$s द्वारा अनुरोधित" - diff --git a/android/3rd_party/google-play-services_lib/res/values-hr/strings.xml b/android/3rd_party/google-play-services_lib/res/values-hr/strings.xml deleted file mode 100644 index b7d462d882..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-hr/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Preuzmi usluge za Google Play" - "Ova aplikacija neće funkcionirati bez usluga za Google Play, koje nisu instalirane na vašem telefonu." - "Ova aplikacija neće funkcionirati bez usluga za Google Play, koje nisu instalirane na vašem tabletnom računalu." - "Preuzmi usluge za Google Play" - "Omogući usluge za Google Play" - "Ova aplikacija neće raditi ako ne omogućite usluge za Google Play." - "Omogući usluge za Google Play" - "Ažuriraj usluge za Google Play" - "Ova se aplikacija neće pokrenuti ako ne ažurirate usluge za Google Play." - "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" - "Usluge za Google Play, koje su potrebne za funkcioniranje nekih vaših aplikacija, nisu podržane na vašem uređaju. Pomoć potražite od proizvođača." - "Čini se da datum na uređaju nije točan. Provjerite datum na uređaju." - "Ažuriranje" - "Prijava" - "Prijava uslugom Google" - - "Aplikacija je pokušala upotrijebiti lošu verziju Usluga za Google Play." - "Aplikacija zahtijeva omogućavanje Usluga za Google Play." - "Aplikacija zahtijeva instaliranje Usluga za Google Play." - "Aplikacija zahtijeva ažuriranje Usluga za Google Play." - "Pogreška usluga za Google Play" - "Zahtijeva aplikacija %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-hu/strings.xml b/android/3rd_party/google-play-services_lib/res/values-hu/strings.xml deleted file mode 100644 index cd15ad328f..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-hu/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Play Szolgáltatások telepítése" - "Az alkalmazás működéséhez a Google Play Szolgáltatások szükségesek, ezek nincsenek telepítve a telefonon." - "Az alkalmazás működéséhez a Google Play Szolgáltatások szükségesek, ezek nincsenek telepítve a táblagépen." - "Play Szolgáltatások telepítése" - "Google Play Szolgáltatások aktiválása" - "Az alkalmazás csak akkor fog működni, ha engedélyezi a Google Play Szolgáltatásokat." - "Play Szolgáltatások aktiválása" - "Play Szolgáltatások frissítése" - "Az alkalmazás csak akkor fog működni, ha frissíti a Google Play Szolgáltatásokat." - "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 Google Play Szolgáltatásokat, amelyre egyes alkalmazások támaszkodnak, nem támogatja az eszköz. Segítségért forduljon az eszköz gyártójához." - "Az eszközön beállított dátum helytelen. Kérjük, ellenőrizze azt." - "Frissítés" - "Belépés" - "Google-bejelentkezés" - - "Egy alkalmazás a Play Szolgáltatások rossz verzióját akarta használni." - "Egy alkalmazás kéri a Google Play Szolgáltatások engedélyezését." - "Egy alkalmazás kéri a Google Play Szolgáltatások telepítését." - "Egy alkalmazás kéri a Google Play Szolgáltatások frissítését." - "Google Play szolgáltatási hiba" - "Igénylő: %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-hy-rAM/strings.xml b/android/3rd_party/google-play-services_lib/res/values-hy-rAM/strings.xml deleted file mode 100644 index d89be9bf64..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-hy-rAM/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Տեղադրեք Google Play ծառայությունները" - "Այս հավելվածը չի գործարկվի առանց Google Play ծառայությունների, որոնք բացակայում են ձեր հեռախոսում:" - "Այս հավելվածը չի գործարկվի առանց Google Play ծառայությունների, որոնք բացակայում են ձեր գրասալիկում:" - "Տեղադրել Google Play ծառայությունները" - "Միացնել Google Play ծառայությունները" - "Այս ծրագիրը չի աշխատի, եթե դուք չմիացնեք Google Play ծառայությունները:" - "Միացնել Google Play ծառայությունները" - "Նորացրեք Google Play ծառայությունները" - "Այս ծրագիրը չի գործարկվի, եթե դուք չնորացնեք Google Play ծառայությունները:" - "Ցանցի սխալ կա" - "Պահանջվում է տվյալների կապ` Google Play ծառայություններին միանալու համար:" - "Հաշիվն անվավեր է" - "Նշված հաշիվը գոյություն չունի այս սարքում: Ընտրեք այլ հաշիվ:" - "Անհայտ խնդիր՝ Google Play ծառայություններում:" - "Google Play ծառայություններ" - "Google Play ծառայությունները, որոնց ապավինում են ձեր ծրագրերից որոշները, չեն աջակցվում ձեր սարքի կողմից: Խնդրում ենք կապվել արտադրողի հետ օգնության համար:" - "Սարքի ամսաթիվը կարծես սխալ է: Ստուգեք սարքի ամսաթիվը:" - "Նորացնել" - "Մուտք գործել" - "Մուտք գործեք Google-ով" - - "Հավելվածը փորձել է կիրառել Google Play ծառայությունների վատ տարբերակը:" - "Հավելվածը պահանջում է միացնել Google Play ծառայությունները:" - "Հավելվածը պահանջում է տեղադրել Google Play ծառայությունները:" - "Հավելվածը պահանջում է թարմացնել Google Play ծառայությունները:" - "Google Play ծառայությունների սխալ" - "%1$s-ի հարցմամբ" - diff --git a/android/3rd_party/google-play-services_lib/res/values-in/strings.xml b/android/3rd_party/google-play-services_lib/res/values-in/strings.xml deleted file mode 100644 index 526b84a816..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-in/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Dapatkan layanan Google Play" - "Aplikasi ini tidak akan berjalan tanpa layanan Google Play, yang tidak ada di ponsel Anda." - "Aplikasi ini tidak akan berjalan tanpa layanan Google Play, yang tidak ada di tablet Anda." - "Dapatkan layanan Google Play" - "Aktifkan layanan Google Play" - "Aplikasi ini tidak akan bekerja sampai Anda mengaktifkan layanan Google Play." - "Aktifkan layanan Google Play" - "Perbarui layanan Google Play" - "Aplikasi ini tidak akan berjalan sampai Anda memperbarui layanan Google Play." - "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" - "Layanan Google Play, yang diandalkan oleh beberapa aplikasi Anda, tidak didukung oleh perangkat Anda. Hubungi pabrikan untuk mendapatkan bantuan." - "Tampaknya tanggal di perangkat salah. Periksa tanggal di perangkat." - "Perbarui" - "Masuk" - "Masuk dengan Google" - - "Aplikasi mencoba menggunakan versi Layanan Google Play yang rusak." - "Aplikasi membutuhkan Layanan Google Play untuk dapat diaktifkan." - "Aplikasi membutuhkan pemasangan Layanan Google Play." - "Aplikasi membutuhkan pembaruan untuk Layanan Google Play." - "Kesalahan layanan Google Play" - "Diminta oleh %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-it/strings.xml b/android/3rd_party/google-play-services_lib/res/values-it/strings.xml deleted file mode 100644 index f3c9f1fa5c..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-it/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Installa Google Play Services" - "L\'app non funzionerà senza Google Play Services, non presente sul tuo telefono." - "L\'app non funzionerà senza Google Play Services, non presente sul tuo tablet." - "Installa Google Play Services" - "Attiva Google Play Services" - "L\'app non funzionerà se non attivi Google Play Services." - "Attiva Google Play Services" - "Aggiorna Google Play Services" - "L\'app non funzionerà se non aggiorni Google Play Services." - "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" - "La piattaforma Google Play Services, su cui sono basate alcune delle tue applicazioni, non è supportata dal dispositivo in uso. Per assistenza, contatta il produttore." - "La data sul dispositivo sembra sbagliata. Controllala." - "Aggiorna" - "Accedi" - "Accedi con Google" - - "Un\'app ha tentato di usare una versione non valida di Play Services." - "Un\'applicazione richiede l\'attivazione di Google Play Services." - "Un\'applicazione richiede l\'installazione di Google Play Services." - "Un\'applicazione richiede un aggiornamento di Google Play Services." - "Errore Google Play Services" - "Richiesta da %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-iw/strings.xml b/android/3rd_party/google-play-services_lib/res/values-iw/strings.xml deleted file mode 100644 index 7474e53506..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-iw/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "‏קבל את שירותי Google Play" - "‏אפליקציה זו לא תפעל ללא שירותי Google Play, החסרים בטלפון שלך." - "‏אפליקציה זו לא תפעל ללא שירותי Google Play, החסרים בטאבלט שלך." - "‏קבל את שירותי Google Play" - "‏הפעלת שירותי Google Play" - "‏אפליקציה זו לא תעבוד אם לא תפעיל את שירותי Google Play." - "‏הפעל את שירותי Google Play" - "‏עדכון שירותי Google Play" - "‏אפליקציה זו לא תפעל אם לא תעדכן את שירותי Google Play." - "שגיאת רשת." - "‏דרוש חיבור נתונים כדי להתחבר לשירותי Google Play." - "חשבון לא חוקי" - "החשבון שצוין לא קיים במכשיר זה. בחר חשבון אחר." - "‏בעיה לא ידועה בשירותי Google Play." - "‏שירותי Google Play" - "‏שירותי Google Play, שחלק מהאפליקציות שלך מתבססות עליהם, אינם נתמכים על ידי המכשיר שברשותך. צור קשר עם היצרן לקבלת סיוע." - "נראה שהתאריך במכשיר שגוי. בדוק את התאריך במכשיר." - "עדכן" - "היכנס" - "‏היכנס באמצעות Google" - - "‏יש אפליקציה שניסתה להשתמש בגרסה שגויה של שירותי Google Play." - "‏יש אפליקציה המחייבת הפעלה של שירותי Google Play." - "‏יש אפליקציה המחייבת התקנה של שירותי Google Play." - "‏יש אפליקציה המחייבת עדכון של שירותי Google Play." - "‏שגיאה בשירותי Google Play" - "התבקשה על ידי %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-ja/strings.xml b/android/3rd_party/google-play-services_lib/res/values-ja/strings.xml deleted file mode 100644 index 0d8b606230..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-ja/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Play開発者サービスの入手" - "このアプリの実行にはGoogle Play開発者サービスが必要ですが、お使いの携帯端末にはインストールされていません。" - "このアプリの実行にはGoogle Play開発者サービスが必要ですが、お使いのタブレットにはインストールされていません。" - "Play開発者サービスの入手" - "Play開発者サービスの有効化" - "このアプリの実行には、Google Play開発者サービスの有効化が必要です。" - "Play開発者サービスの有効化" - "Play開発者サービスの更新" - "このアプリの実行には、Google Play開発者サービスの更新が必要です。" - "ネットワークエラー" - "Google Play開発者サービスに接続するには、データ接続が必要です。" - "無効なアカウント" - "指定したアカウントはこの端末上に存在しません。別のアカウントを選択してください。" - "Google Play開発者サービスで原因不明の問題が発生しました。" - "Google Play開発者サービス" - "一部のアプリが使用しているGoogle Play開発者サービスは、お使いの端末ではサポートされていません。詳しくは、端末メーカーまでお問い合わせください。" - "端末上の日付が正しくないようです。端末上の日付をご確認ください。" - "更新" - "ログイン" - "Googleでログイン" - - "アプリはGoogle Play開発者サービスの不適切なバージョンを使用しようとしました。" - "アプリではGoogle Play開発者サービスを有効にする必要があります。" - "アプリではGoogle Play開発者サービスをインストールする必要があります。" - "アプリではGoogle Play開発者サービスをアップデートする必要があります。" - "Google Play開発者サービスのエラー" - "%1$sによるリクエスト" - diff --git a/android/3rd_party/google-play-services_lib/res/values-ka-rGE/strings.xml b/android/3rd_party/google-play-services_lib/res/values-ka-rGE/strings.xml deleted file mode 100644 index 8a2c74aa98..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-ka-rGE/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Google Play სერვისების მიღება" - "ეს აპი ვერ გაეშვება Google Play სერვისების გარეშე, რაც თქვენს ტელეფონზე ვერ იძებნება." - "ეს აპი ვერ გაეშვება Google Play სერვისების გარეშე, რაც თქვენს ტელეფონზე ვერ იძებნება." - "Google Play სერვისების მიღება" - "Google Play სერვისების გააქტიურება" - "ეს აპი არ იმუშავებს, თუ არ გაააქტიურებთ Google Play სერვისებს." - "Google Play სერვისების გააქტიურება" - "Google Play სერვისების განახლება" - "ეს აპი ვერ გაეშვება, თუ Google Play სერვისებს არ განაახლებთ." - "ქსელის შეცდომა" - "Google Play Services-თან დასაკავშირებლად მონაცემთა გადაცემა აუცილებელია." - "ანგარიში არასწორია" - "მითითებული ანგარიში ამ მოწყობილობაზე არ არსებობს. გთხოვთ, აირჩიოთ სხვა ანგარიში." - "Google Play სერვისებთან დაკავშირებით უცნობი შეფერხება წარმოიშვა." - "Google Play სერვისები" - "Google Play სერვისები, რაც თქვენს ზოგიერთ აპს ჭირდება, თქვენს მოწყობილობაზე მხარდაჭერილი არ არის. გთხოვთ, დაუკავშირდეთ მწარმოებელს დახმარებისათვის." - "როგორც ჩანს, მოწყობილობის თარიღი არასწორია. გთხოვთ, შეამოწმოთ მოწყობილობის თარიღი." - "განახლება" - "შესვლა" - "Google-ით შესვლა" - - "აპლიკაცია შეეცადა გამოეყენებინა Google Play სერვისების არასწორი ვერსია." - "აპლიკაცია საჭიროებს გააქტიურებულ Google Play Services." - "აპლიკაცია საჭიროებს Google Play Services-ის ინსტალაციას." - "აპლიკაცია საჭიროებს Google Play Services-ის განახლებას." - "Google Play სერვისების შეცდომა" - "მომთხოვნი: %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-km-rKH/strings.xml b/android/3rd_party/google-play-services_lib/res/values-km-rKH/strings.xml deleted file mode 100644 index afebf30875..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-km-rKH/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "ទទួល​សេវាកម្ម​កម្សាន្ត Google" - "កម្មវិធី​នេះ​នឹង​មិន​ដំណើរការ​​ទេ​បើ​គ្មាន​​សេវាកម្ម​កម្សាន្ត​ Google ដែល​ទូរស័ព្ទ​របស់​​អ្នក​មិន​មាន។" - "​​កម្មវិធី​នេះ​នឹង​មិន​ដំណើរការ​​ទេ​បើ​គ្មាន​​សេវាកម្ម​កម្សាន្ត​ Google ដែល​​កុំព្យូទ័រ​បន្ទះ​របស់​អ្នក​មិន​មាន។" - "ទទួល​សេវាកម្ម​កម្សាន្ត Google" - "បើក​សេវាកម្ម​កម្សាន្ត Google" - "កម្ម​វិធី​នេះ​នឹង​មិន​ដំណើរការ​ទេ​ លុះត្រាតែ​អ្នក​បើក​សេវាកម្ម​​កម្សាន្ត​ Google ។" - "បើក​សេវាកម្ម​កម្សាន្ត Google" - "ធ្វើ​បច្ចុប្បន្នភាព​សេវាកម្ម​កម្សាន្ត Google" - "កម្មវិធី​នេះ​នឹង​មិន​ដំណើរការ​ទេ​ លុះត្រាតែ​អ្នក​ធ្វើ​បច្ចុប្បន្នភាព​សេវាកម្ម​កម្សាន្ត Google ។" - "កំហុស​​បណ្ដាញ" - "បាន​ទាមទារ​ការ​តភ្ជាប់​ទិន្នន័យ ដើម្បី​ភ្ជាប់​សេវាកម្ម​ឃ្លាំង​កម្មវិធី។" - "គណនី​មិន​ត្រឹមត្រូវ" - "គណនី​ដែល​បាន​បញ្ជាក់​មិន​មាន​នៅ​លើ​ឧបករណ៍​នេះ​ទេ។ សូម​ជ្រើស​គណនី​ផ្សេង​។" - "មិន​ស្គាល់​បញ្ហា​ជាមួយ​សេវាកម្ម​កម្សាន្ត Google ។" - "សេវាកម្ម​កម្សាន្ត​ Google" - "សេវាកម្ម​កម្សាន្ត Google អាស្រ័យ​លើ​កម្មវិធី​របស់​អ្នក មិន​ត្រូវ​បាន​គាំទ្រ​ដោយ​ឧបករណ៍​របស់​អ្នក។ សូម​ទាក់ទង​ក្រុមហ៊ុន​ផលិត​សម្រាប់​ជំនួយ។" - "កាលបរិច្ឆេទ​លើ​ឧបករណ៍​បង្ហាញ​ថា​មិន​ត្រឹមត្រូវ។ សូម​ពិនិត្យ​កាលបរិច្ឆេទ​លើ​ឧបករណ៍។" - "ធ្វើ​បច្ចុប្បន្នភាព" - "ចូល" - "ចូល​ដោយ​ប្រើ​ Google" - - "កម្មវិធី​​​ព្យាយាម​ប្រើ​កំណែ​មិនល្អ​របស់​សេវា​កម្ម​ឃ្លាំ​កម្មវិធី។" - "កម្មវិធី​ទាមទារ​​បើក​សេវាកម្ម​ឃ្លាំង​កម្មវិធី។" - "កម្មវិធី​ទាមទារ​ការ​ដំឡើង​សេវាកម្ម​ឃ្លាំង​កម្មវិធី។" - "កម្មវិធី​ទាមទារ​​ធ្វើ​បច្ចុប្បន្នភាព​សេវាកម្ម​ឃ្លាំង​កម្មវិធី។" - "កំហុស​សេវា​កម្ម​កម្សាន្ត Google" - "បាន​ស្នើ​ដោយ %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-ko/strings.xml b/android/3rd_party/google-play-services_lib/res/values-ko/strings.xml deleted file mode 100644 index e37f1fd02a..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-ko/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Google Play 서비스 설치" - "휴대전화에 Google Play 서비스가 설치되어 있어야 이 앱이 실행됩니다." - "태블릿에 Google Play 서비스가 설치되어 있어야 이 앱이 실행됩니다." - "Google Play 서비스 설치" - "Google Play 서비스 사용" - "Google Play 서비스를 사용하도록 설정해야 이 앱이 작동합니다." - "Google Play 서비스 사용" - "Google Play 서비스 업데이트" - "Google Play 서비스를 업데이트해야만 이 앱이 실행됩니다." - "네트워크 오류" - "Google Play 서비스에 연결하려면 데이터 연결이 필요합니다." - "올바르지 않은 계정" - "지정한 계정이 이 기기에 존재하지 않습니다. 다른 계정을 선택하세요." - "Google Play 서비스에 알 수 없는 문제가 발생했습니다." - "Google Play 서비스" - "일부 사용자 애플리케이션에 필요한 Google Play 서비스가 사용자 기기에서 지원되지 않습니다. 기기 제조업체에 문의하시기 바랍니다." - "기기의 날짜가 잘못된 것 같습니다. 기기의 날짜를 확인해 주세요." - "업데이트" - "로그인" - "Google 계정으로 로그인" - - "애플리케이션에서 잘못된 버전의 Google Play 서비스를 사용하려고 했습니다." - "Google Play 서비스를 사용하도록 설정해야 하는 애플리케이션입니다." - "Google Play 서비스를 설치해야 하는 애플리케이션입니다." - "Google Play 서비스를 업데이트해야 하는 애플리케이션입니다." - "Google Play 서비스 오류" - "%1$s에서 요청" - diff --git a/android/3rd_party/google-play-services_lib/res/values-lo-rLA/strings.xml b/android/3rd_party/google-play-services_lib/res/values-lo-rLA/strings.xml deleted file mode 100644 index 32bcb0b92b..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-lo-rLA/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "ຕິດຕັ້ງບໍລິການ Google Play" - "ແອັບຯນີ້ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ໂດຍທີ່ບໍ່ມີບໍລິການ Google Play ເຊິ່ງຂາດຫາຍໄປໃນໂທລະສັບຂອງທ່ານ." - "ແອັບຯນີ້ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ໂດຍທີ່ບໍ່ມີບໍລິການ Google Play ເຊິ່ງຂາດຫາຍໄປໃນແທັບເລັດຂອງທ່ານ." - "ຕິດຕັ້ງບໍລິການ Google Play" - "ເປີດໃຊ້ບໍລິການ Google Play" - "ແອັບຯນີ້ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ຈົນກວ່າທ່ານຈະເປີດໃຊ້ບໍລິການ Google Play" - "ເປີດໃຊ້ບໍລິການ Google Play" - "ອັບເດດບໍລິການ Google Play" - "ແອັບຯນີ້ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ຈົນກວ່າທ່ານຈະອັບເດດບໍລິການ Google Play." - "ເຄືອຂ່າຍຜິດພາດ" - "ຕ້ອງໃຊ້ການເຊື່ອມຕໍ່ອິນເຕີເນັດເພື່ອໃຊ້ Google Play Services." - "ບັນຊີບໍ່ຖືກຕ້ອງ" - "ບັນຊີທີ່ເລືອກບໍ່ມີໃນອຸປະກອນນີ້. ກະລຸນາເລືອກບັນຊີອື່ນ." - "ມີປັນຫາທີ່ບໍ່ຄາດຄິດໃນບໍລິການ Google Play." - "ບໍລິການ Google Play" - "ບໍລິການ Google Play ທີ່ບາງແອັບພລິເຄຊັນຂອງທ່ານຕ້ອງອາໄສນັ້ນ ບໍ່ຖືກຮອງຮັບໃນອຸປະກອນຂອງທ່ານ. ກະລຸນາຕິດຕໍ່ຜູ້ຜະລິດສຳລັບການແນະນຳ." - "ວັນທີຂອງອຸປະກອນບໍ່ຖືກຕ້ອງ. ກະລຸນາກວດສອບວັນທີຂອງອຸປະກອນຂອງທ່ານ." - "ອັບເດດ" - "ເຂົ້າສູ່ລະບົບ" - "ເຂົ້າສູ່ລະບົບດ້ວຍ Google" - - "ແອັບພລິເຄຊັນໄດ້ພະຍາຍາມໃຊ້ Google Play Services ເວີຊັນທີ່ບໍ່ສາມາດໃຊ້ໄດ້." - "ແອັບພລິເຄຊັນຕ້ອງການເປີດນຳໃຊ້ Google Play Services." - "ແອັບພລິເຄຊັນຕ້ອງການໃຫ້ຕິດຕັ້ງ Google Play Services." - "ແອັບພລິເຄຊັນຕ້ອງການອັບເດດ Google Play Services." - "ບໍລິການ Google Play ຜິດພາດ" - "ຮ້ອງຂໍໂດຍ %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-lt/strings.xml b/android/3rd_party/google-play-services_lib/res/values-lt/strings.xml deleted file mode 100644 index 73de5fa9aa..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-lt/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Gauti „Google Play“ paslaugų" - "Ši programa neveiks be „Google Play“ paslaugų, kurios neįdiegtos telefone." - "Ši programa neveiks be „Google Play“ paslaugų, kurios neįdiegtos planšetiniame kompiuteryje." - "Gauti „Google Play“ paslaugų" - "Įgalinti „Google Play“ paslaugas" - "Ši programa neveiks, jei neįgalinsite „Google Play“ paslaugų." - "Įgal. „Google Play“ paslaugas" - "Atnaujinti „Google Play“ paslaugas" - "Ši programa neveiks, jei neatnaujinsite „Google Play“ paslaugų." - "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" - "Jūsų įrenginys nepalaiko „Google Play“ paslaugų, kuriomis remiasi kai kurios programos. Jei reikia pagalbos, susisiekite su gamintoju." - "Įrenginyje nurodyta data neteisinga. Patikrinkite įrenginyje nurodytą datą." - "Atnaujinti" - "Prisij." - "Prisij. naud. „Google“" - - "Programa bandė naudotis netinkama „Google Play“ paslaugų versija." - "Norint naudoti programą būtina įgalinti „Google Play“ paslaugas." - "Norint naudoti programą būtina įdiegti „Google Play“ paslaugas." - "Norint naudoti programą būtina atnaujinti „Google Play“ paslaugas." - "„Google Play“ paslaugų klaida" - "Užklausą pateikė „%1$s“" - diff --git a/android/3rd_party/google-play-services_lib/res/values-lv/strings.xml b/android/3rd_party/google-play-services_lib/res/values-lv/strings.xml deleted file mode 100644 index 9e4b6ee6bd..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-lv/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Google Play pakalpojumu iegūšana" - "Lai šī lietotne darbotos, tālrunī ir jāinstalē Google Play pakalpojumi." - "Lai šī lietotne darbotos, planšetdatorā ir jāinstalē Google Play pakalpojumi." - "Iegūt Google Play pakalpojumus" - "Google Play pakalpojumu iespējošana" - "Lai šī lietotne darbotos, iespējojiet Google Play pakalpojumus." - "Iespējot Google Play pakalpojumus" - "Google Play pakalpojumu atjaunināšana" - "Lai šī lietotne darbotos, atjauniniet Google Play pakalpojumus." - "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" - "Jūsu ierīce neatbalsta Google Play pakalpojumus, kuri nepieciešami dažu jūsu lietojumprogrammu darbībai. Lūdzu, sazinieties ar ražotāju, lai saņemtu palīdzību." - "Šķiet, ka ierīcē ir iestatīts nepareizs datums. Lūdzu, pārbaudiet ierīces datumu." - "Atjaunināt" - "Pierakst." - "Pierakstīties Google" - - "Lietojumpr. mēģināja izmantot nederīgu Google Play pakalp. versiju." - "Lai lietojumprogramma darbotos, ir jāiespējo Google Play pakalpojumi." - "Lai lietojumprogramma darbotos, ir jāinstalē Google Play pakalpojumi." - "Lai lietojumprogramma darbotos, jāatjaunina Google Play pakalpojumi." - "Google Play pakalpojumu kļūda" - "Pieprasījums no lietotnes %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-mn-rMN/strings.xml b/android/3rd_party/google-play-services_lib/res/values-mn-rMN/strings.xml deleted file mode 100644 index 1743256a11..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-mn-rMN/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Google Play үйлчилгээ авах" - "Таны утсанд байхгүй байгаа Google Play үйлчилгээг идэвхжүүлж байж энэ апп-г ажиллуулах боломжтой." - "Таны таблетэд байхгүй Google Play үйлчилгээг идэвхжүүлж байж энэ апп-г ажиллуулах боломжтой." - "Google Play үйлчилгээ авах" - "Google Play үйлчилгээг идэвхжүүлэх" - "Та Google Play үйлчилгээг идэвхжүүлж байж энэ апп-г ажиллуулах боломжтой." - "Google Play үйлчилгээг идэвхжүүлэх" - "Google Play үйлчилгээг шинэчлэх" - "Та Google Play үйлчилгээг шинэчлэхгүй бол энэ апп ажиллах боломжгүй." - "Сүлжээний алдаа" - "Google Play үйлчилгээнд холбогдохын тулд дата холболт шаардлагатай." - "Буруу акаунт" - "Заасан акаунт энэ төхөөрөмж дээр байхгүй байна. Өөр акаунт сонгоно уу." - "Google Play үйлчилгээтэй холбоотой тодорхойгүй алдаа." - "Google Play үйлчилгээ" - "Таны зарим аппликешнүүдийн хамаардаг Google Play үйлчилгээ таны төхөөрөмжид дэмжигдэхгүй байна. Тусламж авахын тулд үйлдвэрлэгчтэй холбоо барина уу." - "Төхөөрөмжийн огноо буруу байгаа бололтой. Төхөөрөмжийн огноог шалгана уу." - "Шинэчлэх" - "Нэвтрэх" - "Google-р нэвтрэх:" - - "Аппликешн Google Play Үйлчилгээний муу хувилбарыг ашиглахыг оролдлоо." - "Аппликешн Google Play Үйлчилгээг идэвхжүүлсэн байхыг шаардана." - "Аппликешн Google Play Үйлчилгээг суулгахыг шаардана." - "Аппликешн Google Play Үйлчилгээг шинэчлэхийг шаардана." - "Google Play үйлчилгээний алдаа" - "Хүсэлт гаргасан %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-ms-rMY/strings.xml b/android/3rd_party/google-play-services_lib/res/values-ms-rMY/strings.xml deleted file mode 100644 index 8e8a4b9b8a..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-ms-rMY/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Dapatkan perkhidmatan Google Play" - "Apl ini tidak akan berfungsi tanpa perkhidmatan Google Play dan apl ini tiada pada telefon anda." - "Apl ini tidak akan berfungsi tanpa perkhidmatan Google Play dan apl ini tiada pada tablet anda." - "Dapatkan perkhidmatan Google Play" - "Dayakan perkhidmatan Google Play" - "Apl ini tidak akan berfungsi kecuali anda mendayakan perkhidmatan Google Play." - "Dayakan perkhidmatan Google Play" - "Kemas kini perkhidmatan Google Play" - "Apl ini tidak akan berfungsi kecuali anda mengemas kini perkhidmatan Google Play." - "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" - "Peranti anda tidak menyokong perkhidmatan Google Play, sedangkan sesetengah aplikasi anda memerlukannya. Sila hubungi pengilang untuk bantuan." - "Tarikh pada peranti kelihatan tidak betul. Sila semak tarikh pada peranti." - "Kemas kini" - "Log masuk" - "Log masuk dengan Google" - - "Aplikasi cuba menggunakan versi Perkhidmatan Google Play yang rosak." - "Perkhidmatan Google Play perlu didayakan untuk menggunakan aplikasi." - "Perkhidmatan Google Play perlu dipasang untuk mengguankan aplikasi." - "Perkhidmatan Google Play perlu dikemas kini untuk menggunakan aplikasi." - "Ralat perkhidmatan Google Play" - "Diminta oleh %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-nb/strings.xml b/android/3rd_party/google-play-services_lib/res/values-nb/strings.xml deleted file mode 100644 index 1e16bbb6d2..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-nb/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Installer Google Play Tjenester" - "Denne appen kan ikke kjøres uten Google Play Tjenester, som ikke er installert på telefonen din." - "Denne appen kan ikke kjøres uten Google Play Tjenester, som ikke er installert på nettbrettet ditt." - "Installer Google Play Tjenester" - "Aktiver Google Play Tjenester" - "Denne appen fungerer ikke med mindre du aktiverer Google Play Tjenester." - "Aktiver Google Play Tjenester" - "Oppdater Google Play Tjenester" - "Denne appen kan ikke kjøres før du oppdaterer Google Play Tjenester." - "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" - "Google Play Tjenester, som noen av appene er avhengige av, støttes ikke av enheten. Ta kontakt med produsenten for å få hjelp." - "Datoen på enheten ser ut til å være feil. Sjekk datoen på enheten." - "Oppdater" - "Logg på" - "Logg inn med Google" - - "En app prøvde å bruke en skadet versjon av Google Play Tjenester." - "En app krever Google Play Tjenester for å aktiveres." - "En app krever at Google Play Tjenester installeres." - "En app krever at Google Play Tjenester oppdateres." - "Google Play Tjenester-feil" - "Forespurt av %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-nl/strings.xml b/android/3rd_party/google-play-services_lib/res/values-nl/strings.xml deleted file mode 100644 index f38db5fcdb..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-nl/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Google Play-services ophalen" - "Deze app kan niet worden uitgevoerd zonder Google Play-services die ontbreken op uw telefoon." - "Deze app kan niet worden uitgevoerd zonder Google Play-services die ontbreken op uw tablet." - "Google Play-services ophalen" - "Google Play-services inschakelen" - "Deze app werkt niet, tenzij u Google Play-services inschakelt." - "Google Play-services inschak." - "Google Play-services bijwerken" - "Deze app kan niet worden uitgevoerd, tenzij u Google Play-services bijwerkt." - "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" - "Google Play-services, dat vereist is voor een aantal van uw applicaties, wordt niet ondersteund door uw apparaat. Neem contact op met de fabrikant voor ondersteuning." - "De datum op het apparaat lijkt onjuist. Controleer de datum op het apparaat." - "Bijwerken" - "Inloggen" - "Inloggen met Google" - - "Onjuiste versie van Google Play-services wordt gebruikt." - "Google Play-services moet zijn ingeschakeld voor een applicatie." - "Google Play-services moet zijn geïnstalleerd voor een applicatie." - "Google Play-services moet worden geüpdatet voor een applicatie." - "Fout met Google Play-services" - "Aangevraagd door %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-pl/strings.xml b/android/3rd_party/google-play-services_lib/res/values-pl/strings.xml deleted file mode 100644 index 5eba15ff3a..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-pl/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Pobierz Usługi Google Play" - "Ta aplikacja nie będzie działać bez Usług Google Play, których nie masz na telefonie." - "Ta aplikacja 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" - "Ta aplikacja 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" - "Ta aplikacja nie będzie działać, jeśli nie zaktualizujesz Usług Google Play." - "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" - "Usługi Google Play, od których zależy działanie niektórych aplikacji, nie są obsługiwane na Twoim urządzeniu. Skontaktuj się z producentem, by uzyskać pomoc." - "Data ustawiona na urządzeniu wydaje się nieprawidłowa. Sprawdź datę ustawioną na urządzeniu." - "Aktualizuj" - "Zaloguj się" - "Zaloguj się przez Google" - - "Aplikacja próbowała skorzystać z nieprawidłowej wersji Usług Google Play." - "Aplikacja wymaga włączenia Usług Google Play." - "Aplikacja wymaga zainstalowania Usług Google Play." - "Aplikacja wymaga aktualizacji Usług Google Play." - "Błąd usług Google Play" - "Żądanie z aplikacji %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-pt-rBR/strings.xml b/android/3rd_party/google-play-services_lib/res/values-pt-rBR/strings.xml deleted file mode 100644 index 6db462d709..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-pt-rBR/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Instale o Google Play Services" - "Este aplicativo não funciona sem o Google Play Services, que não está instalado em seu telefone." - "Este aplicativo não funciona sem o Google Play Services, que não está instalado em seu tablet." - "Instalar o Google Play Services" - "Ative o Google Play Services" - "Este aplicativo só funciona com o Google Play Services ativado." - "Ativar o Google Play Services" - "Atualize o Google Play Services" - "Este aplicativo só funciona com uma versão atualizada do Google Play Services." - "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" - "O Google Play Services, necessário para alguns dos aplicativos, não é compatível com seu dispositivo. Entre em contato com o fabricante para obter assistência." - "A data no dispositivo parece incorreta. Verifique a data no dispositivo." - "Atualizar" - "Login" - "Fazer login com o Google" - - "Um aplicativo tentou usar uma versão errada do Google Play Services." - "Um aplicativo requer a ativação do Google Play Services." - "Um aplicativo requer a instalação do Google Play Services." - "Um aplicativo requer a atualização do Google Play Services." - "Ocorreu um erro no Google Play Services" - "Solicitado por %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-pt-rPT/strings.xml b/android/3rd_party/google-play-services_lib/res/values-pt-rPT/strings.xml deleted file mode 100644 index 0ceafcb95f..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-pt-rPT/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Obter serviços do Google Play" - "Esta aplicação não será executada sem os serviços do Google Play, que estão em falta no seu telemóvel." - "Esta aplicação não será executada sem os serviços do Google Play, que estão em falta no seu tablet." - "Obter serviços do Google Play" - "Ativar serviços do Google Play" - "Esta aplicação não funcionará enquanto não ativar os serviços do Google Play." - "Ativar serviços do Google Play" - "Atualizar serviços do Google Play" - "Esta aplicação não será executada enquanto não atualizar os serviços do Google Play." - "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" - "Os serviços do Google Play, dos quais dependem algumas das suas aplicações, não são suportados pelo seu dispositivo. Contacte o fabricante para obter assistência." - "A data no dispositivo parece estar incorreta. Verifique a data no dispositivo." - "Atualizar" - "Inic. ses." - "Inic. sessão com o Google" - - "Aplicação tentou utiliz. versão incorreta dos Serviços do Google Play." - "Uma aplicação necessita da ativação dos Serviços do Google Play." - "Uma aplicação necessita da instalação dos Serviços do Google Play." - "Uma aplicação necessita da atualização dos Serviços do Google Play." - "Erro dos serviços do Google Play" - "Solicitado por %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-pt/strings.xml b/android/3rd_party/google-play-services_lib/res/values-pt/strings.xml deleted file mode 100644 index 6db462d709..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-pt/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Instale o Google Play Services" - "Este aplicativo não funciona sem o Google Play Services, que não está instalado em seu telefone." - "Este aplicativo não funciona sem o Google Play Services, que não está instalado em seu tablet." - "Instalar o Google Play Services" - "Ative o Google Play Services" - "Este aplicativo só funciona com o Google Play Services ativado." - "Ativar o Google Play Services" - "Atualize o Google Play Services" - "Este aplicativo só funciona com uma versão atualizada do Google Play Services." - "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" - "O Google Play Services, necessário para alguns dos aplicativos, não é compatível com seu dispositivo. Entre em contato com o fabricante para obter assistência." - "A data no dispositivo parece incorreta. Verifique a data no dispositivo." - "Atualizar" - "Login" - "Fazer login com o Google" - - "Um aplicativo tentou usar uma versão errada do Google Play Services." - "Um aplicativo requer a ativação do Google Play Services." - "Um aplicativo requer a instalação do Google Play Services." - "Um aplicativo requer a atualização do Google Play Services." - "Ocorreu um erro no Google Play Services" - "Solicitado por %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-ro/strings.xml b/android/3rd_party/google-play-services_lib/res/values-ro/strings.xml deleted file mode 100644 index eb428964ec..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-ro/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Descărcaţi Servicii Google Play" - "Această aplicaţie nu poate rula fără Servicii Google Play, care lipsesc de pe telefon." - "Această aplicaţie nu poate rula fără Servicii Google Play, care lipsesc de pe tabletă." - "Obţineţi Servicii Google Play" - "Activaţi Servicii Google Play" - "Această aplicaţie nu va funcţiona decât dacă activaţi Servicii Google Play." - "Activaţi Servicii Google Play" - "Actualizaţi Servicii Google Play" - "Această aplicaţie nu poate rula decât dacă actualizaţi Servicii Google Play." - "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" - "Gadgetul nu acceptă serviciile Google Play, pe care se bazează unele dintre aplicații. Pentru asistență, contactați producătorul gadgetului." - "Data de pe dispozitiv pare să fie incorectă. Verificați data de pe dispozitiv." - "Actualizaţi" - "Conectați" - "Conectați-vă cu Google" - - "Aplicația a încercat să utilizeze o vers. Servicii Google Play greșită" - "O aplicație necesită activarea Serviciilor Google Play." - "O aplicație necesită instalarea Serviciilor Google Play." - "O aplicație necesită o actualizare pentru Servicii Google Play." - "Eroare Servicii Google Play" - "Solicitată de %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-ru/strings.xml b/android/3rd_party/google-play-services_lib/res/values-ru/strings.xml deleted file mode 100644 index c784aae95c..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-ru/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Установите Сервисы Google Play" - "Для работы этого приложения требуется установить Сервисы Google Play." - "Для работы этого приложения требуется установить Сервисы Google Play." - "Установить" - "Включите Сервисы Google Play" - "Для работы этого приложения требуется включить Сервисы Google Play." - "Включить" - "Обновите Сервисы Google Play" - "Для работы этого приложения требуется обновить Сервисы Google Play." - "Ошибка сети" - "Для работы с Google Play требуется подключение к сети." - "Недействительный аккаунт" - "Этого аккаунта нет на устройстве. Выберите другой." - "Неизвестная ошибка с Сервисами Google Play." - "Сервисы Google Play" - "Сервисы Google Play, необходимые для работы некоторых приложений, не поддерживаются на вашем устройстве. Обратитесь к производителю." - "Проверьте правильность даты, указанной на устройстве." - "Обновить" - "Войти" - "Войти в аккаунт Google" - - "Версия сервисов Google Play неисправна" - "Для работы приложения требуется включить сервисы Google Play" - "Для работы приложения требуется установить сервисы Google Play" - "Для работы приложения требуется обновить сервисы Google Play" - "Ошибка сервисов Google Play" - "Запрос от приложения \"%1$s\"" - diff --git a/android/3rd_party/google-play-services_lib/res/values-sk/strings.xml b/android/3rd_party/google-play-services_lib/res/values-sk/strings.xml deleted file mode 100644 index 125d87f6da..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-sk/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Inštalovať služby Google Play" - "Na spustenie tejto aplikácie sa vyžadujú služby Google Play, ktoré v telefóne nemáte." - "Na spustenie tejto aplikácie sa vyžadujú služby Google Play, ktoré v tablete nemáte." - "Inštalovať služby Google Play" - "Povoliť služby Google Play" - "Táto aplikácia bude fungovať až po povolení služieb Google Play." - "Povoliť služby Google Play" - "Aktualizovať služby Google Play" - "Túto aplikáciu bude možné spustiť až po aktualizácii služieb Google Play." - "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" - "Niektoré vaše aplikácie vyžadujú služby Google Play, ktoré vo vašom zariadení nie sú podporované. Ak potrebujete pomoc, kontaktujte výrobcu." - "Dátum nastavený v zariadení sa zdá byť nesprávny. Skontrolujte ho." - "Aktualizovať" - "Prihlásiť sa" - "Prihlásiť sa do účtu Google" - - "Aplikácia sa pokúsila použiť nesprávnu verziu služieb Google Play." - "Aplikácia vyžaduje povolenie služieb Google Play." - "Aplikácia vyžaduje inštaláciu služieb Google Play." - "Aplikácia vyžaduje aktualizáciu služieb Google Play." - "Chyba služieb Google Play" - "Vyžiadané aplikáciou %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-sl/strings.xml b/android/3rd_party/google-play-services_lib/res/values-sl/strings.xml deleted file mode 100644 index df5821f94c..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-sl/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Namestite storitve Google Play" - "Ta aplikacija ne deluje brez storitev Google Play, ki jih ni v telefonu." - "Ta aplikacija ne deluje brez storitev Google Play, ki jih ni v tabličnem računalniku." - "Namestite storitve Google Play" - "Omogočite storitve Google Play" - "Aplikacija ne bo delovala, če ne omogočite storitev Google Play." - "Omogočite storitve Google Play" - "Posodobite storitve Google Play" - "Ta aplikacija ne deluje, če ne posodobite storitev Google Play." - "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" - "Vaša naprava na podpira storitev Google Play, ki jih potrebujejo nekatere od vaših aplikacij. Za pomoč se obrnite na izdelovalca." - "Videti je, da je datum v napravi napačen. Preverite ga." - "Posodobi" - "Prijava" - "Prijavite se v Google" - - "Aplikacija je poskusila uporabiti napačno različico Storitev Google Play." - "Za delovanje aplikacije morate omogočiti Storitve Google Play." - "Za delovanje aplikacije morate namestiti Storitve Google Play." - "Za delovanje aplikacije morate posodobiti Storitve Google Play." - "Napaka storitev Google Play" - "Zahtevala aplikacija %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-sr/strings.xml b/android/3rd_party/google-play-services_lib/res/values-sr/strings.xml deleted file mode 100644 index ad0b549547..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-sr/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Преузимање Google Play услуга" - "Ова апликација не може да се покрене без Google Play услуга, које недостају на телефону." - "Ова апликација не може да се покрене без Google Play услуга, које недостају на таблету." - "Преузми Google Play услуге" - "Омогућавање Google Play услуга" - "Ова апликација неће функционисати ако не омогућите Google Play услуге." - "Омогући Google Play услуге" - "Ажурирање Google Play услуга" - "Ова апликација не може да се покрене ако не ажурирате Google Play услуге." - "Грешка на мрежи" - "За повезивање са Google Play услугама потребна је веза за пренос података." - "Неважећи налог" - "Наведени налог не постоји на овом уређају. Одаберите други налог." - "Непознат проблем са Google Play услугама." - "Google Play услуге" - "Google Play услуге, које су потребне за функционисање неких од апликација, нису подржане на уређају. Контактирајте произвођача да бисте добили помоћ." - "Изгледа да су подаци на уређају нетачни. Проверите датум на уређају." - "Ажурирај" - "Пријави ме" - "Пријави ме преко Google-а" - - "Апликација је покушала да користи лошу верзију Google Play услуга." - "Апликација захтева да Google Play услуге буду омогућене." - "Апликација захтева инсталирање Google Play услуга." - "Апликација захтева ажурирање Google Play услуга." - "Грешка Google Play услуга" - "Захтева %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-sv/strings.xml b/android/3rd_party/google-play-services_lib/res/values-sv/strings.xml deleted file mode 100644 index 6a10395f4b..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-sv/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Hämta Google Play Tjänster" - "Den här appen kan inte köras utan Google Play Tjänster, som saknas på mobilen." - "Den här appen kan inte köras utan Google Play Tjänster, som saknas på surfplattan." - "Hämta Google Play Tjänster" - "Aktivera Google Play Tjänster" - "Du måste aktivera Google Play Tjänster för att den här appen ska fungera." - "Aktivera Google Play Tjänster" - "Uppdatera Google Play Tjänster" - "Du måste uppdatera Google Play Tjänster innan du kan köra den här appen." - "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" - "Några av dina appar använder Google Play-tjänster som inte stöds av din enhet. Kontakta tillverkaren om du vill ha hjälp." - "Datumet på enheten verkar inte vara rätt. Kontrollera datumet på enheten." - "Uppdatera" - "Logga in" - "Logga in med Google" - - "En olämplig version av Google Play Tjänster anropades av en app." - "Google Play Tjänster måste aktiveras för en att app ska fungera." - "Google Play Tjänster måste installeras för att en app ska fungera." - "Google Play Tjänster måste uppdateras för en app ska fungera." - "Fel på Google Play Tjänster" - "Begärdes av %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-sw/strings.xml b/android/3rd_party/google-play-services_lib/res/values-sw/strings.xml deleted file mode 100644 index 7f29bf5f2e..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-sw/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Pata huduma za Google Play" - "Programu hii haiwezi kuendeshwa bila huduma za Google Play, ambazo hazipo kwenye simu yako." - "Programu hii haiwezi kufanya kazi bila huduma za Google Play, ambazo hazipatikani kwenye kompyuta kibao yako." - "Pata huduma za Google Play" - "Wezesha huduma za Google Play" - "Programu hii haitafanya kazi mpaka utakapowezesha huduma za Google Play." - "Wezesha huduma za Google Play" - "Sasisha huduma za Google Play" - "Programu hii haiwezi kuendeshwa mpaka utakaposasisha huduma za Google Play." - "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" - "Huduma za Google Play, ambazo baadhi ya programu zako zinategemea, si linganifu na kifaa chako. Tafadhali wasiliana na mtengenezaji kwa usaidizi." - "Inaeonekana tarehe ya kifaa sio sahihi. Tafadhali angalia tarehe ya kifaa." - "Sasisha" - "Ingia" - "Ingia ukitumia Google" - - "Programu ilijaribu kutumia toleo baya la Huduma za Google Play." - "Programu inahitaji Huduma za Google Play ili kuwashwa." - "Programu inahitaji usakinishaji wa Huduma za Google Play." - "Programu inahitaji sasisho la Huduma za Google Play." - "Hitilafu kwenye Huduma za Google Play" - "Imeombwa na %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-th/strings.xml b/android/3rd_party/google-play-services_lib/res/values-th/strings.xml deleted file mode 100644 index 6f098fe801..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-th/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "รับบริการ Google Play" - "แอปพลิเคชันนี้จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งไม่มีในโทรศัพท์ของคุณ" - "แอปพลิเคชันนี้จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งไม่มีในแท็บเล็ตของคุณ" - "รับบริการ Google Play" - "เปิดใช้งานบริการ Google Play" - "แอปพลิเคชันนี้จะไม่ทำงานจนกว่าคุณจะเปิดใช้งานบริการ Google Play" - "เปิดใช้งานบริการ Google Play" - "อัปเดตบริการ Google Play" - "แอปพลิเคชันนี้จะไม่ทำงานจนกว่าคุณจะอัปเดตบริการ Google Play" - "ข้อผิดพลาดของเครือข่าย" - "ต้องมีการเขื่อมต่อข้อมูลเพื่อเชื่อมต่อกับบริการ Google Play" - "บัญชีไม่ถูกต้อง" - "บัญชีที่ระบุไม่มีอยู่บนอุปกรณ์นี้ โปรดเลือกบัญชีอื่น" - "ปัญหาที่ไม่รู้จักของบริการ Google Play" - "บริการ Google Play" - "บริการ Google Play ซึ่งใช้งานในบางแอปพลิเคชัน ไม่ได้รับการสนับสนุนโดยอุปกรณ์ของคุณ โปรดติดต่อผู้ผลิตเพื่อขอรับความช่วยเหลือ" - "วันที่บนอุปกรณ์ไม่ถูกต้อง โปรดตรวจสอบวันที่บนอุปกรณ์" - "อัปเดต" - "ลงชื่อใช้" - "ลงชื่อเข้าใช้ด้วย Google" - - "แอปพลิเคชันหนึ่งพยายามใช้เวอร์ชันที่ไม่เหมาะสมของบริการ Google Play" - "แอปพลิเคชันหนึ่งจำเป็นต้องมีบริการ Google Play เพื่อเปิดใช้งาน" - "แอปพลิเคชันหนึ่งจำเป็นต้องมีการติดตั้งบริการ Google Play" - "แอปพลิเคชันหนึ่งจำเป็นต้องมีการอัปเดตสำหรับบริการ Google Play" - "ข้อผิดพลาดของบริการ Google Play" - "ขอโดย %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-tl/strings.xml b/android/3rd_party/google-play-services_lib/res/values-tl/strings.xml deleted file mode 100644 index 337f73c0cd..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-tl/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Kumuha ng mga serbisyo ng Google Play" - "Hindi tatakbo ang app na ito nang wala ang mga serbisyo ng Google Play, na wala sa iyong telepono." - "Hindi gagana ang app na ito 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 app na ito maliban kung papaganahin mo ang mga serbisyo ng Google Play." - "Enable Google Play services" - "I-update ang mga serbisyo ng Google Play" - "Hindi gagana ang app na ito maliban kung i-a-update mo ang mga serbisyo ng Google Play." - "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" - "Ang mga serbisyo ng Google Play, kung saan nakadepende ang ilan sa iyong mga application, ay hindi sinusuportahan ng iyong device. Mangyaring makipag-ugnay sa manufacturer para sa tulong." - "Mukhang hindi tama ang petsa sa device. Pakisuri ang petsa sa device." - "I-update" - "Sign in" - "Mag-sign in sa Google" - - "May app na sumubok ng maling bersyon ng Mga Serbisyo ng Google Play." - "Kailangan ng application na na-enable ang Mga Serbisyo ng Google Play." - "Kailangan ng application na ma-install ang Serbisyo ng Google Play." - "Kailangan ng application na i-update ang Mga Serbisyo ng Google Play." - "Error sa mga serbisyo ng Google Play" - "Hiniling ng %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-tr/strings.xml b/android/3rd_party/google-play-services_lib/res/values-tr/strings.xml deleted file mode 100644 index 17e61e5fcb..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-tr/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Google Play hizmetlerini edinin" - "Google Play Hizmetleri telefonunuzda yok ve bu uygulama Google Play Hizmetleri olmadan çalışmaz." - "Google Play Hizmetleri tabletinizde yok ve bu uygulama Google Play Hizmetleri olmadan çalışmaz." - "Google Play hizmetlerini edin" - "Google Play hizmetlerini etkinleştir" - "Bu uygulama, Google Play Hizmetleri etkinleştirilmeden çalışmaz" - "Google Play hizmetlerini etkinleştir" - "Google Play hizmetlerini güncelle" - "Bu uygulama Google Play Hizmetleri güncellenmeden çalışmaz." - "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" - "Cihazınız, uygulamalarınızdan bazıları için gerekli olan Google Play hizmetlerini desteklemiyor. Lütfen yardım için üreticiyle iletişim kurun." - "Cihazdaki tarih doğru görünmüyor. Lütfen cihazda ayarlı tarihi kontrol edin." - "Güncelle" - "Oturum aç" - "Google\'da oturum aç" - - "Bir uygulama, Google Play Hizmetleri\'nin bozuk bir sürümünü kullanmayı denedi." - "Bir uygulama, Google Play Hizmetleri\'nin etkin olmasını gerektiriyor." - "Bir uygulama, Google Play Hizmetleri\'nin yüklenmesini gerektiriyor." - "Bir uygulama, Google Play Hizmetleri için bir güncelleme gerektiriyor." - "Google Play hizmetleri hatası" - "İstekte bulunan: %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-uk/strings.xml b/android/3rd_party/google-play-services_lib/res/values-uk/strings.xml deleted file mode 100644 index d657aea68d..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-uk/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Установити Google Play Послуги" - "Ця програма не запуститься без Google Play Послуг, яких немає у вашому телефоні." - "Ця програма не запуститься без Google Play Послуг, яких немає на вашому планшетному ПК." - "Установити Google Play Послуги" - "Увімкнути Google Play Послуги" - "Ця програма не працюватиме, поки ви не ввімкнете Google Play Послуги." - "Увімкнути Google Play Послуги" - "Оновити Google Play Послуги" - "Ця програма не запуститься, поки ви не оновите Google Play Послуги." - "Помилка мережі" - "Для під’єднання до сервісів Google Play потрібне з’єднання з мережею." - "Недійсний обліковий запис" - "Указаний обліковий запис не існує на цьому пристрої. Виберіть інший обліковий запис." - "Google Play Послуги – невідома проблема." - "Сервіси Google Play" - "Ваш пристрій не підтримує Сервіси Google Play, від яких залежить робота деяких програм. Зверніться по допомогу до виробника." - "Схоже, на пристрої вказано неправильну дату. Перевірте її." - "Оновити" - "Увійти" - "Увійти в обл.запис Google" - - "Програма спробувала застосувати хибну версію Сервісів Google Play." - "Щоб програма працювала, потрібно ввімкнути Сервіси Google Play." - "Щоб програма працювала, потрібно встановити Сервіси Google Play." - "Щоб програма працювала, потрібно оновити Сервіси Google Play." - "Помилка Сервісів Google Play" - "Запит від програми %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-vi/strings.xml b/android/3rd_party/google-play-services_lib/res/values-vi/strings.xml deleted file mode 100644 index a0434a08ac..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-vi/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Cài đặt dịch vụ của Google Play" - "Ứng dụng này sẽ không chạy nếu không có dịch vụ của Google Play. Điện thoại của bạn bị thiếu dịch vụ này." - "Ứng dụng này sẽ không chạy nếu không có dịch vụ của Google Play. Máy tính bảng của bạn bị thiếu dịch vụ này." - "Cài đặt dịch vụ của Google Play" - "Bật dịch vụ của Google Play" - "Ứng dụng này sẽ không hoạt động trừ khi bạn bậ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" - "Ứng dụng này sẽ không chạy trừ khi bạn cập nhật dịch vụ của Google Play." - "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" - "Các dịch vụ của Google Play mà một số ứng dụng của bạn dựa vào không được thiết bị của bạn hỗ trợ. Vui lòng liên hệ với nhà sản xuất để được hỗ trợ." - "Ngày trên thiết bị có vẻ không chính xác. Vui lòng kiểm tra ngày trên thiết bị." - "Cập nhật" - "Đăng nhập" - "Đăng nhập bằng Google" - - "Ứng dụng đã cố sử dụng phiên bản không đúng của Dịch vụ của Google Play." - "Ứng dụng yêu cầu Dịch vụ của Google Play phải được bật." - "Ứng dụng yêu cầu cài đặt Dịch vụ của Google Play." - "Ứng dụng yêu cầu cập nhật dành cho Dịch vụ Google Play." - "Lỗi dịch vụ của Google Play" - "Được yêu cầu bởi %1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-zh-rCN/strings.xml b/android/3rd_party/google-play-services_lib/res/values-zh-rCN/strings.xml deleted file mode 100644 index 4339e3eb01..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-zh-rCN/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "获取 Google Play 服务" - "您的手机中没有 Google Play 服务,您必须先安装该服务才能运行此应用。" - "您的平板电脑中没有 Google Play 服务,您必须先安装该服务才能运行此应用。" - "获取 Google Play 服务" - "启用 Google Play 服务" - "您必须先启用 Google Play 服务才能运行此应用。" - "启用 Google Play 服务" - "更新 Google Play 服务" - "您必须先更新 Google Play 服务才能运行此应用。" - "网络错误" - "您必须有数据网络连接才能接入 Google Play 服务。" - "无效帐户" - "此设备上不存在指定的帐户,请选择其他帐户。" - "Google Play 服务出现未知问题。" - "Google Play 服务" - "您的设备不支持部分应用所依赖的 Google Play 服务。请与设备制造商联系,以寻求帮助。" - "设备上的日期似乎不正确,请在设备上检查日期。" - "更新" - "登录" - "使用 Google 帐户登录" - - "某个应用尝试使用的 Google Play 服务版本有误。" - "某个应用要求启用 Google Play 服务。" - "某个应用要求安装 Google Play 服务。" - "某个应用要求更新 Google Play 服务。" - "Google Play 服务出错" - "由“%1$s”发出" - diff --git a/android/3rd_party/google-play-services_lib/res/values-zh-rHK/strings.xml b/android/3rd_party/google-play-services_lib/res/values-zh-rHK/strings.xml deleted file mode 100644 index abe6cf1457..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-zh-rHK/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "取得 Google Play 服務" - "您的手機未安裝 Google Play 服務,安裝後才能執行這個應用程式。" - "您的平板電腦未安裝 Google Play 服務,安裝後才能執行這個應用程式。" - "取得 Google Play 服務" - "啟用 Google Play 服務" - "您必須啟用 Google Play 服務,才能執行這個應用程式。" - "啟用 Google Play 服務" - "更新 Google Play 服務" - "您必須更新 Google Play 服務,才能執行這個應用程式。" - "網絡錯誤" - "要連接 Google Play 服務,必需數據連線。" - "無效的帳戶" - "這個裝置上沒有您指定的帳戶,請選擇其他帳戶。" - "Google Play 服務出現不明問題。" - "Google Play 服務" - "您的裝置不支援部分應用程式所需的 Google Play 服務。如需協助,請與您的裝置製造商聯絡。" - "裝置上的日期看來不正確,請檢查裝置上的日期。" - "更新" - "登入" - "登入 Google" - - "應用程式嘗試使用錯誤版本的「Google Play 服務」。" - "必須啟用「Google Play 服務」,才能使用應用程式。" - "必須安裝「Google Play 服務」,才能使用應用程式。" - "必須更新「Google Play 服務」,才能使用應用程式。" - "Google Play 服務錯誤" - "「%1$s」提出要求" - diff --git a/android/3rd_party/google-play-services_lib/res/values-zh-rTW/strings.xml b/android/3rd_party/google-play-services_lib/res/values-zh-rTW/strings.xml deleted file mode 100644 index a66018ab52..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-zh-rTW/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "取得 Google Play 服務" - "您的手機並未安裝 Google Play 服務,所以無法執行這個應用程式。" - "您的平板電腦並未安裝 Google Play 服務,所以無法執行這個應用程式。" - "取得 Google Play 服務" - "啟用 Google Play 服務" - "您必須啟用 Google Play 服務,這個應用程式才能運作。" - "啟用 Google Play 服務" - "更新 Google Play 服務" - "您必須更新 Google Play 服務,才能執行這個應用程式。" - "網路錯誤" - "需要數據連線才能連上 Google Play 服務。" - "無效的帳戶" - "這個裝置上沒有您所指定的帳戶,請選擇其他帳戶。" - "Google Play 服務發生不明問題。" - "Google Play 服務" - "您的裝置不支援部分應用程式所需的 Google Play 服務。如需協助,請與您的裝置製造商聯絡。" - "裝置上的日期似乎不正確,請檢查裝置上的日期。" - "更新" - "登入" - "使用 Google 帳戶登入" - - "應用程式嘗試使用的 Google Play 服務版本有誤。" - "應用程式需要啟用 Google Play 服務。" - "應用程式需要安裝 Google Play 服務。" - "應用程式需要更新 Google Play 服務。" - "Google Play 服務錯誤" - "提出要求的應用程式:%1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values-zu/strings.xml b/android/3rd_party/google-play-services_lib/res/values-zu/strings.xml deleted file mode 100644 index 572d9a52c4..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values-zu/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - "Thola amasevisi e-Google Play" - "Lolu hlelo lokusebenza ngeke lusebenze ngaphandle kwamasevisi e-Google Play, angekho efonini yakho." - "Lolu hlelo lokusebenza ngeke lusebenze ngaphandle kwamasevisi e-Google Play, angekho kuthebulethi yakho." - "Thola amasevisi e-Google Play" - "Nika amandla amasevisi e-Google Play" - "Lolu hlelo lokusebenza ngeke lusebenze ngaphandle nje kokuthi unike amandla amasevisi e-Google Play." - "Nika amandla amasevisi e-Google Play" - "Buyekeza amasevisi e-Google Play" - "Lolu hlelo lokusebenza ngeke lusebenze ngaphandle nje kokuthi ubuyekeze amasevisi e-Google Play." - "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" - "Amasevisi we-Google Play, okungukuthi ezinye izinhlelo zakho zithembele kuwo, awasekelwe yidivayisi yakho. Sicela uxhumane nomkhiqizi ukuze uthole usizo." - "Idethi kudivayisi ibonakala ingalungile. Sicela uhlole idethi kudivayisi." - "Isibuyekezo" - "Ngena ngemvume" - "Ngena ngemvume nge-Google" - - "Uhlelo lokusebenza luzame ukusebenzisa inguqulo embi yamasevisi we-Google Play." - "Uhlelo lokusebenza ludinga amasevisi we-Google Play ukuze anikwe amandla." - "Uhlelo lokusebenza ludinga ukufakwa kwamasevisi we-Google Play." - "Uhlelo lokusebenza ludinga isibuyekezo samasevisi we-Google Play." - "Iphutha lamasevisi we-Google Play" - "Kucelwe yi-%1$s" - diff --git a/android/3rd_party/google-play-services_lib/res/values/ads_attrs.xml b/android/3rd_party/google-play-services_lib/res/values/ads_attrs.xml deleted file mode 100644 index 4e97a734a6..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values/ads_attrs.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - diff --git a/android/3rd_party/google-play-services_lib/res/values/colors.xml b/android/3rd_party/google-play-services_lib/res/values/colors.xml deleted file mode 100644 index 6b2740a509..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values/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/android/3rd_party/google-play-services_lib/res/values/maps_attrs.xml b/android/3rd_party/google-play-services_lib/res/values/maps_attrs.xml deleted file mode 100644 index aaf65c529e..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values/maps_attrs.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/android/3rd_party/google-play-services_lib/res/values/strings.xml b/android/3rd_party/google-play-services_lib/res/values/strings.xml deleted file mode 100644 index 24bd58b11d..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values/strings.xml +++ /dev/null @@ -1,111 +0,0 @@ - - - - - Get Google Play services - - - This app won\'t run without Google Play services, which are missing from your phone. - - - This app won\'t run without Google Play services, which are missing from your tablet. - - - Get Google Play services - - - Enable Google Play services - - - This app won\'t work unless you enable Google Play services. - - - Enable Google Play services - - - Update Google Play services - - - This app won\'t run unless you update Google Play services. - - - 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 - - - Google Play services, which some of your applications rely on, is not supported by your device. Please contact the manufacturer for assistance. - - - The date on the device appears to be incorrect. Please check the date on the device. - - - Update - - - Sign in - - - Sign in with Google - - - - - - An application attempted to use a bad version of Google Play Services. - - - - An application requires Google Play Services to be enabled. - - - - An application requires installation of Google Play Services. - - - - An application requires an update for Google Play Services. - - - - Google Play services error - - - Requested by %1$s - - - - - - - - diff --git a/android/3rd_party/google-play-services_lib/res/values/version.xml b/android/3rd_party/google-play-services_lib/res/values/version.xml deleted file mode 100644 index 2693d3abe8..0000000000 --- a/android/3rd_party/google-play-services_lib/res/values/version.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - 4242000 - diff --git a/android/3rd_party/google-play-services_lib/src/android/UnusedStub.java b/android/3rd_party/google-play-services_lib/src/android/UnusedStub.java deleted file mode 100644 index d546b0ba9f..0000000000 --- a/android/3rd_party/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() { } -}