aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-02-19 17:07:11 -0800
committerAbhisek Devkota <ciwrl@lineageos.org>2017-02-19 17:07:11 -0800
commit3f84a6ca2d5532e85106879095a459dbc2eee4c4 (patch)
tree0a94416c7f15eddb1f023d5d66a25696222445f7
parent3909dfd244feb55f40b254a8b7c99b3a634ad42a (diff)
downloadandroid_packages_apps_WundergroundWeatherProvider-3f84a6ca2d5532e85106879095a459dbc2eee4c4.tar.gz
android_packages_apps_WundergroundWeatherProvider-3f84a6ca2d5532e85106879095a459dbc2eee4c4.tar.bz2
android_packages_apps_WundergroundWeatherProvider-3f84a6ca2d5532e85106879095a459dbc2eee4c4.zip
Automatic translation import
Change-Id: Ib2accb175bcd045f778a72263857ee909f05b54a
-rw-r--r--app/src/main/res/values-iw/strings.xml14
-rw-r--r--app/src/main/res/values-ja/strings.xml7
-rw-r--r--app/src/main/res/values-nl/strings.xml1
-rw-r--r--app/src/main/res/values-pl/strings.xml4
-rw-r--r--app/src/main/res/values-sr-rCS/strings.xml15
-rw-r--r--app/src/main/res/values-uk/strings.xml14
6 files changed, 52 insertions, 3 deletions
diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml
index e728374..a2b671e 100644
--- a/app/src/main/res/values-iw/strings.xml
+++ b/app/src/main/res/values-iw/strings.xml
@@ -12,4 +12,16 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<resources></resources>
+<resources>
+ <string name="action_settings">הגדרות</string>
+ <string name="authentication_preference_category_title">אימות</string>
+ <string name="authentication_preference_api_key">מפתח API</string>
+ <string name="authentication_preference_api_key_summary">מפתח ה־API לשימוש בשביל אימות Weather Underground</string>
+ <string name="authentication_preference_api_key_verified">מאומת</string>
+ <string name="authentication_preference_api_key_not_verified">לא ניתן לאמת</string>
+ <string name="authentication_preference_account_create">צור חשבון</string>
+ <string name="authentication_preference_account_create_summary">צור חשבון בכדי לקבל מפתח API לשימוש בנתוני מזג אוויר</string>
+ <string name="about_preference_category_title">אודות</string>
+ <string name="about_preference">זכויות יוצרים</string>
+ <string name="about_preference_summary">Weather Underground הוא סימן מסחרי רשום של The Weather Channel, LLC. בארצות הברית ובכל העולם. סמל Weather Underground הוא סימן רשום של The Weather Channel, LLC.</string>
+</resources>
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index b8a9c4a..56c1587 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -14,4 +14,11 @@
-->
<resources>
<string name="action_settings">設定</string>
+ <string name="authentication_preference_category_title">認証</string>
+ <string name="authentication_preference_api_key">API キー</string>
+ <string name="authentication_preference_api_key_summary">Weather Underground の認証に利用する API キー</string>
+ <string name="authentication_preference_api_key_verified">認証済み</string>
+ <string name="authentication_preference_api_key_not_verified">認証できません</string>
+ <string name="authentication_preference_account_create">アカウントの作成</string>
+ <string name="authentication_preference_account_create_summary">天気データを使うために API キーを取得するアカウントを作成します。</string>
</resources>
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index bc8dfb9..a9cb9f1 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -16,6 +16,7 @@
<string name="action_settings">Instellingen</string>
<string name="authentication_preference_category_title">Authenticatie</string>
<string name="authentication_preference_api_key">API-sleutel</string>
+ <string name="authentication_preference_api_key_summary">API-sleutel voor authenticatie bij Weather Underground</string>
<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>
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index e728374..f62db2a 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -12,4 +12,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<resources></resources>
+<resources>
+ <string name="action_settings">Ustawienia</string>
+</resources>
diff --git a/app/src/main/res/values-sr-rCS/strings.xml b/app/src/main/res/values-sr-rCS/strings.xml
new file mode 100644
index 0000000..e728374
--- /dev/null
+++ b/app/src/main/res/values-sr-rCS/strings.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2016 The CyanogenMod 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.
+-->
+<resources></resources>
diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml
index e728374..bedc278 100644
--- a/app/src/main/res/values-uk/strings.xml
+++ b/app/src/main/res/values-uk/strings.xml
@@ -12,4 +12,16 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<resources></resources>
+<resources>
+ <string name="action_settings">Налаштування</string>
+ <string name="authentication_preference_category_title">Автентифікація</string>
+ <string name="authentication_preference_api_key">Ключ API</string>
+ <string name="authentication_preference_api_key_summary">API-ключ для аутентифікації в Weather Underground</string>
+ <string name="authentication_preference_api_key_verified">Підтверджено</string>
+ <string name="authentication_preference_api_key_not_verified">Не вдається автентифікувати</string>
+ <string name="authentication_preference_account_create">Створити акаунт</string>
+ <string name="authentication_preference_account_create_summary">Створити обліковий запис та отримати API-ключ для використання погодних даних</string>
+ <string name="about_preference_category_title">Про</string>
+ <string name="about_preference">Авторські права</string>
+ <string name="about_preference_summary">Weather Underground є зареєстрованим товарним знаком компанії The Weather Channel, LLC. як в Сполучених Штатах так і на міжнародному рівні. Логотип Weather Underground є торговою маркою Weather Underground, LLC.</string>
+</resources>