From 7abf48932b35ce178d147cb62a5c83ca0f6d0cfc Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 21 Nov 2009 01:30:23 +0100 Subject: Fix plural forms notation: replace " or " by " || ". Missed the comment on http://translate.sourceforge.net/wiki/l10n/pluralforms --- locale/mk/LC_MESSAGES/statusnet.po | 2 +- locale/pl/LC_MESSAGES/statusnet.po | 2 +- locale/ru/LC_MESSAGES/statusnet.po | 2 +- locale/uk/LC_MESSAGES/statusnet.po | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'locale') 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" -- cgit v1.2.3-54-g00ecf