To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99296





------- Additional comments from rvo...@openoffice.org Tue Feb 24 17:16:19 
+0000 2009 -------
@sb: Many thanks! I'm not sure if understood your comments correctly. Please, 
can you provide some 
sample how to cope with x-no-translate? Lets say I have these lines in .xcu:

<node oor:name="T_MOD1" oor:op="replace">
<prop oor:name="Command"><value xml:lang="x-no-translate">I10N SHORTCUTS - NO 
TRANSLATE</value>
  <value xml:lang="de">.uno:SubScript</value>
  <value xml:lang="es">.uno:AlignHorizontalCenter</value>
</prop>
</node>

And I want to leave them for unxwnt module and introduce .uno:DesignerDialog 
for Mac OS X. So, 
finally, it should look like ...?

<node oor:name="T_MOD1" oor:op="replace">
<prop oor:name="Command"><value xml:lang="x-no-translate" install:module="x-no-
translate">I10N SHORTCUTS - NO TRANSLATE</value>
  <value xml:lang="de" install:module="unxwnt">.uno:SubScript</value>
  <value xml:lang="es" 
install:module="unxwnt">.uno:AlignHorizontalCenter</value>
  <value xml:lang="en-US" install:module="macosx">.uno:DesignerDialog</value>
</prop>
</node>



---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to