Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 331792 - NLS: ASA table schema editor key bindings not externalized for translation
Summary: NLS: ASA table schema editor key bindings not externalized for translation
Status: NEW
Alias: None
Product: Data Tools
Classification: Tools
Component: Enablement:Sybase (show other bugs)
Version: 1.9   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: future   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-03 12:46 EST by Kit Lo CLA
Modified: 2013-11-07 11:12 EST (History)
1 user (show)

See Also:


Attachments
screen capture (213.26 KB, image/pjpeg)
2010-12-03 12:46 EST, Kit Lo CLA
no flags Details
Schema Object Editor (159.34 KB, image/pjpeg)
2010-12-03 14:28 EST, Kit Lo CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kit Lo CLA 2010-12-03 12:46:42 EST
Created attachment 184488 [details]
screen capture

ASA table schema editor key bindings cut/copy/paste command name, category, name & description not externalized for translation.
Comment 1 Kit Lo CLA 2010-12-03 14:28:45 EST
Created attachment 184501 [details]
Schema Object Editor

"Schema Object Editor" for the "when" condition is also not externalized for translation.
Comment 2 Kit Lo CLA 2013-11-07 11:12:50 EST
Problem still exists in DTP 1.11.1. These strings are hard-coded in "org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/plugin.xml":

  <category id="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaedtor.10x" name="ASA 9.x table schema editor" /> 
  <command categoryId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaedtor.10x" id="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.cutcolumn" name="Cut" /> 
  <command categoryId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaedtor.10x" id="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.copycolumn" name="Copy" /> 
  <command categoryId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaedtor.10x" id="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.pastecolumn" name="Paste" /> 
  </extension>

  <context description="Schema Object Editor" id="org.eclipse.datatools.sqltools.schemaobjecteditor.schemaediting" name="Schema Object Editor" parentId="org.eclipse.ui.contexts.window" /> 
  </extension>