diff options
author | spiff_ <spiff_@svn> | 2010-06-19 23:50:17 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-06-19 23:50:17 +0000 |
commit | d6cad342fe0938b0da997e54feacc7d8a8100579 (patch) | |
tree | 836fd692254e2e146c65f734aed77a193f076533 /language/French | |
parent | 175f3f7f8b16412d63bf23bc4ef050879169c85c (diff) |
added: ticket #9431 - Patches for all CEST countrys and regions including small countrys that where missing. thanks to linuxluemmel
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31220 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'language/French')
-rw-r--r-- | language/French/langinfo.xml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/language/French/langinfo.xml b/language/French/langinfo.xml index 8fa9c19be3..f956fded9e 100644 --- a/language/French/langinfo.xml +++ b/language/French/langinfo.xml @@ -23,7 +23,7 @@ <time symbolAM="" symbolPM="">H:mm:ss</time> <tempunit>C</tempunit> <speedunit>kmh</speedunit> - <timezone>GMT+1</timezone> + <timezone>CEST</timezone> </region> <region name="Belgique"> @@ -32,7 +32,7 @@ <time symbolAM="" symbolPM="">H:mm:ss</time> <tempunit>C</tempunit> <speedunit>kmh</speedunit> - <timezone>GMT+1</timezone> + <timezone>CEST</timezone> </region> <region name="Luxembourg"> @@ -41,7 +41,7 @@ <time symbolAM="" symbolPM="">H:mm:ss</time> <tempunit>C</tempunit> <speedunit>kmh</speedunit> - <timezone>GMT+1</timezone> + <timezone>CEST</timezone> </region> <region name="Suisse"> @@ -50,7 +50,16 @@ <time symbolAM="" symbolPM="">H:mm:ss</time> <tempunit>C</tempunit> <speedunit>kmh</speedunit> - <timezone>GMT+1</timezone> + <timezone>CEST</timezone> + </region> + + <region name="Principauté de Monaco"> + <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="Canada"> |