Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 331792

Summary: NLS: ASA table schema editor key bindings not externalized for translation
Product: [Tools] Data Tools Reporter: Kit Lo <kitlo>
Component: Enablement:SybaseAssignee: Project Inbox <dtp.enablement-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: bpayton
Version: 1.9   
Target Milestone: future   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
screen capture
none
Schema Object Editor none

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>