Difference between revisions of "Translation/languages/es-ES/dvd launcher.xml"

From Kiwix
Jump to navigation Jump to search
(New page: <source lang="xml"> <?xml version="1.0" encoding="utf-8" ?> <autorun> <lang code="en"> <layoutDirection>Qt::LeftToRight</layoutDirection> <windowTitle>Wikimedia por Kiwix</windowTitle...)
 
(It is not necessary)
Line 3: Line 3:
<autorun>
<autorun>
<lang code="en">
<lang code="en">
<layoutDirection>Qt::LeftToRight</layoutDirection>
<windowTitle>Wikimedia por Kiwix</windowTitle>
<windowTitle>Wikimedia por Kiwix</windowTitle>
<run>Correr kiwix desde aquí</run>
<run>Correr kiwix desde aquí</run>

Revision as of 22:01, 5 September 2010

<?xml version="1.0" encoding="utf-8" ?>
<autorun>
	<lang code="en">
		<windowTitle>Wikimedia por Kiwix</windowTitle>
		<run>Correr kiwix desde aquí</run>
		<install>Instalar kiwix en tu disco duro</install>
		<quit>Salir del menú</quit>
	</lang>
</autorun>