Difference between revisions of "Translation/languages/he-IL/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...)
 
(Undo revision 2041 by Wilfredor (Talk))
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8" ?>
<autorun>
<autorun>
<lang code="en">
<lang code="he">
<layoutDirection>Qt::LeftToRight</layoutDirection>
<layoutDirection>Qt::RightToLeft</layoutDirection>
<windowTitle>Kiwix</windowTitle>
<windowTitle>קיוויקס</windowTitle>
<run>Launch Kiwix from here</run>
<run>הרץ את קיוויקס מכאן</run>
<install>Install Kiwix to your Hard Drive</install>
<install>התקן את קיוויקס לדיסק הקשיח</install>
<quit>Quit this menu</quit>
<quit>יציאה</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="he">
		<layoutDirection>Qt::RightToLeft</layoutDirection>
		<windowTitle>קיוויקס</windowTitle>
		<run>הרץ את קיוויקס מכאן</run>
		<install>התקן את קיוויקס לדיסק הקשיח</install>
		<quit>יציאה</quit>
	</lang>
</autorun>