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/pl/LC_MESSAGES | |
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/pl/LC_MESSAGES')
-rw-r--r-- | locale/pl/LC_MESSAGES/statusnet.po | 2 |
1 files changed, 1 insertions, 1 deletions
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" |