aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid van Tonder <david.vantonder@gmail.com>2014-01-12 20:51:00 +0000
committerGerrit Code Review <gerrit@cyanogenmod.org>2014-01-12 20:51:00 +0000
commitf1dd6dbb45f9421035461d4299c6838aa9da3978 (patch)
tree273651bf4ba23708bd1373a2c4869e670a928926
parentc753e796e9abc65ac6b25576f53f4bd82a97f4dd (diff)
parentd739c50fd35a10dd4bac595700e0e394e9917ebc (diff)
downloadandroid_packages_apps_LockClock-f1dd6dbb45f9421035461d4299c6838aa9da3978.tar.gz
android_packages_apps_LockClock-f1dd6dbb45f9421035461d4299c6838aa9da3978.tar.bz2
android_packages_apps_LockClock-f1dd6dbb45f9421035461d4299c6838aa9da3978.zip
Merge "LockClock: PL translations" into cm-11.0
-rw-r--r--res/values-pl/strings.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
index d95be12..7c7f9d4 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 The CyanogenMod Project (DvTonder)
+<!--
+ Copyright (C) 2012-2014 The CyanogenMod Project (DvTonder)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -68,6 +69,8 @@
<string name="weather_46">Przelotny śnieg</string>
<string name="weather_47">Lokalne ulewne burze</string>
<string name="weather_3200"></string>
+ <string name="weather_kph">km/h</string>
+ <string name="weather_mph">mph</string>
<string name="weather_N">N</string>
<string name="weather_NE">NE</string>
<string name="weather_E">E</string>
@@ -100,7 +103,9 @@
<string name="show_alarm_title">Wyświetl następny alarm</string>
<string name="weather_enabled">Włączone</string>
<string name="weather_enable">Wyświetl pogodę</string>
+ <string name="weather_source_title">Źródło informacji o pogodzie</string>
<string name="weather_source_yahoo">Pogoda Yahoo!</string>
+ <string name="weather_source_openweathermap">OpenWeatherMap</string>
<string name="weather_use_custom_location">Użyj własnej lokalizacji</string>
<string name="weather_geolocated">Użyj sieci do lokalizacji</string>
<string name="weather_custom_location_dialog_title">Podaj lokalizację</string>
@@ -165,4 +170,9 @@
<string name="weather_cannot_reach_provider">%s poza zasięgiem</string>
<string name="weather_select_location">Wybierz lokalizację</string>
<string name="clock_am_pm_title">Pokaż wskaźnik AM/PM</string>
+ <string name="weather_icon_set_title">Zestaw ikon</string>
+ <string name="weather_icons_standard">Kolorowe</string>
+ <string name="weather_icons_monochrome">Monochromatyczne</string>
+ <string name="weather_icons_vclouds">Ikony VClouds</string>
+ <string name="icon_set_selection_get_more">Więcej\u2026</string>
</resources>