Skip to content

Commit

Permalink
New Spanish/Spain locale file
Browse files Browse the repository at this point in the history
from the Spanish Language Translation Team.

Thank you!

PS: I have removed the EnableMHEG = 0  line since it might cause more harm than
good if, as you had mentionned recently, these kind of services are being tested/coming
to your country.

Closes #10216

Signed-off-by: Nicolas Riendeau <nriendeau@mythtv.org>
  • Loading branch information
amlopezalonso authored and Nicolas Riendeau committed Dec 19, 2011
1 parent 533cf94 commit fe801e1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions mythtv/locales/es_es.xml
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8" ?>
<mythlocale>
<!-- Global Settings -->
<!-- EIT, Subtitle, Audio Stream Language Preferences -->
<setting name="ISO639Language0" global="true">spa</setting>
<setting name="ISO639Language1" global="true">eng</setting>

<!-- Recording -->
<setting name="TVFormat" global="true">PAL</setting>
<setting name="VbiFormat" global="true">PAL Teletext</setting>
<setting name="FreqTable" global="true">europe-west</setting>

<!-- Scheduling -->
<setting name="prefDupMethod" global="true">8</setting> <!-- Subtitle then description -->

<!-- Advert Detection -->


<!-- Per-host Settings -->
<!-- Languages - Self Explanatory -->
<setting name="Language">es_ES</setting>

<!-- Country -->
<setting name="Country">ES</setting>

<!-- Date/Time format -->
<setting name="DateFormat">ddd d MMM</setting>
<setting name="TimeFormat">hh:mm</setting>
<setting name="ShortDateFormat">dd/MM</setting>

<!-- Playback -->

<!-- Plugins -->
<!-- MythArchive -->
<setting name="MythArchiveVideoFormat">PAL</setting>
</mythlocale>

0 comments on commit fe801e1

Please sign in to comment.