OSDN Git Service

Apollo: Update for Czech translation
authorlipisak <j.slivarich@gmail.com>
Mon, 5 Nov 2012 13:42:49 +0000 (14:42 +0100)
committerlipisak <j.slivarich@gmail.com>
Mon, 5 Nov 2012 14:16:09 +0000 (15:16 +0100)
Fixed Czech pluralities for small numbers.

Patchset 2: Corrected typo as stores<>songs :)

Change-Id: Id1fc34966ac5c317d8ade5d2b5e55f37f2276486

res/values-cs/strings.xml

index 4f0f755..895530b 100644 (file)
 \r
         <!-- Number of albums is one -->\r
         <item quantity="one">1 album</item>\r
-        <!-- Number of albums is more than one -->\r
-        <item quantity="other"><xliff:g id="count">%d</xliff:g> alb(a)</item>\r
+        <!-- Number of albums is between 2-4 -->\r
+        <item quantity="few"><xliff:g id="count">%d</xliff:g> alba</item>\r
+        <!-- Number of albums is more than 4 -->\r
+        <item quantity="other"><xliff:g id="count">%d</xliff:g> alb</item>\r
     </plurals>\r
 \r
     <!-- Used to indicate the number of songs for an album -->\r
@@ -33,6 +35,7 @@
 \r
         <!-- Number of songs is one -->\r
         <item quantity="one">1 skladba</item>\r
+        <item quantity="few"><xliff:g id="count">%d</xliff:g> skladby</item>\r
         <item quantity="other"><xliff:g id="count">%d</xliff:g> skladeb</item>\r
     </plurals>\r
 \r
@@ -41,7 +44,8 @@
         <!-- message shown when one song was added -->\r
         <item quantity="one">Jedna skladba přidána do playlistu</item>\r
         <!-- message shown when zero or more than one song was added -->\r
-        <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> skladeb přidány do playlistu</item>\r
+        <item quantity="few"><xliff:g id="number" example="27">%d</xliff:g> skladby přidány do playlistu</item>\r
+        <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> skladeb přidáno do playlistu</item>\r
     </plurals>\r
 \r
     <!-- Headers -->\r