Difference between revisions of "Translation/languages/en-US/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 by Kiwix</windowTitle>...)
 
(Undo revision 2037 by Wilfredor (Talk))
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
<lang code="en">
<lang code="en">
<layoutDirection>Qt::LeftToRight</layoutDirection>
<layoutDirection>Qt::LeftToRight</layoutDirection>
<windowTitle>Wikimedia by Kiwix</windowTitle>
<windowTitle>Kiwix</windowTitle>
<run>Launch kiwix from here</run>
<run>Launch Kiwix from here</run>
<install>Install kiwix to your Hard Drive</install>
<install>Install Kiwix to your Hard Drive</install>
<quit>Quit this menu</quit>
<quit>Quit this menu</quit>
</lang>
</lang>
</autorun>
</autorun>
</source>
</source>

Latest revision as of 16:50, 6 September 2010

<?xml version="1.0" encoding="utf-8" ?>
<autorun>
	<lang code="en">
		<layoutDirection>Qt::LeftToRight</layoutDirection>
		<windowTitle>Kiwix</windowTitle>
		<run>Launch Kiwix from here</run>
		<install>Install Kiwix to your Hard Drive</install>
		<quit>Quit this menu</quit>
	</lang>
</autorun>