mirror of https://github.com/OpenTTD/OpenTTD
(svn r2605) Fix [languages] Add ##plural command in all langfiles.
parent
2fd162b8dd
commit
1022bf7d93
|
@ -1,6 +1,7 @@
|
|||
##name American
|
||||
##ownname English (US)
|
||||
##isocode en_US
|
||||
##plural 0
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Brazilian-Portuguese
|
||||
##ownname Portuguęs-Brasil
|
||||
##isocode pt_BR
|
||||
##plural 2
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Czech
|
||||
##ownname Cesky
|
||||
##isocode cs
|
||||
##plural 6
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Danish
|
||||
##ownname Dansk
|
||||
##isocode da
|
||||
##plural 0
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Dutch
|
||||
##ownname Nederlands
|
||||
##isocode nl
|
||||
##plural 0
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Finnish
|
||||
##ownname Suomi
|
||||
##isocode fi
|
||||
##plural 0
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name French
|
||||
##ownname Français
|
||||
##isocode fr
|
||||
##plural 2
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Galician
|
||||
##ownname Galego
|
||||
##isocode gl
|
||||
##plural 0
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name German
|
||||
##ownname Deutsch
|
||||
##isocode de
|
||||
##plural 0
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Hungarian
|
||||
##ownname Magyar
|
||||
##isocode hu
|
||||
##plural 1
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Icelandic
|
||||
##ownname Íslenska
|
||||
##isocode is
|
||||
##plural 0
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Italian
|
||||
##ownname Italian (IT)
|
||||
##isocode it
|
||||
##plural 0
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Latvian
|
||||
##ownname Latvie¨u valoda
|
||||
##isocode lv
|
||||
##plural 3
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Lithuanian
|
||||
##ownname Lietuviu
|
||||
##isocode lt
|
||||
##plural 5
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Norwegian
|
||||
##ownname Norsk, bokmål
|
||||
##isocode nb
|
||||
##plural 0
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Polish
|
||||
##ownname Polski
|
||||
##isocode pl
|
||||
##plural 7
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Portuguese
|
||||
##ownname Portuguęs
|
||||
##isocode pt
|
||||
##plural 0
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Romanian
|
||||
##ownname Română
|
||||
##isocode ro
|
||||
##plural 0
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Slovak
|
||||
##ownname Slovensky
|
||||
##isocode sk
|
||||
##plural 6
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Spanish
|
||||
##ownname Español (ES)
|
||||
##isocode es
|
||||
##plural 0
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##name Swedish
|
||||
##ownname Svenska
|
||||
##isocode sv
|
||||
##plural 0
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
|
Loading…
Reference in New Issue