Author: sflanigan
Date: 2009-04-03 03:53:59 -0400 (Fri, 03 Apr 2009)
New Revision: 14484
Modified:
trunk/archives/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/ArchivesCoreMessages.properties
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/util/XBundle.properties
trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/messages.properties
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/src/org/jboss/tools/jbpm/convert/b2j/messages/B2J.properties
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/messages/messages.properties
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/operation/WebProjectCreationOperation.properties
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/messages.properties
trunk/seam/plugins/org.jboss.tools.seam.pages.xml/src/org/jboss/tools/seam/pages/xml/messages.properties
trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts/messages/messages.properties
Log:
JBIDE-3557 Making sure single quotes are escaped where NLS.bind/MessageFormat is used.
Modified:
trunk/archives/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/ArchivesCoreMessages.properties
===================================================================
---
trunk/archives/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/ArchivesCoreMessages.properties 2009-04-03
07:52:33 UTC (rev 14483)
+++
trunk/archives/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/ArchivesCoreMessages.properties 2009-04-03
07:53:59 UTC (rev 14484)
@@ -18,7 +18,7 @@
BuildingArchive=Building archive {0}
CreatingFolders=Creating folders
BuildingFilesets=Building filesets
-CannotBuildBadConfiguration=Cannot build archive "{0}" due to a problem in the
archive's configuration.
+CannotBuildBadConfiguration=Cannot build archive "{0}" due to a problem in the
archive''s configuration.
CannotBuildOutputLocationNotWriteable=Cannot build archive "{0}. Output location {1}
is not writeable.
ErrorCreatingOutputFile=Error creating output file {0} for node {1}
ProjectArchivesIncrementalBuild=Project Archives Incremental Build
Modified:
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/util/XBundle.properties
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/util/XBundle.properties 2009-04-03
07:52:33 UTC (rev 14483)
+++
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/util/XBundle.properties 2009-04-03
07:53:59 UTC (rev 14484)
@@ -1,10 +1,7 @@
ERR_GET_MESSAGE=Failure in building message.\nid \= {0}\:{1}\nMessage \: {2}.
# START NON-TRANSLATABLE
-# There appear to be no references to these strings, and besides,
-# single quotes should generally be doubled when using MessageFormat/NLS.bind,
-# so they appear to be broken strings anyway. If they are in fact used,
-# please add a note as to whether the quotes should be doubled when translated.
-ERR_TEMPLATE_NOT_FOUND=Template '{0}' has not been found in resource
'{1}'.
-ERR_RESOURCE_NOT_FOUND=Resource '{0}{1}' has not been found.
+# There appear to be no references to these strings.
+ERR_TEMPLATE_NOT_FOUND=Template ''{0}'' has not been found in resource
''{1}''.
+ERR_RESOURCE_NOT_FOUND=Resource ''{0}{1}'' has not been found.
# END NON-TRANSLATABLE
Modified:
trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/messages.properties
===================================================================
---
trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/messages.properties 2009-04-03
07:52:33 UTC (rev 14483)
+++
trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/org/jboss/ide/eclipse/freemarker/messages.properties 2009-04-03
07:53:59 UTC (rev 14484)
@@ -1,4 +1,4 @@
-ConfigurationManager_CHOOSE_NAMESPACE_FOR=Please choose the namespace for '{0}'
+ConfigurationManager_CHOOSE_NAMESPACE_FOR=Please choose the namespace for
''{0}''
ConfigurationManager_TITLE_CHOOSE_NAMESPACE=Choose Macro Library Namespace
ContextValueDialog_BUTTON_BROWSE=Browse
ContextValueDialog_ERROR=Error
Modified:
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/src/org/jboss/tools/jbpm/convert/b2j/messages/B2J.properties
===================================================================
---
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/src/org/jboss/tools/jbpm/convert/b2j/messages/B2J.properties 2009-04-03
07:52:33 UTC (rev 14483)
+++
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/src/org/jboss/tools/jbpm/convert/b2j/messages/B2J.properties 2009-04-03
07:53:59 UTC (rev 14484)
@@ -19,4 +19,4 @@
Bpmn_Translate_Message_WizardPage_Title=Conversion Warnings and Errors
Bpmn_Translate_Message_WizardpageViewer_Title=Warnings and Errors
Bpmn_Translate_Message_WizardPage_Message=Warnings and Errors that occurred during
conversion
-Translate_Error_File_CanNotRead=Error\: Couldn't read or parse {0} file to a DOM
document\:
\ No newline at end of file
+Translate_Error_File_CanNotRead=Error\: Couldn''t read or parse {0} file to a DOM
document\:
\ No newline at end of file
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/messages/messages.properties
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/messages/messages.properties 2009-04-03
07:52:33 UTC (rev 14483)
+++
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/messages/messages.properties 2009-04-03
07:53:59 UTC (rev 14484)
@@ -2,7 +2,7 @@
WARNING = Warning
YES = Yes
NO = No
-THE_VIEW_WITH_PATH_IS_ALREADY_CREATED = The View with frow-view-id '{0}' is
already created.\n
+THE_VIEW_WITH_PATH_IS_ALREADY_CREATED = The View with frow-view-id
''{0}'' is already created.\n
YOU_WANT_TO_ADD_ADDITIONAL_NAVIGATION_RULE_WITH_SAME_FROM_VIEW_ID = Are you sure you want
to add an additional navigation rule with the same from-view-id?
YOU_WANT_TO_CREATE_AN_ADDITIONAL_VIEW_WITH_THE_SAME_FROM_VIEW_ID = Are you sure you want
to create an additional view with the same from-view-id?
YOU_WANT_TO_CREATE_A_NAVIGATION_RULE_FOR_THIS_FROM_VIEW_ID = Are you sure you want to
create a navigation rule for this from-view-id?
@@ -18,7 +18,7 @@
DELETE_FILE_FROM_DISK = Delete file from disk
PASTE = Paste
SELECT_BEAN = Select Bean
-CLASS_IS_REFERENCED_BY_SEVERAL_BEANS = Class {0}is referenced by several beans.\n Please
select one of them.
+CLASS_IS_REFERENCED_BY_SEVERAL_BEANS = Class {0} is referenced by several beans.\n Please
select one of them.
ADD_GETTER_FOR_PROPERTY = Do you want to add getter for property
ADD_SETTER_FOR_PROPERTY = Do you want to add setter for property
ADD_GETTER_SETTER_FOR_PROPERTY = Do you want to add getter/setter for property
@@ -55,7 +55,7 @@
PROJECT_ALREADY_HAS_SOME_OF_LIBRARIES_INCLUDED_2 = The project already has some of
libraries included into the capability ({0} and {1} more). Existing files will be
overwritten and any new files will be added.
PROJECT_HAS_COFLICTING_LIBRARIES = The project has conflicting library {0}. Do you want
to replace it with selected libraries?
OVERWRITE = Overwrite
-CONFIGURATION_FILE_ISNOT_FOUND_IN_PROJECT = Configuration file '{0}' is not found
in project {0}.
+CONFIGURATION_FILE_ISNOT_FOUND_IN_PROJECT = Configuration file ''{0}'' is
not found in project {0}.
FILE_EXISTS = File {0} exists.
CREATE_NEW_JSF_PROJECT = Create New JSF Project
IMPORT_JSF_PROJECT = Import JSF Project
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/messages.properties
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/messages.properties 2009-04-03
07:52:33 UTC (rev 14483)
+++
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/messages.properties 2009-04-03
07:53:59 UTC (rev 14484)
@@ -25,7 +25,7 @@
CANNOT_LOAD_WEBDESCRIPTOR=Cannot load web descriptor file {0}.
WEBDESCRIPTOR_FILE_IS_CORRUPTED=Web descriptor file is corrupted {0}.
SERVLET_VERSION_WARNING=Servlet version is not consistent with web.xml version.
-SERVLET_VERSION_ISNOT_CONSISTENT_WITH_WEBXML_VERSION=You have selected a different
servlet version than in project's web.xml file. Click Yes if you would like to convert
the current web.xml file to servlet version {0}. Please note that during conversion you
might lose some web.xml information that is not available in the new version as well as
formatting or comments.
+SERVLET_VERSION_ISNOT_CONSISTENT_WITH_WEBXML_VERSION=You have selected a different
servlet version than in project''s web.xml file. Click Yes if you would like to
convert the current web.xml file to servlet version {0}. Please note that during
conversion you might lose some web.xml information that is not available in the new
version as well as formatting or comments.
SAVE_OLD_SERVLET=Do you want to save a copy of your current web.xml file? It will be
saved as web.xml.{0}.old
J2EE_ROOT_DIRECTORY_ISNOT_FOUND=J2ee root directory is not found.
DOMAINS_DIRECTORY_ISNOT_FOUND=Domains directory is not found.
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/operation/WebProjectCreationOperation.properties
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/operation/WebProjectCreationOperation.properties 2009-04-03
07:52:33 UTC (rev 14483)
+++
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/operation/WebProjectCreationOperation.properties 2009-04-03
07:53:59 UTC (rev 14484)
@@ -10,7 +10,7 @@
and probably was an Eclipse project. \
This wizard will overwrite the file. \
If you wish to reuse it, try to \
- import project using option 'Import Existing Project into Workspace'. \
+ import project using option ''Import Existing Project into Workspace''.
\
After that, you may add JBoss Tools Capabilities if needed.
# org.jboss.tools.jst.web.ui.operation.WebProjectAdoptOperation.checkClearWorkspace()
ADOPT_WILL_CLEAR_WORKSPACE_MESSAGE=The folder {0} exists in workspace. Its content will
be removed to avoid merge with the imported project.
Modified:
trunk/seam/plugins/org.jboss.tools.seam.pages.xml/src/org/jboss/tools/seam/pages/xml/messages.properties
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.pages.xml/src/org/jboss/tools/seam/pages/xml/messages.properties 2009-04-03
07:52:33 UTC (rev 14483)
+++
trunk/seam/plugins/org.jboss.tools.seam.pages.xml/src/org/jboss/tools/seam/pages/xml/messages.properties 2009-04-03
07:53:59 UTC (rev 14484)
@@ -3,7 +3,7 @@
ATTRIBUTE_VIEW_ID_IS_NOT_CORRECT=Attribute 'view id' is not correct
TEMPLATE_IS_NOT_SPECIFIED = Template is not specified
TEMPLATE_DOES_NOT_EXIST = Template does not exist.
-THE_VIEW_WITH_PATH_IS_ALREADY_CREATED = The View with 'view id' '{0}' is
already created.\n
+THE_VIEW_WITH_PATH_IS_ALREADY_CREATED = The View with ''view id''
''{0}'' is already created.\n
TEMPLATE_IS_NOT_FOUND = Template {0} is not found.
PAGES_CONFIG_CHANGES = Pages Config Changes
UPDATE_REFERENCE_TO_PAGE = Update reference to page
Modified:
trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts/messages/messages.properties
===================================================================
---
trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts/messages/messages.properties 2009-04-03
07:52:33 UTC (rev 14483)
+++
trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts/messages/messages.properties 2009-04-03
07:53:59 UTC (rev 14484)
@@ -1,6 +1,6 @@
CAN_BE_EXPRESSED=only can be expressed as a number followed by a 'K',
'M', or 'G', which are interpreted to mean kilobytes, megabytes, or
gigabytes, respectively.
-MAY_NOT_START_WITH_CHARACTER=may not start with character '{0}'
-MAY_NOT_CONTAIN_CHARACTER=may not contain character '{0}'
+MAY_NOT_START_WITH_CHARACTER=may not start with character ''{0}''
+MAY_NOT_CONTAIN_CHARACTER=may not contain character ''{0}''
MODULE_CANNOT_BE_REGISTERED_ISNOT_FOUND=Module cannot be registered because web.xml is
not found.
MODULE_CANNOT_BE_REGISTERED_IS_READONLY=Module cannot be registered because web.xml is
read only.
MODULE_CANNOT_BE_REGISTERED_IS_INCORRECT=Module cannot be registered because web.xml is
incorrect.
@@ -32,11 +32,11 @@
CANNOT_FIND_RESOURCE=Cannot find resource
CANNOT_FIND_PROPERTY=Cannot find property {0}.
MODULE_NAME=Module name must start with '/'
-FILE_SYSTEM_IS_USED_AS_ROOT_FOR_STRUTS_MODULE=File system is used as root for struts
module '{0}'. Unmark file system as module root?"
+FILE_SYSTEM_IS_USED_AS_ROOT_FOR_STRUTS_MODULE=File system is used as root for struts
module ''{0}''. Unmark file system as module root?"
FILE_SYSTEM_IS_USED_AS_ROOT_FOR_WEB_APPLICATION=File system is used as root for web
application. Unmark file system as web root?
YES=Yes
NO=No
-SOURCE_FOLDER_FOR_MODULE_ISNOT_FOUND=Source folder for module "{0}" is not
found. Please set it through 'Modules Configuration' dialog.
+SOURCE_FOLDER_FOR_MODULE_ISNOT_FOUND=Source folder for module "{0}" is not
found. Please set it through ''Modules Configuration'' dialog.
ERROR=Error
GENERATE_JAVABEAN_PROPERTIES=Generate JavaBean properties
GENERATE_CONSTANTS_FOR_LOCAL_FORWARDS=Generate constants for local forwards