diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-21 01:30:23 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-21 01:30:23 +0100 |
commit | 7abf48932b35ce178d147cb62a5c83ca0f6d0cfc (patch) | |
tree | 5e03b9f1d52646a7499fcb02e735cde920b9d705 /locale | |
parent | f32fb65c6d11df9847a384a1d723111beebbc665 (diff) |
Fix plural forms notation: replace " or " by " || ". Missed the comment on http://translate.sourceforge.net/wiki/l10n/pluralforms
Diffstat (limited to 'locale')
-rw-r--r-- | locale/mk/LC_MESSAGES/statusnet.po | 2 | ||||
-rw-r--r-- | locale/pl/LC_MESSAGES/statusnet.po | 2 | ||||
-rw-r--r-- | locale/ru/LC_MESSAGES/statusnet.po | 2 | ||||
-rw-r--r-- | locale/uk/LC_MESSAGES/statusnet.po | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/locale/mk/LC_MESSAGES/statusnet.po b/locale/mk/LC_MESSAGES/statusnet.po index 2655437b5..2df7a59ac 100644 --- a/locale/mk/LC_MESSAGES/statusnet.po +++ b/locale/mk/LC_MESSAGES/statusnet.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: Macedonian\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural= n==1 or n%10==1 ? 0 : 1;\n" +"Plural-Forms: nplurals=2; plural= n==1 || n%10==1 ? 0 : 1;\n" "X-Generator: MediaWiki 1.16alpha(r59282); Translate extension (2009-11-16)\n" "X-Translation-Project: translatewiki.net at http://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/locale/pl/LC_MESSAGES/statusnet.po b/locale/pl/LC_MESSAGES/statusnet.po index df9a9dc8f..24db69e05 100644 --- a/locale/pl/LC_MESSAGES/statusnet.po +++ b/locale/pl/LC_MESSAGES/statusnet.po @@ -12,7 +12,7 @@ msgstr "" "Language-Team: Polish\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" "X-Generator: MediaWiki 1.16alpha(r59282); Translate extension (2009-11-16)\n" "X-Translation-Project: translatewiki.net at http://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/locale/ru/LC_MESSAGES/statusnet.po b/locale/ru/LC_MESSAGES/statusnet.po index d05719c23..e3eb0dbb2 100644 --- a/locale/ru/LC_MESSAGES/statusnet.po +++ b/locale/ru/LC_MESSAGES/statusnet.po @@ -14,7 +14,7 @@ msgstr "" "Language-Team: Russian\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 or n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: MediaWiki 1.16alpha(r59282); Translate extension (2009-11-16)\n" "X-Translation-Project: translatewiki.net at http://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/locale/uk/LC_MESSAGES/statusnet.po b/locale/uk/LC_MESSAGES/statusnet.po index a2b5b7042..e3ee9cab9 100644 --- a/locale/uk/LC_MESSAGES/statusnet.po +++ b/locale/uk/LC_MESSAGES/statusnet.po @@ -12,7 +12,7 @@ msgstr "" "Language-Team: Ukrainian\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 or n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: MediaWiki 1.16alpha(r59282); Translate extension (2009-11-16)\n" "X-Translation-Project: translatewiki.net at http://translatewiki.net\n" "X-Language-Code: uk\n" |