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/Hungarian/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/Hungarian/langinfo.xml')
-rw-r--r-- | language/Hungarian/langinfo.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/language/Hungarian/langinfo.xml b/language/Hungarian/langinfo.xml new file mode 100644 index 0000000000..8b9f547c9d --- /dev/null +++ b/language/Hungarian/langinfo.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<language> + <charsets> + <gui unicodefont="true">CP1250</gui> + <subtitle>CP1250</subtitle> + </charsets> + <dvd> + <menu>hu</menu> + <audio>hu</audio> + <subtitle>hu</subtitle> + </dvd> + <regions> + <region name="Budapest, Hungary"> + <dateshort>YYYY.MM.DD.</dateshort> + <datelong>YYYY. MMMM D.</datelong> + <time symbolAM="" symbolPM="">H:mm:ss</time> + <tempunit>C</tempunit> + <speedunit>kmh</speedunit> + </region> + <region name="Debrecen, Hungary"> + <dateshort>YYYY.MM.DD.</dateshort> + <datelong>YYYY. MMMM D.</datelong> + <time symbolAM="" symbolPM="">H:mm:ss</time> + <tempunit>C</tempunit> + <speedunit>kmh</speedunit> + </region> +<region name="Nagykanizsa, Hungary"> + <dateshort>YYYY.MM.DD.</dateshort> + <datelong>YYYY. MMMM D.</datelong> + <time symbolAM="" symbolPM="">H:mm:ss</time> + <tempunit>C</tempunit> + <speedunit>kmh</speedunit> + </region> + + <region name="Pecs/Pogany, Hungary"> + <dateshort>YYYY.MM.DD.</dateshort> + <datelong>YYYY. MMMM D.</datelong> + <time symbolAM="" symbolPM="">H:mm:ss</time> + <tempunit>C</tempunit> + <speedunit>kmh</speedunit> + </region> + </regions> +</language>
\ No newline at end of file |