diff options
author | spiff_ <spiff_@svn> | 2010-06-18 09:45:07 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-06-18 09:45:07 +0000 |
commit | fd343a19765dd56ae5c333c0b57617e24b329bca (patch) | |
tree | 70b70bea94c5fda6e10918bafc091094b10a74a7 /language | |
parent | 57fcb2312c61736a8fea5607ea6d459ea6a9024a (diff) |
added: ticket #9426 - Country Switzerland was not selectable inside German and Italian Language. thanks to linuxluemmel
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31170 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'language')
-rw-r--r-- | language/German/langinfo.xml | 18 | ||||
-rw-r--r-- | language/Italian/langinfo.xml | 13 |
2 files changed, 28 insertions, 3 deletions
diff --git a/language/German/langinfo.xml b/language/German/langinfo.xml index eb63cb8253..6e8e505cba 100644 --- a/language/German/langinfo.xml +++ b/language/German/langinfo.xml @@ -21,6 +21,22 @@ <speedunit>kmh</speedunit> <timezone>CEST</timezone> </region> + <region name="Schweiz"> + <dateshort>DD.MM.YYYY</dateshort> + <datelong>DDDD, D. MMMM YYYY</datelong> + <time symbolAM="" symbolPM="">HH:mm:ss</time> + <tempunit>C</tempunit> + <speedunit>kmh</speedunit> + <timezone>CEST</timezone> + </region> + <region name="Österreich"> + <dateshort>DD.MM.YYYY</dateshort> + <datelong>DDDD, D. MMMM YYYY</datelong> + <time symbolAM="" symbolPM="">HH:mm:ss</time> + <tempunit>C</tempunit> + <speedunit>kmh</speedunit> + <timezone>CEST</timezone> + </region> </regions> <sorttokens> @@ -30,4 +46,4 @@ <token>Das</token> </sorttokens> -</language>
\ No newline at end of file +</language> diff --git a/language/Italian/langinfo.xml b/language/Italian/langinfo.xml index 5a7e6c15e8..29bbe611a7 100644 --- a/language/Italian/langinfo.xml +++ b/language/Italian/langinfo.xml @@ -12,12 +12,21 @@ </dvd> <regions> - <region> + <region name="Italia"> <dateshort>DD/MM/YYYY</dateshort> <datelong>DDDD D MMMM YYYY</datelong> <time symbolAM="" symbolPM="">H:mm:ss</time> <tempunit>C</tempunit> <speedunit>kmh</speedunit> + <timezone>CEST</timezone> + </region> + <region name="Svizzera"> + <dateshort>DD.MM.YYYY</dateshort> + <datelong>DDDD, D. MMMM YYYY</datelong> + <time symbolAM="" symbolPM="">HH:mm:ss</time> + <tempunit>C</tempunit> + <speedunit>kmh</speedunit> + <timezone>CEST</timezone> </region> </regions> <sorttokens> @@ -32,4 +41,4 @@ <token>Una</token> <token>The</token> </sorttokens> -</language>
\ No newline at end of file +</language> |