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