aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-02-07 14:17:02 -0800
committerAbhisek Devkota <ciwrl@lineageos.org>2017-02-07 14:17:02 -0800
commita6fc23316174b50de9ebb50f41b38188410f3157 (patch)
treed797619e516b940b05ad3fe47e86789d62607b2d
parent97dc85c2795bc67334a9830ab649d578f9a2e665 (diff)
downloadandroid_packages_apps_WundergroundWeatherProvider-a6fc23316174b50de9ebb50f41b38188410f3157.tar.gz
android_packages_apps_WundergroundWeatherProvider-a6fc23316174b50de9ebb50f41b38188410f3157.tar.bz2
android_packages_apps_WundergroundWeatherProvider-a6fc23316174b50de9ebb50f41b38188410f3157.zip
Automatic translation import
Change-Id: I5cab8fea3ed52b97d8d0cc30be302af7f1e73191
-rw-r--r--app/src/main/res/values-in/strings.xml10
-rw-r--r--app/src/main/res/values-nl/strings.xml4
2 files changed, 12 insertions, 2 deletions
diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml
index bcf46c5..bbc6b20 100644
--- a/app/src/main/res/values-in/strings.xml
+++ b/app/src/main/res/values-in/strings.xml
@@ -13,5 +13,15 @@
limitations under the License.
-->
<resources>
+ <string name="action_settings">Pengaturan</string>
+ <string name="authentication_preference_category_title">Autentikasi</string>
+ <string name="authentication_preference_api_key">Kunci API</string>
+ <string name="authentication_preference_api_key_summary">Kunci API yang digunakan untuk autentikasi Weather Underground</string>
+ <string name="authentication_preference_api_key_verified">Terautentikasi</string>
+ <string name="authentication_preference_api_key_not_verified">Tidak dapat mengautentikasi</string>
<string name="authentication_preference_account_create">Buat akun</string>
+ <string name="authentication_preference_account_create_summary">Buat akun guna mendapatkan kunci API untuk penggunaan data cuaca</string>
+ <string name="about_preference_category_title">Tentang</string>
+ <string name="about_preference">Hak Cipta</string>
+ <string name="about_preference_summary">Weather Underground adalah merek dagang terdaftar dari The Weather Channel, LLC. baik di Amerika Serikat maupun secara internasional. Logo Weather Underground adalah merek dagang dari Weather Underground, LLC.</string>
</resources>
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index 9e1642f..bc8dfb9 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -19,8 +19,8 @@
<string name="authentication_preference_api_key_verified">Geverifieerd</string>
<string name="authentication_preference_api_key_not_verified">Kan niet verifiëren</string>
<string name="authentication_preference_account_create">Account aanmaken</string>
- <string name="authentication_preference_account_create_summary">Maak een account aan om een API-sleutel te verkrijgen voor weer datagebruik</string>
+ <string name="authentication_preference_account_create_summary">Maak een account aan om een API-sleutel te verkrijgen voor gebruik van weergegevens</string>
<string name="about_preference_category_title">Over</string>
<string name="about_preference">Copyright</string>
- <string name="about_preference_summary">Weather Underground is een gedeponeerd handelsmerk van The Weather Channel, LLC. zowel in de Verenigde Staten en internationaal. Het Weather Underground Logo is een handelsmerk van Weather Underground, LLC.</string>
+ <string name="about_preference_summary">Weather Underground is een gedeponeerd handelsmerk van The Weather Channel, LLC. zowel in de Verenigde Staten en internationaal. Het Weather Underground-logo is een handelsmerk van Weather Underground, LLC.</string>
</resources>