From cf4decf3bcb79e8c4344979ddc2c96cd5b10f8a3 Mon Sep 17 00:00:00 2001 From: Pootle Translation Date: Mon, 01 Sep 2008 14:40:55 +0000 Subject: Fix plural form equations --- diff --git a/po/mk.po b/po/mk.po index 52b17ee..b8b18b0 100644 --- a/po/mk.po +++ b/po/mk.po @@ -11,7 +11,7 @@ msgstr "" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -"Plural-Forms: nplurals=3; plural= n==1 or n%10==1 ? 0 : 1;\n" +"Plural-Forms: nplurals=2; plural=((n % 10 == 1 && n % 100 != 11) ? 0 : 1)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ne.po b/po/ne.po index 4f10492..97ee6c6 100644 --- a/po/ne.po +++ b/po/ne.po @@ -59,7 +59,7 @@ msgstr "क्रियाकलाप" #: ../src/sugar/activity/activity.py:469 #, python-format msgid "%s Activity" -msgstr "%ऽ कृयाकलाप" +msgstr "%s कृयाकलाप" #: ../src/sugar/activity/activity.py:856 msgid "Keep error" diff --git a/po/pl.po b/po/pl.po index d7a5fe1..d0c2a44 100644 --- a/po/pl.po +++ b/po/pl.po @@ -11,7 +11,7 @@ msgstr "" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 or n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ro.po b/po/ro.po index e52f287..29e6bda 100644 --- a/po/ro.po +++ b/po/ro.po @@ -12,7 +12,7 @@ msgstr "" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 or (n%100 > 0 && n%100 < 20)) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural= (n == 1 ? 0: (((n % 100 > 19) || ((n % 100 == 0) && (n != 0))) ? 2: 1));\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.1.1rc4\n" diff --git a/po/sl.po b/po/sl.po index 69915f6..70bc8fe 100644 --- a/po/sl.po +++ b/po/sl.po @@ -11,7 +11,7 @@ msgstr "" "Last-Translator: Denis Oštir \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 or n%100==4 ? 2 : 3) ;\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Pootle 1.1.0rc2\n" -- cgit v0.9.1