[Jiemamy-notify:2301] commit [3333] [ECL-15] 途中まで

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2009年 4月 25日 (土) 02:20:29 JST


Revision: 3333
          http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=3333
Author:   ewigkeit1204
Date:     2009-04-25 02:20:28 +0900 (Sat, 25 Apr 2009)

Log Message:
-----------
[ECL-15] 途中まで

Modified Paths:
--------------
    hestia/trunk/org.jiemamy.eclipse.ui/src/main/java/org/jiemamy/eclipse/composer/DatabaseImportWizardPage.java
    hestia/trunk/org.jiemamy.eclipse.ui/src/main/java/org/jiemamy/eclipse/composer/Messages.java
    hestia/trunk/org.jiemamy.eclipse.ui/src/main/resources/org/jiemamy/eclipse/composer/messages.properties
    hestia/trunk/org.jiemamy.eclipse.ui/src/main/resources/org/jiemamy/eclipse/composer/messages_ja.properties


-------------- next part --------------
Modified: hestia/trunk/org.jiemamy.eclipse.ui/src/main/java/org/jiemamy/eclipse/composer/DatabaseImportWizardPage.java
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.ui/src/main/java/org/jiemamy/eclipse/composer/DatabaseImportWizardPage.java	2009-04-21 12:13:44 UTC (rev 3332)
+++ hestia/trunk/org.jiemamy.eclipse.ui/src/main/java/org/jiemamy/eclipse/composer/DatabaseImportWizardPage.java	2009-04-24 17:20:28 UTC (rev 3333)
@@ -100,7 +100,7 @@
 	 * インスタンスを生成する。
 	 */
 	DatabaseImportWizardPage() {
-		super("DBインポート設定", "DBインポート設定", (ImageDescriptor) null); // RESOURCE
+		super(Messages.DatabaseImportWizardPage_title, Messages.DatabaseImportWizardPage_title, (ImageDescriptor) null);
 		dialectResolver = JiemamyCorePlugin.getDialectResolver();
 		setPageComplete(false);
 	}
@@ -114,7 +114,7 @@
 		composite.setLayoutData(new GridData(GridData.FILL_BOTH));
 		
 		label = new Label(composite, SWT.NONE);
-		label.setText("データベース種別(&D)"); // RESOURCE
+		label.setText(Messages.DatabaseImportWizardPage_label_dbType);
 		
 		cmbDialect = new Combo(composite, SWT.READ_ONLY);
 		gd = new GridData(GridData.FILL_HORIZONTAL);

Modified: hestia/trunk/org.jiemamy.eclipse.ui/src/main/java/org/jiemamy/eclipse/composer/Messages.java
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.ui/src/main/java/org/jiemamy/eclipse/composer/Messages.java	2009-04-21 12:13:44 UTC (rev 3332)
+++ hestia/trunk/org.jiemamy.eclipse.ui/src/main/java/org/jiemamy/eclipse/composer/Messages.java	2009-04-24 17:20:28 UTC (rev 3333)
@@ -32,6 +32,12 @@
 	/** DatabaseImportWizard のタイトル */
 	public static String DatabaseImportWizard_title;
 	
+	/** DatabaseImportWizardPage タイトル */
+	public static String DatabaseImportWizardPage_title;
+	
+	/** DatabaseImportWizardPage ラベル DB種別 */
+	public static String DatabaseImportWizardPage_label_dbType;
+	
 	/** DatabaseImportWizardPage 接続テストボタン */
 	public static String DatabaseImportWizardPage_btn_connectionTest;
 	

Modified: hestia/trunk/org.jiemamy.eclipse.ui/src/main/resources/org/jiemamy/eclipse/composer/messages.properties
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.ui/src/main/resources/org/jiemamy/eclipse/composer/messages.properties	2009-04-21 12:13:44 UTC (rev 3332)
+++ hestia/trunk/org.jiemamy.eclipse.ui/src/main/resources/org/jiemamy/eclipse/composer/messages.properties	2009-04-24 17:20:28 UTC (rev 3333)
@@ -14,7 +14,9 @@
 # governing permissions and limitations under the License.
 ###############################################################################
 
-DatabaseImportWizard_title = Export to SQL
+DatabaseImportWizard_title = Import from SQL
 
+DatabaseImportWizardPage_title = Settings of Database Import
+DatabaseImportWizardPage_label_dbType = &Database Type
 DatabaseImportWizardPage_btn_connectionTest = &Test connection
 DatabaseImportWizardPage_btn_reconfigure = &Reconfigure

Modified: hestia/trunk/org.jiemamy.eclipse.ui/src/main/resources/org/jiemamy/eclipse/composer/messages_ja.properties
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.ui/src/main/resources/org/jiemamy/eclipse/composer/messages_ja.properties	2009-04-21 12:13:44 UTC (rev 3332)
+++ hestia/trunk/org.jiemamy.eclipse.ui/src/main/resources/org/jiemamy/eclipse/composer/messages_ja.properties	2009-04-24 17:20:28 UTC (rev 3333)
@@ -14,7 +14,9 @@
 # governing permissions and limitations under the License.
 ###############################################################################
 
-DatabaseImportWizard_title = SQL\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8
+DatabaseImportWizard_title = SQL\u304b\u3089\u30a4\u30f3\u30dd\u30fc\u30c8
 
+DatabaseImportWizardPage_title = \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30a4\u30f3\u30dd\u30fc\u30c8\u8a2d\u5b9a
+DatabaseImportWizardPage_label_dbType = \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u7a2e\u5225(&D)
 DatabaseImportWizardPage_btn_connectionTest = \u63a5\u7d9a\u30c6\u30b9\u30c8(&T)
 DatabaseImportWizardPage_btn_reconfigure = \u518d\u8a2d\u5b9a(&R)



Jiemamy-notify メーリングリストの案内
アーカイブの一覧に戻る