java/code/src/com/redhat/rhn/frontend/strings/java/StringResource_en_US.xml | 21 ++++++++++ 1 file changed, 21 insertions(+)
New commits: commit 124694976d61f0ff53ebc6fdd59c301053ce6c20 Author: Jan Pazdziora jpazdziora@redhat.com Date: Fri Aug 31 14:16:08 2012 +0200
Add countries BQ, CW, SX.
Addressing 2012-08-31 08:08:51,528 [TP-Processor7] ERROR com.redhat.rhn.common.localization.LocalizationService - *** ERROR: Message with id: [BQ] not found.*** called by com.redhat.rhn.frontend.action.user.UserActionHelper.getCountries(UserActionHelper.java:66) 2012-08-31 08:08:51,529 [TP-Processor7] ERROR com.redhat.rhn.common.localization.LocalizationService - *** ERROR: Message with id: [CW] not found.*** called by com.redhat.rhn.frontend.action.user.UserActionHelper.getCountries(UserActionHelper.java:66) 2012-08-31 08:08:51,549 [TP-Processor7] ERROR com.redhat.rhn.common.localization.LocalizationService - *** ERROR: Message with id: [SX] not found.*** called by com.redhat.rhn.frontend.action.user.UserActionHelper.getCountries(UserActionHelper.java:66)
diff --git a/java/code/src/com/redhat/rhn/frontend/strings/java/StringResource_en_US.xml b/java/code/src/com/redhat/rhn/frontend/strings/java/StringResource_en_US.xml index 746d2ae..51512c1 100644 --- a/java/code/src/com/redhat/rhn/frontend/strings/java/StringResource_en_US.xml +++ b/java/code/src/com/redhat/rhn/frontend/strings/java/StringResource_en_US.xml @@ -4010,6 +4010,13 @@ user before attempting to deactivate their account.</source> </context-group> </trans-unit>
+ <trans-unit id="BQ"> + <source>Bonaire, Sint Eustatius and Saba</source> + <context-group name="ctx"> + <context context-type="sourcefile">All country select list pull-downs</context> + </context-group> + </trans-unit> + <trans-unit id="BR"> <source>Brazil</source> <context-group name="ctx"> @@ -4171,6 +4178,13 @@ user before attempting to deactivate their account.</source> </context-group> </trans-unit>
+ <trans-unit id="CW"> + <source>CuraƧao</source> + <context-group name="ctx"> + <context context-type="sourcefile">All country select list pull-downs</context> + </context-group> + </trans-unit> + <trans-unit id="CX"> <source>Christmas Island</source> <context-group name="ctx"> @@ -5274,6 +5288,13 @@ user before attempting to deactivate their account.</source> </context-group> </trans-unit>
+ <trans-unit id="SX"> + <source>Sint Maarten</source> + <context-group name="ctx"> + <context context-type="sourcefile">All country select list pull-downs</context> + </context-group> + </trans-unit> + <trans-unit id="SY"> <source>Syria</source> <context-group name="ctx">
spacewalk-commits@lists.fedorahosted.org