diff --git a/Android/AndroidManifest.xml b/Android/AndroidManifest.xml index f367086ff..eaeea6be9 100644 --- a/Android/AndroidManifest.xml +++ b/Android/AndroidManifest.xml @@ -1,12 +1,13 @@ - + - + + @@ -83,5 +84,6 @@ + diff --git a/Android/libs/google-play-services_lib/AndroidManifest.xml b/Android/libs/google-play-services_lib/AndroidManifest.xml new file mode 100644 index 000000000..3fac5c54f --- /dev/null +++ b/Android/libs/google-play-services_lib/AndroidManifest.xml @@ -0,0 +1,17 @@ + + + + diff --git a/Android/libs/google-play-services_lib/README.txt b/Android/libs/google-play-services_lib/README.txt new file mode 100644 index 000000000..32f8d5eb8 --- /dev/null +++ b/Android/libs/google-play-services_lib/README.txt @@ -0,0 +1,17 @@ +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/libs/google-play-services_lib/build.xml b/Android/libs/google-play-services_lib/build.xml new file mode 100644 index 000000000..6977de47a --- /dev/null +++ b/Android/libs/google-play-services_lib/build.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Android/libs/google-play-services_lib/libs/google-play-services.jar b/Android/libs/google-play-services_lib/libs/google-play-services.jar new file mode 100644 index 000000000..563d4d6cd Binary files /dev/null and b/Android/libs/google-play-services_lib/libs/google-play-services.jar differ diff --git a/Android/libs/google-play-services_lib/libs/google-play-services.jar.properties b/Android/libs/google-play-services_lib/libs/google-play-services.jar.properties new file mode 100644 index 000000000..429687b79 --- /dev/null +++ b/Android/libs/google-play-services_lib/libs/google-play-services.jar.properties @@ -0,0 +1 @@ +doc=../../../docs/reference diff --git a/Android/libs/google-play-services_lib/proguard.txt b/Android/libs/google-play-services_lib/proguard.txt new file mode 100644 index 000000000..0c9693a2c --- /dev/null +++ b/Android/libs/google-play-services_lib/proguard.txt @@ -0,0 +1,20 @@ +-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/libs/google-play-services_lib/project.properties b/Android/libs/google-play-services_lib/project.properties new file mode 100644 index 000000000..362a0a308 --- /dev/null +++ b/Android/libs/google-play-services_lib/project.properties @@ -0,0 +1,15 @@ +# 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-22 +android.library=true diff --git a/Android/libs/google-play-services_lib/res/color/common_signin_btn_text_dark.xml b/Android/libs/google-play-services_lib/res/color/common_signin_btn_text_dark.xml new file mode 100644 index 000000000..a615ba274 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/color/common_signin_btn_text_dark.xml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/Android/libs/google-play-services_lib/res/color/common_signin_btn_text_light.xml b/Android/libs/google-play-services_lib/res/color/common_signin_btn_text_light.xml new file mode 100644 index 000000000..662066899 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/color/common_signin_btn_text_light.xml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/Android/libs/google-play-services_lib/res/color/wallet_primary_text_holo_light.xml b/Android/libs/google-play-services_lib/res/color/wallet_primary_text_holo_light.xml new file mode 100644 index 000000000..9c2c0fb71 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/color/wallet_primary_text_holo_light.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/Android/libs/google-play-services_lib/res/color/wallet_secondary_text_holo_dark.xml b/Android/libs/google-play-services_lib/res/color/wallet_secondary_text_holo_dark.xml new file mode 100644 index 000000000..0fa1a7656 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/color/wallet_secondary_text_holo_dark.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_full_open_on_phone.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_full_open_on_phone.png new file mode 100644 index 000000000..89423e087 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_full_open_on_phone.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_ic_googleplayservices.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_ic_googleplayservices.png new file mode 100644 index 000000000..cd0f7511c Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_ic_googleplayservices.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png new file mode 100644 index 000000000..0f9e7917e Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png new file mode 100644 index 000000000..570e43225 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png new file mode 100644 index 000000000..570e43225 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png new file mode 100644 index 000000000..0f9e7917e Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png new file mode 100644 index 000000000..f507b9f7d Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png new file mode 100644 index 000000000..d5625e5fc Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png new file mode 100644 index 000000000..aea3c0d16 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png new file mode 100644 index 000000000..849e89f3a Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png new file mode 100644 index 000000000..f4ab2f2a5 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png new file mode 100644 index 000000000..9fe611d68 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png new file mode 100644 index 000000000..bbcde39cf Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png new file mode 100644 index 000000000..53957b698 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png new file mode 100644 index 000000000..53957b698 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png new file mode 100644 index 000000000..bbcde39cf Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png new file mode 100644 index 000000000..000d12e8e Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png new file mode 100644 index 000000000..d9279405c Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png new file mode 100644 index 000000000..67f263c80 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png new file mode 100644 index 000000000..96324c52f Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png new file mode 100644 index 000000000..e4503128f Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png new file mode 100644 index 000000000..fb94b7761 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/ic_plusone_medium_off_client.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/ic_plusone_medium_off_client.png new file mode 100644 index 000000000..b89b8849e Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/ic_plusone_medium_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/ic_plusone_small_off_client.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/ic_plusone_small_off_client.png new file mode 100644 index 000000000..816ec9121 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/ic_plusone_small_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/ic_plusone_standard_off_client.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/ic_plusone_standard_off_client.png new file mode 100644 index 000000000..949ed72d2 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/ic_plusone_standard_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/ic_plusone_tall_off_client.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/ic_plusone_tall_off_client.png new file mode 100644 index 000000000..306a47cb5 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/ic_plusone_tall_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/powered_by_google_dark.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/powered_by_google_dark.png new file mode 100644 index 000000000..721905c3c Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/powered_by_google_dark.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-hdpi/powered_by_google_light.png b/Android/libs/google-play-services_lib/res/drawable-hdpi/powered_by_google_light.png new file mode 100644 index 000000000..53328af01 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-hdpi/powered_by_google_light.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png new file mode 100644 index 000000000..dddcbebf1 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png new file mode 100644 index 000000000..58b75bd7d Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png new file mode 100644 index 000000000..58b75bd7d Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png new file mode 100644 index 000000000..dddcbebf1 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png new file mode 100644 index 000000000..7d9ed7834 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png new file mode 100644 index 000000000..0ca401d37 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png new file mode 100644 index 000000000..f2c3f5571 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png new file mode 100644 index 000000000..83b4fc9d6 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png new file mode 100644 index 000000000..dd74fe876 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png new file mode 100644 index 000000000..b7dc7aac7 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png new file mode 100644 index 000000000..efdfe2e61 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png new file mode 100644 index 000000000..c7650b09e Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png new file mode 100644 index 000000000..c7650b09e Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png new file mode 100644 index 000000000..efdfe2e61 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png new file mode 100644 index 000000000..8c76283e5 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png new file mode 100644 index 000000000..abd26bcd4 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png new file mode 100644 index 000000000..28181c338 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png new file mode 100644 index 000000000..34957fad5 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png new file mode 100644 index 000000000..e923ee9c7 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png new file mode 100644 index 000000000..34cf6bbad Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/ic_plusone_medium_off_client.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/ic_plusone_medium_off_client.png new file mode 100644 index 000000000..05a8cb983 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/ic_plusone_medium_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/ic_plusone_small_off_client.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/ic_plusone_small_off_client.png new file mode 100644 index 000000000..103f364c5 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/ic_plusone_small_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/ic_plusone_standard_off_client.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/ic_plusone_standard_off_client.png new file mode 100644 index 000000000..2ea233e31 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/ic_plusone_standard_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/ic_plusone_tall_off_client.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/ic_plusone_tall_off_client.png new file mode 100644 index 000000000..417d8ee63 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/ic_plusone_tall_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/powered_by_google_dark.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/powered_by_google_dark.png new file mode 100644 index 000000000..a152807e5 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/powered_by_google_dark.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-mdpi/powered_by_google_light.png b/Android/libs/google-play-services_lib/res/drawable-mdpi/powered_by_google_light.png new file mode 100644 index 000000000..015a0ad43 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-mdpi/powered_by_google_light.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-tvdpi/ic_plusone_medium_off_client.png b/Android/libs/google-play-services_lib/res/drawable-tvdpi/ic_plusone_medium_off_client.png new file mode 100644 index 000000000..be4784020 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-tvdpi/ic_plusone_medium_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-tvdpi/ic_plusone_small_off_client.png b/Android/libs/google-play-services_lib/res/drawable-tvdpi/ic_plusone_small_off_client.png new file mode 100644 index 000000000..f629f4011 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-tvdpi/ic_plusone_small_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-tvdpi/ic_plusone_standard_off_client.png b/Android/libs/google-play-services_lib/res/drawable-tvdpi/ic_plusone_standard_off_client.png new file mode 100644 index 000000000..a4f50f1d9 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-tvdpi/ic_plusone_standard_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-tvdpi/ic_plusone_tall_off_client.png b/Android/libs/google-play-services_lib/res/drawable-tvdpi/ic_plusone_tall_off_client.png new file mode 100644 index 000000000..e81f7c5a4 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-tvdpi/ic_plusone_tall_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png new file mode 100644 index 000000000..9044a118a Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png new file mode 100644 index 000000000..e94a49b0a Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png new file mode 100644 index 000000000..e94a49b0a Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png new file mode 100644 index 000000000..9044a118a Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png new file mode 100644 index 000000000..bfe4f0463 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png new file mode 100644 index 000000000..876884fad Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png new file mode 100644 index 000000000..b3e6dd5b4 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png new file mode 100644 index 000000000..5a888f28f Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png new file mode 100644 index 000000000..d0f7b4cbf Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png new file mode 100644 index 000000000..0db6b0645 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png new file mode 100644 index 000000000..d182b5e2c Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png new file mode 100644 index 000000000..47e2aeaf3 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png new file mode 100644 index 000000000..47e2aeaf3 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png new file mode 100644 index 000000000..d182b5e2c Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png new file mode 100644 index 000000000..64e970687 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png new file mode 100644 index 000000000..0fd8cdda1 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png new file mode 100644 index 000000000..3427b4768 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png new file mode 100644 index 000000000..31e38c4c1 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png new file mode 100644 index 000000000..e6a788073 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png new file mode 100644 index 000000000..972962dcf Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/ic_plusone_medium_off_client.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/ic_plusone_medium_off_client.png new file mode 100644 index 000000000..7ce2f8ac9 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/ic_plusone_medium_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/ic_plusone_small_off_client.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/ic_plusone_small_off_client.png new file mode 100644 index 000000000..568305f1c Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/ic_plusone_small_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/ic_plusone_standard_off_client.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/ic_plusone_standard_off_client.png new file mode 100644 index 000000000..13b2ed52c Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/ic_plusone_standard_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/ic_plusone_tall_off_client.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/ic_plusone_tall_off_client.png new file mode 100644 index 000000000..c8eb4b81f Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/ic_plusone_tall_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/powered_by_google_dark.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/powered_by_google_dark.png new file mode 100644 index 000000000..ffd9126bf Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/powered_by_google_dark.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xhdpi/powered_by_google_light.png b/Android/libs/google-play-services_lib/res/drawable-xhdpi/powered_by_google_light.png new file mode 100644 index 000000000..d9f059323 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xhdpi/powered_by_google_light.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png new file mode 100644 index 000000000..c97f349fa Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png new file mode 100644 index 000000000..34cbff115 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png new file mode 100644 index 000000000..34cbff115 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png new file mode 100644 index 000000000..c97f349fa Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png new file mode 100644 index 000000000..702c49b74 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png new file mode 100644 index 000000000..06ad5a5ae Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png new file mode 100644 index 000000000..af160fc73 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png new file mode 100644 index 000000000..c647fb4ce Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png new file mode 100644 index 000000000..fd0a4312b Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png new file mode 100644 index 000000000..f8ce5a6ac Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png new file mode 100644 index 000000000..b491f629f Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png new file mode 100644 index 000000000..777c8d640 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png new file mode 100644 index 000000000..777c8d640 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png new file mode 100644 index 000000000..b491f629f Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png new file mode 100644 index 000000000..c8a8f1cbd Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png new file mode 100644 index 000000000..bcd0d0caf Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png new file mode 100644 index 000000000..ac75dad52 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png new file mode 100644 index 000000000..c19afad66 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png new file mode 100644 index 000000000..c49044185 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png new file mode 100644 index 000000000..c52be7455 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_medium_off_client.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_medium_off_client.png new file mode 100644 index 000000000..210fb4ac1 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_medium_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_small_off_client.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_small_off_client.png new file mode 100644 index 000000000..71855adfa Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_small_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_standard_off_client.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_standard_off_client.png new file mode 100644 index 000000000..ff43fbeb9 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_standard_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_tall_off_client.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_tall_off_client.png new file mode 100644 index 000000000..1bb932a68 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/ic_plusone_tall_off_client.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/powered_by_google_dark.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/powered_by_google_dark.png new file mode 100644 index 000000000..0165a01db Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/powered_by_google_dark.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable-xxhdpi/powered_by_google_light.png b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/powered_by_google_light.png new file mode 100644 index 000000000..aa6b6dba2 Binary files /dev/null and b/Android/libs/google-play-services_lib/res/drawable-xxhdpi/powered_by_google_light.png differ diff --git a/Android/libs/google-play-services_lib/res/drawable/common_signin_btn_icon_dark.xml b/Android/libs/google-play-services_lib/res/drawable/common_signin_btn_icon_dark.xml new file mode 100644 index 000000000..dd1cf679f --- /dev/null +++ b/Android/libs/google-play-services_lib/res/drawable/common_signin_btn_icon_dark.xml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/Android/libs/google-play-services_lib/res/drawable/common_signin_btn_icon_light.xml b/Android/libs/google-play-services_lib/res/drawable/common_signin_btn_icon_light.xml new file mode 100644 index 000000000..abf412bda --- /dev/null +++ b/Android/libs/google-play-services_lib/res/drawable/common_signin_btn_icon_light.xml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/Android/libs/google-play-services_lib/res/drawable/common_signin_btn_text_dark.xml b/Android/libs/google-play-services_lib/res/drawable/common_signin_btn_text_dark.xml new file mode 100644 index 000000000..2d92217cd --- /dev/null +++ b/Android/libs/google-play-services_lib/res/drawable/common_signin_btn_text_dark.xml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/Android/libs/google-play-services_lib/res/drawable/common_signin_btn_text_light.xml b/Android/libs/google-play-services_lib/res/drawable/common_signin_btn_text_light.xml new file mode 100644 index 000000000..810c02112 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/drawable/common_signin_btn_text_light.xml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/Android/libs/google-play-services_lib/res/values-af/common_strings.xml b/Android/libs/google-play-services_lib/res/values-af/common_strings.xml new file mode 100644 index 000000000..66766e0b5 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-af/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play Services-fout" + "\'n Program vereis dat Google Play Services geïnstalleer word." + "\'n Program vereis dat Google Play Services opgedateer word." + "\'n Program vereis \'n opdatering na die Android Wear-program." + "\'n Program vereis dat Google Play Services geaktiveer word." + "Versoek deur %1$s" + "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" + "Dateer Android Wear op" + "Hierdie program sal nie loop nie, tensy jy Google Play-dienste opdateer." + "Hierdie program sal nie werk tensy jy die Android Wear-program opdateer nie." + "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." + "Dateer op" + "Meld aan" + "Meld aan met Google" + "Maak op foon oop" + diff --git a/Android/libs/google-play-services_lib/res/values-am/common_strings.xml b/Android/libs/google-play-services_lib/res/values-am/common_strings.xml new file mode 100644 index 000000000..abaae9f78 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-am/common_strings.xml @@ -0,0 +1,32 @@ + + + "የGoogle Play አገልግሎቶች ስህተት" + "አንድ መተግበሪያ የGoogle Play አገልግሎቶች እንዲጫኑ ይፈልጋል።" + "አንድ መተግበሪያ የGoogle Play አገልግሎቶች እንዲዘምኑ ይፈልጋል።" + "አንድ መተግበሪያ የAndroid Wear መተግበሪያ ዝማኔ ያስፈልገዋል።" + "አንድ መተግበሪያ የGoogle Play አገልግሎቶች እንዲነቁ ይፈልጋል።" + "በ%1$s የተጠየቀ" + "Google Play አገልግሎቶችን አግኝ" + "ይህ መተግበሪያ ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ ስልክዎ ላይ የሉም።" + "ይህ መተግበሪያ ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ ጡባዊዎ ላይ የሉም።" + "Google Play አገልግሎቶችን አግኝ" + "Google Play አገልግሎቶችን አንቃ" + "Google Play አገልግሎቶችን እስካላነቁ ድረስ ይህ መተግበሪያ አይሰራም።" + "Google Play አገልግሎቶችን አንቃ" + "Google Play አገልግሎቶችን ያዘምኑ" + "Android Wearን ያዘምኑ" + "Google Play አገልግሎቶችን እስኪያዘምኑ ድረስ ይህ መተግበሪያ አይሰራም።" + "የAndroid Wear መተግበሪያውን እስኪያዘምኑት ድረስ ይህ መተግበሪያ አያሄድም።" + "የአውታረ መረብ ስህተት" + "ከGoogle Play አገልግሎቶች ጋር ለመገናኘት የውሂብ ግንኙነት ያስፈልጋል።" + "ልክ ያልሆነ መለያ" + "የተገለጸው መለያ በዚህ መሣሪያ ላይ የለም። እባክው የተለየ መለያ ይምረጡ።" + "በGoogle Play አገልግሎቶች ላይ ያልታወቀ ችግር።" + "Google Play አገልግሎቶች" + "የGoogle Play አገልግሎቶች፣ አንዳንድ መተግበሪያዎችዎ በእሱ ላይ ጥገኛ የሆኑት፣ በመሣሪያዎ አይደገፍም። እባክዎ ለእርዳታ አምራቹን ያግኙ።" + "ያዘምኑ" + "ግባ" + "በGoogle ይግቡ" + "ስልክ ላይ ክፈት" + diff --git a/Android/libs/google-play-services_lib/res/values-ar/common_strings.xml b/Android/libs/google-play-services_lib/res/values-ar/common_strings.xml new file mode 100644 index 000000000..b11c84c55 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-ar/common_strings.xml @@ -0,0 +1,32 @@ + + + "‏خطأ في خدمات Google Play" + "‏يتطلب أحد التطبيقات تثبيت خدمات Google Play." + "‏يتطلب أحد التطبيقات تحديث خدمات Google Play." + "‏يتطلب أحد التطبيقات تحديثًا لتطبيق Android Wear." + "‏يتطلب أحد التطبيقات تمكين خدمات Google Play." + "تم الطلب عن طريق %1$s" + "‏الحصول على خدمات Google Play" + "‏لن يتم تشغيل هذا التطبيق بدون خدمات Google Play، والتي لا تتوفر في هاتفك." + "‏لن يتم تشغيل هذا التطبيق بدون خدمات Google Play، والتي لا تتوفر في جهازك اللوحي." + "‏الحصول على خدمات Google Play" + "‏تمكين خدمات Google Play" + "‏لن يعمل هذا التطبيق ما لم يتم تمكين خدمات Google Play." + "‏تمكين خدمات Google Play" + "‏تحديث خدمات Google Play" + "‏تحديث Android Wear" + "‏لن يتم تشغيل هذا التطبيق ما لم تحدِّث خدمات Google Play." + "‏لن يتم تشغيل هذا التطبيق ما لم تحدِّث تطبيق Android Wear." + "خطأ في الشبكة" + "‏يتطلب الاتصال بخدمات Google Play وجود اتصال بيانات." + "حساب غير صالح" + "الحساب الذي تمّ تحديده غير موجود على الجهاز. يُرجى اختيار حساب آخر." + "‏حدثت مشكلة غير معروفة في خدمات Google Play." + "‏خدمات Google Play" + "‏خدمات Google Play التي تستجيب لها بعض تطبيقاتك لا تعمل على جهازك. يُرجى الاتصال بجهة التصنيع للحصول على المساعدة." + "تحديث" + "تسجيل الدخول" + "‏تسجيل الدخول باستخدام Google" + "فتح على الهاتف" + diff --git a/Android/libs/google-play-services_lib/res/values-be/common_strings.xml b/Android/libs/google-play-services_lib/res/values-be/common_strings.xml new file mode 100644 index 000000000..03c0cdd10 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-be/common_strings.xml @@ -0,0 +1,29 @@ + + + "Атрымаць службы Google Play" + "Гэта прыкладанне не будзе працаваць без службаў Google Play, якіх няма ў вашым тэлефоне." + "Гэта прыкладанне не будзе працаваць без службаў Google Play, якіх няма на вашым планшэце." + "Атрымаць службы Google Play" + "Уключыць службы Google Play" + "Гэта прыкладанне не будзе працаваць, пакуль вы не ўключыце службы Google Play." + "Уключыць службы Google Play" + "Абнаўленне службаў Google Play" + "Гэта прыкладанне не будзе працаваць падчас абнаўлення службаў Google Play." + + + + + + + + + "Невядомая праблема са службамі Google Play." + "Службы Google Play" + "Службы Google Play, да якiх прывязаны некаторыя прыкладаннi, не падтрымлiваюцца на вашай прыладзе. Па дапамогу звярнiцеся да вытворцы." + + + "Абнавіць" + "Увайсцi" + "Увайсці ў Google" + diff --git a/Android/libs/google-play-services_lib/res/values-bg/common_strings.xml b/Android/libs/google-play-services_lib/res/values-bg/common_strings.xml new file mode 100644 index 000000000..93d446966 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-bg/common_strings.xml @@ -0,0 +1,32 @@ + + + "Грешка в услугите за Google Play" + "Приложение изисква инсталирането на услугите за Google Play." + "Приложение изисква актуализирането на услугите за Google Play." + "Приложение изисква актуализиране на Android Wear." + "Приложение изисква активирането на услугите за Google Play." + "Заявено от %1$s" + "Изтегляне на услугите за Google Play" + "Това приложение няма да се изпълнява без услугите за Google Play, които липсват в телефона ви." + "Това приложение няма да се изпълнява без услугите за Google Play, които липсват в таблета ви." + "Услуги за Google Play: Изтегл." + "Активиране на услугите за Google Play" + "Това приложение няма да работи, освен ако не активирате услугите за Google Play." + "Услуги за Google Play: Актив." + "Актуализиране на услугите за Google Play" + "Актуализиране на Android Wear" + "Това приложение няма да се изпълнява, освен ако не актуализирате услугите за Google Play." + "Това приложение няма да стартира, освен ако не актуализирате Android Wear." + "Грешка в мрежата" + "За свързване с услугите за Google Play се изисква връзка за данни." + "Невалиден профил" + "Посоченият профил не съществува на това устройство. Моля, изберете друг." + "Неизвестен проблем с услугите за Google Play." + "Услуги за Google Play" + "Услугите за Google Play, на които разчитат някои от приложенията ви, не се поддържат от устройството ви. Моля, свържете се с производителя за помощ." + "Актуализиране" + "Вход" + "Вход с Google" + "Отваряне в телефона" + diff --git a/Android/libs/google-play-services_lib/res/values-bn-rBD/common_strings.xml b/Android/libs/google-play-services_lib/res/values-bn-rBD/common_strings.xml new file mode 100644 index 000000000..90437c6fa --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-bn-rBD/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google প্লে পরিষেবার ত্রুটি" + "একটি অ্যাপ্লিকেশানের জন্য Google প্লে পরিষেবার ইনস্টল করা প্রয়োজন৷" + "একটি অ্যাপ্লিকেশানের জন্য Google প্লে পরিষেবার একটি আপডেটের প্রয়োজন৷" + "একটি অ্যাপ্লিকেশানের জন্য Android Wear অ্যাপ্লিকেশানটির একটি আপডেট প্রয়োজন।" + "একটি অ্যাপ্লিকেশানের জন্য Google প্লে পরিষেবা সক্ষম করা প্রয়োজন৷" + "%1$s দ্বারা অনুরোধ করা হয়েছে" + "Google প্লে পরিষেবা পান" + "Google প্লে পরিষেবা ছাড়া এই অ্যাপ্লিকেশানটি চলবে না, যেটি আপনার ফোনে অনুপস্থিত৷" + "Google প্লে পরিষেবা ছাড়া এই অ্যাপ্লিকেশানটি চলবে না, যেটি আপনার ট্যাবলেটে অনুপস্থিত৷" + "Google প্লে পরিষেবা পান" + "Google প্লে পরিষেবা সক্ষম করুন" + "আপনি যতক্ষণ  না Google প্লে পরিষেবা সক্ষম করবেন ততক্ষণ এই অ্যাপ্লিকেশানটি চলবে না৷" + "Google প্লে পরিষেবা সক্ষম করুন" + "Google প্লে পরিষেবা আপডেট করুন" + "Android Wear আপডেট করুন" + "আপনি যতক্ষণ না Google প্লে পরিষেবা আপডেট ততক্ষণ এই অ্যাপ্লিকেশানটি চলবে না৷" + "আপনি Android Wear অ্যাপ্লিকেশান আপডেট না করা পর্যন্ত এই অ্যাপ্লিকেশানটি চলবে না।" + "নেটওয়ার্ক ত্রুটি" + "Google প্লে পরিষেবা সংযোগ করতে একটি ডেটা সংযোগের প্রয়োজন৷" + "অবৈধ অ্যাকাউন্ট" + "নির্দিষ্ট করা অ্যাকাউন্টটি ডিভাইসে বিদ্যমান নেই৷ দয়া করে একটি ভিন্ন অ্যাকাউন্ট চয়ন করুন৷" + "Google প্লে পরিষেবার সঙ্গে অজানা সমস্যা৷" + "Google প্লে পরিষেবা" + "Google প্লে পরিষেবা, যার উপর আপনার কিছু অ্যাপ্লিকেশান নির্ভর করে, আপনার ডিভাইসে সমর্থিত নয়৷ দয়া করে সহায়তার জন্য প্রস্তুতকারকের সাথে যোগাযোগ করুন৷" + "আপডেট করুন" + "সাইন ইন করুন" + "Google এর মাধ্যমে সাইন ইন করুন" + "ফোনে খুলুন" + diff --git a/Android/libs/google-play-services_lib/res/values-ca/common_strings.xml b/Android/libs/google-play-services_lib/res/values-ca/common_strings.xml new file mode 100644 index 000000000..5b573aa28 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-ca/common_strings.xml @@ -0,0 +1,32 @@ + + + "Error dels 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." + "Una aplicació necessita que s\'actualitzi l\'aplicació Android Wear." + "Una aplicació requereix que s\'activin els serveis de Google Play." + "Sol·licitada per %1$s" + "Baixa els serveis de Google Play" + "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" + "Actualitza Android Wear" + "Aquesta aplicació no s\'executarà si no actualitzes els serveis de Google Play." + "Aquesta aplicació no s\'executarà fins que no actualitzis l\'aplicació Android Wear." + "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." + "Actualitza" + "Inicia sessió" + "Inicia sessió amb Google" + "Obre al telèfon" + diff --git a/Android/libs/google-play-services_lib/res/values-cs/common_strings.xml b/Android/libs/google-play-services_lib/res/values-cs/common_strings.xml new file mode 100644 index 000000000..2122219aa --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-cs/common_strings.xml @@ -0,0 +1,32 @@ + + + "Chyba služeb Google Play" + "Aplikace vyžaduje instalaci služeb Google Play." + "Aplikace vyžaduje aktualizaci služeb Google Play." + "Některá aplikace vyžaduje aktualizaci aplikace Android Wear." + "Aplikace vyžaduje aktivaci služeb Google Play." + "Požadováno aplikací %1$s" + "Instalovat služby Google Play" + "Ke spuštění 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" + "Aktualizujte aplikaci Android Wear" + "Ke spuštění této aplikace je třeba aktualizovat služby Google Play." + "Aplikace bude fungovat po aktualizaci aplikace Android Wear." + "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." + "Aktualizovat" + "Přihlásit se" + "Přihlásit se účtem Google" + "Otevřít v telefonu" + diff --git a/Android/libs/google-play-services_lib/res/values-da/common_strings.xml b/Android/libs/google-play-services_lib/res/values-da/common_strings.xml new file mode 100644 index 000000000..a3a7c3e9f --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-da/common_strings.xml @@ -0,0 +1,32 @@ + + + "Fejl i Google Play-tjenester" + "En applikation kræver, at Google Play-tjenester installeres." + "En applikation kræver, at Google Play-tjenester opdateres." + "En applikation kræver en opdatering af appen Android Wear." + "En applikation kræver, at Google Play-tjenester aktiveres." + "Anmodning fra %1$s" + "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" + "Opdater Android Wear" + "Denne app kan ikke køre, medmindre du opdaterer Google Play-tjenester." + "Denne app kan ikke køre, medmindre du opdaterer appen Android Wear." + "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." + "Opdater" + "Log ind" + "Log ind med Google" + "Åbn på telefonen" + diff --git a/Android/libs/google-play-services_lib/res/values-de/common_strings.xml b/Android/libs/google-play-services_lib/res/values-de/common_strings.xml new file mode 100644 index 000000000..3f0526226 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-de/common_strings.xml @@ -0,0 +1,32 @@ + + + "Fehler bei Zugriff auf Google Play-Dienste" + "App erfordert die Installation der Google Play-Dienste" + "App erfordert ein Update der Google Play-Dienste" + "Für eine App ist die Aktualisierung der Android Wear App erforderlich." + "App erfordert die Aktivierung der Google Play-Dienste" + "Angefordert von %1$s" + "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" + "Android Wear aktualisieren" + "Diese App wird nur ausgeführt, wenn Sie die Google Play-Dienste aktualisieren." + "Diese App funktioniert erst nach der Aktualisierung der Android Wear App." + "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." + "Aktualisieren" + "Anmelden" + "Über Google anmelden" + "Auf Telefon öffnen" + diff --git a/Android/libs/google-play-services_lib/res/values-el/common_strings.xml b/Android/libs/google-play-services_lib/res/values-el/common_strings.xml new file mode 100644 index 000000000..765d0cf7c --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-el/common_strings.xml @@ -0,0 +1,32 @@ + + + "Σφάλμα Υπηρεσιών Google Play" + "Μια εφαρμογή απαιτεί την εγκατάσταση των Υπηρεσιών Google Play." + "Μια εφαρμογή απαιτεί την ενημέρωση των Υπηρεσιών Google Play." + "Μια εφαρμογή απαιτεί την ενημέρωση της εφαρμογής Android Wear." + "Μια εφαρμογή απαιτεί την ενεργοποίηση των Υπηρεσιών Google Play." + "Υποβλήθηκε αίτημα από την εφαρμογή %1$s" + "Λήψη υπηρεσιών Google Play" + "Αυτή η εφαρμογή δεν θα εκτελεστεί χωρίς τις υπηρεσίες Google Play, οι οποίες λείπουν από το τηλέφωνό σας." + "Αυτή η εφαρμογή δεν θα εκτελεστεί χωρίς τις υπηρεσίες Google Play, οι οποίες λείπουν από το tablet σας." + "Λήψη υπηρεσιών Google Play" + "Ενεργοποίηση υπηρεσιών Google Play" + "Αυτή η εφαρμογή δεν θα λειτουργήσει εάν δεν έχετε ενεργοποιήσει τις υπηρεσίες Google Play." + "Ενεργοπ. υπηρεσιών Google Play" + "Ενημέρωση υπηρεσιών Google Play" + "Ενημέρωση Android Wear" + "Αυτή η εφαρμογή θα εκτελεστεί αφού ενημερώσετε τις υπηρεσίες Google Play." + "Αυτή η εφαρμογή δεν θα εκτελεστεί εάν δεν ενημερώσετε την εφαρμογή Android Wear." + "Σφάλμα δικτύου" + "Απαιτείται σύνδεση δεδομένων για να συνδεθείτε με τις Υπηρεσίες Google Play." + "Μη έγκυρος λογαριασμός" + "Ο συγκεκριμένος λογαριασμός δεν υπάρχει σε αυτήν τη συσκευή. Επιλέξτε έναν διαφορετικό λογαριασμό." + "Άγνωστο πρόβλημα με τις υπηρεσίες Google Play." + "Υπηρεσίες Google Play" + "Οι υπηρεσίες Google Play, στις οποίες βασίζονται ορισμένες από τις εφαρμογές σας, δεν υποστηρίζονται στη συσκευή σας. Επικοινωνήστε με τον κατασκευαστή για υποστήριξη." + "Ενημέρωση" + "Σύνδεση" + "Συνδεθείτε στο Google" + "Άνοιγμα στο τηλέφωνο" + diff --git a/Android/libs/google-play-services_lib/res/values-en-rGB/common_strings.xml b/Android/libs/google-play-services_lib/res/values-en-rGB/common_strings.xml new file mode 100644 index 000000000..6beb09608 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-en-rGB/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play services error" + "An application requires installation of Google Play services." + "An application requires an update for Google Play Services." + "An application requires an update to the Android Wear app." + "An application requires Google Play services to be enabled." + "Requested by %1$s" + "Get Google Play services" + "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" + "Update Android Wear" + "This app won\'t run unless you update Google Play services." + "This app won\'t run unless you update the Android Wear app." + "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." + "Update" + "Sign in" + "Sign in with Google" + "Open on phone" + diff --git a/Android/libs/google-play-services_lib/res/values-en-rIN/common_strings.xml b/Android/libs/google-play-services_lib/res/values-en-rIN/common_strings.xml new file mode 100644 index 000000000..6beb09608 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-en-rIN/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play services error" + "An application requires installation of Google Play services." + "An application requires an update for Google Play Services." + "An application requires an update to the Android Wear app." + "An application requires Google Play services to be enabled." + "Requested by %1$s" + "Get Google Play services" + "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" + "Update Android Wear" + "This app won\'t run unless you update Google Play services." + "This app won\'t run unless you update the Android Wear app." + "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." + "Update" + "Sign in" + "Sign in with Google" + "Open on phone" + diff --git a/Android/libs/google-play-services_lib/res/values-es-rUS/common_strings.xml b/Android/libs/google-play-services_lib/res/values-es-rUS/common_strings.xml new file mode 100644 index 000000000..853d4f25f --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-es-rUS/common_strings.xml @@ -0,0 +1,32 @@ + + + "Error de Google Play Services" + "Una aplicación requiere que se instale Google Play Services" + "Una aplicación requiere que se actualice Google Play Services" + "Hay una aplicación que requiere una actualización para la aplicación Android Wear." + "Una aplicación requiere que se habilite Google Play Services" + "Solicitada por %1$s" + "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" + "Actualizar Android Wear" + "Esta aplicación no se ejecutará si no actualizas Google Play Services." + "Esta aplicación no se ejecutará, a menos que actualices la aplicación Android Wear." + "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." + "Actualizar" + "Acceder" + "Acceder con Google" + "Abrir en el teléfono" + diff --git a/Android/libs/google-play-services_lib/res/values-es/common_strings.xml b/Android/libs/google-play-services_lib/res/values-es/common_strings.xml new file mode 100644 index 000000000..ba28fe2d4 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-es/common_strings.xml @@ -0,0 +1,32 @@ + + + "Error de servicios de Google Play" + "Una aplicación requiere la instalación de servicios de Google Play." + "Una aplicación requiere una actualización de servicios de Google Play." + "Una aplicación necesita que Android Wear se actualice." + "Una aplicación requiere que se habiliten los servicios de Google Play." + "Solicitada por %1$s" + "Descargar servicios de Google Play" + "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" + "Actualizar Android Wear" + "Esta aplicación no se ejecutará si no actualizas los servicios de Google Play." + "Esta aplicación no se ejecutará hasta que actualices Android Wear." + "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." + "Actualizar" + "Iniciar sesión" + "Iniciar sesión con Google" + "Abrir en teléfono" + diff --git a/Android/libs/google-play-services_lib/res/values-es/wallet_strings.xml b/Android/libs/google-play-services_lib/res/values-es/wallet_strings.xml new file mode 100644 index 000000000..345f2cf98 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-es/wallet_strings.xml @@ -0,0 +1,4 @@ + + + Comprar con Google + diff --git a/Android/libs/google-play-services_lib/res/values-et-rEE/common_strings.xml b/Android/libs/google-play-services_lib/res/values-et-rEE/common_strings.xml new file mode 100644 index 000000000..603068f43 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-et-rEE/common_strings.xml @@ -0,0 +1,32 @@ + + + "Viga Google Play teenustes" + "Rakenduse kasutamiseks peavad olema installitud Google Play teenused." + "Rakenduse kasutamiseks tuleb värskendada Google Play teenuseid." + "Rakendus nõuab rakenduse Android Wear värskendamist." + "Rakenduse kasutamiseks peavad olema lubatud Google Play teenused." + "Taotluse esitas %1$s" + "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" + "Rakenduse Android Wear värskendamine" + "Seda rakendust ei saa käitada, kui te ei värskenda Google Play teenuseid." + "Rakendus töötab ainult siis, kui värskendate rakendust Android Wear." + "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." + "Värskenda" + "Logi sisse" + "Logi sisse Google\'iga" + "Ava telefonis" + diff --git a/Android/libs/google-play-services_lib/res/values-eu-rES/common_strings.xml b/Android/libs/google-play-services_lib/res/values-eu-rES/common_strings.xml new file mode 100644 index 000000000..189bfa703 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-eu-rES/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play zerbitzuen errorea" + "Aplikazio batek Google Play zerbitzuak instalatzea eskatzen du." + "Aplikazio batek Google Play zerbitzuak eguneratzea eskatzen du." + "Aplikazio batek Android Wear eguneratzea eskatzen du." + "Aplikazio batek Google Play zerbitzuak gaituta egotea eskatzen du." + "%1$s aplikazioak eskatu du" + "Lortu Google Play zerbitzuak" + "Aplikazio hau ez da exekutatuko Google Play zerbitzurik gabe, baina horiek ez daude telefonoan." + "Aplikazio hau ez da exekutatuko Google Play zerbitzurik gabe, baina horiek ez daude tabletan." + "Lortu Google Play zerbitzuak" + "Gaitu Google Play zerbitzuak" + "Aplikazio honek ez du funtzionatuko Google Play zerbitzuak gaitzen ez badituzu." + "Gaitu Google Play zerbitzuak" + "Eguneratu Google Play zerbitzuak" + "Eguneratu Android Wear" + "Aplikazio hau ez da exekutatuko Google Play zerbitzuak eguneratzen ez badituzu." + "Aplikazio hau ez da exekutatuko Android Wear aplikazioa eguneratu ezean." + "Sareko errorea" + "Datu-konexioa behar da Google Play zerbitzuetara konektatzeko." + "Kontu baliogabea" + "Zehaztutako kontua ez dago gailuan. Aukeratu beste kontu bat." + "Google Play zerbitzuekin arazo ezezaguna dago." + "Google Play zerbitzuak" + "Aplikazioetako batzuek behar dituzten Google Play zerbitzuak ez dira zure gailuan onartzen. Laguntza lortzeko, jarri fabrikatzailearen harremanetan." + "Eguneratu" + "Hasi saioa" + "Hasi saioa Google-n" + "Ireki telefonoan" + diff --git a/Android/libs/google-play-services_lib/res/values-fa/common_strings.xml b/Android/libs/google-play-services_lib/res/values-fa/common_strings.xml new file mode 100644 index 000000000..6de54d65f --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-fa/common_strings.xml @@ -0,0 +1,32 @@ + + + "‏خطا در خدمات Google Play" + "‏برنامه‌ای نیاز به نصب خدمات Google Play دارد." + "‏‫برنامه‌ای نیاز به یک به‌روزرسانی برای خدمات Google Play دارد." + "‏برنامه باید به برنامه Android Wear به‌روزرسانی شود." + "‏برنامه‌ای نیاز به فعال شدن خدمات Google Play دارد." + "درخواست توسط %1$s" + "‏دریافت خدمات Google Play" + "‏این برنامه بدون خدمات Google Play اجرا نمی‌شود، این خدمات در تلفن شما وجود ندارد." + "‏این برنامه بدون خدمات Google Play اجرا نمی‌شود، این خدمات در رایانهٔ لوحی شما وجود ندارد." + "‏دریافت خدمات Google Play" + "‏فعال کردن خدمات Google Play" + "‏تا زمانی‌که خدمات Google Play را فعال نکنید این برنامه کار نمی‌کند." + "‏فعال کردن خدمات Google Play" + "‏به‌روزرسانی خدمات Google Play" + "‏به‌روزرسانی Android Wear" + "‏تا زمانی‌که خدمات Google Play را به‌روز نکنید این برنامه کار نمی‌کند." + "‏این برنامه اجرا نمی‌شود مگر اینکه برنامه Android Wear را به‌روزرسانی کنید." + "خطای شبکه" + "‏برای اتصال به خدمات Google Play اتصال داده لازم است." + "حساب نامعتبر" + "حسابی که تعیین کردید در این دستگاه وجود ندارد. لطفاً حساب دیگری را انتخاب کنید." + "‏مشکل نامشخص در خدمات Google Play." + "‏خدمات Google Play" + "‏خدمات Google Play، که برخی از برنامه‌های شما به آن وابسته است، توسط دستگاه شما پشتیبانی نمی‌شود. لطفاً برای دریافت کمک با سازنده تماس بگیرید." + "به‌روزرسانی" + "ورود به سیستم" + "‏ورود به سیستم با Google‎" + "باز کردن در تلفن" + diff --git a/Android/libs/google-play-services_lib/res/values-fi/common_strings.xml b/Android/libs/google-play-services_lib/res/values-fi/common_strings.xml new file mode 100644 index 000000000..9b96f4924 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-fi/common_strings.xml @@ -0,0 +1,32 @@ + + + "Virhe Google Play -palveluissa" + "Asenna Google Play -palvelut, jotta sovellus toimii." + "Päivitä Google Play -palvelut, jotta sovellus toimii." + "Android Wear -sovellus täytyy päivittää toisen sovelluksen takia." + "Ota käyttöön Google Play -palvelut, jotta sovellus toimii." + "Pyynnön teki %1$s" + "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" + "Päivitä Android Wear" + "Tämä sovellus ei toimi, ellet päivitä Google Play -palveluita." + "Tämä sovellus ei toimi, ellet päivitä Android Wear -sovellusta." + "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." + "Päivitä" + "Kirjaudu" + "Kirjaudu Google-tiliin" + "Avaa puhelimessa" + diff --git a/Android/libs/google-play-services_lib/res/values-fr-rCA/common_strings.xml b/Android/libs/google-play-services_lib/res/values-fr-rCA/common_strings.xml new file mode 100644 index 000000000..9ddaded53 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-fr-rCA/common_strings.xml @@ -0,0 +1,32 @@ + + + "Erreur liée aux services Google Play" + "Une application demande l\'installation des services Google Play." + "Une application requiert la mise à jour des services Google Play." + "Une application nécessite une mise à jour d\'Android Wear." + "Une application requiert l\'activation des services Google Play." + "Demandée par %1$s" + "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" + "Mettre à jour Android Wear" + "Cette application ne fonctionnera pas tant que vous n\'aurez pas mis à jour les services Google Play." + "Cette application ne fonctionnera pas tant que vous n\'aurez pas mis à jour l\'application Android Wear." + "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." + "Mettre à jour" + "Connexion" + "Se connecter via Google" + "Ouvrir sur le téléphone" + diff --git a/Android/libs/google-play-services_lib/res/values-fr/common_strings.xml b/Android/libs/google-play-services_lib/res/values-fr/common_strings.xml new file mode 100644 index 000000000..d9938588b --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-fr/common_strings.xml @@ -0,0 +1,32 @@ + + + "Erreur liée aux services Google Play" + "Une application demande l\'installation des services Google Play." + "Une application demande la mise à jour des services Google Play." + "Une application nécessite une mise à jour du Bios de l\'application Android Wear." + "Une application demande l\'activation des services Google Play." + "Notification issue de l\'application \"%1$s\"" + "Installer les services Google Play" + "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" + "Mettre à jour Android Wear" + "Cette application ne fonctionnera pas tant que vous n\'aurez pas mis à jour les services Google Play." + "Cette application ne fonctionnera pas tant que vous n\'aurez pas mis à jour l\'application Android Wear." + "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." + "Mettre à jour" + "Connexion" + "Se connecter avec Google" + "Ouvrir sur le téléphone" + diff --git a/Android/libs/google-play-services_lib/res/values-gl-rES/common_strings.xml b/Android/libs/google-play-services_lib/res/values-gl-rES/common_strings.xml new file mode 100644 index 000000000..8f35507cc --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-gl-rES/common_strings.xml @@ -0,0 +1,32 @@ + + + "Erro nos servizos de Google Play" + "As aplicacións requiren a instalación dos servizos de Google Play." + "Unha aplicación require a actualización dos servizos de Google Play." + "Unha aplicación require unha actualización da aplicación Android Wear." + "As aplicacións requiren ter os servizos de Google Play activados." + "Solicitado por %1$s" + "Descargar servizos de Google Play" + "Esta aplicación non se executará se o teléfono non ten instalados os servizos de Google Play." + "Esta aplicación non se executará se o tablet non ten instalados os servizos de Google Play." + "Obter servizos de Google Play" + "Activar servizos de Google Play" + "Esta aplicación non funcionará se non activas os servizos de Google Play." + "Activar servizos de Google Play" + "Actualizar os servizos de Google Play" + "Actualizar Android Wear" + "Esta aplicación non se executará se non actualizas os servizos de Google Play." + "Esta aplicación non se executará se non actualizas a aplicación Android Wear." + "Erro de rede" + "É necesario dispoñer dunha conexión de datos para conectarse aos servizos de Google Play." + "Conta non válida" + "A conta especificada non existe neste dispositivo. Escolle unha diferente." + "Erro descoñecido cos servizos de Google Play." + "Servizos de Google Play" + "Os servizos de Google Play, nos que confían algunhas das túas aplicacións, non son compatibles co teu dispositivo. Ponte en contacto co fabricante para obter asistencia." + "Actualizar" + "Iniciar sesión" + "Iniciar sesión con Google" + "Abrir no teléfono" + diff --git a/Android/libs/google-play-services_lib/res/values-hi/common_strings.xml b/Android/libs/google-play-services_lib/res/values-hi/common_strings.xml new file mode 100644 index 000000000..5edabf2ef --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-hi/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play सेवाएं त्रुटि" + "ऐप्लिकेशन के लिए Google Play सेवाएं इंस्टॉल किए जाने की आवश्यकता है." + "ऐप्लिकेशन के लिए Google Play सेवाओं में नई जानकारी की आवश्यकता है." + "ऐप्लिकेशन को Android Wear ऐप्स में अपडेट की आवश्यकता है." + "ऐप्लिकेशन के लिए Google Play सेवाएं सक्षम किए जाने की आवश्यकता है." + "%1$s के द्वारा अनुरोधित" + "Google Play सेवाएं पाएं" + "यह ऐप्स Google Play सेवाओं के बिना नहीं चलेगा, जो आपके फ़ोन में नहीं हैं." + "यह ऐप्स Google Play सेवाओं के बिना नहीं चलेगा, जो आपके टेबलेट में नहीं हैं." + "Google Play सेवाएं पाएं" + "Google Play सेवाएं सक्षम करें" + "जब तक आप Google Play सेवाएं सक्षम नहीं करते, तब तक यह ऐप्स कार्य नहीं करेगा." + "Google Play सेवाएं सक्षम करें" + "Google Play सेवाएं से नई जानकारी" + "Android Wear अपडेट करें" + "जब तक आप Google Play सेवाओं से नई जानकारी नहीं लेते हैं, तब तक यह ऐप्स नहीं चलेगा." + "यह ऐप्स तब तक नहीं चलेगा, जब तक कि आप Android Wear ऐप्स को अपडेट नहीं करते." + "नेटवर्क त्रुटि" + "Google Play सेवाओं से कनेक्ट करने के लिए डेटा कनेक्शन की आवश्यकता है." + "अमान्य खाता" + "निर्दिष्ट खाता इस डिवाइस पर मौजूद नहीं है. कृपया कोई भिन्न खाता चुनें." + "Google Play सेवाओं के साथ अज्ञात समस्या." + "Google Play सेवाएं" + "Google Play सेवाएं, जिन पर आपके कुछ ऐप्स निर्भर करते हैं, आपके डिवाइस द्वारा समर्थित नहीं हैं. कृपया सहायता के लिए निर्माता से संपर्क करें." + "नई जानकारी पाएं" + "प्रवेश करें" + "Google से प्रवेश करें" + "फ़ोन पर खोलें" + diff --git a/Android/libs/google-play-services_lib/res/values-hr/common_strings.xml b/Android/libs/google-play-services_lib/res/values-hr/common_strings.xml new file mode 100644 index 000000000..49e1daf27 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-hr/common_strings.xml @@ -0,0 +1,32 @@ + + + "Pogreška Usluga za Google Play" + "Aplikacija zahtijeva instaliranje Usluga za Google Play." + "Aplikacija zahtijeva ažuriranje Usluga za Google Play." + "Aplikacija zahtijeva ažuriranje na aplikaciju Android Wear." + "Aplikacija zahtijeva da Usluge za Google Play budu omogućene." + "Zahtijeva aplikacija %1$s" + "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" + "Ažurirajte Android Wear" + "Ova se aplikacija neće pokrenuti ako ne ažurirate usluge za Google Play." + "Ova aplikacija neće funkcionirati ako ne ažurirate aplikaciju Android Wear." + "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." + "Ažuriranje" + "Prijava" + "Prijava uslugom Google" + "Otvaranje na telefonu" + diff --git a/Android/libs/google-play-services_lib/res/values-hu/common_strings.xml b/Android/libs/google-play-services_lib/res/values-hu/common_strings.xml new file mode 100644 index 000000000..7f57e2719 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-hu/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play-szolgáltatások – hiba" + "Egy alkalmazás Google Play-szolgáltatások telepítését kéri." + "Egy alkalmazás Google Play-szolgáltatások frissítését kéri." + "Egy alkalmazás az Android Wear-alkalmazás frissítését igényli." + "Egy alkalmazás Google Play-szolgáltatások engedélyezését kéri." + "A(z) %1$s kérésére" + "Play-szolgáltatások telepítése" + "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 Android Wear frissítése" + "Az alkalmazás csak akkor fog működni, ha frissíti a Google Play-szolgáltatásokat." + "Ez az alkalmazás nem működik, amíg nem frissíti az Android Wear-alkalmazást." + "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." + "Frissítés" + "Belépés" + "Google-bejelentkezés" + "Megnyitás a telefonon" + diff --git a/Android/libs/google-play-services_lib/res/values-hy-rAM/common_strings.xml b/Android/libs/google-play-services_lib/res/values-hy-rAM/common_strings.xml new file mode 100644 index 000000000..a88c9579b --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-hy-rAM/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play ծառայությունների սխալ կա" + "Ինչ-որ հավելված պահանջում է տեղադրել Google Play ծառայությունները:" + "Ինչ-որ հավելված պահանջում է թարմացնել Google Play ծառայությունները:" + "Ծրագիրը պահանջում է թարմացնել Android Wear-ը:" + "Ինչ-որ հավելված պահանջում է միացնել Google Play ծառայությունները:" + "%1$s-ի հարցմամբ" + "Տեղադրեք Google Play ծառայությունները" + "Այս հավելվածը չի գործարկվի առանց Google Play ծառայությունների, որոնք բացակայում են ձեր հեռախոսում:" + "Այս հավելվածը չի գործարկվի առանց Google Play ծառայությունների, որոնք բացակայում են ձեր գրասալիկում:" + "Տեղադրել Google Play ծառայությունները" + "Միացնել Google Play ծառայությունները" + "Այս ծրագիրը չի աշխատի, եթե դուք չմիացնեք Google Play ծառայությունները:" + "Միացնել Google Play ծառայությունները" + "Նորացրեք Google Play ծառայությունները" + "Թարմացնել Android Wear-ը" + "Այս ծրագիրը չի գործարկվի, եթե դուք չնորացնեք Google Play ծառայությունները:" + "Այս ծրագիրը չի գործարկվի, եթե չթարմացնեք Android Wear-ը:" + "Ցանցի սխալ կա" + "Պահանջվում է տվյալների կապ` Google Play ծառայություններին միանալու համար:" + "Հաշիվն անվավեր է" + "Նշված հաշիվը գոյություն չունի այս սարքում: Ընտրեք այլ հաշիվ:" + "Անհայտ խնդիր՝ Google Play ծառայություններում:" + "Google Play ծառայություններ" + "Google Play ծառայությունները, որոնց ապավինում են ձեր ծրագրերից որոշները, չեն աջակցվում ձեր սարքի կողմից: Խնդրում ենք կապվել արտադրողի հետ օգնության համար:" + "Նորացնել" + "Մուտք գործել" + "Մուտք գործեք Google-ով" + "Բացել հեռախոսում" + diff --git a/Android/libs/google-play-services_lib/res/values-in/common_strings.xml b/Android/libs/google-play-services_lib/res/values-in/common_strings.xml new file mode 100644 index 000000000..d2c3df533 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-in/common_strings.xml @@ -0,0 +1,32 @@ + + + "Kesalahan layanan Google Play" + "Aplikasi mewajibkan pemasangan layanan Google Play." + "Aplikasi mewajibkan pembaruan untuk layanan Google Play." + "Aplikasi memerlukan pembaruan ke aplikasi Android Wear." + "Aplikasi mewajibkan agar layanan Google Play diaktifkan." + "Diminta oleh %1$s" + "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" + "Perbarui Android Wear" + "Aplikasi ini tidak akan berjalan sampai Anda memperbarui layanan Google Play." + "Aplikasi ini tidak akan berjalan sampai Anda memperbarui layanan Android Wear." + "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." + "Perbarui" + "Masuk" + "Masuk dengan Google" + "Buka di ponsel" + diff --git a/Android/libs/google-play-services_lib/res/values-is-rIS/common_strings.xml b/Android/libs/google-play-services_lib/res/values-is-rIS/common_strings.xml new file mode 100644 index 000000000..00975b7a8 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-is-rIS/common_strings.xml @@ -0,0 +1,32 @@ + + + "Villa í þjónustu Google Play" + "Forrit krefst þess að þjónusta Google Play sé sett upp." + "Forrit krefst þess að þjónusta Google Play sé uppfærð." + "Forrit krefst uppfærslu á Android Wear forritinu." + "Forrit krefst þess að þjónusta Google Play sé virk." + "%1$s bað um" + "Sækja þjónustu Google Play" + "Þetta forrit getur ekki keyrt án þjónustu Google Play, sem vantar í símann þinn." + "Þetta forrit getur ekki keyrt án þjónustu Google Play, sem vantar í spjaldtölvuna þína." + "Sækja þjónustu Google Play" + "Virkja þjónustu Google Play" + "Þetta forrit virkar ekki nema þú gerir þjónustu Google Play virka." + "Virkja þjónustu Google Play" + "Uppfæra þjónustu Google Play" + "Uppfærðu Android Wear" + "Þetta forrit getur ekki keyrt nema þú uppfærir þjónustu Google Play." + "Þetta forrit getur ekki keyrt nema þú uppfærir Android Wear forritið." + "Netvilla" + "Gagnatengingar er krafist til að tengjast þjónustu Google Play." + "Ógildur reikningur" + "Tilgreindur reikningur er ekki til staðar í þessu tæki. Veldu annan reikning." + "Óþekkt vandamál með þjónustu Google Play." + "Þjónusta Google Play" + "Þjónusta Google Play, sem sum forrit reiða sig á, er ekki studd í tækinu þínu. Hafðu samband við framleiðandann til að fá aðstoð." + "Uppfæra" + "Skrá inn" + "Skrá inn með Google" + "Opna í símanum" + diff --git a/Android/libs/google-play-services_lib/res/values-it/common_strings.xml b/Android/libs/google-play-services_lib/res/values-it/common_strings.xml new file mode 100644 index 000000000..d88b4c6a6 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-it/common_strings.xml @@ -0,0 +1,32 @@ + + + "Errore Google Play Services" + "Un\'applicazione richiede l\'installazione di Google Play Services." + "Un\'applicazione richiede un aggiornamento di Google Play Services." + "Un\'applicazione richiede l\'aggiornamento dell\'app Android Wear." + "Un\'applicazione richiede l\'attivazione di Google Play Services." + "Richiesta da %1$s" + "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" + "Aggiorna Android Wear" + "L\'app non funzionerà se non aggiorni Google Play Services." + "Questa app funzionerà solo dopo avere aggiornato Android Wear." + "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." + "Aggiorna" + "Accedi" + "Accedi con Google" + "Apri sul telefono" + diff --git a/Android/libs/google-play-services_lib/res/values-iw/common_strings.xml b/Android/libs/google-play-services_lib/res/values-iw/common_strings.xml new file mode 100644 index 000000000..67519b480 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-iw/common_strings.xml @@ -0,0 +1,32 @@ + + + "‏שגיאה בשירותי Google Play" + "‏קיימת אפליקציה המחייבת התקנה של שירותי Google Play." + "‏קיימת אפליקציה המחייבת עדכון עבור שירותי Google Play." + "‏אפליקציה מסוימת דורשת עדכון לאפליקציה Android Wear." + "‏קיימת אפליקציה המחייבת הפעלה של שירותי Google Play." + "התבקשה על ידי %1$s" + "‏קבל את שירותי Google Play" + "‏אפליקציה זו לא תפעל ללא שירותי Google Play, החסרים בטלפון שלך." + "‏אפליקציה זו לא תפעל ללא שירותי Google Play, החסרים בטאבלט שלך." + "‏קבל את שירותי Google Play" + "‏הפעלת שירותי Google Play" + "‏אפליקציה זו לא תעבוד אם לא תפעיל את שירותי Google Play." + "‏הפעל את שירותי Google Play" + "‏עדכון שירותי Google Play" + "‏עדכון Android Wear" + "‏אפליקציה זו לא תפעל אם לא תעדכן את שירותי Google Play." + "‏אפליקציה זו לא תפעל עד שתעדכן את האפליקציה Android Wear." + "שגיאת רשת." + "‏דרוש חיבור נתונים כדי להתחבר לשירותי Google Play." + "חשבון לא חוקי" + "החשבון שצוין לא קיים במכשיר זה. בחר חשבון אחר." + "‏בעיה לא ידועה בשירותי Google Play." + "‏שירותי Google Play" + "‏שירותי Google Play, שחלק מהאפליקציות שלך מתבססות עליהם, אינם נתמכים על ידי המכשיר שברשותך. צור קשר עם היצרן לקבלת סיוע." + "עדכן" + "היכנס" + "‏היכנס באמצעות Google" + "פתח בטלפון" + diff --git a/Android/libs/google-play-services_lib/res/values-ja/common_strings.xml b/Android/libs/google-play-services_lib/res/values-ja/common_strings.xml new file mode 100644 index 000000000..d8a928bc4 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-ja/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play開発者サービスのエラー" + "アプリではGoogle Play開発者サービスをインストールする必要があります" + "アプリではGoogle Play開発者サービスを更新する必要があります" + "Android Wearアプリの更新が必要です。" + "アプリではGoogle Play開発者サービスを有効にする必要があります" + "%1$sによるリクエスト" + "Play開発者サービスの入手" + "このアプリの実行にはGoogle Play開発者サービスが必要ですが、お使いの携帯端末にはインストールされていません。" + "このアプリの実行にはGoogle Play開発者サービスが必要ですが、お使いのタブレットにはインストールされていません。" + "Play開発者サービスの入手" + "Play開発者サービスの有効化" + "このアプリの実行には、Google Play開発者サービスの有効化が必要です。" + "Play開発者サービスの有効化" + "Play開発者サービスの更新" + "Android Wearの更新" + "このアプリの実行には、Google Play開発者サービスの更新が必要です。" + "Android Wearアプリを使用するにはアプリの更新が必要です。" + "ネットワークエラー" + "Google Play開発者サービスに接続するには、データ接続が必要です。" + "無効なアカウント" + "指定したアカウントはこの端末上に存在しません。別のアカウントを選択してください。" + "Google Play開発者サービスで原因不明の問題が発生しました。" + "Google Play開発者サービス" + "一部のアプリが使用しているGoogle Play開発者サービスは、お使いの端末ではサポートされていません。詳しくは、端末メーカーまでお問い合わせください。" + "更新" + "ログイン" + "Googleでログイン" + "端末で開く" + diff --git a/Android/libs/google-play-services_lib/res/values-ka-rGE/common_strings.xml b/Android/libs/google-play-services_lib/res/values-ka-rGE/common_strings.xml new file mode 100644 index 000000000..9db9f63d2 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-ka-rGE/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play Services-ის შეცდომა" + "აპლიკაცია საჭიროება Google Play Services-ის ინსტალაციას." + "აპლიკაცია საჭიროებს Google Play Services-ის განახლებას." + "აპლიკაცია საჭიროებს Android Wear აპის განახლებას." + "აპლიკაცია საჭიროებს გააქტიურებულ Google Play Services." + "მომთხოვნი: %1$s" + "Google Play სერვისების მიღება" + "ეს აპი ვერ გაეშვება Google Play სერვისების გარეშე, რაც თქვენს ტელეფონზე ვერ იძებნება." + "ეს აპი ვერ გაეშვება Google Play სერვისების გარეშე, რაც თქვენს ტელეფონზე ვერ იძებნება." + "Google Play სერვისების მიღება" + "Google Play სერვისების გააქტიურება" + "ეს აპი არ იმუშავებს, თუ არ გაააქტიურებთ Google Play სერვისებს." + "Google Play სერვისების გააქტიურება" + "Google Play სერვისების განახლება" + "Android Wear-ის განახლება" + "ეს აპი ვერ გაეშვება, თუ Google Play სერვისებს არ განაახლებთ." + "ეს აპი ვერ გაეშვება, თუ Android Wear აპს არ განაახლებთ." + "ქსელის შეცდომა" + "Google Play Services-თან დასაკავშირებლად მონაცემთა გადაცემა აუცილებელია." + "ანგარიში არასწორია" + "მითითებული ანგარიში ამ მოწყობილობაზე არ არსებობს. გთხოვთ, აირჩიოთ სხვა ანგარიში." + "Google Play სერვისებთან დაკავშირებით უცნობი შეფერხება წარმოიშვა." + "Google Play სერვისები" + "Google Play სერვისები, რაც თქვენს ზოგიერთ აპს ჭირდება, თქვენს მოწყობილობაზე მხარდაჭერილი არ არის. გთხოვთ, დაუკავშირდეთ მწარმოებელს დახმარებისათვის." + "განახლება" + "შესვლა" + "Google-ით შესვლა" + "ტელეფონზე გახსნა" + diff --git a/Android/libs/google-play-services_lib/res/values-kk-rKZ/common_strings.xml b/Android/libs/google-play-services_lib/res/values-kk-rKZ/common_strings.xml new file mode 100644 index 000000000..ecc6b44bb --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-kk-rKZ/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play қызметтерінің қатесі" + "Қолданба Google Play қызметтерін орнатуды талап етеді." + "Қолданба Google Play қызметтерін жаңартуды талап етеді." + "Қолданба Android Wear қолданбасын жаңартуды қажет етеді." + "Қолданба Google Play қызметтерін қосуды қажет етеді." + "%1$s арқылы сұралған" + "Google Play қызметтерін алу" + "Телефоныңызда жоқ Google Play қызметтерінсіз бұл қолданба іске қосылмайды." + "Планшетіңізде жоқ Google Play қызметтерінсіз бұл қолданба іске қосылмайды." + "Google Play қызметтерін алу" + "Google Play қызметтерін қосу" + "Бұл қолданба Google Play қызметтерін қосқанша жұмыс істемейді." + "Google Play қызметтерін қосу" + "Google Play қызметтерін жаңарту" + "Android Wear қолданбасын жаңарту" + "Бұл қолданба Google Play қызметтерін жаңартқанша іске қосылмайды." + "Бұл қолданба Android Wear қолданбасын жаңартқанша іске қосылмайды." + "Желі қатесі" + "Google Play қызметтеріне қосылу үшін деректер байланысы талап етіледі." + "Жарамсыз тіркелгі" + "Бұл құрылғыда көрсетілген тіркелгі жоқ. Басқа тіркелгіні таңдаңыз." + "Google Play қызметтерімен белгісіз мәселе." + "Google Play қызметтері" + "Кейбір қолданбаларыңыз үшін қажет Google Play қызметтеріне құрылғыңыз қолдау көрсетпейді. Көмек алу үшін өндірушіге хабарласыңыз." + "Жаңарту" + "Кіру" + "Google арқылы кіру" + "Телефонда ашу" + diff --git a/Android/libs/google-play-services_lib/res/values-km-rKH/common_strings.xml b/Android/libs/google-play-services_lib/res/values-km-rKH/common_strings.xml new file mode 100644 index 000000000..17fedd398 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-km-rKH/common_strings.xml @@ -0,0 +1,32 @@ + + + "កំហុស​​សេវាកម្ម​ Google កម្សាន្ត" + "កម្មវិធី​ទាមទារ​ឲ្យ​ដំឡើង​សេវាកម្ម​ Google កម្សាន្ត។" + "កម្មវិធី​ទាមទារ​​ធ្វើ​បច្ចុប្បន្នភាព​សេវាកម្ម ​Google កម្សាន្ត។" + "កម្មវិធី​ទាមទារ​បច្ចុប្បន្នភាព​ចំពោះ​កម្មវិធី Android Wear ។" + "កម្មវិធី​ទាមទារ​ឲ្យ​បើក​សេវាកម្ម​ Google កម្សាន្ត។" + "បាន​ស្នើ​ដោយ %1$s" + "ទទួល​សេវាកម្ម​កម្សាន្ត Google" + "កម្មវិធី​នេះ​នឹង​មិន​ដំណើរការ​​ទេ​បើ​គ្មាន​​សេវាកម្ម​កម្សាន្ត​ Google ដែល​ទូរស័ព្ទ​របស់​​អ្នក​មិន​មាន។" + "​​កម្មវិធី​នេះ​នឹង​មិន​ដំណើរការ​​ទេ​បើ​គ្មាន​​សេវាកម្ម​កម្សាន្ត​ Google ដែល​​កុំព្យូទ័រ​បន្ទះ​របស់​អ្នក​មិន​មាន។" + "ទទួល​សេវាកម្ម​កម្សាន្ត Google" + "បើក​សេវាកម្ម​កម្សាន្ត Google" + "កម្ម​វិធី​នេះ​នឹង​មិន​ដំណើរការ​ទេ​ លុះត្រាតែ​អ្នក​បើក​សេវាកម្ម​​កម្សាន្ត​ Google ។" + "បើក​សេវាកម្ម​កម្សាន្ត Google" + "ធ្វើ​បច្ចុប្បន្នភាព​សេវាកម្ម​កម្សាន្ត Google" + "ធ្វើ​បច្ចុប្បន្នភាព Android Wear" + "កម្មវិធី​នេះ​នឹង​មិន​ដំណើរការ​ទេ​ លុះត្រាតែ​អ្នក​ធ្វើ​បច្ចុប្បន្នភាព​សេវាកម្ម​កម្សាន្ត Google ។" + "កម្មវិធី​នេះ​នឹង​មិន​ដំណើរការ​ទេ លុះ​ត្រា​តែ​អ្នក​ធ្វើ​បច្ចុប្បន្នភាព​​កម្មវិធី Android Wear ។" + "កំហុស​​បណ្ដាញ" + "បាន​ទាមទារ​ការ​តភ្ជាប់​ទិន្នន័យ ដើម្បី​ភ្ជាប់​សេវាកម្ម​ឃ្លាំង​កម្មវិធី។" + "គណនី​មិន​ត្រឹមត្រូវ" + "គណនី​ដែល​បាន​បញ្ជាក់​មិន​មាន​នៅ​លើ​ឧបករណ៍​នេះ​ទេ។ សូម​ជ្រើស​គណនី​ផ្សេង​។" + "មិន​ស្គាល់​បញ្ហា​ជាមួយ​សេវាកម្ម​កម្សាន្ត Google ។" + "សេវាកម្ម​កម្សាន្ត​ Google" + "សេវាកម្ម​កម្សាន្ត Google អាស្រ័យ​លើ​កម្មវិធី​របស់​អ្នក មិន​ត្រូវ​បាន​គាំទ្រ​ដោយ​ឧបករណ៍​របស់​អ្នក។ សូម​ទាក់ទង​ក្រុមហ៊ុន​ផលិត​សម្រាប់​ជំនួយ។" + "ធ្វើ​បច្ចុប្បន្នភាព" + "ចូល" + "ចូល​ដោយ​ប្រើ​ Google" + "បើក​តាម​ទូរស័ព្ទ" + diff --git a/Android/libs/google-play-services_lib/res/values-kn-rIN/common_strings.xml b/Android/libs/google-play-services_lib/res/values-kn-rIN/common_strings.xml new file mode 100644 index 000000000..e144daf26 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-kn-rIN/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play ಸೇವೆಗಳ ದೋಷ" + "ಅಪ್ಲಿಕೇಶನ್‌ಗೆ Google Play ಸೇವೆಗಳು ಸ್ಥಾಪನೆಯಾಗಿರಬೇಕಾಗುತ್ತದೆ." + "ಅಪ್ಲಿಕೇಶನ್‌ಗೆ Google Play ಸೇವೆಗಳ ನವೀಕರಣದ ಅಗತ್ಯವಿದೆ." + "Android Wear ಅಪ್ಲಿಕೇಶನ್ ನವೀಕರಿಸಲು ಅಪ್ಲಿಕೇಶನ್ ಅಗತ್ಯವಿದೆ." + "ಅಪ್ಲಿಕೇಶನ್‌ಗೆ Google Play ಸೇವೆಗಳು ಸಕ್ರಿಯಗೊಂಡಿರಬೇಕಾಗುತ್ತದೆ." + "%1$s ನಿಂದ ವಿನಂತಿಸಲಾಗಿದೆ" + "Google Play ಸೇವೆಗಳನ್ನು ಪಡೆಯಿರಿ" + "ನಿಮ್ಮ ಫೋನ್‍‍ನಲ್ಲಿ ಕಾಣೆಯಾಗಿರುವ ಈ ಅಪ್ಲಿಕೇಶನ್, Google Play ಸೇವೆಗಳಿಲ್ಲದೆ ಚಾಲನೆಯಾಗುವುದಿಲ್ಲ." + "ನಿಮ್ಮ ಟ್ಯಾಬ್ಲೆಟ್‍ನಲ್ಲಿ ಕಾಣೆಯಾಗಿರುವ ಈ ಅಪ್ಲಿಕೇಶನ್, Google Play ಸೇವೆಗಳಿಲ್ಲದೆ ಚಾಲನೆಯಾಗುವುದಿಲ್ಲ." + "Google Play ಸೇವೆಗಳನ್ನು ಪಡೆಯಿರಿ" + "Google Play ಸೇವೆಗಳನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ" + "Google Play ಸೇವೆಗಳನ್ನು ನೀವು ಸಕ್ರಿಯಗೊಳಿಸದ ಹೊರತು ಈ ಅಪ್ಲಿಕೇಶನ್ ಕಾರ್ಯನಿರ್ವಹಿಸುವುದಿಲ್ಲ." + "Google Play ಸೇವೆಗಳನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ" + "Google Play ಸೇವೆಗಳನ್ನು ನವೀಕರಿಸಿ" + "Android Wear ನವೀಕರಿಸಿ" + "ನೀವು Google Play ಸೇವೆಗಳನ್ನು ನವೀಕರಿಸದ ಹೊರತು ಈ ಅಪ್ಲಿಕೇಶನ್ ಚಾಲನೆಯಾಗುವುದಿಲ್ಲ." + "ನೀವು Android Wear ಅಪ್ಲಿಕೇಶನ್ ನವೀಕರಿಸದ ಹೊರತು ಈ ಅಪ್ಲಿಕೇಶನ್ ರನ್ ಆಗುವುದಿಲ್ಲ." + "ನೆಟ್‍ವರ್ಕ್ ದೋಷ" + "Google Play ಸೇವೆಗಳಿಗೆ ಸಂಪರ್ಕ ಹೊಂದಲು ಡೇಟಾ ಸಂಪರ್ಕದ ಅಗತ್ಯವಿದೆ." + "ಅಮಾನ್ಯವಾದ ಖಾತೆ" + "ಈ ಸಾಧನದಲ್ಲಿ ನಿರ್ದಿಷ್ಟಪಡಿಸಲಾದ ಖಾತೆಯು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ. ದಯವಿಟ್ಟು ಬೇರೆಯ ಖಾತೆಯನ್ನು ಆಯ್ಕೆಮಾಡಿ." + "Google Play ಸೇವೆಗಳಿಗೆ ಅಜ್ಞಾತ ಸಮಸ್ಯೆ." + "Google Play ಸೇವೆಗಳು" + "ನಿಮ್ಮ ಕೆಲವು ಅಪ್ಲಿಕೇಶನ್‌ಗಳು ಅವಂಬಿಸಿರುವಂತಹ Google Play ಸೇವೆಗಳನ್ನು ನಿಮ್ಮ ಸಾಧನವು ಬೆಂಬಲಿಸುವುದಿಲ್ಲ. ದಯವಿಟ್ಟು ನೆರವಿಗಾಗಿ ಉತ್ಪಾದಕರನ್ನು ಸಂಪರ್ಕಿಸಿ." + "ನವೀಕರಿಸು" + "ಸೈನ್ ಇನ್ ಮಾಡು" + "Google ಜೊತೆ ಸೈನ್ ಇನ್ ಮಾಡಿ" + "ಫೋನ್‌ನಲ್ಲಿ ತೆರೆಯಿರಿ" + diff --git a/Android/libs/google-play-services_lib/res/values-ko/common_strings.xml b/Android/libs/google-play-services_lib/res/values-ko/common_strings.xml new file mode 100644 index 000000000..9271b8042 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-ko/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play 서비스 오류" + "Google Play 서비스를 설치해야 하는 애플리케이션입니다." + "Google Play 서비스를 업데이트해야 하는 애플리케이션입니다." + "Android Wear 앱에 대한 업데이트가 필요한 애플리케이션이 있습니다." + "Google Play 서비스를 사용 설정해야 하는 애플리케이션입니다." + "%1$s에서 요청" + "Google Play 서비스 설치" + "휴대전화에 Google Play 서비스가 설치되어 있어야 이 앱이 실행됩니다." + "태블릿에 Google Play 서비스가 설치되어 있어야 이 앱이 실행됩니다." + "Google Play 서비스 설치" + "Google Play 서비스 사용" + "Google Play 서비스를 사용하도록 설정해야 이 앱이 작동합니다." + "Google Play 서비스 사용" + "Google Play 서비스 업데이트" + "Android Wear 업데이트" + "Google Play 서비스를 업데이트해야만 이 앱이 실행됩니다." + "Android Wear 앱을 업데이트해야만 이 앱이 실행됩니다." + "네트워크 오류" + "Google Play 서비스에 연결하려면 데이터 연결이 필요합니다." + "올바르지 않은 계정" + "지정한 계정이 이 기기에 존재하지 않습니다. 다른 계정을 선택하세요." + "Google Play 서비스에 알 수 없는 문제가 발생했습니다." + "Google Play 서비스" + "일부 사용자 애플리케이션에 필요한 Google Play 서비스가 사용자 기기에서 지원되지 않습니다. 기기 제조업체에 문의하시기 바랍니다." + "업데이트" + "로그인" + "Google 계정으로 로그인" + "휴대전화에서 열기" + diff --git a/Android/libs/google-play-services_lib/res/values-ky-rKG/common_strings.xml b/Android/libs/google-play-services_lib/res/values-ky-rKG/common_strings.xml new file mode 100644 index 000000000..e92e31f89 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-ky-rKG/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play кызматтарынын катасы" + "Колдонмону иштетүү үчүн, Google Play кызматтарын орнотуу керек." + "Колдонмону иштетүү үчүн, Google Play Кызматтарын жаңыртуу керек." + "Колдонмону Android Тагынма колдонмосуна жаңыртуу керек." + "Колдонмону иштетүү үчүн, Google Play Кызматтарын иштетүү керек." + "%1$s сурап жатат" + "Google Play кызматтарын алуу" + "Бул колдонмо Google Play кызматтарысыз иштебейт, алар сиздин телефонуңузда жок." + "Бул колдонмо Google Play кызматтарысыз иштебейт, алар сиздин планшетиңизде жок." + "Google Play кызматтарын алуу" + "Google Play кызматтарын иштетүү" + "Бул колдонмо Google Play кызматтары иштетилмейинче иштебейт." + "Google Play кызматтарын иштетүү" + "Google Play кызматтарын жаңыртуу" + "Android Тагынманы жаңыртуу" + "Бул колдонмо Google Play кызматтары жаңыртылмайынча иштебейт." + "Android Тагынма колдонмосу жаңыртылмайынча бул колдонмо иштебейт." + "Тармак катасы" + "Google Play Кызматтарына туташуу үчүн, дайындарды өткөрүүчү туташуу талап кылынат." + "Каттоо эсеби жараксыз" + "Көрсөтүлгөн каттоо эсеби бул түзмөктө жок. Башка каттоо эсебин тандаңыз." + "Google Play кызматтарында келип чыккан белгисиз көйгөй." + "Google Play кызматтары" + "Айрым колдонмолоруңузга байланышкан Google Play кызматтары түзмөгүңүздө колдоого алынбайт. Жардам алуу үчүн өндүрүүчүгө кайрылыңыз." + "Жаңыртуу" + "Кирүү" + "Google менен кирүү" + "Телефондо ачык" + diff --git a/Android/libs/google-play-services_lib/res/values-lo-rLA/common_strings.xml b/Android/libs/google-play-services_lib/res/values-lo-rLA/common_strings.xml new file mode 100644 index 000000000..ebdd89d40 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-lo-rLA/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play Services ​ເກີດ​ຄວາມ​ຜິດ​ພາດ" + "​ແອັບ​ພ​ລິ​ເຄ​ຊັນ​ຕ້ອງ​ການ​ໃຫ້​ຕິດ​ຕັ້ງ​ບໍ​ລິ​ການ Google Play ກ່ອນ." + "​ແອັບ​ພ​ລິ​ເຄ​ຊັນ​ຕ້ອງ​ການ​ໃຫ້​ອັບ​ເດດບໍ​ລິ​ການ Google Play ກ່ອນ." + "ແອັບະ​ລິ​ເຄ​ຊັນ​ຕ້ອງ​ການ​ໃຫ້​ອັບ​ເດດ​ແອັບຯ Android Wear." + "ແອັບພລິເຄຊັນຕ້ອງ​ການນຳໃຊ້ Google Play Services." + "ຮ້ອງຂໍໂດຍ %1$s" + "ຕິດຕັ້ງບໍລິການ Google Play" + "ແອັບຯນີ້ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ໂດຍທີ່ບໍ່ມີບໍລິການ Google Play ເຊິ່ງຂາດຫາຍໄປໃນໂທລະສັບຂອງທ່ານ." + "ແອັບຯນີ້ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ໂດຍທີ່ບໍ່ມີບໍລິການ Google Play ເຊິ່ງຂາດຫາຍໄປໃນແທັບເລັດຂອງທ່ານ." + "ຕິດຕັ້ງບໍລິການ Google Play" + "ເປີດໃຊ້ບໍລິການ Google Play" + "ແອັບຯນີ້ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ຈົນກວ່າທ່ານຈະເປີດໃຊ້ບໍລິການ Google Play" + "ເປີດໃຊ້ບໍລິການ Google Play" + "ອັບເດດບໍລິການ Google Play" + "​ອັບ​ເດດ Android Wear" + "ແອັບຯນີ້ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ຈົນກວ່າທ່ານຈະອັບເດດບໍລິການ Google Play." + "ແອັບຯ​ນີ້​ຈະ​ບໍ່​ສາ​ມາດ​ໃຊ້​ໄດ້​ຈົນ​ກວ່າ​ທ່ານ​ຈະ​ອັບ​ເດດ​ແອັບຯ Android Wear." + "ເຄືອຂ່າຍຜິດພາດ" + "ຕ້ອງໃຊ້ການເຊື່ອມຕໍ່ອິນເຕີເນັດເພື່ອໃຊ້ Google Play Services." + "ບັນຊີບໍ່ຖືກຕ້ອງ" + "ບັນຊີທີ່ເລືອກບໍ່ມີໃນອຸປະກອນນີ້. ກະລຸນາເລືອກບັນຊີອື່ນ." + "ມີປັນຫາທີ່ບໍ່ຄາດຄິດໃນບໍລິການ Google Play." + "ບໍລິການ Google Play" + "ບໍລິການ Google Play ທີ່ບາງແອັບພລິເຄຊັນຂອງທ່ານຕ້ອງອາໄສນັ້ນ ບໍ່ຖືກຮອງຮັບໃນອຸປະກອນຂອງທ່ານ. ກະລຸນາຕິດຕໍ່ຜູ້ຜະລິດສຳລັບການແນະນຳ." + "ອັບເດດ" + "ເຂົ້າສູ່ລະບົບ" + "ເຂົ້າສູ່ລະບົບດ້ວຍ Google" + "​ເປີດ​ໃນ​ໂທ​ລະ​ສັບ" + diff --git a/Android/libs/google-play-services_lib/res/values-lt/common_strings.xml b/Android/libs/google-play-services_lib/res/values-lt/common_strings.xml new file mode 100644 index 000000000..235dad872 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-lt/common_strings.xml @@ -0,0 +1,32 @@ + + + "„Google Play“ paslaugų klaida" + "Norint naudoti programą būtina įdiegti „Google Play“ paslaugas." + "Norint naudoti programą būtina atnaujinti „Google Play“ paslaugas." + "Programai reikalingas „Android Wear“ programos naujinys." + "Norint naudoti programą būtina įgalinti „Google Play“ paslaugas." + "Užklausą pateikė „%1$s“" + "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" + "Atnaujinkite „Android Wear“" + "Ši programa neveiks, jei neatnaujinsite „Google Play“ paslaugų." + "Ši programa veiks tik atnaujinus „Android Wear“ programą." + "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." + "Atnaujinti" + "Prisij." + "Prisij. naud. „Google“" + "Atidaryti telefonu" + diff --git a/Android/libs/google-play-services_lib/res/values-lv/common_strings.xml b/Android/libs/google-play-services_lib/res/values-lv/common_strings.xml new file mode 100644 index 000000000..93dd0e3a8 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-lv/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play pakalpojumu kļūda" + "Lai lietojumprogramma darbotos, jāinstalē Google Play pakalpojumi." + "Lai lietojumprogramma darbotos, jāatjaunina Google Play pakalpojumi." + "Lai nodrošinātu kādas lietojumprogrammas darbību, jāatjaunina lietotne Android Wear." + "Lai lietojumprogramma darbotos, jāiespējo Google Play pakalpojumi." + "Pieprasījums no lietotnes %1$s" + "Google Play pakalpojumu iegūšana" + "Lai šī lietotne 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" + "Android Wear atjaunināšana" + "Lai šī lietotne darbotos, atjauniniet Google Play pakalpojumus." + "Šī lietotne nedarbosies, ja neatjaunināsiet lietotni Android Wear." + "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." + "Atjaunināt" + "Pierakst." + "Pierakstīties Google" + "Atvērt tālrunī" + diff --git a/Android/libs/google-play-services_lib/res/values-mk-rMK/common_strings.xml b/Android/libs/google-play-services_lib/res/values-mk-rMK/common_strings.xml new file mode 100644 index 000000000..c675f41da --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-mk-rMK/common_strings.xml @@ -0,0 +1,32 @@ + + + "Грешка на услугите на Google Play" + "Апликацијата бара да се инсталираат услугите на Google Play." + "Апликацијата бара да се ажурираат услугите на Google Play." + "Една апликација бара ажурирање на апликацијата Android Wear." + "Апликацијата бара да се овозможат услугите на Google Play." + "Побарал %1$s" + "Преземи ги услугите на Google Play" + "Апликацијата нема да работи без услугите на Google Play, кои недостасуваат од вашиот телефон." + "Апликацијата нема да работи без услугите на Google Play, кои недостасуваат од вашиот таблет." + "Преземи ги услугите на Google Play" + "Овозможи ги услугите на Google Play" + "Апликацијата нема да работи ако не ги овозможите услугите на Google Play." + "Овозможи ги услугите на Google Play" + "Ажурирај ги услугите на Google Play" + "Ажурирај Android Wear" + "Апликацијата нема да работи ако не ги ажурирате услугите на Google Play." + "Апликацијата нема да работи ако не ја ажурирате апликацијата Android Wear." + "Мрежна грешка" + "Потребно е поврзување податоци за да се поврзете со услугите на Google Play." + "Неважечка сметка" + "Наведената сметка не постои на овој уред. Изберете друга сметка." + "Непознат проблем со услугите на Google Play." + "Услуги на Google Play" + "Уредот не ги поддржува услугите на Google Play на кои се потпираат некои од вашите апликации. Контактирајте со производителот за помош." + "Ажурирај" + "Најави се" + "Најави се со Google" + "Отвори на телефонот" + diff --git a/Android/libs/google-play-services_lib/res/values-ml-rIN/common_strings.xml b/Android/libs/google-play-services_lib/res/values-ml-rIN/common_strings.xml new file mode 100644 index 000000000..d540d05d8 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-ml-rIN/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play സേവനങ്ങളിലെ പിശക്" + "ഒരു അപ്ലിക്കേഷന് Google Play സേവനങ്ങൾ ഇൻസ്‌റ്റാളുചെയ്യേണ്ടതുണ്ട്." + "ഒരു അപ്ലിക്കേഷന് Google Play സേവനങ്ങൾ അപ്‌ഡേറ്റുചെയ്യേണ്ടതുണ്ട്." + "ഒരു അപ്ലിക്കേഷന് Android Wear അപ്ലിക്കേഷനിലേക്ക് അപ്‌ഡേറ്റ് ആവശ്യമാണ്." + "ഒരു അപ്ലിക്കേഷന് Google Play സേവനങ്ങൾ പ്രവർത്തനക്ഷമമാക്കേണ്ടതുണ്ട്." + "%1$s അഭ്യർത്ഥിച്ചത്" + "Google Play സേവനങ്ങൾ നേടുക" + "നിങ്ങളുടെ ഫോണിൽ നിന്നും നഷ്‌ടപ്പെട്ട Google Play സേവനങ്ങളില്ലാതെ ഈ അപ്ലിക്കേഷൻ പ്രവർത്തിയ്ക്കില്ല." + "നിങ്ങളുടെ ടാബ്‌‌ലെറ്റിൽ നിന്നും നഷ്‌ടപ്പെട്ട Google Play സേവനങ്ങളില്ലാതെ ഈ അപ്ലിക്കേഷൻ പ്രവർത്തിയ്ക്കില്ല." + "Google Play സേവനങ്ങൾ നേടുക" + "Google Play സേവനങ്ങൾ പ്രവർത്തനക്ഷമമാക്കുക" + "നിങ്ങൾ Google Play സേവനങ്ങൾ പ്രവർത്തനക്ഷമമാക്കിയില്ലെങ്കിൽ ഈ അപ്ലിക്കേഷൻ പ്രവർത്തിയ്ക്കില്ല." + "Google Play സേവനങ്ങൾ പ്രവർത്തനക്ഷമമാക്കുക" + "Google Play സേവനങ്ങൾ അപ്‌ഡേറ്റുചെയ്യുക" + "Android Wear അപ്‌ഡേറ്റുചെയ്യുക" + "നിങ്ങൾ Google Play സേവനങ്ങൾ അപ്‌ഡേറ്റുചെയ്‌തില്ലെങ്കിൽ ഈ അപ്ലിക്കേഷൻ പ്രവർത്തിക്കില്ല." + "നിങ്ങൾ Android Wear അപ്ലിക്കേഷൻ അപ്‌ഡേറ്റുചെയ്യാത്തിടത്തോളം ഈ അപ്ലിക്കേഷൻ പ്രവർത്തിക്കില്ല." + "നെറ്റ്‌വർക്ക് പിശക്" + "Google Play സേവനങ്ങളിലേയ്ക്ക് കണക്റ്റുചെയ്യുന്നതിന് ഒരു ഡാറ്റ കണക്ഷൻ ആവശ്യമാണ്." + "അക്കൗണ്ട് അസാധുവാണ്" + "വ്യക്തമാക്കിയ അക്കൗണ്ട് ഈ ഉപകരണത്തിൽ നിലവിലില്ല. മറ്റൊരു അക്കൗണ്ട് തിരഞ്ഞെടുക്കുക." + "Google Play സേവനങ്ങളിലെ അജ്ഞാത പ്രശ്‌നം." + "Google Play സേവനങ്ങൾ" + "നിങ്ങളുടെ ചില അപ്ലിക്കേഷനുകൾ ആശ്രയിക്കുന്ന Google Play സേവനങ്ങളെ നിങ്ങളുടെ ഉപകരണം പിന്തുണയ്ക്കുന്നില്ല. സഹായത്തിനായി നിർമ്മാതാവിനെ ബന്ധപ്പെടുക." + "അപ്‌ഡേറ്റുചെയ്യുക" + "സൈൻ ഇൻ ചെയ്യുക" + "Google ഉപയോഗിച്ച് സൈൻ ഇൻ ചെയ്യുക" + "ഫോണിൽ തുറക്കുക" + diff --git a/Android/libs/google-play-services_lib/res/values-mn-rMN/common_strings.xml b/Android/libs/google-play-services_lib/res/values-mn-rMN/common_strings.xml new file mode 100644 index 000000000..01556f933 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-mn-rMN/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Наадаан үйлчилгээний алдаа" + "Аппликешн Google Наадаан Үйлчилгээг суулгахыг шаардана." + "Аппликешн Google Наадаан Үйлчилгээг шинэчлэхийг шаардана." + "Аппликешнийг Андройд Зүүсгэл апп болгон шинэчлэх шаардлагатай." + "Аппликешн Google Наадаан Үйлчилгээг идэвхжүүлсэн байхыг шаардана." + "%1$s хүсэлт гаргасан" + "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-р нэвтрэх:" + "Утсан дээр нээх" + diff --git a/Android/libs/google-play-services_lib/res/values-mr-rIN/common_strings.xml b/Android/libs/google-play-services_lib/res/values-mr-rIN/common_strings.xml new file mode 100644 index 000000000..d1a408e36 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-mr-rIN/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play सेवा त्रुटी" + "अनुप्रयोगासाठी Google Play सेवांची स्थापना आवश्यक आहे." + "अनुप्रयोगासाठी Google Play सेवांचे अद्यतन आवश्यक आहे." + "अनुप्रयोगास Android Wear अॅप अद्यतनित करण्याची आवश्यकता आहे." + "अनुप्रयोगासाठी Google Play सेवा सक्षम केलेल्या असणे आवश्यक आहे." + "%1$s द्वारे विनंती केली" + "Google Play सेवा मिळवा" + "हा अॅप Google Play सेवांशिवाय चालणार नाही, ज्या आपल्या फोनवरून गहाळ झाल्या आहेत." + "हा अॅप Google Play सेवांशिवाय चालणार नाही, ज्या आपल्या टॅब्लेटवरून गहाळ आहेत." + "Google Play सेवा मिळवा" + "Google Play सेवा सक्षम करा" + "आपण Google Play सेवा सक्षम केल्याशिवाय हा अॅप कार्य करणार नाही." + "Google Play सेवा सक्षम करा" + "Google Play सेवा अद्यतनित करा" + "Android Wear अद्यतनित करा" + "आपण Google Play सेवा अद्यतनित केल्याशिवाय हा अॅप चालणार नाही." + "आपण Android Wear अॅप अद्यतनित केल्याशिवाय हा अॅप कार्य करणार नाही." + "नेटवर्क त्रुटी" + "Google Play सेवांशी कनेक्ट होण्यासाठी डेटा कनेक्शन आवश्यक आहे." + "अवैध खाते" + "निर्दिष्ट केलेले खाते या डिव्हाइसवर अस्तित्वात नाही. कृपया एक भिन्न खाते निवडा." + "Google Play सेवांसह अज्ञात समस्या." + "Google Play सेवा" + "आपले काही अनुप्रयोग ज्यावर अवलंबून आहेत अशी, Google Play सेवा, आपल्या डिव्हाइसद्वारे समर्थित नाही. कृपया सहाय्यासाठी निर्मात्याशी संपर्क साधा." + "अद्यतनित करा" + "साइन इन करा" + "Google सह साइन इन करा" + "फोनवर उघडा" + diff --git a/Android/libs/google-play-services_lib/res/values-ms-rMY/common_strings.xml b/Android/libs/google-play-services_lib/res/values-ms-rMY/common_strings.xml new file mode 100644 index 000000000..e25985bbf --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-ms-rMY/common_strings.xml @@ -0,0 +1,32 @@ + + + "Ralat perkhidmatan Google Play" + "Perkhidmatan Google Play perlu dipasang utk menggunakan aplikasi." + "Perkhidmatan Google Play perlu dikemas kini utk menggunakan aplikasi." + "Apl memerlukan kemas kini kepada apl Android Wear." + "Perkhidmatan Google Play perlu didayakan untuk menggunakan aplikasi." + "Diminta oleh %1$s" + "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" + "Kemas kini Android Wear" + "Apl ini tidak akan berfungsi kecuali anda mengemas kini perkhidmatan Google Play." + "Apl ini tidak akan berfungsi melainkan anda mengemas kini apl Android Wear." + "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." + "Kemas kini" + "Log masuk" + "Log masuk dengan Google" + "Buka pada telefon" + diff --git a/Android/libs/google-play-services_lib/res/values-my-rMM/common_strings.xml b/Android/libs/google-play-services_lib/res/values-my-rMM/common_strings.xml new file mode 100644 index 000000000..3d37aa286 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-my-rMM/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google ပလေး ဝန်ဆောင်မှုများ အမှား" + "အပလီကေးရှင်း တစ်ခု အတွက် Google ပလေး ဝန်ဆောင်မှုများကို တပ်ဆင်ပေးရန် လိုသည်။" + "အပလီကေးရှင်း တစ်ခု အတွက် Google ပလေး ဝန်ဆောင်မှုကို မွမ်းမံပေးရန် လိုသည်။" + "အပလီကေးရှင်း တစ်ခုက အန်ဒရွိုက် ဆောင်စရာ appကို မွမ်းမံပေးရန်ကို တောင်းဆိုနေသည်။" + "အပလီကေးှရင်း တစ်ခု အတွက် Google ပလေး ဝန်ဆောင်မှုကို ဖွင့်ပေးရန် လိုအပ်သည်။" + "%1$s က တောင်းဆိုခဲ့သည်" + "Google ပလေး ဝန်ဆောင်မှုများကို ရယူပါ။" + "ဤappသည် သင့်ဖုန်းထဲတွင် မရှိသည့် Google ပလေး ဝန်ဆောင်မှုများ မရှိလျှင် အလုပ်လုပ်မည် မဟုတ်ပါ။" + "သင် တက်ဘလက် ထဲတွင် မရှိသည့် Google ပလေး ဝန်ဆောင်မှုများ မရှိလျှင် အလုပ်လုပ်မည် မဟုတ်ပါ။" + "Google ပလေး ဝန်ဆောင်မှုများကို ရယူရန်" + "Google ပလေး ၀န်ဆောင်မှုများ ဖွင့်ရန်" + "သင်က Google ပလေး ဝန်ဆောင်မှုများ မဖွင့်သရွေ့ ဤapp အလုပ်လုပ်မည် မဟုတ်ပါ။" + "Google ပလေး ၀န်ဆောင်မှုများ ဖွင့်ရန်" + "Google ပလေး ၀န်ဆောင်မှုများကို မွမ်းမံရန်" + "အန်ဒရွိုက် ဆောင်စရာကို မွမ်းမံရန်" + "သင်သည် Google ပလေး ဝန်ဆောင်မှုများကို မမွမ်းမံသရွေ့ ဤ app အလုပ် လုပ်မည် မဟုတ်ပါ။" + "သင်က အန်ဒရွိုက် ဆောင်စရာ appကို မွမ်းမံ မပေးမချင်း ဒီapp အလုပ်လုပ်မည် မဟုတ်ပါ။" + "ကွန်ရက် အမှား" + "Google ပလေး ဝန်ဆောင်မှုများသို့ ဆက်သွယ်ရန် ဒေတာ ချိတ်ဆက်မှု လိုအပ်သည်။" + "မမှန်သည့် အကောင့်" + "ဤကိရိယာမှာ ဖေါ်ပြပါ အကောင့်မရှိပါ။ ကျေးဇူးပြု၍ အခြား အကောင့်ကို ရွေးပါ။" + "Google ပလေး ဝန်ဆောင်မှုတွင် မသိရ ပြဿနာ ရှိနေသည်။" + "Google ပလေး ဝန်ဆောင်မှုများ" + "သင်၏ အပလီကေးရှင်း အချို့က အားကိုးကြသည့် Google ပလေး ဝန်ဆောင်မှုများကို သင်၏ ကိရိယာက မပံ့ပိုးပါ။ အကူအညီရယူရန် ကျေးဇူးပြုပြီး ထုတ်လုပ်သူကို ဆက်သွယ်ပါ။" + "မွမ်းမံရန်" + "လင်မှတ်ထိုး ဝင်" + "Google ဖြင့် လက်မှတ်ထို ဝင်" + "ဖုန်းထဲ ဖွင့်ရန်" + diff --git a/Android/libs/google-play-services_lib/res/values-nb/common_strings.xml b/Android/libs/google-play-services_lib/res/values-nb/common_strings.xml new file mode 100644 index 000000000..646f094cc --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-nb/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play Tjenester-feil" + "En app krever installasjon av Google Play Tjenester." + "En app krever at Google Play Tjenester oppdateres." + "En app krever en oppdatering av Android Wear-appen." + "En app krever Google Play Tjenester for å aktiveres." + "Forespurt av %1$s" + "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" + "Oppdater Android Wear" + "Denne appen kan ikke kjøres før du oppdaterer Google Play Tjenester." + "Denne appen kjører ikke med mindre du oppdaterer Android Wear-appen." + "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." + "Oppdater" + "Logg på" + "Logg inn med Google" + "Åpne på telefonen" + diff --git a/Android/libs/google-play-services_lib/res/values-ne-rNP/common_strings.xml b/Android/libs/google-play-services_lib/res/values-ne-rNP/common_strings.xml new file mode 100644 index 000000000..5b3d605ea --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-ne-rNP/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play सेवाहरूका त्रुटि" + "Google Play सेवाहरू स्थापना गर्न अनुप्रयोग आवश्यक हुन्छ।" + "Google Play सेवाहरू अद्यावधिक गर्न अनुप्रयोग आवश्यक हुन्छ।" + "Android उपयोग अनुप्रयोग लाई अद्यावधिक गर्न एक अनुप्रयोगको आवश्यक छ।" + "Google Play का सेवाहरू सक्षम गर्न अनुप्रयोग आवश्यक हुन्छ।" + "%1$s द्वारा अनुरोध गरियो" + "Google Play सेवाहरू प्राप्त गर्नुहोस्" + "यो अनुप्रयोग Google Play सेवाहरू बिना चल्दैन जुन तपाईँको फोनमा छैन।" + "यो अनुप्रयोग Google Play सेवाहरू बिना चल्दैन जुन तपाईँको ट्याब्लेटमा छैन।" + "Google Play सेवाहरू प्राप्त गर्नुहोस्" + "Google Play सेवाहरू सक्षम पार्नुहोस्" + "तपाईँले Google Play सेवाहरूलाई सक्षम नपारेसम्म यस अनुप्रयोगले काम गर्दैन।" + "Google Play सेवाहरू सक्षम पार्नुहोस्" + "Google Play सेवाहरू अद्यावधिक गर्नुहोस्" + "Android उपयोग अद्यावधिक गर्नुहोस्" + "तपाईँले Google Play सेवाहरू अद्यावधिक नगरेसम्म यो अनुप्रयोग चल्ने छैन।" + "Android उपयोग अनुप्रयोग अद्यावधिक नगरेसम्म यो अनुप्रयोगले कार्य गर्ने छैन।" + "नेटवर्क त्रुटि" + "एउटा डेटा जडान Google प्ले सेवाहरूसँग जडित गर्न आवश्यकता छ।" + "अमान्य खाता" + "निर्दिष्ट खाता यो उपकरणमा छैन। कृपया एउटा अलग खाता चयन गर्नुहोस्।" + "Google Play सेवाहरूको अज्ञात सवाल" + "Google Play सेवाहरू" + "Google Play सेवाहरूसँग भर पर्ने केही तपाईँका अनुप्रयोगहरू तपाईँको उपकरणले समर्थन गर्दैन। कृपया सहयोगका लागि निमार्तासँग सम्पर्क गर्नुहोस्।" + "अद्यावधिक गर्नुहोस्" + "साइन इन गर्नुहोस्" + "गुगलका साथ साइन इन गर्नुहोस्" + "फोनमा खोल्नुहोस्" + diff --git a/Android/libs/google-play-services_lib/res/values-nl/common_strings.xml b/Android/libs/google-play-services_lib/res/values-nl/common_strings.xml new file mode 100644 index 000000000..653e40826 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-nl/common_strings.xml @@ -0,0 +1,32 @@ + + + "Fout met Google Play-services" + "Google Play-services moet zijn geïnstalleerd voor een app." + "Google Play-services moet worden geüpdatet voor een app." + "Er is een update van de Android Wear-app vereist voor een bepaalde app." + "Google Play-services moet zijn ingeschakeld voor een app." + "Aangevraagd door %1$s" + "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 updaten" + "Android Wear bijwerken" + "Deze app kan niet worden uitgevoerd, tenzij u Google Play-services updatet." + "Deze app wordt niet uitgevoerd, tenzij u de Android Wear-app 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." + "Updaten" + "Inloggen" + "Inloggen met Google" + "Openen op telefoon" + diff --git a/Android/libs/google-play-services_lib/res/values-pl/common_strings.xml b/Android/libs/google-play-services_lib/res/values-pl/common_strings.xml new file mode 100644 index 000000000..20d687af6 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-pl/common_strings.xml @@ -0,0 +1,32 @@ + + + "Błąd Usług Google Play" + "Aplikacja wymaga zainstalowania Usług Google Play." + "Aplikacja wymaga zaktualizowania Usług Google Play." + "Aplikacja wymaga aktualizacji do Android Wear." + "Aplikacja wymaga włączenia Usług Google Play." + "Żądanie z aplikacji %1$s" + "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" + "Zaktualizuj Android Wear" + "Ta aplikacja nie będzie działać, jeśli nie zaktualizujesz Usług Google Play." + "Ta aplikacja nie będzie działać, jeśli nie zaktualizujesz aplikacji Google Wear." + "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." + "Aktualizuj" + "Zaloguj się" + "Zaloguj się przez Google" + "Otwórz na telefonie" + diff --git a/Android/libs/google-play-services_lib/res/values-pt-rBR/common_strings.xml b/Android/libs/google-play-services_lib/res/values-pt-rBR/common_strings.xml new file mode 100644 index 000000000..8c0b57397 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-pt-rBR/common_strings.xml @@ -0,0 +1,32 @@ + + + "Erro do Google Play Services" + "Um app requer a instalação do Google Play Services." + "Um app requer a atualização do Google Play Services." + "Um app exige uma atualização do app Android Wear." + "Um app requer a ativação do Google Play Services." + "Solicitado por %1$s" + "Instale o Google Play Services" + "Este app não funciona sem o Google Play Services, que não está instalado em seu telefone." + "Este app 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 app só funciona com o Google Play Services ativado." + "Ativar o Google Play Services" + "Atualize o Google Play Services" + "Atualizar o Android Wear" + "Este app só funciona com uma versão atualizada do Google Play Services." + "Este app só funciona com uma versão atualizada do app Android Wear." + "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 apps, não é compatível com seu dispositivo. Entre em contato com o fabricante para obter assistência." + "Atualizar" + "Login" + "Fazer login com o Google" + "Abrir no smartphone" + diff --git a/Android/libs/google-play-services_lib/res/values-pt-rPT/common_strings.xml b/Android/libs/google-play-services_lib/res/values-pt-rPT/common_strings.xml new file mode 100644 index 000000000..7c1a60102 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-pt-rPT/common_strings.xml @@ -0,0 +1,32 @@ + + + "Erro 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." + "Uma aplicação requer uma atualização da aplicação Android Wear." + "Uma aplicação necessita da ativação dos Serviços do Google Play." + "Pedida por %1$s" + "Obter serviços do Google Play" + "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" + "Atualizar Android Wear" + "Esta aplicação não será executada enquanto não atualizar os serviços do Google Play." + "Esta aplicação não será executada enquanto não atualizar a aplicação Android Wear." + "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." + "Atualizar" + "Inic. ses." + "Inic. sessão com o Google" + "Abrir no telemóvel" + diff --git a/Android/libs/google-play-services_lib/res/values-pt/common_strings.xml b/Android/libs/google-play-services_lib/res/values-pt/common_strings.xml new file mode 100644 index 000000000..8c0b57397 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-pt/common_strings.xml @@ -0,0 +1,32 @@ + + + "Erro do Google Play Services" + "Um app requer a instalação do Google Play Services." + "Um app requer a atualização do Google Play Services." + "Um app exige uma atualização do app Android Wear." + "Um app requer a ativação do Google Play Services." + "Solicitado por %1$s" + "Instale o Google Play Services" + "Este app não funciona sem o Google Play Services, que não está instalado em seu telefone." + "Este app 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 app só funciona com o Google Play Services ativado." + "Ativar o Google Play Services" + "Atualize o Google Play Services" + "Atualizar o Android Wear" + "Este app só funciona com uma versão atualizada do Google Play Services." + "Este app só funciona com uma versão atualizada do app Android Wear." + "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 apps, não é compatível com seu dispositivo. Entre em contato com o fabricante para obter assistência." + "Atualizar" + "Login" + "Fazer login com o Google" + "Abrir no smartphone" + diff --git a/Android/libs/google-play-services_lib/res/values-ro/common_strings.xml b/Android/libs/google-play-services_lib/res/values-ro/common_strings.xml new file mode 100644 index 000000000..b75f2315b --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-ro/common_strings.xml @@ -0,0 +1,32 @@ + + + "Eroare a serviciilor Google Play" + "O aplicație necesită instalarea serviciilor Google Play." + "O aplicație necesită o actualizare pentru serviciile Google Play." + "O aplicație necesită actualizarea aplicației Android Wear." + "O aplicație necesită activarea serviciilor Google Play." + "Solicitată de %1$s" + "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" + "Actualizați Android Wear" + "Această aplicaţie nu poate rula decât dacă actualizaţi Servicii Google Play." + "Această aplicație nu va rula dacă nu actualizați aplicația Android Wear." + "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." + "Actualizaţi" + "Conectați" + "Conectați-vă cu Google" + "Deschideți pe telefon" + diff --git a/Android/libs/google-play-services_lib/res/values-ru/common_strings.xml b/Android/libs/google-play-services_lib/res/values-ru/common_strings.xml new file mode 100644 index 000000000..6aab49f91 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-ru/common_strings.xml @@ -0,0 +1,32 @@ + + + "Ошибка сервисов Google Play" + "Для работы приложения требуется установить сервисы Google Play" + "Для работы приложения требуется обновить сервисы Google Play" + "Требуется обновить приложение Android Wear." + "Для работы приложения требуется включить сервисы Google Play" + "Источник запроса: %1$s" + "Установите Сервисы Google Play" + "Для работы этого приложения требуется установить Сервисы Google Play." + "Для работы этого приложения требуется установить Сервисы Google Play." + "Установить" + "Включите Сервисы Google Play" + "Для работы этого приложения требуется включить Сервисы Google Play." + "Включить" + "Обновите Сервисы Google Play" + "Обновить Android Wear" + "Для работы этого приложения требуется обновить Сервисы Google Play." + "Для работы этого приложения требуется обновить Android Wear." + "Ошибка сети" + "Для работы с Google Play требуется подключение к сети." + "Недействительный аккаунт" + "Этого аккаунта нет на устройстве. Выберите другой." + "Неизвестная ошибка с Сервисами Google Play." + "Сервисы Google Play" + "Сервисы Google Play, необходимые для работы некоторых приложений, не поддерживаются на вашем устройстве. Обратитесь к производителю." + "Обновить" + "Войти" + "Войти в аккаунт Google" + "Открыть на телефоне" + diff --git a/Android/libs/google-play-services_lib/res/values-si-rLK/common_strings.xml b/Android/libs/google-play-services_lib/res/values-si-rLK/common_strings.xml new file mode 100644 index 000000000..2ddf0ff27 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-si-rLK/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play සේවා දෝෂය" + "යෙදුමකට Google Play සේවා ස්ථාපනයක් අවශ්‍යය." + "යෙදුමකට Google Play සේවාවන් සඳහා යාවත්කාලීනයක් අවශ්‍යය." + "Android Wear යෙදුම යාවත්කාලීන කිරීමට යෙදුමක් අවශ්‍යය." + "යෙදුමකට Google Play සේවාවන් සබලව තිබීම අවශ්‍යය." + "%1$s විසින් ඉල්ලා ඇත" + "Google Play සේවාවන් ලබා ගන්න" + "ඔබගේ දුරකථනයෙන් අස්ථානගත වී ඇති Google Play සේවාවන් රහිතව මෙම යෙදුම ධාවනය නොවනු ඇත." + "ඔබගේ ටැබ්ලටයෙන් අස්ථානගත වී ඇති Google Play සේවාවන් රහිතව මෙම යෙදුම ධාවනය නොවේ." + "Google Play සේවාවන් ලබා ගන්න" + "Google Play සේවාවන් සබල කරන්න" + "ඔබ Google Play සේවාවන් සබල කරන්නේ නම් මිස මෙම යෙදුම වැඩ නොකරනු ඇත." + "Google Play සේවාවන් සබල කරන්න" + "Google Play සේවාවන් යාවත්කාලීන කරන්න" + "Android Wear යාවත්කාලීන කරන්න" + "ඔබ Google Play සේවා යාවත්කාලීන කරන්නේ නම් මිස මෙම යෙදුම ධාවනය නොවේ." + "Android Wear යෙදුම ඔබ යාවත්කාලීන කළේ නැති නම් මෙම යෙදුම ධාවනය කළ නොහැක." + "ජාල දෝෂය" + "Google Play සේවාවන් වෙත සබැඳීමට දත්ත සබැඳුමක් අවශ්‍යය." + "වලංගු නොවන ගිණුම" + "නියම කර දැක්වූ ගිණුම මෙම උපාංගය මත නොපවතී. කරුණාකර වෙනත් ගිණුමක් තෝරන්න." + "Google Play සේවාවන් සමග නොදන්නා ගැටලුවක්." + "Google Play සේවා" + "ඔබගේ සමහර යෙදුම් විශ්වාසය තබන, Google Play සේවාවන්ට, ඔබගේ උපාංගය සහාය නොදක්වයි. කරුණාකර සහාය සඳහා නිෂ්පාදකයා අමතන්න." + "යාවත්කාලීන කරන්න" + "පිවිසෙන්න" + "Google සමගින් පුරනය වන්න" + "දුරකථනය තුළ විවෘත කරන්න" + diff --git a/Android/libs/google-play-services_lib/res/values-sk/common_strings.xml b/Android/libs/google-play-services_lib/res/values-sk/common_strings.xml new file mode 100644 index 000000000..a44a4bf14 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-sk/common_strings.xml @@ -0,0 +1,32 @@ + + + "Chyba 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." + "Niektorá aplikácia vyžaduje aktualizáciu aplikácie Android Wear." + "Aplikácia vyžaduje povolenie služieb Google Play." + "Vyžiadané aplikáciou %1$s" + "Inštalovať služby Google Play" + "Na spustenie 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" + "Aktualizujte aplikáciu Android Wear" + "Túto aplikáciu bude možné spustiť až po aktualizácii služieb Google Play." + "Táto aplikácia bude fungovať až po aktualizácii aplikácie Android Wear." + "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." + "Aktualizovať" + "Prihlásiť sa" + "Prihlásiť sa do účtu Google" + "Otvoriť na telefóne" + diff --git a/Android/libs/google-play-services_lib/res/values-sl/common_strings.xml b/Android/libs/google-play-services_lib/res/values-sl/common_strings.xml new file mode 100644 index 000000000..1af1f02b2 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-sl/common_strings.xml @@ -0,0 +1,32 @@ + + + "Napaka storitev Google Play" + "Za delovanje aplikacije morate namestiti storitve Google Play." + "Za delovanje aplikacije morate posodobiti storitve Google Play." + "Aplikacija zahteva posodobitev aplikacije Android Wear." + "Za delovanje aplikacije morate omogočiti storitve Google Play." + "Zahteva aplikacije %1$s" + "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" + "Posodobitev aplikacije Android Wear" + "Ta aplikacija ne deluje, če ne posodobite storitev Google Play." + "Ta aplikacije ne deluje, če ne posodobite aplikacije Android Wear." + "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." + "Posodobi" + "Prijava" + "Prijavite se v Google" + "Odpiranje v telefonu" + diff --git a/Android/libs/google-play-services_lib/res/values-sr/common_strings.xml b/Android/libs/google-play-services_lib/res/values-sr/common_strings.xml new file mode 100644 index 000000000..c6d6976e3 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-sr/common_strings.xml @@ -0,0 +1,32 @@ + + + "Грешка Google Play услуга" + "Апликација захтева инсталацију Google Play услуга." + "Апликација захтева ажурирање Google Play услуга." + "Апликација захтева ажурирање апликације Android Wear." + "Апликација захтева да Google Play услуге буду омогућене." + "Захтева %1$s" + "Преузимање Google Play услуга" + "Ова апликација не може да се покрене без Google Play услуга, које недостају на телефону." + "Ова апликација не може да се покрене без Google Play услуга, које недостају на таблету." + "Преузми Google Play услуге" + "Омогућавање Google Play услуга" + "Ова апликација неће функционисати ако не омогућите Google Play услуге." + "Омогући Google Play услуге" + "Ажурирање Google Play услуга" + "Ажурирајте Android Wear" + "Ова апликација не може да се покрене ако не ажурирате Google Play услуге." + "Ова апликација не може да се покрене ако не ажурирате апликацију Android Wear." + "Грешка на мрежи" + "За повезивање са Google Play услугама потребна је веза за пренос података." + "Неважећи налог" + "Наведени налог не постоји на овом уређају. Одаберите други налог." + "Непознат проблем са Google Play услугама." + "Google Play услуге" + "Google Play услуге, које су потребне за функционисање неких од апликација, нису подржане на уређају. Контактирајте произвођача да бисте добили помоћ." + "Ажурирај" + "Пријави ме" + "Пријави ме преко Google-а" + "Отвори на телефону" + diff --git a/Android/libs/google-play-services_lib/res/values-sv/common_strings.xml b/Android/libs/google-play-services_lib/res/values-sv/common_strings.xml new file mode 100644 index 000000000..22e459c5c --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-sv/common_strings.xml @@ -0,0 +1,32 @@ + + + "Fel på Google Play-tjänster" + "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." + "En app kräver att appen Android Wear uppdateras." + "Google Play-tjänster måste aktiveras för att en app ska fungera." + "Begärdes av %1$s" + "Hämta Google Play Tjänster" + "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" + "Uppdatera Android Wear" + "Du måste uppdatera Google Play Tjänster innan du kan köra den här appen." + "Om du inte uppdaterar appen Android Wear kan den här appen inte köras." + "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." + "Uppdatera" + "Logga in" + "Logga in med Google" + "Öppna på mobilen" + diff --git a/Android/libs/google-play-services_lib/res/values-sw/common_strings.xml b/Android/libs/google-play-services_lib/res/values-sw/common_strings.xml new file mode 100644 index 000000000..982eb4a97 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-sw/common_strings.xml @@ -0,0 +1,32 @@ + + + "Hitilafu kwenye huduma za Google Play" + "Programu inahitaji usakinishaji wa huduma za Google Play." + "Programu inahitaji toleo jipya la huduma za Google Play." + "Programu inahitaji sasisho kwa programu ya Android Wear." + "Programu inahitaji huduma za Google Play ili iwashwe." + "Imeombwa na %1$s" + "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" + "Sasisha Android Wear" + "Programu hii haiwezi kuendeshwa mpaka utakaposasisha huduma za Google Play." + "Programu hii haitaendeshwa usiposasisha programu ya Android Wear." + "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." + "Sasisha" + "Ingia" + "Ingia ukitumia Google" + "Fungua kwenye simu" + diff --git a/Android/libs/google-play-services_lib/res/values-ta-rIN/common_strings.xml b/Android/libs/google-play-services_lib/res/values-ta-rIN/common_strings.xml new file mode 100644 index 000000000..f026b8270 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-ta-rIN/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play சேவைகள் பிழை" + "பயன்பாடானது Google Play சேவைகள் நிறுவ கேட்கிறது." + "பயன்பாடானது Google Play சேவைகளுக்கான புதுப்பிப்பைக் கேட்கிறது." + "Android வியருக்குப் பயன்பாட்டைப் புதுப்பிக்க வேண்டும்." + "பயன்பாடானது Google Play சேவைகள் இயக்கக் கேட்கிறது." + "%1$s ஆல் கோரப்பட்டது" + "Google Play சேவைகளைப் பெறுக" + "உங்கள் தொலைபேசியில் இல்லாத Google Play சேவைகள் இல்லாமல் இந்தப் பயன்பாடு இயங்காது." + "உங்கள் டேப்லெட்டில் இல்லாத Google Play சேவைகள் இல்லாமல் இந்தப் பயன்பாடு இயங்காது." + "Google Play சேவைகளைப் பெறுக" + "Google Play சேவைகளை இயக்கு" + "நீங்கள் Google Play சேவைகளை இயக்கும்வரை இந்தப் பயன்பாடு வேலை செய்யாது." + "Google Play சேவைகளை இயக்கு" + "Google Play சேவைகளைப் புதுப்பி" + "Android வியரைப் புதுப்பி" + "நீங்கள் Google Play சேவைகளைப் புதுப்பிக்கும்வரை இந்தப் பயன்பாடு இயங்காது." + "Android வியருக்குப் புதுப்பிக்கும் வரை, பயன்பாடு செயல்படாது." + "பிணைய பிழை" + "Google Play சேவைகளில் இணைக்க தரவு இணைப்பு தேவை." + "தவறான கணக்கு" + "இந்தச் சாதனத்தில் குறிப்பிடப்பட்ட கணக்கு இல்லை. வேறு கணக்கைத் தேர்வு செய்யவும்." + "Google Play சேவைகளில் அறியப்படாத சிக்கல் உள்ளது." + "Google Play சேவைகள்" + "உங்கள் பயன்பாடுகளில் சில சார்ந்துள்ள Google Play சேவைகளை உங்கள் சாதனம் ஆதரிக்கவில்லை. உதவிக்கு உற்பத்தியாளரைத் தொடர்புகொள்ளவும்." + "புதுப்பி" + "உள்நுழைக" + "Google மூலம் உள்நுழை" + "ஃபோனில் திற" + diff --git a/Android/libs/google-play-services_lib/res/values-te-rIN/common_strings.xml b/Android/libs/google-play-services_lib/res/values-te-rIN/common_strings.xml new file mode 100644 index 000000000..b680d4c4b --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-te-rIN/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play సేవల లోపం" + "ఒక అనువర్తనానికి Google Play సేవల యొక్క ఇన్‌స్టాలేషన్ అవసరం." + "ఒక అనువర్తనానికి Google Play సేవలు నవీకరించబడటం అవసరం." + "ఒక అనువర్తనానికి Android Wear అనువర్తనాన్ని నవీకరించడం అవసరం." + "ఒక అనువర్తనానికి Google Play సేవలు ప్రారంభించబడాలి." + "%1$s ద్వారా అభ్యర్థించబడింది" + "Google Play సేవలను పొందండి" + "ఈ అనువర్తనం Google Play సేవలు లేకుండా అమలు కాదు, ఆ సేవలు మీ ఫోన్‌లో లేవు." + "ఈ అనువర్తనం Google Play సేవలు లేకుండా అమలు కాదు, ఆ సేవలు మీ టాబ్లెట్‌లో లేవు." + "Google Play సేవలను పొందండి" + "Google Play సేవలను ప్రారంభించు" + "మీరు Google Play సేవలను ప్రారంభిస్తే మినహా ఈ అనువర్తనం పని చేయదు." + "Google Play సేవలను ప్రారంభించు" + "Google Play సేవలను నవీకరించండి" + "Android Wearని నవీకరించండి" + "మీరు Google Play సేవలను నవీకరిస్తే మినహా ఈ అనువర్తనం అమలు కాదు." + "మీరు Android Wear అనువర్తనాన్ని నవీకరించకపోతే ఈ అనువర్తనం అమలు కాదు." + "నెట్‌వర్క్ లోపం" + "Google Play సేవలకు కనెక్ట్ చేయడానికి డేటా కనెక్షన్ అవసరం." + "చెల్లని ఖాతా" + "పేర్కొన్న ఖాతా ఈ పరికరంలో లేదు. దయచేసి వేరొక ఖాతాను ఎంచుకోండి." + "Google Play సేవలతో తెలియని సమస్య." + "Google Play సేవలు" + "మీ అనువర్తనాల్లో కొన్ని ఆధారపడే Google Play సేవలకు మీ పరికరంలో మద్దతు లేదు. దయచేసి సహాయం కోసం తయారీదారును సంప్రదించండి." + "నవీకరించు" + "సైన్ ఇన్ చేయి" + "Googleతో సైన్ ఇన్ చేయి" + "ఫోన్‌లో తెరవండి" + diff --git a/Android/libs/google-play-services_lib/res/values-th/common_strings.xml b/Android/libs/google-play-services_lib/res/values-th/common_strings.xml new file mode 100644 index 000000000..00d36545a --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-th/common_strings.xml @@ -0,0 +1,32 @@ + + + "ข้อผิดพลาดของบริการ Google Play" + "แอปพลิเคชันหนึ่งจำเป็นต้องมีการติดตั้งบริการ Google Play" + "แอปพลิเคชันหนึ่งจำเป็นต้องมีการอัปเดตสำหรับบริการ Google Play" + "แอปพลิเคชันรายการหนึ่งต้องการให้อัปเดตแอป Android Wear" + "แอปพลิเคชันหนึ่งจำเป็นต้องมีบริการ Google Play เพื่อเปิดใช้งาน" + "ขอโดย %1$s" + "รับบริการ Google Play" + "แอปพลิเคชันนี้จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งไม่มีในโทรศัพท์ของคุณ" + "แอปพลิเคชันนี้จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งไม่มีในแท็บเล็ตของคุณ" + "รับบริการ Google Play" + "เปิดใช้งานบริการ Google Play" + "แอปพลิเคชันนี้จะไม่ทำงานจนกว่าคุณจะเปิดใช้งานบริการ Google Play" + "เปิดใช้งานบริการ Google Play" + "อัปเดตบริการ Google Play" + "อัปเดต Android Wear" + "แอปพลิเคชันนี้จะไม่ทำงานจนกว่าคุณจะอัปเดตบริการ Google Play" + "แอปนี้จะไม่ทำงานจนกว่าคุณจะอัปเดตแอป Android Wear" + "ข้อผิดพลาดของเครือข่าย" + "ต้องมีการเขื่อมต่อข้อมูลเพื่อเชื่อมต่อกับบริการ Google Play" + "บัญชีไม่ถูกต้อง" + "บัญชีที่ระบุไม่มีอยู่บนอุปกรณ์นี้ โปรดเลือกบัญชีอื่น" + "ปัญหาที่ไม่รู้จักของบริการ Google Play" + "บริการ Google Play" + "บริการ Google Play ซึ่งใช้งานในบางแอปพลิเคชัน ไม่ได้รับการสนับสนุนโดยอุปกรณ์ของคุณ โปรดติดต่อผู้ผลิตเพื่อขอรับความช่วยเหลือ" + "อัปเดต" + "ลงชื่อใช้" + "ลงชื่อเข้าใช้ด้วย Google" + "เปิดบนโทรศัพท์" + diff --git a/Android/libs/google-play-services_lib/res/values-tl/common_strings.xml b/Android/libs/google-play-services_lib/res/values-tl/common_strings.xml new file mode 100644 index 000000000..1453c64e9 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-tl/common_strings.xml @@ -0,0 +1,32 @@ + + + "Error sa Mga Serbisyo ng Google Play" + "Kailangan ng application na i-install ang Mga Serbisyo ng Google Play." + "Kailangan ng application ng update sa Mga Serbisyo ng Google Play." + "Ang isang application ay nangangailangan ng update sa Android Wear app." + "Kailangan ng application na na-enable ang Mga Serbisyo ng Google Play." + "Hiniling ng %1$s" + "Kumuha ng mga serbisyo ng Google Play" + "Hindi 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" + "I-update ang Android Wear" + "Hindi gagana ang app na ito maliban kung i-a-update mo ang mga serbisyo ng Google Play." + "Hindi gagana ang app na ito hanggang sa i-update mo ang Android Wear app." + "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." + "I-update" + "Sign in" + "Mag-sign in sa Google" + "Buksan sa telepono" + diff --git a/Android/libs/google-play-services_lib/res/values-tr/common_strings.xml b/Android/libs/google-play-services_lib/res/values-tr/common_strings.xml new file mode 100644 index 000000000..74c15b8ea --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-tr/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play Hizmetleri hatası" + "Bir uygulama, Google Play hizmetlerinin yüklenmesini gerektiriyor." + "Bir uygulama, Google Play Hizmetleri için bir güncelleme gerektiriyor." + "Bir uygulama, Android Wear uygulamasında güncelleme yapılmasını gerektiriyor." + "Bir uygulama, Google Play Hizmetleri\'nin etkin olmasını gerektiriyor." + "İstekte bulunan: %1$s" + "Google Play hizmetlerini edinin" + "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" + "Android Wear\'ı Güncelle" + "Bu uygulama Google Play Hizmetleri güncellenmeden çalışmaz." + "Android Wear uygulaması güncelleninceye kadar bu uygulama çalışmayacak." + "Ağ Hatası" + "Google Play hizmetlerine bağlanmak için bir veri bağlantısı gerekiyor." + "Geçersiz Hesap" + "Belirtilen hesap bu cihazda mevcut değil. Lütfen farklı bir hesap seçin." + "Google Play hizmetleriyle ilgili bilinmeyen sorun." + "Google Play hizmetleri" + "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." + "Güncelle" + "Oturum aç" + "Google\'da oturum aç" + "Telefonda aç" + diff --git a/Android/libs/google-play-services_lib/res/values-uk/common_strings.xml b/Android/libs/google-play-services_lib/res/values-uk/common_strings.xml new file mode 100644 index 000000000..65b761140 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-uk/common_strings.xml @@ -0,0 +1,32 @@ + + + "Помилка сервісів Google Play" + "Щоб додаток працював, потрібно встановити сервіси Google Play." + "Щоб додаток працював, потрібно оновити сервіси Google Play." + "Для роботи додатка потрібно оновити Android Wear." + "Щоб додаток працював, потрібно ввімкнути сервіси Google Play." + "Запит від додатка %1$s" + "Установіть сервіси Google Play" + "Ця програма не запуститься без Google Play Послуг, яких немає у вашому телефоні." + "Ця програма не запуститься без Google Play Послуг, яких немає на вашому планшетному ПК." + "Установити сервіси Google Play" + "Увімкніть сервіси Google Play" + "Цей додаток не працюватиме, доки ви не ввімкнете сервіси Google Play." + "Увімкнути сервіси Google Play" + "Оновіть сервіси Google Play" + "Оновити Android Wear" + "Цей додаток не запуститься, доки ви не оновите сервіси Google Play." + "Цей додаток запуститься, лише коли ви оновите Android Wear." + "Помилка мережі" + "Для під’єднання до сервісів Google Play потрібне з’єднання з мережею." + "Недійсний обліковий запис" + "Указаний обліковий запис не існує на цьому пристрої. Виберіть інший обліковий запис." + "Невідома проблема із сервісами Google Play." + "Сервіси Google Play" + "Ваш пристрій не підтримує Сервіси Google Play, від яких залежить робота деяких програм. Зверніться по допомогу до виробника." + "Оновити" + "Увійти" + "Увійти в обл.запис Google" + "Відкрити на телефоні" + diff --git a/Android/libs/google-play-services_lib/res/values-ur-rPK/common_strings.xml b/Android/libs/google-play-services_lib/res/values-ur-rPK/common_strings.xml new file mode 100644 index 000000000..3ae6c764d --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-ur-rPK/common_strings.xml @@ -0,0 +1,32 @@ + + + "‏Google Play سروسز کی خرابی" + "‏ایک ایپلیکیشن کیلئے Google Play سروسز کا انسٹال ہونا ضروری ہے۔" + "‏ایک ایپلیکیشن کیلئے Google Play سروسز کیلئے ایک اپ ڈیٹ ضروری ہے۔" + "‏ایک اپیلیکیشن کو Android Wear ایپ کیلئے ایک اپ ڈیٹ درکار ہے۔" + "‏ایک ایپلیکیشن کیلئے Google Play سروسز کا فعال ہونا ضروری ہے۔" + "%1$s کے ذریعے درخواست کی گئی" + "‏Google Play سروسز حاصل کریں" + "‏یہ ایپ Google Play سروسز کے بغیر نہیں چلے گی، جو آپ کے فون سے غائب ہے۔" + "‏یہ ایپ Google Play سروسز کے بغیر نہیں چلے گی، جو آپ کے ٹیبلیٹ سے غائب ہے۔" + "‏Google Play سروسز حاصل کریں" + "‏Google Play سروسز فعال کریں" + "‏یہ ایپ تب تک کام نہیں کرے گی جب تک کہ آپ Google Play سروسز فعال نہیں کر لیتے ہیں۔" + "‏Google Play سروسز فعال کریں" + "‏Google Play سروسز اپ ڈیٹ کریں" + "‏Android Wear کو اپ ڈیٹ کریں" + "‏یہ ایپ تب تک نہیں چلے گی جب تک کہ آپ Google Play سروسز اپ ڈیٹ نہیں کر لیتے ہیں۔" + "‏جب تک آپ Android Wear ایپ کو اپ ڈیٹ نہیں کر لیتے یہ ایپ نہیں چلے گی۔" + "نیٹ ورک میں خرابی" + "‏Google Play سروسز سے مربوط ہونے کیلئے ایک ڈیٹا کنکشن کی ضرورت ہے۔" + "غلط اکاؤنٹ" + "متعین اکاؤنٹ اس آلہ پر موجود نہیں ہے۔ براہ کرم ایک مختلف اکاؤنٹ منتخب کریں۔" + "‏Google Play سروسز کے ساتھ نامعلوم مسئلہ۔" + "‏Google Play سروسز" + "‏Google Play سروسز، جن پر آپ کی کچھ ایپلیکیشنز انحصار کرتی ہیں، آپ کے آلہ کے ذریعے تعاون یافتہ نہیں ہے۔ براہ کرم مدد کیلئے مینوفیکچرر سے رابطہ کریں۔" + "اپ ڈیٹ کریں" + "سائن ان کریں" + "‏Google کے ساتھ سائن ان کریں" + "فون پر کھولیں" + diff --git a/Android/libs/google-play-services_lib/res/values-uz-rUZ/common_strings.xml b/Android/libs/google-play-services_lib/res/values-uz-rUZ/common_strings.xml new file mode 100644 index 000000000..22ca05a36 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-uz-rUZ/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play xizmatlari xatosi" + "Ilova Google Play xizmatlarining o‘rnatilishini talab qiladi." + "Ilova Google Play xizmatlarining yangilanishini talab qiladi." + "Ilovadan foydalanish uchun Android Wear ilovasini yangilash lozim." + "Ilova Google Play xizmatlarining yoqilishini talab qiladi." + "So‘rov manbasi: %1$s" + "Google Play xizmatlarini yuklab oling" + "Ushbu ilova ishlashi uchun telefoningizga Google Play xizmatlarini o‘rnatish lozim." + "Ushbu ilova ishlashi uchun planshetingizga Google Play xizmatlarini o‘rnatish lozim." + "Google Play xizmatlarini yuklab oling" + "Google Play xizmatlarini yoqish" + "Ushbu ilova Google Play xizmatlari yoqilmaguncha ishlamaydi." + "Google Play xizmatlarini yoqish" + "Google Play xizmatlarini yangilash" + "Android Wear ilovasini yangilash" + "Ushbu ilova Google Play xizmatlari yangilanmaguncha ishlamaydi." + "Ushbu ilova Android Wear ilovasi yangilanmaguncha ishlamaydi." + "Tarmoq xatosi" + "Google Play xizmatlariga ulanish uchun internet zarur." + "Hisob haqiqiy emas" + "Ushbu qurilmada ko‘rsatilgan hisob mavjud emas. Boshqa hisobni tanlang." + "Google Play xizmatlari bilan bog‘liq noma’lum muammo yuz berdi." + "Google Play xizmatlari" + "Ba’zi ilovalarning ishlashi uchun zarur hisoblangan Google Play xizmatlari qurilmangizda qo‘llab-quvvatlanmaydi. Yordam olish uchun ishlab chiqaruvchiga murojaat qiling." + "Yangilash" + "Kirish" + "Google orqali kirish" + "Telefonda ochish" + diff --git a/Android/libs/google-play-services_lib/res/values-vi/common_strings.xml b/Android/libs/google-play-services_lib/res/values-vi/common_strings.xml new file mode 100644 index 000000000..24c9a824c --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-vi/common_strings.xml @@ -0,0 +1,32 @@ + + + "Lỗi dịch vụ của Google Play" + "Một ứng dụng yêu cầu cài đặt các dịch vụ của Google Play." + "Một ứng dụng yêu cầu cập nhật đối với các dịch vụ của Google Play." + "Ứng dụng yêu cầu cập nhật lên ứng dụng Android Wear." + "Một ứng dụng yêu cầu bật các dịch vụ của Google Play." + "Được yêu cầu bởi %1$s" + "Cài đặt dịch vụ của Google Play" + "Ứ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" + "Cập nhật Android Wear" + "Ứ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." + "Ứng dụng này chỉ chạy khi bạn cập nhật ứng dụng Android Wear." + "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ợ." + "Cập nhật" + "Đăng nhập" + "Đăng nhập bằng Google" + "Mở trên điện thoại" + diff --git a/Android/libs/google-play-services_lib/res/values-zh-rCN/common_strings.xml b/Android/libs/google-play-services_lib/res/values-zh-rCN/common_strings.xml new file mode 100644 index 000000000..a88638645 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-zh-rCN/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play服务出错" + "安装Google Play服务后才能运行应用。" + "更新Google Play服务后才能运行应用。" + "某个应用需要更新Android Wear应用才能正常运行。" + "启用Google Play服务后才能运行应用。" + "%1$s发出的请求" + "获取Google Play服务" + "您的手机中没有Google Play服务,您必须先安装该服务才能运行此应用。" + "您的平板电脑中没有Google Play服务,您必须先安装该服务才能运行此应用。" + "获取Google Play服务" + "启用Google Play服务" + "您必须先启用Google Play服务才能运行此应用。" + "启用Google Play服务" + "更新Google Play服务" + "更新Android Wear" + "您必须先更新Google Play服务才能运行此应用。" + "只有更新Android Wear应用后,此应用才能正常运行。" + "网络错误" + "您必须有数据网络连接才能接入Google Play服务。" + "无效帐户" + "此设备上不存在指定的帐户,请选择其他帐户。" + "Google Play服务出现未知问题。" + "Google Play服务" + "您的设备不支持部分应用所依赖的Google Play服务。请与设备制造商联系,以寻求帮助。" + "更新" + "登录" + "使用Google帐户登录" + "在手机上打开" + diff --git a/Android/libs/google-play-services_lib/res/values-zh-rHK/common_strings.xml b/Android/libs/google-play-services_lib/res/values-zh-rHK/common_strings.xml new file mode 100644 index 000000000..3cf81215e --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-zh-rHK/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play 服務錯誤" + "必須安裝「Google Play 服務」,才能使用應用程式。" + "必須更新「Google Play 服務」,才能使用應用程式。" + "有一個應用程式要求更新 Android Wear 應用程式。" + "必須啟用「Google Play 服務」,才能使用應用程式。" + "「%1$s」提出要求" + "取得 Google Play 服務" + "您的手機未安裝 Google Play 服務,安裝後才能執行這個應用程式。" + "您的平板電腦未安裝 Google Play 服務,安裝後才能執行這個應用程式。" + "取得 Google Play 服務" + "啟用 Google Play 服務" + "您必須啟用 Google Play 服務,才能執行這個應用程式。" + "啟用 Google Play 服務" + "更新 Google Play 服務" + "更新 Android Wear" + "您必須更新 Google Play 服務,才能執行這個應用程式。" + "您必須更新 Android Wear 應用程式,這個應用程式才能運作。" + "網絡錯誤" + "要連接 Google Play 服務,必需數據連線。" + "無效的帳戶" + "這個裝置上沒有您指定的帳戶,請選擇其他帳戶。" + "Google Play 服務出現不明問題。" + "Google Play 服務" + "您的裝置不支援部分應用程式所需的 Google Play 服務。如需協助,請與您的裝置製造商聯絡。" + "更新" + "登入" + "登入 Google" + "在手機中開啟" + diff --git a/Android/libs/google-play-services_lib/res/values-zh-rTW/common_strings.xml b/Android/libs/google-play-services_lib/res/values-zh-rTW/common_strings.xml new file mode 100644 index 000000000..c443f7c54 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-zh-rTW/common_strings.xml @@ -0,0 +1,32 @@ + + + "Google Play 服務發生錯誤" + "應用程式要求安裝 Google Play 服務。" + "應用程式要求更新 Google Play 服務。" + "有一個應用程式要求更新 Android Wear 應用程式。" + "應用程式要求啟用 Google Play 服務。" + "「%1$s」提出要求" + "取得 Google Play 服務" + "您的手機並未安裝 Google Play 服務,所以無法執行這個應用程式。" + "您的平板電腦並未安裝 Google Play 服務,所以無法執行這個應用程式。" + "取得 Google Play 服務" + "啟用 Google Play 服務" + "您必須啟用 Google Play 服務,這個應用程式才能運作。" + "啟用 Google Play 服務" + "更新 Google Play 服務" + "更新 Android Wear" + "您必須更新 Google Play 服務,才能執行這個應用程式。" + "您必須更新 Android Wear 應用程式,這個應用程式才能運作。" + "網路錯誤" + "需要數據連線才能連上 Google Play 服務。" + "無效的帳戶" + "這個裝置上沒有您所指定的帳戶,請選擇其他帳戶。" + "Google Play 服務發生不明問題。" + "Google Play 服務" + "您的裝置不支援部分應用程式所需的 Google Play 服務。如需協助,請與您的裝置製造商聯絡。" + "更新" + "登入" + "使用 Google 帳戶登入" + "在手機上開啟" + diff --git a/Android/libs/google-play-services_lib/res/values-zu/common_strings.xml b/Android/libs/google-play-services_lib/res/values-zu/common_strings.xml new file mode 100644 index 000000000..82fe0125f --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values-zu/common_strings.xml @@ -0,0 +1,32 @@ + + + "Iphutha lamasevisi we-Google Play" + "Uhlelo lokusebenza ludinga ukufakwa kwamasevisi we-Google Play." + "Uhlelo lokusebenza ludinga isibuyekezo samasevisi we-Google Play." + "Uhlelo lokusebenza ludinga ukubuyekezelwa kuhlelo lokusebenza le-Android Wear." + "Uhlelo lokusebenza ludinga amasevisi we-Google Play ukuze anikwe amandla." + "Icelwe yi-%1$s" + "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" + "Buyekeza i-Android Wear" + "Lolu hlelo lokusebenza ngeke lusebenze ngaphandle nje kokuthi ubuyekeze amasevisi e-Google Play." + "Lolu hlelo lokusebenza ngeke lusebenze ngaphandle kokuthi ubuyekeze uhlelo lokusebenza le-Android Wear." + "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." + "Isibuyekezo" + "Ngena ngemvume" + "Ngena ngemvume nge-Google" + "Vula kufoni" + diff --git a/Android/libs/google-play-services_lib/res/values/admob_ads_attrs.xml b/Android/libs/google-play-services_lib/res/values/admob_ads_attrs.xml new file mode 100644 index 000000000..4e97a734a --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values/admob_ads_attrs.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + diff --git a/Android/libs/google-play-services_lib/res/values/admob_iap_style.xml b/Android/libs/google-play-services_lib/res/values/admob_iap_style.xml new file mode 100644 index 000000000..35b09a9ef --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values/admob_iap_style.xml @@ -0,0 +1,11 @@ + + + + diff --git a/Android/libs/google-play-services_lib/res/values/admob_strings.xml b/Android/libs/google-play-services_lib/res/values/admob_strings.xml new file mode 100644 index 000000000..e94cf1100 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values/admob_strings.xml @@ -0,0 +1,9 @@ + + + Save image + "Allow Ad to store image in Picture gallery?" + Accept + Decline + Create calendar event + Allow Ad to create a calendar event? + diff --git a/Android/libs/google-play-services_lib/res/values/common_colors.xml b/Android/libs/google-play-services_lib/res/values/common_colors.xml new file mode 100644 index 000000000..6b2740a50 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values/common_colors.xml @@ -0,0 +1,14 @@ + + + + @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/libs/google-play-services_lib/res/values/common_strings.xml b/Android/libs/google-play-services_lib/res/values/common_strings.xml new file mode 100644 index 000000000..24558ac62 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values/common_strings.xml @@ -0,0 +1,99 @@ + + + + + Google Play services error + + An application requires installation of Google Play services. + + An application requires an update for Google Play services. + + An application requires an update to the Android Wear app. + + An application requires Google Play services to be enabled. + + + Requested by %1$s + + + Get Google Play services + + + 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 + + + Update Android Wear + + + This app won\'t run unless you update Google Play services. + + + This app won\'t run unless you update the Android Wear app. + + + 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. + + + Update + + + Sign in + + + Sign in with Google + + + Open on phone + + diff --git a/Android/libs/google-play-services_lib/res/values/maps_attrs.xml b/Android/libs/google-play-services_lib/res/values/maps_attrs.xml new file mode 100644 index 000000000..aaf65c529 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values/maps_attrs.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Android/libs/google-play-services_lib/res/values/version.xml b/Android/libs/google-play-services_lib/res/values/version.xml new file mode 100644 index 000000000..8a5844cf5 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values/version.xml @@ -0,0 +1,4 @@ + + + 6171000 + \ No newline at end of file diff --git a/Android/libs/google-play-services_lib/res/values/wallet_attrs.xml b/Android/libs/google-play-services_lib/res/values/wallet_attrs.xml new file mode 100644 index 000000000..a604eaf62 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values/wallet_attrs.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Android/libs/google-play-services_lib/res/values/wallet_colors.xml b/Android/libs/google-play-services_lib/res/values/wallet_colors.xml new file mode 100644 index 000000000..7432875cb --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values/wallet_colors.xml @@ -0,0 +1,21 @@ + + + + + #fff3f3f3 + #bebebe + #80bebebe + #323232 + #80323232 + #ffb2b2b2 + #ff000000 + #808080 + #808080 + #6633b5e5 + #6633b5e5 + #ff33b5e5 + #0000ee + diff --git a/Android/libs/google-play-services_lib/res/values/wallet_strings.xml b/Android/libs/google-play-services_lib/res/values/wallet_strings.xml new file mode 100644 index 000000000..8dc227b68 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values/wallet_strings.xml @@ -0,0 +1,11 @@ + + + + + + Buy with Google + + diff --git a/Android/libs/google-play-services_lib/res/values/wallet_styles.xml b/Android/libs/google-play-services_lib/res/values/wallet_styles.xml new file mode 100644 index 000000000..129e26d37 --- /dev/null +++ b/Android/libs/google-play-services_lib/res/values/wallet_styles.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + diff --git a/Android/libs/google-play-services_lib/src/android/UnusedStub.java b/Android/libs/google-play-services_lib/src/android/UnusedStub.java new file mode 100644 index 000000000..d546b0ba9 --- /dev/null +++ b/Android/libs/google-play-services_lib/src/android/UnusedStub.java @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2013 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package android; + +// Stub java file to make inclusion into some IDE's work. +public final class UnusedStub { + private UnusedStub() { } +} diff --git a/Android/project.properties b/Android/project.properties index 730a96d70..fbfc2b4b4 100644 --- a/Android/project.properties +++ b/Android/project.properties @@ -12,8 +12,9 @@ # Project target. target=android-23 -android.library.reference.1=libs/extras/android/support/v7/appcompat -android.library.reference.2=libs/extras/android/support/v7/gridlayout -android.library.reference.3=libs/extras/android/support/design -android.library.reference.4=libs/extras/android/support/v7/preference -android.library.reference.5=libs/extras/android/support/v7/recyclerview +android.library.reference.1=libs\\extras\\android\\support\\v7\\appcompat +android.library.reference.2=libs\\extras\\android\\support\\v7\\gridlayout +android.library.reference.3=libs\\extras\\android\\support\\design +android.library.reference.4=libs\\extras\\android\\support\\v7\\preference +android.library.reference.5=libs\\extras\\android\\support\\v7\\recyclerview +android.library.reference.6=libs/google-play-services_lib diff --git a/Android/res/drawable-hdpi/ic_patreon.png b/Android/res/drawable-hdpi/ic_patreon.png new file mode 100644 index 000000000..27341d99d Binary files /dev/null and b/Android/res/drawable-hdpi/ic_patreon.png differ diff --git a/Android/res/drawable-mdpi/ic_patreon.png b/Android/res/drawable-mdpi/ic_patreon.png new file mode 100644 index 000000000..27341d99d Binary files /dev/null and b/Android/res/drawable-mdpi/ic_patreon.png differ diff --git a/Android/res/drawable-xhdpi/ic_patreon.png b/Android/res/drawable-xhdpi/ic_patreon.png new file mode 100644 index 000000000..60296195e Binary files /dev/null and b/Android/res/drawable-xhdpi/ic_patreon.png differ diff --git a/Android/res/layout/input_text.xml b/Android/res/layout/input_text.xml new file mode 100644 index 000000000..c056baf90 --- /dev/null +++ b/Android/res/layout/input_text.xml @@ -0,0 +1,16 @@ + + + + + \ No newline at end of file diff --git a/Android/res/values/strings.xml b/Android/res/values/strings.xml index 3d3c5fa18..592d05322 100644 --- a/Android/res/values/strings.xml +++ b/Android/res/values/strings.xml @@ -44,8 +44,15 @@ Advanced Restore default settings Reset - Settings + Patreon + Support Project64 on Patreon + Project64 on Patreon + Click here to support Project64 on Patreon + Email address on Patreon + What email address using on patreon + Enter your email address on Patreon Settings + preferences Framerate Display FPS on screen Enable Audio @@ -162,9 +169,9 @@ Reset game? The game will go back to a clear state, all progress made will be lost. - Save Support - Save support is a one time purchase and the only purchase in Project64.\n\nProject64 may not be perfect and making this as an upgrade it allows you to play and test the emulator before you have to spend any money.\n\nThis is also a good way for you to support and give back to the creation of the emulator.. - Purchase + Project64 needs your help + Developing a fully functional emulator is a massive time-consuming project. With donations you can show your appreciation for this effort and at the same time support the development.\n\nClick Support Project64 button below to view our patreon page, if you are interested in supporting us!\n\nIf you are a patreon already then <a href=\"#patreon\">click here to enter your email address</a> to validate it and Project64 will stop prompting you for support. + Support Project64 Starting Up … diff --git a/Android/res/xml/analytics.xml b/Android/res/xml/analytics.xml new file mode 100644 index 000000000..b0f1f131e --- /dev/null +++ b/Android/res/xml/analytics.xml @@ -0,0 +1,6 @@ + + + UA-1193407-1 + true + true + \ No newline at end of file diff --git a/Android/res/xml/setting_patreon.xml b/Android/res/xml/setting_patreon.xml new file mode 100644 index 000000000..abf349e43 --- /dev/null +++ b/Android/res/xml/setting_patreon.xml @@ -0,0 +1,19 @@ + + + + + + + + + + diff --git a/Android/res/xml/settings.xml b/Android/res/xml/settings.xml index 40d2e2649..335e8b9de 100644 --- a/Android/res/xml/settings.xml +++ b/Android/res/xml/settings.xml @@ -35,6 +35,12 @@ android:key="settings_advanced" android:icon="@drawable/ic_debug" /> + + menuItemLst = new ArrayList(); - if (ShouldShowSupportWindow()) - { - menuItemLst.add(new Item("Resume from Native save", R.drawable.ic_lock)); - menuItemLst.add(new Item("Resume from Auto save", R.drawable.ic_lock)); - } - else - { - menuItemLst.add(new Item("Resume from Native save", R.drawable.ic_controller)); - menuItemLst.add(new Item("Resume from Auto save", R.drawable.ic_play)); - } + menuItemLst.add(new Item("Resume from Native save", R.drawable.ic_controller)); + menuItemLst.add(new Item("Resume from Auto save", R.drawable.ic_play)); menuItemLst.add(new Item("Restart", R.drawable.ic_refresh)); if (ShowSettings && !NativeExports.SettingsLoadBool(SettingsID.UserInterface_BasicMode.getValue())) { @@ -606,20 +556,27 @@ public class GalleryActivity extends AppCompatActivity implements IabBroadcastLi @Override public void onClick(DialogInterface dialog, int item) { - if ((item == 0 || item == 1) && ShouldShowSupportWindow()) - { - ShowSupportWindow(); - return; - } if (item == 0) { - launchGameActivity(); + if (ShouldShowSupportWindow()) + { + ShowSupportWindow(false); + } + else + { + launchGameActivity(false); + } } else if (item == 1) { - NativeExports.SettingsSaveDword(SettingsID.Game_CurrentSaveState.getValue(), 0); - NativeExports.ExternalEvent(SystemEvent.SysEvent_LoadMachineState.getValue()); - launchGameActivity(); + if (ShouldShowSupportWindow()) + { + ShowSupportWindow(true); + } + else + { + launchGameActivity(true); + } } else if (item == 2) { @@ -639,7 +596,7 @@ public class GalleryActivity extends AppCompatActivity implements IabBroadcastLi } SaveDir.delete(); NativeExports.UISettingsSaveDword(UISettingID.Game_RunCount.getValue(), 0); - launchGameActivity(); + launchGameActivity(false); } }) .setNegativeButton(android.R.string.cancel, this) @@ -658,34 +615,23 @@ public class GalleryActivity extends AppCompatActivity implements IabBroadcastLi public void onGalleryItemClick( GalleryItem item ) { NativeExports.LoadGame(item.romFile.getAbsolutePath()); + File InstantSaveDir = new File(NativeExports.SettingsLoadString(SettingsID.Directory_InstantSave.getValue())); + File GameSaveDir = new File(InstantSaveDir,NativeExports.SettingsLoadString(SettingsID.Game_UniqueSaveDir.getValue())); + Boolean ResumeGame = HasAutoSave(GameSaveDir); if (ShouldShowSupportWindow()) { - ShowSupportWindow(); + ShowSupportWindow(ResumeGame); } else { - File InstantSaveDir = new File(NativeExports.SettingsLoadString(SettingsID.Directory_InstantSave.getValue())); - final File GameSaveDir = new File(InstantSaveDir,NativeExports.SettingsLoadString(SettingsID.Game_UniqueSaveDir.getValue())); - if (HasAutoSave(GameSaveDir)) - { - NativeExports.SettingsSaveDword(SettingsID.Game_CurrentSaveState.getValue(), 0); - NativeExports.ExternalEvent(SystemEvent.SysEvent_LoadMachineState.getValue()); - } - launchGameActivity(); + launchGameActivity(ResumeGame); } } public boolean onGalleryItemLongClick( GalleryItem item ) { NativeExports.LoadGame(item.romFile.getAbsolutePath()); - if (ShouldShowSupportWindow()) - { - ShowSupportWindow(); - } - else - { - StartGameMenu(true); - } + StartGameMenu(true); Log.d("GalleryActivity", "onGalleryItemLongClick 4"); return true; } @@ -808,38 +754,17 @@ public class GalleryActivity extends AppCompatActivity implements IabBroadcastLi } } - public void PurcahseProject64Support(Activity activity, String sku) - { - setWaitScreen(true); - //Purchase save support - try - { - String payload = NativeExports.appVersion(); - mIabHelper.launchPurchaseFlow(activity, sku, RC_REQUEST, mPurchaseFinishedListener, payload); - } - catch (IabAsyncInProgressException e) - { - setWaitScreen(false); - } - } - private boolean ShouldShowSupportWindow() { - Log.d("GalleryActivity", "ShowSupportWindow mHasSaveSupport = " + mHasSaveSupport); - if (mHasSaveSupport) - { - return false; - } - Log.d("GalleryActivity", "ShowSupportWindow mPj64Supporter = " + mPj64Supporter); if (mPj64Supporter) { return false; } - File InstantSaveDir = new File(NativeExports.SettingsLoadString(SettingsID.Directory_InstantSave.getValue())); - final File GameSaveDir = new File(InstantSaveDir,NativeExports.SettingsLoadString(SettingsID.Game_UniqueSaveDir.getValue())); - if (GameSaveDir.exists() == false) + boolean PatreonAccount = ValidPatreonAccount(); + Log.d("GalleryActivity", "PatreonAccount = " + PatreonAccount); + if (PatreonAccount) { return false; } @@ -860,27 +785,35 @@ public class GalleryActivity extends AppCompatActivity implements IabBroadcastLi return true; } - public void ShowSupportWindow() + private void EnterPatreonEmail(final AlertDialog SupportDialog, final Boolean ResumeGame) { - final Context context = this; - final Activity activity = this; - AlertDialog.Builder builder = new AlertDialog.Builder(this); - builder.setTitle(getText(R.string.GetSaveSupport_title)); - builder.setMessage(getText(R.string.GetSaveSupport_message)); - builder.setNeutralButton("Not now", null); - builder.setNegativeButton("Support Project64", null); + final View layout = View.inflate( this, R.layout.input_text, null ); + builder.setTitle("Patreon Email"); + builder.setPositiveButton("OK", null); + builder.setNegativeButton("Cancel", null); builder.setCancelable(false); + builder.setView(layout); final AlertDialog dialog = builder.create(); dialog.show(); - dialog.getButton(AlertDialog.BUTTON_NEUTRAL).setOnClickListener( new View.OnClickListener() + EditText et = (EditText)dialog.findViewById(R.id.EditText); + et.setText(NativeExports.UISettingsLoadString(UISettingID.SupportWindow_PatreonEmail.getValue())); + + dialog.getButton(AlertDialog.BUTTON_POSITIVE).setOnClickListener( new View.OnClickListener() { @Override public void onClick(View v) { + EditText et = (EditText)dialog.findViewById(R.id.EditText); + String email = et.getText().toString(); + NativeExports.UISettingsSaveString(UISettingID.SupportWindow_PatreonEmail.getValue(), email); dialog.dismiss(); - StartGameMenu(false); + if (ValidPatreonAccount()) + { + SupportDialog.dismiss(); + launchGameActivity(ResumeGame); + } } }); dialog.getButton(AlertDialog.BUTTON_NEGATIVE).setOnClickListener( new View.OnClickListener() @@ -888,25 +821,116 @@ public class GalleryActivity extends AppCompatActivity implements IabBroadcastLi @Override public void onClick(View v) { - setWaitScreen(true); - //Purchase save support - try - { - String payload = NativeExports.appVersion(); - mIabHelper.launchPurchaseFlow(activity, SKU_SAVESUPPORT, RC_REQUEST, mPurchaseFinishedListener, payload); - } - catch (IabAsyncInProgressException e) - { - setWaitScreen(false); - } dialog.dismiss(); } }); + + } + + private boolean ValidPatreonAccount() + { + String PatreonEmail = NativeExports.UISettingsLoadString(UISettingID.SupportWindow_PatreonEmail.getValue()); + String regex = "^(.+)@(.+)$"; + + Pattern pattern = Pattern.compile(regex); + Matcher matcher = pattern.matcher(PatreonEmail); + return matcher.matches(); + } + + public void ShowSupportWindow(final Boolean ResumeGame) + { + Boolean TimeDelayed = NativeExports.UISettingsLoadDword(UISettingID.Game_RunCount.getValue()) > 15; + + AlertDialog.Builder builder = new AlertDialog.Builder(this); + builder.setTitle(getText(R.string.SupportProject64_title)); + builder.setMessage(getText(R.string.SupportProject64_message)); + builder.setNeutralButton("Not now", null); + builder.setNegativeButton(R.string.SupportProject64_OkButton, null); + builder.setCancelable(false); + + final AlertDialog dialog = builder.create(); + dialog.show(); + + CharSequence text = getString(R.string.SupportProject64_message); + SpannableStringBuilder spanTxt = new SpannableStringBuilder(); + int start = 0; + for (int i = 0, n = text.length(); i < n; i++) + { + if (text.charAt(i) == '<' && text.charAt(i+1) == 'a') + { + int anchor_stat_end = 0; + for (int a_i = i, a_n = text.length() - 4; a_i < a_n; a_i++) + { + if (text.charAt(a_i) == '>') + { + anchor_stat_end = a_i; + } + if (text.charAt(a_i) == '<' && text.charAt(a_i + 1) == '/' && text.charAt(a_i + 2) == 'a' && text.charAt(a_i + 3) == '>') + { + spanTxt.append(text.subSequence(start, i)); + CharSequence anchor_text = text.subSequence(anchor_stat_end + 1, a_i); + spanTxt.append(anchor_text); + spanTxt.setSpan(new ClickableSpan() + { + @Override + public void onClick(View widget) + { + EnterPatreonEmail(dialog, ResumeGame); + } + }, spanTxt.length() - anchor_text.length(), spanTxt.length(), 0); + start = a_i + 4; + i = start; + break; + } + } + } + } + spanTxt.append(text.subSequence(start, text.length())); + + TextView view = ((TextView)dialog.findViewById(android.R.id.message)); + view.setMovementMethod(LinkMovementMethod.getInstance()); + view.setText(spanTxt, BufferType.SPANNABLE); + if (TimeDelayed) + { + dialog.getButton(AlertDialog.BUTTON_NEUTRAL).setEnabled(false); + Handler handler = new Handler(); + handler.postDelayed(new Runnable() + { + @Override + public void run() + { + dialog.getButton(AlertDialog.BUTTON_NEUTRAL).setEnabled(true); + } + }, 20000); + } + dialog.getButton(AlertDialog.BUTTON_NEUTRAL).setOnClickListener( new View.OnClickListener() + { + @Override + public void onClick(View v) + { + dialog.dismiss(); + launchGameActivity(ResumeGame); + } + }); + dialog.getButton(AlertDialog.BUTTON_NEGATIVE).setOnClickListener( new View.OnClickListener() + { + @Override + public void onClick(View v) + { + Intent browse = new Intent( Intent.ACTION_VIEW , Uri.parse( "https://www.patreon.com/bePatron?u=841905" ) ); + startActivity( browse ); + } + }); dialog.setCanceledOnTouchOutside(false); } - public void launchGameActivity() + public void launchGameActivity(boolean ResumeGame) { + if (ResumeGame) + { + NativeExports.SettingsSaveDword(SettingsID.Game_CurrentSaveState.getValue(), 0); + NativeExports.ExternalEvent(SystemEvent.SysEvent_LoadMachineState.getValue()); + } // Launch the game activity boolean isXperiaPlay = false; @@ -966,8 +990,6 @@ public class GalleryActivity extends AppCompatActivity implements IabBroadcastLi { mRecentItems = new ArrayList(); - Log.d("GalleryActivity","File_RecentGameFileCount = " + NativeExports.UISettingsLoadDword(UISettingID.File_RecentGameFileCount.getValue())); - for (int i = 0, n = NativeExports.UISettingsLoadDword(UISettingID.File_RecentGameFileCount.getValue()); i < n; i++) { String RecentFile = NativeExports.UISettingsLoadStringIndex(UISettingID.File_RecentGameFileIndex.getValue(), i); diff --git a/Android/src/emu/project64/Project64Application.java b/Android/src/emu/project64/Project64Application.java index 872edd3b8..c8427dd4d 100644 --- a/Android/src/emu/project64/Project64Application.java +++ b/Android/src/emu/project64/Project64Application.java @@ -12,6 +12,8 @@ package emu.project64; import android.content.Context; import android.content.res.Resources; +import com.google.android.gms.analytics.GoogleAnalytics; +import com.google.android.gms.analytics.Tracker; public class Project64Application extends android.app.Application { @@ -40,4 +42,15 @@ public class Project64Application extends android.app.Application { return m_instance.getResources(); } + + private Tracker tracker; + synchronized public Tracker getDefaultTracker() + { + if (tracker == null) + { + GoogleAnalytics analytics = GoogleAnalytics.getInstance(this); + tracker = analytics.newTracker(R.xml.analytics); + } + return tracker; + } } diff --git a/Android/src/emu/project64/jni/UISettingID.java b/Android/src/emu/project64/jni/UISettingID.java index ec80d79e3..2ab40caeb 100644 --- a/Android/src/emu/project64/jni/UISettingID.java +++ b/Android/src/emu/project64/jni/UISettingID.java @@ -34,6 +34,7 @@ public enum UISettingID SupportWindow_AlwaysShow, SupportWindow_ShowingSupportWindow, SupportWindow_RunCount, + SupportWindow_PatreonEmail, //Game Settings Game_RunCount, diff --git a/Android/src/emu/project64/settings/BaseSettingsFragment.java b/Android/src/emu/project64/settings/BaseSettingsFragment.java index 50b1459c0..a96ad3598 100644 --- a/Android/src/emu/project64/settings/BaseSettingsFragment.java +++ b/Android/src/emu/project64/settings/BaseSettingsFragment.java @@ -95,69 +95,80 @@ public abstract class BaseSettingsFragment extends PreferenceFragmentCompat @Override public boolean onPreferenceTreeClick(Preference preference) { - if (preference.getKey().equals("settings_input")) - { - loadFragment(new InputFragment()); - } - else if (preference.getKey().equals("settings_touch_screen")) - { - loadFragment(new TouchScreenFragment()); - } - else if (preference.getKey().equals("settings_gamepad_screen")) - { - final AppCompatActivity activity = (AppCompatActivity)getActivity(); - Intent intent = new Intent( activity, ControllerProfileActivity.class ); - activity.startActivity( intent ); - } - else if (preference.getKey().equals("settings_video")) - { - loadFragment(new VideoFragment()); - } - else if (preference.getKey().equals("settings_game_list")) - { - loadFragment(new GameListFragment()); - } - else if (preference.getKey().equals("settings_audio")) - { - loadFragment(new AudioFragment()); - } - else if (preference.getKey().equals("settings_advanced")) - { - loadFragment(new AdvancedFragment()); - } - else if (preference.getKey().equals("logging_core")) - { - loadFragment(new LoggingProject64Core()); - } - else if (preference.getKey().equals("logging_audio")) - { - loadFragment(new LoggingAudio()); - } - else if (preference.getKey().equals("settings_reset")) - { - DialogInterface.OnClickListener internalListener = new DialogInterface.OnClickListener() + if (preference.getKey() != null) + { + if (preference.getKey().equals("settings_input")) { - @Override - public void onClick( DialogInterface dialog, int which ) + loadFragment(new InputFragment()); + } + else if (preference.getKey().equals("settings_touch_screen")) + { + loadFragment(new TouchScreenFragment()); + } + else if (preference.getKey().equals("settings_gamepad_screen")) + { + final AppCompatActivity activity = (AppCompatActivity)getActivity(); + Intent intent = new Intent( activity, ControllerProfileActivity.class ); + activity.startActivity( intent ); + } + else if (preference.getKey().equals("settings_video")) + { + loadFragment(new VideoFragment()); + } + else if (preference.getKey().equals("settings_game_list")) + { + loadFragment(new GameListFragment()); + } + else if (preference.getKey().equals("settings_audio")) + { + loadFragment(new AudioFragment()); + } + else if (preference.getKey().equals("settings_patreon")) + { + loadFragment(new PatreonFragment()); + } + else if (preference.getKey().equals("settings_advanced")) + { + loadFragment(new AdvancedFragment()); + } + else if (preference.getKey().equals("logging_core")) + { + loadFragment(new LoggingProject64Core()); + } + else if (preference.getKey().equals("logging_audio")) + { + loadFragment(new LoggingAudio()); + } + else if (preference.getKey().equals("settings_reset")) + { + DialogInterface.OnClickListener internalListener = new DialogInterface.OnClickListener() { - if( which == DialogInterface.BUTTON_POSITIVE ) + @Override + public void onClick( DialogInterface dialog, int which ) { - NativeExports.ResetApplicationSettings(); - SplashActivity.Reset(); - Intent SplashIntent = new Intent(getActivity(), SplashActivity.class); - SplashIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK); - startActivity(SplashIntent); + if( which == DialogInterface.BUTTON_POSITIVE ) + { + NativeExports.ResetApplicationSettings(); + SplashActivity.Reset(); + Intent SplashIntent = new Intent(getActivity(), SplashActivity.class); + SplashIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK); + startActivity(SplashIntent); + } } - } - }; + }; - String title = getString( R.string.settings_reset_title ); - String message = getString( R.string.settings_reset_message ); - AlertDialog.Builder builder = new AlertDialog.Builder( getActivity() ).setTitle( title ).setMessage( message ).setCancelable( false ) - .setNegativeButton( getString( android.R.string.cancel ), internalListener ) - .setPositiveButton( getString( android.R.string.ok ), internalListener ); - builder.create().show(); - } + String title = getString( R.string.settings_reset_title ); + String message = getString( R.string.settings_reset_message ); + AlertDialog.Builder builder = new AlertDialog.Builder( getActivity() ).setTitle( title ).setMessage( message ).setCancelable( false ) + .setNegativeButton( getString( android.R.string.cancel ), internalListener ) + .setPositiveButton( getString( android.R.string.ok ), internalListener ); + builder.create().show(); + } + else + { + return super.onPreferenceTreeClick(preference); + } + } else { return super.onPreferenceTreeClick(preference); diff --git a/Android/src/emu/project64/settings/GameSettingsActivity.java b/Android/src/emu/project64/settings/GameSettingsActivity.java index 0ae26cf3c..179f15a1d 100644 --- a/Android/src/emu/project64/settings/GameSettingsActivity.java +++ b/Android/src/emu/project64/settings/GameSettingsActivity.java @@ -41,7 +41,7 @@ public class GameSettingsActivity extends AppCompatActivity implements SharedPre { actionbar.setHomeButtonEnabled(true); actionbar.setDisplayHomeAsUpEnabled(true); - } + } SharedPreferences sharedPrefs = PreferenceManager.getDefaultSharedPreferences(this); sharedPrefs.edit().clear() @@ -81,7 +81,7 @@ public class GameSettingsActivity extends AppCompatActivity implements SharedPre @Override public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) { - if (key.equals("Game_CpuType")) { NativeExports.SettingsSaveDword(SettingsID.Game_CpuType.getValue(), Integer.valueOf(sharedPreferences.getString(key, "1"))); } - else if (key.equals("Game_BlockLinking")) { NativeExports.SettingsSaveBool(SettingsID.Game_BlockLinking.getValue(), sharedPreferences.getBoolean(key,false)); } + if (key.equals("Game_CpuType")) { NativeExports.SettingsSaveDword(SettingsID.Game_CpuType.getValue(), Integer.valueOf(sharedPreferences.getString(key, "1"))); } + else if (key.equals("Game_BlockLinking")) { NativeExports.SettingsSaveBool(SettingsID.Game_BlockLinking.getValue(), sharedPreferences.getBoolean(key,false)); } } } diff --git a/Android/src/emu/project64/settings/PatreonFragment.java b/Android/src/emu/project64/settings/PatreonFragment.java new file mode 100644 index 000000000..adc165c58 --- /dev/null +++ b/Android/src/emu/project64/settings/PatreonFragment.java @@ -0,0 +1,28 @@ +/**************************************************************************** +* * +* Project64 - A Nintendo 64 emulator. * +* http://www.pj64-emu.com/ * +* Copyright (C) 2012 Project64. All rights reserved. * +* * +* License: * +* GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html * +* * +****************************************************************************/ +package emu.project64.settings; + +import emu.project64.R; + +public class PatreonFragment extends BaseSettingsFragment +{ + @Override + protected int getXml() + { + return R.xml.setting_patreon; + } + + @Override + protected int getTitleId() + { + return R.string.patreon_title; + } +} diff --git a/Android/src/emu/project64/settings/SettingsActivity.java b/Android/src/emu/project64/settings/SettingsActivity.java index 41378c9c7..4417231dd 100644 --- a/Android/src/emu/project64/settings/SettingsActivity.java +++ b/Android/src/emu/project64/settings/SettingsActivity.java @@ -56,6 +56,7 @@ public class SettingsActivity extends AppCompatActivity implements SharedPrefere sharedPrefs.edit().clear() .putInt("touchscreenScale",NativeExports.UISettingsLoadDword(UISettingID.TouchScreen_ButtonScale.getValue())) .putString("touchscreenLayout",NativeExports.UISettingsLoadString(UISettingID.TouchScreen_Layout.getValue())) + .putString("Patreon_email",NativeExports.UISettingsLoadString(UISettingID.SupportWindow_PatreonEmail.getValue())) .putBoolean("audio_Enabled",NativeExports.SettingsLoadBool(SettingsID.Plugin_EnableAudio.getValue())) .putBoolean("PreAllocSyncMem",NativeExports.SettingsLoadBool(SettingsID.Setting_PreAllocSyncMem.getValue())) .putBoolean("ReducedSyncMem",NativeExports.SettingsLoadBool(SettingsID.Setting_ReducedSyncMem.getValue())) @@ -142,6 +143,7 @@ public class SettingsActivity extends AppCompatActivity implements SharedPrefere } else if (key.equals("touchscreenScale")) { NativeExports.UISettingsSaveDword(UISettingID.TouchScreen_ButtonScale.getValue(), sharedPreferences.getInt(key, 100)); } else if (key.equals("touchscreenLayout")) { NativeExports.UISettingsSaveString(UISettingID.TouchScreen_Layout.getValue(), sharedPreferences.getString(key, "Analog")); } + else if (key.equals("Patreon_email")) { NativeExports.UISettingsSaveString(UISettingID.SupportWindow_PatreonEmail.getValue(), sharedPreferences.getString(key, "")); } else if (key.equals("audio_Enabled")) { NativeExports.SettingsSaveBool(SettingsID.Plugin_EnableAudio.getValue(), sharedPreferences.getBoolean(key,false)); } else if (key.equals("Plugin_ForceGfxReset")) { NativeExports.SettingsSaveBool(SettingsID.Plugin_ForceGfxReset.getValue(), sharedPreferences.getBoolean(key,false)); } else if (key.equals("PreAllocSyncMem")) { NativeExports.SettingsSaveBool(SettingsID.Setting_PreAllocSyncMem.getValue(), sharedPreferences.getBoolean(key,false)); } diff --git a/Android/src/emu/project64/util/Notifier.java b/Android/src/emu/project64/util/Notifier.java index 8200e7a1a..1a3806bf8 100644 --- a/Android/src/emu/project64/util/Notifier.java +++ b/Android/src/emu/project64/util/Notifier.java @@ -11,7 +11,13 @@ package emu.project64.util; import emu.project64.game.GameOverlay; +import emu.project64.jni.NativeExports; +import emu.project64.jni.SettingsID; +import emu.project64.Project64Application; import emu.project64.R; + +import com.google.android.gms.analytics.HitBuilders; + import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; @@ -100,6 +106,15 @@ public final class Notifier GameOverlay overlay = (GameOverlay) activity.findViewById(R.id.gameOverlay); overlay.SetDisplayMessage2(message); } + + public static void EmulationStarted (Activity activity) + { + ((Project64Application) activity.getApplication()).getDefaultTracker().send(new HitBuilders.EventBuilder() + .setCategory("mobile") + .setAction("game") + .setLabel(NativeExports.SettingsLoadString(SettingsID.Rdb_GoodName.getValue())) + .build()); + } private static Runnable runEmulationStopped = null; public static void EmulationStopped (Activity activity) diff --git a/Source/Android/Bridge/UISettings.cpp b/Source/Android/Bridge/UISettings.cpp index 9d7620be5..31298c2bd 100644 --- a/Source/Android/Bridge/UISettings.cpp +++ b/Source/Android/Bridge/UISettings.cpp @@ -31,6 +31,7 @@ void RegisterUISettings(void) g_Settings->AddHandler((SettingID)(FirstUISettings + SupportWindow_AlwaysShow), new CSettingTypeApplication("Support Project64", "Always Show", false)); g_Settings->AddHandler((SettingID)(FirstUISettings + SupportWindow_ShowingSupportWindow), new CSettingTypeApplication("Support Project64", "Showing Support Window", false)); g_Settings->AddHandler((SettingID)(FirstUISettings + SupportWindow_RunCount), new CSettingTypeApplication("Support Project64", "Run Count", (uint32_t)0)); + g_Settings->AddHandler((SettingID)(FirstUISettings + SupportWindow_PatreonEmail), new CSettingTypeApplication("Support Project64", "Patreon Email", "")); g_Settings->AddHandler((SettingID)(FirstUISettings + Game_RunCount), new CSettingTypeGame("Run Count", (uint32_t)0)); } diff --git a/Source/Android/Bridge/UISettings.h b/Source/Android/Bridge/UISettings.h index 8adf54581..2399518d0 100644 --- a/Source/Android/Bridge/UISettings.h +++ b/Source/Android/Bridge/UISettings.h @@ -36,6 +36,7 @@ enum UISettingID SupportWindow_AlwaysShow, SupportWindow_ShowingSupportWindow, SupportWindow_RunCount, + SupportWindow_PatreonEmail, //Game Settings Game_RunCount, diff --git a/Source/Android/Bridge/jniBridge.cpp b/Source/Android/Bridge/jniBridge.cpp index c4c4b7f3a..441dcf2b6 100644 --- a/Source/Android/Bridge/jniBridge.cpp +++ b/Source/Android/Bridge/jniBridge.cpp @@ -51,13 +51,13 @@ class AndroidLogger : public CTraceModule { switch (severity) { - case TraceError: __android_log_print(ANDROID_LOG_ERROR, TraceModule(module), "%05d: %s: %s",CThread::GetCurrentThreadId(),function,Message); break; - case TraceWarning: __android_log_print(ANDROID_LOG_WARN, TraceModule(module), "%05d: %s: %s",CThread::GetCurrentThreadId(),function,Message); break; - case TraceNotice: __android_log_print(ANDROID_LOG_INFO, TraceModule(module), "%05d: %s: %s",CThread::GetCurrentThreadId(),function,Message); break; - case TraceInfo: __android_log_print(ANDROID_LOG_INFO, TraceModule(module), "%05d: %s: %s",CThread::GetCurrentThreadId(),function,Message); break; - case TraceDebug: __android_log_print(ANDROID_LOG_DEBUG, TraceModule(module), "%05d: %s: %s",CThread::GetCurrentThreadId(),function,Message); break; - case TraceVerbose: __android_log_print(ANDROID_LOG_VERBOSE, TraceModule(module), "%05d: %s: %s",CThread::GetCurrentThreadId(),function,Message); break; - default: __android_log_print(ANDROID_LOG_UNKNOWN, TraceModule(module), "%05d: %s: %s",CThread::GetCurrentThreadId(),function,Message); break; + case TraceError: __android_log_print(ANDROID_LOG_ERROR, TraceModule(module), "%05d: %s: %s", CThread::GetCurrentThreadId(), function, Message); break; + case TraceWarning: __android_log_print(ANDROID_LOG_WARN, TraceModule(module), "%05d: %s: %s", CThread::GetCurrentThreadId(), function, Message); break; + case TraceNotice: __android_log_print(ANDROID_LOG_INFO, TraceModule(module), "%05d: %s: %s", CThread::GetCurrentThreadId(), function, Message); break; + case TraceInfo: __android_log_print(ANDROID_LOG_INFO, TraceModule(module), "%05d: %s: %s", CThread::GetCurrentThreadId(), function, Message); break; + case TraceDebug: __android_log_print(ANDROID_LOG_DEBUG, TraceModule(module), "%05d: %s: %s", CThread::GetCurrentThreadId(), function, Message); break; + case TraceVerbose: __android_log_print(ANDROID_LOG_VERBOSE, TraceModule(module), "%05d: %s: %s", CThread::GetCurrentThreadId(), function, Message); break; + default: __android_log_print(ANDROID_LOG_UNKNOWN, TraceModule(module), "%05d: %s: %s", CThread::GetCurrentThreadId(), function, Message); break; } } void FlushTrace(void) @@ -113,10 +113,10 @@ static void watch_uninstall(const char *baseDir) exit(1); } - enum + enum { EVENT_SIZE = sizeof(struct inotify_event), - EVENT_BUF_LEN = (1024 * (EVENT_SIZE + 16)) + EVENT_BUF_LEN = (1024 * (EVENT_SIZE + 16)) }; struct inotify_event event; __android_log_print(ANDROID_LOG_INFO, "watch_uninstall", "read event"); @@ -130,7 +130,7 @@ static void watch_uninstall(const char *baseDir) pjutil::Sleep(2000); __android_log_print(ANDROID_LOG_INFO, "watch_uninstall", "Sleep Done"); - __android_log_print(ANDROID_LOG_INFO, "watch_uninstall", "TestDir.DirectoryExists() = %s", TestDir.DirectoryExists() ? "yes": "no"); + __android_log_print(ANDROID_LOG_INFO, "watch_uninstall", "TestDir.DirectoryExists() = %s", TestDir.DirectoryExists() ? "yes" : "no"); if (!TestDir.DirectoryExists()) { __android_log_print(ANDROID_LOG_INFO, "watch_uninstall", "exit loop"); @@ -149,7 +149,7 @@ EXPORT jint CALL JNI_OnLoad(JavaVM* vm, void* reserved) __android_log_print(ANDROID_LOG_INFO, "jniBridge", "JNI_OnLoad called"); g_JavaVM = vm; JNIEnv *env; - if (g_JavaVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) + if (g_JavaVM->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) { __android_log_print(ANDROID_LOG_ERROR, "jniBridge", "Failed to get the environment using GetEnv()"); return -1; @@ -180,7 +180,7 @@ void UISettingsSaveStringIndex(UISettingID Type, int32_t index, const std::strin void AddRecentRom(const char * ImagePath) { if (ImagePath == NULL) { return; } - WriteTrace(TraceUserInterface, TraceDebug, "Start (ImagePath: %s)",ImagePath); + WriteTrace(TraceUserInterface, TraceDebug, "Start (ImagePath: %s)", ImagePath); //Get Information about the stored rom list size_t MaxRememberedFiles = UISettingsLoadDword(File_RecentGameFileCount); @@ -340,7 +340,7 @@ EXPORT jstring CALL Java_emu_project64_jni_NativeExports_appVersion(JNIEnv* env, EXPORT void CALL Java_emu_project64_jni_NativeExports_SettingsSaveBool(JNIEnv* env, jclass cls, int Type, jboolean Value) { - WriteTrace(TraceUserInterface, TraceDebug, "Saving %d value: %s",Type,Value ? "true" : "false"); + WriteTrace(TraceUserInterface, TraceDebug, "Saving %d value: %s", Type, Value ? "true" : "false"); g_Settings->SaveBool((SettingID)Type, Value); CSettings::FlushSettings(g_Settings); WriteTrace(TraceUserInterface, TraceDebug, "Saved"); @@ -357,7 +357,7 @@ EXPORT void CALL Java_emu_project64_jni_NativeExports_SettingsSaveDword(JNIEnv* EXPORT void CALL Java_emu_project64_jni_NativeExports_SettingsSaveString(JNIEnv* env, jclass cls, int Type, jstring Buffer) { const char *value = env->GetStringUTFChars(Buffer, 0); - WriteTrace(TraceUserInterface, TraceDebug, "Saving %d value: %s",Type,value); + WriteTrace(TraceUserInterface, TraceDebug, "Saving %d value: %s", Type, value); g_Settings->SaveString((SettingID)Type, value); CSettings::FlushSettings(g_Settings); WriteTrace(TraceUserInterface, TraceDebug, "Saved"); @@ -399,7 +399,7 @@ EXPORT void CALL Java_emu_project64_jni_NativeExports_LoadRomList(JNIEnv* env, j EXPORT void CALL Java_emu_project64_jni_NativeExports_LoadGame(JNIEnv* env, jclass cls, jstring FileLoc) { const char *fileLoc = env->GetStringUTFChars(FileLoc, 0); - WriteTrace(TraceUserInterface, TraceDebug, "FileLoc: %s",fileLoc); + WriteTrace(TraceUserInterface, TraceDebug, "FileLoc: %s", fileLoc); CN64System::LoadFileImage(fileLoc); env->ReleaseStringUTFChars(FileLoc, fileLoc); WriteTrace(TraceUserInterface, TraceDebug, "Image loaded"); @@ -416,8 +416,8 @@ EXPORT void CALL Java_emu_project64_jni_NativeExports_RefreshRomDir(JNIEnv* env, { const char *romDir = env->GetStringUTFChars(RomDir, 0); WriteTrace(TraceUserInterface, TraceDebug, "romDir = %s Recursive = %s", romDir, Recursive ? "true" : "false"); - g_Settings->SaveString(RomList_GameDir,romDir); - g_Settings->SaveBool(RomList_GameDirRecursive,Recursive); + g_Settings->SaveString(RomList_GameDir, romDir); + g_Settings->SaveBool(RomList_GameDirRecursive, Recursive); env->ReleaseStringUTFChars(RomDir, romDir); if (g_JavaRomList == NULL) @@ -431,11 +431,15 @@ EXPORT void CALL Java_emu_project64_jni_NativeExports_RefreshRomDir(JNIEnv* env, EXPORT void CALL Java_emu_project64_jni_NativeExports_ExternalEvent(JNIEnv* env, jclass cls, int Type) { - WriteTrace(TraceUserInterface, TraceDebug, "Start (Type: %d)",Type); + WriteTrace(TraceUserInterface, TraceDebug, "Start (Type: %d)", Type); if (g_BaseSystem) { g_BaseSystem->ExternalEvent((SystemEvent)Type); } + else + { + WriteTrace(TraceUserInterface, TraceWarning, "g_BaseSystem == NULL"); + } WriteTrace(TraceUserInterface, TraceDebug, "Done"); } @@ -531,7 +535,7 @@ EXPORT void CALL Java_emu_project64_jni_NativeExports_onSurfaceChanged(JNIEnv * CGfxPlugin * GfxPlugin = g_BaseSystem->GetPlugins()->Gfx(); if (GfxPlugin->SurfaceChanged != NULL) { - GfxPlugin->SurfaceChanged(width,height); + GfxPlugin->SurfaceChanged(width, height); } } if (g_SyncSystem != NULL && g_SyncSystem->GetPlugins() != NULL && g_SyncSystem->GetPlugins()->Gfx() != NULL) @@ -539,7 +543,7 @@ EXPORT void CALL Java_emu_project64_jni_NativeExports_onSurfaceChanged(JNIEnv * CGfxPlugin * GfxPlugin = g_SyncSystem->GetPlugins()->Gfx(); if (GfxPlugin->SurfaceChanged != NULL) { - GfxPlugin->SurfaceChanged(width,height); + GfxPlugin->SurfaceChanged(width, height); } } WriteTrace(TraceUserInterface, TraceDebug, "Done"); @@ -547,14 +551,14 @@ EXPORT void CALL Java_emu_project64_jni_NativeExports_onSurfaceChanged(JNIEnv * EXPORT void CALL Java_emu_project64_jni_NativeExports_UISettingsSaveBool(JNIEnv* env, jclass cls, jint Type, jboolean Value) { - WriteTrace(TraceUserInterface, TraceDebug, "Saving UI %d value: %s",Type,Value ? "true" : "false"); + WriteTrace(TraceUserInterface, TraceDebug, "Saving UI %d value: %s", Type, Value ? "true" : "false"); UISettingsSaveBool((UISettingID)Type, Value); WriteTrace(TraceUserInterface, TraceDebug, "Saved"); } EXPORT void CALL Java_emu_project64_jni_NativeExports_UISettingsSaveDword(JNIEnv* env, jclass cls, jint Type, jint Value) { - WriteTrace(TraceUserInterface, TraceDebug, "Saving UI %d value: %X",Type,Value); + WriteTrace(TraceUserInterface, TraceDebug, "Saving UI %d value: %X", Type, Value); UISettingsSaveDword((UISettingID)Type, Value); WriteTrace(TraceUserInterface, TraceDebug, "Saved"); } @@ -562,7 +566,7 @@ EXPORT void CALL Java_emu_project64_jni_NativeExports_UISettingsSaveDword(JNIEnv EXPORT void CALL Java_emu_project64_jni_NativeExports_UISettingsSaveString(JNIEnv* env, jclass cls, jint Type, jstring Buffer) { const char *value = env->GetStringUTFChars(Buffer, 0); - WriteTrace(TraceUserInterface, TraceDebug, "Saving UI %d value: %s",Type,value); + WriteTrace(TraceUserInterface, TraceDebug, "Saving UI %d value: %s", Type, value); UISettingsSaveString((UISettingID)Type, value); WriteTrace(TraceUserInterface, TraceDebug, "Saved"); env->ReleaseStringUTFChars(Buffer, value);