For translators:
For translators:
Be aware:
the following is incorrect:
<message>
<source>Bookmarks</source>
<translation type="Marcadores"></translation>
</message>
<message>
<source>Position</source>
<translation type="Posición"></translation>
</message>
correct is:
<message>
<source>Bookmarks</source>
<translation>Marcadores</translation>
</message>
<message>
<source>Position</source>
<translation>Posición</translation>
</message>
<translation type="unfinished"></translation>
means that there is no translation for this phrase yet.
type="unfinished" should be removed if you add a translation.
Please correct your translations.
Last edited by sergeyvl12; 11-11-2013 at 04:37 AM.
|