diff options
author | AlTheKiller <AlTheKiller@svn> | 2009-09-23 01:49:50 +0000 |
---|---|---|
committer | AlTheKiller <AlTheKiller@svn> | 2009-09-23 01:49:50 +0000 |
commit | 45285e8a9300cd754a760560640b75b09f98035e (patch) | |
tree | ad9f093885ad5c98e9dd4156674e7691c22ed0a2 /language/Esperanto/langinfo.xml |
step 3/4: Move linuxport to trunk. How'd I get roped into this?
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'language/Esperanto/langinfo.xml')
-rw-r--r-- | language/Esperanto/langinfo.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/language/Esperanto/langinfo.xml b/language/Esperanto/langinfo.xml new file mode 100644 index 0000000000..6695c23579 --- /dev/null +++ b/language/Esperanto/langinfo.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<language> + <charsets> + <gui>CP1252</gui> + <subtitle>CP1252</subtitle> + </charsets> + + <dvd> + <menu>eo</menu> + <audio>eo</audio> + <subtitle>eo</subtitle> + </dvd> + + <regions> + <region> + <dateshort>DD.MM.YYYY</dateshort> + <datelong>DDDD, D MMMM YYYY</datelong> + <time symbolAM="" symbolPM="">HH:mm:ss</time> + <tempunit>C</tempunit> + <speedunit>kmh</speedunit> + </region> + </regions> +</language> + |