Author: vyemialyanchyk
Date: 2008-06-11 08:14:44 -0400 (Wed, 11 Jun 2008)
New Revision: 8719
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.java
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.properties
Log:
http://opensource.atlassian.com/projects/hibernate/browse/HBX-500 - add more string
literals for patches
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.java 2008-06-11
11:15:54 UTC (rev 8718)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.java 2008-06-11
12:14:44 UTC (rev 8719)
@@ -36,6 +36,7 @@
public static String HibernateConsolePlugin_no_message_1;
public static String HibernateConsolePlugin_no_message_2;
public static String HibernateConsolePlugin_problem_to_get_flag;
+ public static String HibernateConsolePlugin_could_not_open_hibernate_properties_editor;
//
public static String AddConfigurationAction_add_config;
public static String AddConfigurationAction_hibernate;
@@ -62,6 +63,9 @@
public static String EditConsoleConfiguration_no_launch_cfg_matched;
public static String EditConsoleConfiguration_problem_adding_console_cfg;
public static String ExecuteQueryAction_run_hql;
+ public static String HibernatePropertiesAction_hibernate_properties_editor;
+ public static String HibernatePropertiesAction_open_hibernate_properties_editor;
+ public static String
HibernatePropertiesAction_exception_while_trying_to_open_hibernate_properties_editor;
public static String HQLScratchpadAction_hql_editor;
public static String HQLScratchpadAction_open_hql_editor;
public static String JTidyFormatAction_do_you_want_format_xml_files_with_jtidy;
@@ -238,6 +242,11 @@
public static String NewConfigurationWizardPage_session_factory_name;
public static String NewConfigurationWizardPage_this_wizard_creates;
public static String NewConfigurationWizardPage_user_name;
+ public static String NewConfigurationWizardPage_test_connection;
+ public static String NewConfigurationWizardPage_error;
+ public static String NewConfigurationWizardPage_ping_failed;
+ public static String NewConfigurationWizardPage_success;
+ public static String NewConfigurationWizardPage_ping_succeeded;
public static String NewHibernateMappingFilePage_browse;
public static String NewHibernateMappingFilePage_class_to_map;
public static String NewHibernateMappingFilePage_container;
@@ -411,6 +420,8 @@
public static String CodeGenerationSettingsTab_use_existing;
public static String CodeGenerationSettingsTab_workspace;
public static String ConsoleConfigurationLaunchDelegate_direct_launch_not_supported;
+ public static String ConnectionProfileCtrl_new;
+ public static String ConnectionProfileCtrl_edit;
public static String ConsoleConfigurationMainTab_annotations;
public static String ConsoleConfigurationMainTab_cfg_xml;
public static String
ConsoleConfigurationMainTab_choose_file_to_use_as_hibernate_cfg_xml;
@@ -444,6 +455,10 @@
public static String ConsoleConfigurationMainTab_type;
public static String ConsoleConfigurationMainTab_use_existing;
public static String ConsoleConfigurationMainTab_wizard_page;
+ public static String ConsoleConfigurationMainTab_connection_profile;
+ public static String ConsoleConfigurationMainTab_import_db_connection;
+ public static String ConsoleConfigurationMainTab_use_jpa_project_setting;
+ public static String ConsoleConfigurationMainTab_use_connection_profile;
public static String ConsoleConfigurationMappingsTab_add_hbm_xml_file;
public static String ConsoleConfigurationMappingsTab_add_hibernate_mapping_file;
public static String ConsoleConfigurationMappingsTab_additional_mapping_files;
@@ -499,7 +514,16 @@
public static String HibernateNature_exception_when_trying_to_locate_hibernate_nature;
public static String HibernateNature_reading_database_metadata;
public static String HibernateNature_reading_database_metadata_for;
+ public static String HibernateNature_reading_database_table_column_names_for;
+ public static String HibernateNature_reading_database_table_column_names;
//
+ public static String HibernatePropertiesEditor_source;
+ public static String HibernatePropertiesEditor_properties;
+ public static String
HibernatePropertiesFileDocumentProvider_this_is_auto_generated_header_do_not_edit_it;
+ public static String
HibernatePropertiesFileDocumentProvider_could_not_store_properties_into_output_stream;
+ public static String HibernatePropertiesFileDocumentProvider_could_not_load_file;
+ public static String HibernatePropertiesFileDocumentProvider_could_not_load_stream;
+ //
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, HibernateConsoleMessages.class);
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.properties
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.properties 2008-06-11
11:15:54 UTC (rev 8718)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.properties 2008-06-11
12:14:44 UTC (rev 8719)
@@ -27,6 +27,7 @@
HibernateConsolePlugin_no_message_1=: <no message>
HibernateConsolePlugin_no_message_2=<No message>
HibernateConsolePlugin_problem_to_get_flag=Problem to get flag
+HibernateConsolePlugin_could_not_open_hibernate_properties_editor=Could not open
Hibernate Properties editor for console:
AddConfigurationAction_add_config=Add Configuration...
AddConfigurationAction_hibernate=hibernate
@@ -53,6 +54,9 @@
EditConsoleConfiguration_no_launch_cfg_matched=No launch configuration matched the
configuration named
EditConsoleConfiguration_problem_adding_console_cfg=Problem adding a console
configuration
ExecuteQueryAction_run_hql=Run HQL
+HibernatePropertiesAction_hibernate_properties_editor=Hibernate Properties Editor
+HibernatePropertiesAction_open_hibernate_properties_editor=Open Hibernate Properties
Editor
+HibernatePropertiesAction_exception_while_trying_to_open_hibernate_properties_editor=Exception
while trying to open Hibernate Properties Editor
HQLScratchpadAction_hql_editor=HQL Editor
HQLScratchpadAction_open_hql_editor=Open HQL Editor
JTidyFormatAction_do_you_want_format_xml_files_with_jtidy=Do you want to format {0} xml
files with JTidy?
@@ -229,6 +233,11 @@
NewConfigurationWizardPage_session_factory_name=&Session factory name:
NewConfigurationWizardPage_this_wizard_creates=This wizard creates a new configuration
file to use with Hibernate.
NewConfigurationWizardPage_user_name=User&name:
+NewConfigurationWizardPage_test_connection=Test Connection
+NewConfigurationWizardPage_error=Error
+NewConfigurationWizardPage_ping_failed=Ping failed!
+NewConfigurationWizardPage_success=Success
+NewConfigurationWizardPage_ping_succeeded=Ping succeeded!
NewHibernateMappingFilePage_browse=Browse...
NewHibernateMappingFilePage_class_to_map=Class to &map:
NewHibernateMappingFilePage_container=&Container:
@@ -402,6 +411,8 @@
CodeGenerationSettingsTab_use_existing=Use &existing...
CodeGenerationSettingsTab_workspace=&Workspace...
ConsoleConfigurationLaunchDelegate_direct_launch_not_supported=Direct launch not
supported
+ConnectionProfileCtrl_new=New...
+ConnectionProfileCtrl_edit=Edit...
ConsoleConfigurationMainTab_annotations=Annotations (jdk 1.5+)
ConsoleConfigurationMainTab_cfg_xml=cfg.xml
ConsoleConfigurationMainTab_choose_file_to_use_as_hibernate_cfg_xml=Choose file to use as
hibernate.cfg.xml
@@ -435,6 +446,10 @@
ConsoleConfigurationMainTab_type=Type:
ConsoleConfigurationMainTab_use_existing=Use &existing...
ConsoleConfigurationMainTab_wizard_page=wizardPage
+ConsoleConfigurationMainTab_connection_profile=Connection profile:
+ConsoleConfigurationMainTab_import_db_connection=Import DB Connection
+ConsoleConfigurationMainTab_use_jpa_project_setting=Use JPA project setting
+ConsoleConfigurationMainTab_use_connection_profile=Use connection profile:
ConsoleConfigurationMappingsTab_add_hbm_xml_file=Add hbm.xml file
ConsoleConfigurationMappingsTab_add_hibernate_mapping_file=Add a Hibernate Mapping file
ConsoleConfigurationMappingsTab_additional_mapping_files=Additonal mapping files (not
listed in cfg.xml)
@@ -490,3 +505,12 @@
HibernateNature_exception_when_trying_to_locate_hibernate_nature=Exception when trying to
locate Hibernate Nature
HibernateNature_reading_database_metadata=Reading database metadata
HibernateNature_reading_database_metadata_for=Reading database metadata for
+HibernateNature_reading_database_table_column_names_for=Reading database table &
column names for
+HibernateNature_reading_database_table_column_names=Reading database table & column
names
+
+HibernatePropertiesEditor_source=Source
+HibernatePropertiesEditor_properties=Properties
+HibernatePropertiesFileDocumentProvider_this_is_auto_generated_header_do_not_edit_it=This
is auto generated header. Do not edit it.
+HibernatePropertiesFileDocumentProvider_could_not_store_properties_into_output_stream=Could
not store properties into output stream.
+HibernatePropertiesFileDocumentProvider_could_not_load_file=Could not load file.
+HibernatePropertiesFileDocumentProvider_could_not_load_stream=Could not load stream.