提交 d4765ed1 编写于 作者: A Alexander Fedorov

#2556 i18n for PgSqlTab

上级 9e58f8d3
......@@ -41,9 +41,9 @@ public class PgSqlTab extends DatabaseTab {
protected void createOidComponent(Composite comp)
{
Group datasourceGroup = UIUtils.createControlGroup(comp, "OID", 2, GridData.FILL_HORIZONTAL, SWT.DEFAULT);
Group datasourceGroup = UIUtils.createControlGroup(comp, PostgreSqlDebugUiMessages.PgSqlTab_oid_group_text, 2, GridData.FILL_HORIZONTAL, SWT.DEFAULT);
oidText = UIUtils.createLabelText(datasourceGroup, "OID", "");
oidText = UIUtils.createLabelText(datasourceGroup, PostgreSqlDebugUiMessages.PgSqlTab_oid_label_text, PostgreSqlDebugCore.ATTR_OID_DEFAULT);
oidText.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
oidText.addModifyListener(modifyListener);
}
......
......@@ -10,6 +10,10 @@ public class PostgreSqlDebugUiMessages extends NLS {
public static String PgSqlLaunchShortcut_e_selection_empty;
public static String PgSqlLaunchShortcut_select_procedure_message;
public static String PgSqlLaunchShortcut_select_procedure_title;
public static String PgSqlTab_oid_group_text;
public static String PgSqlTab_oid_label_text;
static {
// initialize resource bundle
......
......@@ -2,3 +2,5 @@ PgSqlLaunchShortcut_e_editor_empty=Editor does not containt PostgreSQL procedure
PgSqlLaunchShortcut_e_selection_empty=Selection does not containt PostgreSQL procedure
PgSqlLaunchShortcut_select_procedure_message=Select &PostgreSQL Procedure (? = any character, * = any String):
PgSqlLaunchShortcut_select_procedure_title=Select PostgreSQL Procedure
PgSqlTab_oid_group_text=OID
PgSqlTab_oid_label_text=OID
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册