[mythtv] [patch]Fix optical menu translations

Leo Weppelman leo at wau.mis.ah.nl
Tue Oct 5 10:33:57 UTC 2004


The VCD part of the menu still had translations talking about a DVD.
This patch changes this to VCD.

Note: I am dutch, the fixes to the other translations are an educated
guess ;-)

Leo.
-------------- next part --------------
Index: optical_menu.xml
===================================================================
RCS file: /var/lib/mythcvs/mythtv/programs/mythfrontend/optical_menu.xml,v
retrieving revision 1.3
diff -u -r1.3 optical_menu.xml
--- optical_menu.xml	19 Aug 2004 20:42:13 -0000	1.3
+++ optical_menu.xml	5 Oct 2004 10:27:59 -0000
@@ -19,15 +19,15 @@
    <button>
       <type>VCD_PLAY</type>
       <text>Play VCD</text>
-      <text lang="DK">Afspil DVD</text>
-      <text lang="PT">Tocar DVD</text>
+      <text lang="DK">Afspil VCD</text>
+      <text lang="PT">Tocar VCD</text>
       <text lang="DE">VCD spielen</text>
       <text lang="SV">Spela VCD</text>
-      <text lang="ES">Ver DVD</text>
-      <text lang="CA">Veure DVD</text>
-      <text lang="FR">Lecture DVD</text>
-      <text lang="NL">DVD Afspelen</text>
-      <text lang="JA">DVD??????</text>
+      <text lang="ES">Ver VCD</text>
+      <text lang="CA">Veure VCD</text>
+      <text lang="FR">Lecture VCD</text>
+      <text lang="NL">VCD Afspelen</text>
+      <text lang="JA">VCD??????</text>
       <action>JUMP Play VCD</action>
       <depends>mythdvd</depends>
    </button>


More information about the mythtv-dev mailing list