(svn r24373) -Codechange: Improve descriptions of plural forms.

This commit is contained in:
frosch
2012-07-03 19:14:51 +00:00
parent 61b3378895
commit 2ef319d0fe
2 changed files with 26 additions and 27 deletions

View File

@@ -160,19 +160,19 @@ struct PluralForm {
/** All plural forms used */
static const PluralForm _plural_forms[] = {
{ 2, "Two forms, singular used for 1 only" },
{ 1, "Only one form" },
{ 2, "Two forms, singular used for zero and 1" },
{ 3, "Three forms, special case for 0 and ending in 1, except those ending in 11" },
{ 5, "Five forms, special case for one, two, 3 to 6 and 7 to 10" },
{ 3, "Three forms, special case for numbers ending in 1[2-9]" },
{ 3, "Three forms, special cases for numbers ending in 1 and 2, 3, 4, except those ending in 1[1-4]" },
{ 3, "Three forms, special case for 1 and some numbers ending in 2, 3, or 4" },
{ 4, "Four forms, special case for 1 and all numbers ending in 02, 03, or 04" },
{ 2, "Two forms, singular used for everything ending in 1 but not in 11" },
{ 3, "Three forms, special case for 1 and 2, 3, or 4" },
{ 2, "Two forms, cases for numbers ending with a consonant and with a vowel" },
{ 4, "Four forms: one, 0 and everything ending in 02..10, everything ending in 11..19" },
{ 2, "Two forms: singular used for 1 only." },
{ 1, "Only one form." },
{ 2, "Two forms: singular used for 0 and 1." },
{ 3, "Three forms: special cases for 0, and numbers ending in 1 except when ending in 11." },
{ 5, "Five forms: special cases for 1, 2, 3 to 6, and 7 to 10." },
{ 3, "Three forms: special cases for numbers ending in 1 except when ending in 11, and 2 to 9 except when ending in 12 to 19." },
{ 3, "Three forms: special cases for numbers ending in 1 except wehn ending in 11, and 2 to 4 except when ending in 12 to 14." },
{ 3, "Three forms: special cases for 1, and numbers ending in 2 to 4 except when ending in 12 to 14." },
{ 4, "Four forms: special cases for numbers ending in 01, 02, and 03 to 04." },
{ 2, "Two forms: singular used for numbers ending in 1 except when ending in 11." },
{ 3, "Three forms: special cases for 1, and 2 to 4." },
{ 2, "Two forms: cases for numbers ending with a consonant, and with a vowel." },
{ 4, "Four forms: special cases for 1, 0 and numbers ending in 02 to 10, and numbers ending in 11 to 19." },
};
/* Flags: