aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authormucek4 <tomaz@gorenc.org>2013-04-23 20:35:05 +0200
committermucek4 <tomaz@gorenc.org>2013-04-23 20:35:05 +0200
commitb9da501dd39eb430e4c2c8bf8c7370218a55655c (patch)
treebdc624a205cfb9d1b87f55ec72257f5b2b2fcfab /main
parentd83c0c513e39dad334d87c439242219e7b793179 (diff)
downloadcgeo-b9da501dd39eb430e4c2c8bf8c7370218a55655c.zip
cgeo-b9da501dd39eb430e4c2c8bf8c7370218a55655c.tar.gz
cgeo-b9da501dd39eb430e4c2c8bf8c7370218a55655c.tar.bz2
Polish plurals
Diffstat (limited to 'main')
-rw-r--r--main/res/values-pl/strings.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/res/values-pl/strings.xml b/main/res/values-pl/strings.xml
index b5328c4..4c3685f 100644
--- a/main/res/values-pl/strings.xml
+++ b/main/res/values-pl/strings.xml
@@ -252,7 +252,7 @@
<string name="caches_eta_ltm">Mniej niż minuta</string>
<plurals name="caches_eta_mins">
<item quantity="one">minuta</item>
- <item quantity="two">minuty</item>
+ <item quantity="few">minut</item>
<item quantity="other">minut</item>
</plurals>
<string name="caches_store_offline">Zapisz offline</string>
@@ -468,9 +468,9 @@
<!-- cache -->
<plurals name="cache_counts">
- <item quantity="zero">Brak skrzynek</item>
<item quantity="one">Jedna skrzynka</item>
- <item quantity="other">Liczba skrzynek: %1$d</item>
+ <item quantity="few">%1$d skrzynki</item>
+ <item quantity="other">%1$d skrzynek</item>
</plurals>
<string name="cache_offline">Offline</string>
<string name="cache_offline_refresh">Odśwież</string>
@@ -507,6 +507,7 @@
<string name="cache_waypoints">Punkty nawigacji</string>
<plurals name="waypoints">
<item quantity="one">Jeden punkt nawigacji</item>
+ <item quantity="few">%d punkty nawigacji</item>
<item quantity="other">%d punktów nawigacji</item>
</plurals>
<string name="cache_waypoints_add">Dodaj punkt nawigacji</string>
@@ -989,6 +990,7 @@
<string name="clipboard_copy_ok">Skopiowano do schowka</string>
<plurals name="days_ago">
<item quantity="one">wczoraj</item>
+ <item quantity="few">%d dni temu</item>
<item quantity="other">%d dni temu</item>
</plurals>
</resources>