summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-07-03 19:14:51 +0000
committerfrosch <frosch@openttd.org>2012-07-03 19:14:51 +0000
commit2ef319d0fe5df762de5ff13e649012caccf5a937 (patch)
treef922be737db6a2cbd3764be6d04c57a558b692e7 /src/table
parent61b337889537ae79e9bfb5682d16285a7fef1e2e (diff)
downloadopenttd-2ef319d0fe5df762de5ff13e649012caccf5a937.tar.xz
(svn r24373) -Codechange: Improve descriptions of plural forms.
Diffstat (limited to 'src/table')
-rw-r--r--src/table/strgen_tables.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/table/strgen_tables.h b/src/table/strgen_tables.h
index ed77d54ef..9a0983265 100644
--- a/src/table/strgen_tables.h
+++ b/src/table/strgen_tables.h
@@ -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: