Difference between revisions of "Translation/languages/pt-PT/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>Kiwix</windowTitle> <run>Launc...)
 
(It is not necessary)
Line 3: Line 3:
<autorun>
<autorun>
<lang code="en">
<lang code="en">
<layoutDirection>Qt::LeftToRight</layoutDirection>
<windowTitle>Kiwix</windowTitle>
<windowTitle>Kiwix</windowTitle>
<run>Launch Kiwix from here</run>
<run>Launch Kiwix from here</run>

Revision as of 22:02, 5 September 2010

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