User Tools

Site Tools


Sidebar

<< Back


koda:en:documentation:appendice_translation

Translation tips

Some items are not translatable, namely “Columns” for ListView and “Panels” for Statusbar. These are property names. A future version of Koda may make translation possible.

#remarks_header[Note about translating dynamic items]#

Whether some items can be translated depends on what a user has on his system.

<form name="frmGalleryBrowser">
	...
	<tabGroups property="Tabs">
		<line idx="0">Standard</line>
	</tabGroups>
	...
</form>

Tabs with index > 0 are dependent on the folders, that user can have in the templates subfolder. Existence of additional lines like <color blue><line idx=“1”>Something</line></color> can cause wrong tab names on different systems. So please keep only line with index 0.

koda/en/documentation/appendice_translation.txt · Last modified: 2014/07/10 10:47 (external edit)