[dna-commits] DNA SVN: r221 - in trunk: dna-spi/src/main/resources/org/jboss/dna/spi and 1 other directory.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Mon Jun 2 13:56:41 EDT 2008


Author: rhauch
Date: 2008-06-02 13:56:41 -0400 (Mon, 02 Jun 2008)
New Revision: 221

Modified:
   trunk/dna-repository/src/main/resources/org/jboss/dna/repository/RepositoryI18n.properties
   trunk/dna-spi/src/main/resources/org/jboss/dna/spi/SpiI18n.properties
Log:
DNA-84: Use quotes consistently in I18n localization property files
http://jira.jboss.org/jira/browse/DNA-84

Changed use of single quotes to double quotes in all *I18n.properties files.  (Only Spi18n.properties and RepositoryI18n.properties needed to be fixed.)

Modified: trunk/dna-repository/src/main/resources/org/jboss/dna/repository/RepositoryI18n.properties
===================================================================
--- trunk/dna-repository/src/main/resources/org/jboss/dna/repository/RepositoryI18n.properties	2008-06-02 17:13:20 UTC (rev 220)
+++ trunk/dna-repository/src/main/resources/org/jboss/dna/repository/RepositoryI18n.properties	2008-06-02 17:56:41 UTC (rev 221)
@@ -1,11 +1,11 @@
 invalidStateString = Invalid state parameter "{0}"
 serviceShutdowAndMayNotBeStarted = The {0} has been shutdown and may not be (re)started
 serviceShutdowAndMayNotBePaused = The {0} has been shutdown and my not be paused
-unableToFindRepositoryInJndi = Unable to find a JCR repository in JNDI at '{0}'
-unableToRegisterRepositoryInJndi = Unable to register a JCR repository in JNDI at '{0}'
-unableToUnregisterRepositoryInJndi = Unable to unregister a JCR repository at JNDI at '{0}'
-unableToRemoveRepository = Unable to remove a JCR repository named '{0}'
-unableToFindRepositoryWithName = Unable to find a JCR repository named '{0}'
+unableToFindRepositoryInJndi = Unable to find a JCR repository in JNDI at "{0}"
+unableToRegisterRepositoryInJndi = Unable to register a JCR repository in JNDI at "{0}"
+unableToUnregisterRepositoryInJndi = Unable to unregister a JCR repository at JNDI at "{0}"
+unableToRemoveRepository = Unable to remove a JCR repository named "{0}"
+unableToFindRepositoryWithName = Unable to find a JCR repository named "{0}"
 errorProcessingEvents = Error processing events from {0}
 errorFindingPropertyNameInPropertyAddedEvent = Error finding the name of the added property in the event path {0}
 errorFindingPropertyNameInPropertyChangedEvent = Error finding the name of the changed property in the event path {0}
@@ -14,15 +14,15 @@
 unableToObtainJsr94RuleAdministrator = Unable to obtain the rule administrator for JSR-94 service provider {0} ({1}) while adding/updating rule set {2}
 errorUsingJsr94RuleAdministrator = Error using rule administrator for JSR-94 service provider {0} ({1}) while adding/updating rule set {2}
 unableToObtainJsr94ServiceProvider = Error using rule administrator for JSR-94 service provider {0} ({1})
