aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-pl
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-pl')
-rw-r--r--res/values-pl/plurals.xml29
-rw-r--r--res/values-pl/strings.xml15
2 files changed, 44 insertions, 0 deletions
diff --git a/res/values-pl/plurals.xml b/res/values-pl/plurals.xml
new file mode 100644
index 0000000..3ed1760
--- /dev/null
+++ b/res/values-pl/plurals.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.net-->
+<!--
+ Copyright (C) 2014 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 xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <plurals name="album_number_of_pictures">
+ <item quantity="one">1 zdjęcie</item>
+ <item quantity="few"><xliff:g id="pictures" example="7">%d</xliff:g> zdjęcia</item>
+ <item quantity="other"><xliff:g id="pictures" example="7">%d</xliff:g> zdjęć</item>
+ </plurals>
+ <plurals name="msg_media_reload_complete">
+ <item quantity="one">Przeładowanie mediów skończone. Znaleziono 1 zdjęcie.</item>
+ <item quantity="few">Przeładowanie mediów skończone. Znaleziono <xliff:g id="pictures" example="7">%d</xliff:g> zdjęcia.</item>
+ <item quantity="other">Przeładowanie mediów skończone. Znaleziono <xliff:g id="pictures" example="7">%d</xliff:g> zdjęć.</item>
+ </plurals>
+</resources>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
index a08d9cd..75fef4b 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -26,6 +26,7 @@
<string name="mnu_invert">Odwróć</string>
<string name="mnu_select_album">Zaznacz album</string>
<string name="mnu_deselect_album">Odznacz album</string>
+ <string name="format_disabled">Wyłączone</string>
<string name="format_seconds">%s s.</string>
<string name="format_minutes">%s min.</string>
<string name="format_hours">%s godz.</string>
@@ -46,6 +47,7 @@
<string name="pref_general_effects">Efekty</string>
<string name="pref_general_effects_types">Typy</string>
<string name="pref_media">Multimedia</string>
+ <string name="pref_media_summary">Albumy do wyświetlenia, interwał odświeżania i inne ustawienia multimediów</string>
<string name="pref_media_settings">Ustawienia</string>
<string name="pref_media_settings_refresh_interval">Interwał odświeżania</string>
<string name="pref_media_settings_refresh_interval_disable">Wyszukiwanie nowych zdjęć jest wyłączone</string>
@@ -58,11 +60,20 @@
<string name="pref_media_auto_select_new">Automatycznie wybierz albumy</string>
<string name="pref_media_auto_select_new_summary">Automatycznie wybiera nowe albumy po wykryciu nowych multimediów</string>
<string name="pref_layout">Układ</string>
+ <string name="pref_layout_summary">Pozycjonowanie zdjęć na ekranie</string>
<string name="pref_layout_disposition">Porządek</string>
<string name="pref_random_dispositions">Losowo</string>
<string name="pref_random_dispositions_summary">Generowanie losowego porządku w wybranych odstępach czasu</string>
<string name="pref_random_dispositions_interval">Interwał</string>
+ <string name="pref_disposition_portrait">Układ portretowy</string>
<string name="pref_disposition_landscape">Układ poziomy</string>
+ <plurals name="pref_disposition_summary_format">
+ <item quantity="one">1 obraz jest wyświetlany w <xliff:g id="orientation">%2$s</xliff:g></item>
+ <item quantity="few"><xliff:g id="count">%1$d</xliff:g> obrazy są wyświetlane w <xliff:g id="orientation">%2$s</xliff:g></item>
+ <item quantity="other"><xliff:g id="count">%1$d</xliff:g> obrazów jest wyświetlanych w <xliff:g id="orientation">%2$s</xliff:g></item>
+ </plurals>
+ <string name="disposition_orientation_portrait">orientacja pionowa</string>
+ <string name="disposition_orientation_landscape">orientacja pozioma</string>
<string name="pref_disposition_template">Szablon <xliff:g id="number_of_template">%1$s</xliff:g> z <xliff:g id="total_of_templates">%2$s</xliff:g></string>
<string name="pref_disposition_unable_delete_advise">Nie można usunąć zaznaczonej ramki</string>
<string name="pref_about">Informacje</string>
@@ -77,6 +88,9 @@
<string name="touch_actions_transition">Wykonaj przejście</string>
<string name="touch_actions_open">Otwórz</string>
<string name="touch_actions_share">Udostępnij</string>
+ <string name="touch_actions_none_summary">Nic nie rób</string>
+ <string name="touch_actions_open_summary">Otwórz obraz</string>
+ <string name="touch_actions_share_summary">Udostępnij obraz</string>
<string name="transitions_cube">Kostka</string>
<string name="transitions_fade">Zanikanie</string>
<string name="transitions_flip">Obrót</string>
@@ -95,6 +109,7 @@
<string name="effects_grain">Ziarno</string>
<string name="effects_grayscale">Odcienie szarości</string>
<string name="effects_halftone">Półtony</string>
+ <string name="effects_lomoish">Lomo-ish</string>
<string name="effects_mirror">Lustro</string>
<string name="effects_negative">Negatyw</string>
<string name="effects_outline">Zarys linii</string>