diff options
author | blinkseb <blinkseb@svn> | 2010-10-13 22:14:42 +0000 |
---|---|---|
committer | blinkseb <blinkseb@svn> | 2010-10-13 22:14:42 +0000 |
commit | fb490c5b6f538db3c18a7e53e90a32c38338da3b (patch) | |
tree | aa35498a7859c9ec6579f6ed0a619efe48053656 /language/French | |
parent | 10c35a4b02f5cdfd971fe8555caf16dc42344e20 (diff) |
changed: set locale informations to 2-chars (linux compatible)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34745 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'language/French')
-rw-r--r-- | language/French/langinfo.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/language/French/langinfo.xml b/language/French/langinfo.xml index 06a66df9bd..4d34279ab4 100644 --- a/language/French/langinfo.xml +++ b/language/French/langinfo.xml @@ -4,7 +4,7 @@ <!-- Link: --> <!-- http://www.worldtimezone.com/ --> -<language locale="French"> +<language locale="fr"> <charsets> <gui>CP1252</gui> <subtitle>CP1252</subtitle> @@ -17,7 +17,7 @@ </dvd> <regions> - <region name="France" locale="France"> + <region name="France" locale="FR"> <dateshort>DD/MM/YYYY</dateshort> <datelong>DDDD, D MMMM YYYY</datelong> <time symbolAM="" symbolPM="">H:mm:ss</time> @@ -26,7 +26,7 @@ <timezone>CEST</timezone> </region> - <region name="Belgique" locale="Belgium"> + <region name="Belgique" locale="BE"> <dateshort>DD/MM/YYYY</dateshort> <datelong>DDDD, D MMMM YYYY</datelong> <time symbolAM="" symbolPM="">H:mm:ss</time> @@ -35,7 +35,7 @@ <timezone>CEST</timezone> </region> - <region name="Luxembourg" locale="ltz"> + <region name="Luxembourg" locale="LU"> <dateshort>DD/MM/YYYY</dateshort> <datelong>DDDD, D MMMM YYYY</datelong> <time symbolAM="" symbolPM="">H:mm:ss</time> @@ -44,7 +44,7 @@ <timezone>CEST</timezone> </region> - <region name="Suisse" locale="che"> + <region name="Suisse" locale="CH"> <dateshort>DD/MM/YYYY</dateshort> <datelong>DDDD, D MMMM YYYY</datelong> <time symbolAM="" symbolPM="">H:mm:ss</time> @@ -53,7 +53,7 @@ <timezone>CEST</timezone> </region> - <region name="Principauté de Monaco"> + <region name="Principauté de Monaco" locale="MC"> <dateshort>DD/MM/YYYY</dateshort> <datelong>DDDD, D MMMM YYYY</datelong> <time symbolAM="" symbolPM="">H:mm:ss</time> @@ -62,7 +62,7 @@ <timezone>CEST</timezone> </region> - <region name="Canada" locale="Canada"> + <region name="Canada" locale="CA"> <dateshort>DD/MM/YYYY</dateshort> <datelong>DDDD, D MMMM YYYY</datelong> <time symbolAM="" symbolPM="">H:mm:ss</time> @@ -72,7 +72,7 @@ </region> <!-- For USA timezone is set EST, french lang only: For peoples french stay in Florida --> - <region name="USA" locale="USA"> + <region name="USA" locale="US"> <dateshort>MM/DD/YYYY</dateshort> <datelong>DDDD, MMMM D, YYYY</datelong> <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time> @@ -81,7 +81,7 @@ <timezone>EST</timezone> </region> - <region name="UK" locale="UK"> + <region name="UK" locale="GB"> <dateshort>DD/MM/YYYY</dateshort> <datelong>DDDD, D MMMM YYYY</datelong> <time symbolAM="" symbolPM="">H:mm:ss</time> |