-errorAddingOrUpdatingRuleSet = Error adding/updating rule set '{0}'
-errorRollingBackRuleSetAfterUpdateFailed = Error rolling back rule set '{0}' after new rule set failed
-errorReadingRulesAndProperties = Error reading the rules and properties while adding/updating rule set '{0}'
-errorDeregisteringRuleSetBeforeUpdatingIt = Error deregistering rule set '{0}' before updating it
-errorRecreatingRuleSet = Error (re)creating the rule set '{0}'
-errorRemovingRuleSet = Error removing rule set '{0}'
-errorRemovingRuleSetUponShutdown = Error removing rule set '{0}' upon shutdown
-unableToFindRuleSet = Unable to find rule set with name '{0}'
-errorExecutingRuleSetWithGlobalsAndFacts = Error executing rule set '{0}' and with globals {1} and facts {2}
+errorAddingOrUpdatingRuleSet = Error adding/updating rule set "{0}"
+errorRollingBackRuleSetAfterUpdateFailed = Error rolling back rule set "{0}" after new rule set failed
+errorReadingRulesAndProperties = Error reading the rules and properties while adding/updating rule set "{0}"
+errorDeregisteringRuleSetBeforeUpdatingIt = Error deregistering rule set "{0}" before updating it
+errorRecreatingRuleSet = Error (re)creating the rule set "{0}"
+errorRemovingRuleSet = Error removing rule set "{0}"
+errorRemovingRuleSetUponShutdown = Error removing rule set "{0}" upon shutdown
+unableToFindRuleSet = Unable to find rule set with name "{0}"
+errorExecutingRuleSetWithGlobalsAndFacts = Error executing rule set "{0}" and with globals {1} and facts {2}
 unableToBuildRuleSetRegularExpressionPattern = Unable to build the rule set name pattern "{0}" using the supplied absolute path ("{1}"): {2}
 
 errorObtainingSessionToRepositoryWorkspace = Error obtaining JCR session to repository workspace {0}
@@ -63,9 +63,9 @@
 
 pathExpressionMayNotBeBlank = The path expression may not be blank
 pathExpressionIsInvalid = The path expression {0} is not valid
-pathExpressionHasInvalidSelect = Invalid select expression '{0}' in the path expression '{1}=>{2}'
-pathExpressionHasInvalidMatch = Invalid match expression '{0}' in the path expression '{1}=>{2}'
+pathExpressionHasInvalidSelect = Invalid select expression "{0}" in the path expression "{1}=>{2}"
+pathExpressionHasInvalidMatch = Invalid match expression "{0}" in the path expression "{1}=>{2}"
 
 errorUnregisteringWorkspaceListenerWhileShuttingDownObservationService = Error unregistering workspace listener while shutting down observation service
 
-invalidRepositoryNodePath = The repository node path '{0}' is not valid: {1}
+invalidRepositoryNodePath = The repository node path "{0}" is not valid: {1}

Modified: trunk/dna-spi/src/main/resources/org/jboss/dna/spi/SpiI18n.properties
===================================================================
--- trunk/dna-spi/src/main/resources/org/jboss/dna/spi/SpiI18n.properties	2008-06-02 17:13:20 UTC (rev 220)
+++ trunk/dna-spi/src/main/resources/org/jboss/dna/spi/SpiI18n.properties	2008-06-02 17:56:41 UTC (rev 221)
@@ -3,10 +3,10 @@
 valueJavaTypeNotCompatibleWithPropertyType = Value is instance of Java type "{0}" and is not compatible with the "{1}" property type
 
 errorConvertingBinaryValueToString = Error while interpretting binary value as a UTF-8 string
-errorCreatingValue = Error creating {0} value from {1} '{2}'
-unableToCreateValue = Unable to create {0} value from {1} '{2}': undefined type conversion
-validPathMayNotContainEmptySegment = The path '{0}' is not valid because it contains an empty segment
-noNamespaceRegisteredForPrefix = There is no namespace registered for the prefix '{0}'
+errorCreatingValue = Error creating {0} value from {1} "{2}"
+unableToCreateValue = Unable to create {0} value from {1} "{2}": undefined type conversion
+validPathMayNotContainEmptySegment = The path "{0}" is not valid because it contains an empty segment
+noNamespaceRegisteredForPrefix = There is no namespace registered for the prefix "{0}"
 
 pathAncestorDegreeIsInvalid = Unable to obtain the {1} ancestor for {0}
 pathIsAlreadyAbsolute = The path {0} is already an absolute path




More information about the dna-commits mailing list