aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-05-18 13:45:43 -0700
committerAbhisek Devkota <ciwrl@lineageos.org>2017-05-18 13:45:43 -0700
commit359c44955863a84d6f95ee64c316cdf12f28ae81 (patch)
treea0c8b85e1ebdd0e6e3f547758f2396512021fa4d
parent5de40fe35de6495525a42132aa2aef44b340b802 (diff)
downloadandroid_packages_apps_WundergroundWeatherProvider-359c44955863a84d6f95ee64c316cdf12f28ae81.tar.gz
android_packages_apps_WundergroundWeatherProvider-359c44955863a84d6f95ee64c316cdf12f28ae81.tar.bz2
android_packages_apps_WundergroundWeatherProvider-359c44955863a84d6f95ee64c316cdf12f28ae81.zip
Automatic translation import
Change-Id: I08eae29d679b7a46143c889d5c5443b59d58c8e2
-rw-r--r--app/src/main/res/values-da/strings.xml14
-rw-r--r--app/src/main/res/values-pl/strings.xml4
2 files changed, 17 insertions, 1 deletions
diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml
index e728374..95d0091 100644
--- a/app/src/main/res/values-da/strings.xml
+++ b/app/src/main/res/values-da/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">Indstillinger</string>
+ <string name="authentication_preference_category_title">Autentifikation</string>
+ <string name="authentication_preference_api_key">API-nøgle</string>
+ <string name="authentication_preference_api_key_summary">API-nøgle, som skal bruges til Weather Underground-godkendelse</string>
+ <string name="authentication_preference_api_key_verified">Godkendt</string>
+ <string name="authentication_preference_api_key_not_verified">Der kunne ikke godkendes</string>
+ <string name="authentication_preference_account_create">Opret konto</string>
+ <string name="authentication_preference_account_create_summary">Opret en konto for at få en API-nøgle til vejrdataforbrug</string>
+ <string name="about_preference_category_title">Om</string>
+ <string name="about_preference">Copyright</string>
+ <string name="about_preference_summary">Weather Underground er et registreret varemærke tilhørende The Weather Channel, LLC. både i USA og internationalt. Weather Underground Logo er et varemærke tilhørende Weather Underground, LLC.</string>
+</resources>
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index 9f4c724..d9b1096 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -16,8 +16,12 @@
<string name="action_settings">Ustawienia</string>
<string name="authentication_preference_category_title">Uwierzytelnienie</string>
<string name="authentication_preference_api_key">Klucz API</string>
+ <string name="authentication_preference_api_key_summary">Klucz API do użycia dla uwierzytelniania Weather Underground</string>
<string name="authentication_preference_api_key_verified">Uwierzytelniono</string>
<string name="authentication_preference_api_key_not_verified">Nie można uwierzytelnić</string>
+ <string name="authentication_preference_account_create">Utwórz konto</string>
+ <string name="authentication_preference_account_create_summary">Utwórz konto, aby otrzymać klucz API do użycia danych pogodowych</string>
<string name="about_preference_category_title">O programie</string>
<string name="about_preference">Prawa autorskie</string>
+ <string name="about_preference_summary">Weather Underground jest zastrzeżonym znakiem towarowym firmy The Weather Channel, LLC. zarówno w Stanach Zjednoczonych jak i poza granicami. Logo Weather Underground jest znakiem towarowym firmy Weather Underground, LLC.</string>
</resources>