This is just some static backup of the original site, don't expect every link to work!

Opened 11 years ago

Closed 11 years ago

#328 closed enhancement (fixed)

Updated Russian translation for 8.0

Reported by: s@… Owned by: Vinser
Version: 0.8.0 Keywords:
Cc:

Description

Hi Rene!

I updated Russian translation for the Virtual Identity 8.0.

See attachment.

Found a small "bugs":

  1. A context menu to display the data editor is not correct.

Minor changes were made in vI_rdfDataTree.xul (lines 84-94):

Old:

<popup id="configContext" onpopupshowing="if (event.target == this) vI_rdfDataTree.updateContextMenu();"> 
	<menuitem id="context_modifySelected" label="&vI_rdfDataTree.modifySelected.label;"
		oncommand="vI_rdfDataTree.modifySelected(this);"/>
	<menuitem id="context_removeSelected" label="&vI_rdfDataTree.removeSelected.label;"
		oncommand="vI_rdfDataTree.removeSelected();"/>
	<menuitem id="context_newItem" label="&vI_rdfDataTree.newItem.label;"
		oncommand="vI_rdfDataTree.newItem();"/>
	<menuseparator />
	<menuitem id="context_menu_selectAll" label="&selectAllCmd.label;"
		oncommand="vI_rdfDataTree.selectAll();"/>
</popup>

New:

<menupopup id="configContext" onpopupshowing="if (event.target == this) vI_rdfDataTree.updateContextMenu();"> 
	<menuitem id="context_modifySelected" label="&vI_rdfDataTree.modifySelected.label;"
		oncommand="vI_rdfDataTree.modifySelected(this);"/>
	<menuitem id="context_removeSelected" label="&vI_rdfDataTree.removeSelected.label;"
		oncommand="vI_rdfDataTree.removeSelected();"/>
	<menuitem id="context_newItem" label="&vI_rdfDataTree.newItem.label;"
		oncommand="vI_rdfDataTree.newItem();"/>
	<menuseparator />
	<menuitem id="context_menu_selectAll" label="&selectAllCmd.label;"
		oncommand="vI_rdfDataTree.selectAll();"/>
</menupopup>

See attachment.

  1. Icon is not displayed in the data editor.

See attachment.

Attachments (3)

ru-RU + vI_rdfDataTree.xul.zip (14.4 KB) - added by Vinser <s@…> 11 years ago.
not_vi-info.png (4.1 KB) - added by Vinser <s@…> 11 years ago.
ru-RU + vI_rdfDataTree.xul_new.zip (17.7 KB) - added by Vinser <s@…> 11 years ago.
Updated

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by Vinser <s@…>

Changed 11 years ago by Vinser <s@…>

Attachment: not_vi-info.png added

Changed 11 years ago by Vinser <s@…>

Updated

comment:1 Changed 11 years ago by rene

Resolution: fixed
Status: newclosed

Hi,

thanks for the feedback. Fixed:

  1. with commit [920550a98ad55c16a]
  2. with commit [ad1151de58c478261]

and included your locales with [88d97a26fc5cbf]

Just found that you included the following lines in vI_rdfDataTree.dtd

<!ENTITY tasksMenu.label "Инструменты"> <!-- Add by Vinser from vI_rdfDataTree.xul (working on TB 5.0) -->
<!ENTITY tasksMenu.accesskey "И"> <!-- Add by Vinser from vI_rdfDataTree.xul (working on TB 5.0) -->

are they still required to run the extension on your TB5.0? Just tried everything but coul'd yet not understand why they are not imported from the already referenced dtd.

Please check the extension snapshot at http://absorb.it/software/virtual_identity/other/virtual_identity-0.8.0-6-g88d97a2-tb+sm.xpi and if this requires the tasksMenu.* translations.

Thanks and nice regards, Rene

Note: See TracTickets for help on using tickets.