Ticket #2140: menus.diff
File menus.diff, 3.0 KB (added by , 19 years ago) |
---|
-
archiveselect.xml
4 4 <type>ARCHIVE_SELECT_RECORDINGS</type> 5 5 <text>Select Recordings</text> 6 6 <text lang="es">Seleccionar Grabaciones</text> 7 <text lang="nl">Selecteer Opnames</text> 7 8 <action>ARCHIVE_SELECT_RECORDINGS</action> 8 9 </button> 9 10 … … 11 12 <type>ARCHIVE_SELECT_VIDEOS</type> 12 13 <text>Select Video Files</text> 13 14 <text lang="es">Seleccionar Ficheros Video</text> 15 <text lang="nl">Selecteer Film Bestanden</text> 14 16 <action>ARCHIVE_SELECT_VIDEOS</action> 15 17 </button> 16 18 … … 18 20 <type>ARCHIVE_SELECT_FILES</type> 19 21 <text>Select Files</text> 20 22 <text lang="es">Seleccionar Ficheros</text> 23 <text lang="nl">Selecteer Bestanden</text> 21 24 <action>ARCHIVE_SELECT_FILES</action> 22 25 </button> 23 26 -
archiveformat.xml
4 4 <type>ARCHIVE_CREATE_DVD</type> 5 5 <text>Create DVD</text> 6 6 <text lang="es">Crear DVD</text> 7 <text lang="nl">Maak DVD</text> 7 8 <action>ARCHIVE_CREATE_DVD</action> 8 9 <depends>themes/default/mythburn-ui.xml</depends> 9 10 </button> … … 12 13 <type>ARCHIVE_CREATE_ARCHIVE</type> 13 14 <text>Create Native Archive</text> 14 15 <text lang="es">Crear Archivo Nativo</text> 16 <text lang="nl">Maak Backup</text> 15 17 <action>ARCHIVE_CREATE_ARCHIVE</action> 16 18 <depends>themes/default/mythnative-ui.xml</depends> 17 19 </button> … … 20 22 <type>ARCHIVE_ENCODE_VIDEO</type> 21 23 <text>Encode Video File</text> 22 24 <text lang="es">Codificar Fichero Video</text> 25 <text lang="nl">Encodeer Video Bestanden</text> 23 26 <action>ARCHIVE_ENCODE_VIDEO</action> 24 27 <depends></depends> 25 28 </button> -
archivemenu.xml
4 4 <type>ARCHIVE_FINDER</type> 5 5 <text>Find Files To Archive</text> 6 6 <text lang="es">Buscar Ficheros a Archivar</text> 7 <text lang="nl">Zoek bestanden om te archiveren</text> 7 8 <action>ARCHIVE_FINDER</action> 8 9 </button> 9 10 … … 11 12 <type>ARCHIVE_EXPORT_VIDEO</type> 12 13 <text>Export Video Files</text> 13 14 <text lang="es">Exportar Ficheros Video</text> 15 <text lang="nl">Exporteer Video Bestanden</text> 14 16 <action>ARCHIVE_EXPORT_VIDEO</action> 15 17 </button> 16 18 … … 18 20 <type>ARCHIVE_IMPORT_VIDEO</type> 19 21 <text>Import Video Files</text> 20 22 <text lang="es">Importar Ficheros Video</text> 23 <text lang="nl">Importeer Video Bestanden</text> 21 24 <action>ARCHIVE_IMPORT_VIDEO</action> 22 25 </button>