aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-06-03 18:46:56 -0700
committerAbhisek Devkota <ciwrl@lineageos.org>2017-06-03 18:46:56 -0700
commit197c9d37509123f53df674ed4049dcdba307d30f (patch)
tree49569ea7fad67363d099a61bbb26f669b4917d4b
parent3b4d3a4f814c0f602e882eb0a07f33dd8ba26af2 (diff)
downloadandroid_packages_apps_WundergroundWeatherProvider-197c9d37509123f53df674ed4049dcdba307d30f.tar.gz
android_packages_apps_WundergroundWeatherProvider-197c9d37509123f53df674ed4049dcdba307d30f.tar.bz2
android_packages_apps_WundergroundWeatherProvider-197c9d37509123f53df674ed4049dcdba307d30f.zip
Automatic translation import
Change-Id: I7f98d4eb9f480e8b0992ce58a989a04d5eae9f21
-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>