You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2016/07/19 13:36:42 UTC

svn commit: r1753386 - /vcl/trunk/web/js/nls/messages.js.template

Author: jfthomps
Date: Tue Jul 19 13:36:41 2016
New Revision: 1753386

URL: http://svn.apache.org/viewvc?rev=1753386&view=rev
Log:
VCL-968 - Localization updates for 2.5

changed a few double quotes to single quotes

added the following words/phrases:
weeks
Unmatched or empty brackets ( [ and ] ) in subject
Unmatched or empty brackets ( [ and ] ) in message
Unmatched or empty brackets ( [ and ] ) in short message
Values updated
Submit Changes
Add
Invalid item selected for new value
Invalid value submitted
Invalid item submitted for deletion
You do not have access to modify the submitted settings.
Invalid value submitted for 
NFS Mounts
NFS Mounts are NFS exports that are to be mounted within each reservation deployed by a given management node.<br>Values must be like
Invalid value - must be in the form
Messages
This section allows for configuration of messages that are sent to users and administrators about things such as reservations and image management. Every message has a default. Additionally, separate messages can be configured for each affiliation. Most of the messages will have parts that are in square brackets. These parts will have data substituted for them before the message is sent. A list of what can be used in squeare brackets can be found at the <a href=\"%s\">Apache VCL web site</a>. Some messages also have a short form that may be sent such as in the form of a popup within a reservation when the reservation is about to end.
Save Message
Delete Message and Use Default
The following messages have invalid items included for substitution. Please correct the message contents and save them again for the backend to validate.
Message type %s for affiliation %s successfully deleted
Invalid item submitted to save
Message successfully saved
No changes to submitted message. Nothing saved.

Modified:
    vcl/trunk/web/js/nls/messages.js.template

Modified: vcl/trunk/web/js/nls/messages.js.template
URL: http://svn.apache.org/viewvc/vcl/trunk/web/js/nls/messages.js.template?rev=1753386&r1=1753385&r2=1753386&view=diff
==============================================================================
--- vcl/trunk/web/js/nls/messages.js.template (original)
+++ vcl/trunk/web/js/nls/messages.js.template Tue Jul 19 13:36:41 2016
@@ -28,15 +28,16 @@ nlsmessages = {
 'Okay':'',
 'Create Reservation':'',
 'Modify Reservation':'',
-"Create Imaging Reservation":"",
-"Deploy Server":"",
+'Create Imaging Reservation':'',
+'Deploy Server':'',
 'Please select a valid environment.':'',
 'View Available Times':'',
 'hour':'',
+'weeks':'',
 'days':'',
 'hours':'',
-"There are multiple versions of this environment available.":"",
-"Please select the version you would like to check out:":"",
+'There are multiple versions of this environment available.':'',
+'Please select the version you would like to check out:':'',
 'Select Image Revisions':'',
 'Revision':'',
 'User':'',
@@ -44,7 +45,7 @@ nlsmessages = {
 'Production':'',
 'Working...':'',
 'Loading...':'',
-"The end time must be later than the start time.":"",
+'The end time must be later than the start time.':'',
 'The reservation you selected<br>to edit has expired.<br><br>':'',
 'The reservation you selected<br>to reboot has expired.<br><br>':'',
 'The reservation you selected<br>to reinstall has expired.<br><br>':'',
@@ -57,6 +58,9 @@ nlsmessages = {
 'You do not have access to the submitted resource or group':'',
 'Resource In Use':'',
 'Problem encountered while attempting to delete resource. Please contact a system administrator.':'',
+'Unmatched or empty brackets ( [ and ] ) in subject':'',
+'Unmatched or empty brackets ( [ and ] ) in message':'',
+'Unmatched or empty brackets ( [ and ] ) in short message':'',
 'false':'',
 'true':'',
 'Save Changes':'',
@@ -78,7 +82,7 @@ nlsmessages = {
 'You cannot delete the production revision.':'',
 'Create Image':'',
 'You must be the owner of the image to update it.':'',
-"Remove":"",
+'Remove':'',
 'The selected Block Request no longer exists.':'',
 'These times overlap with an existing time slot':'',
 'The date must be today or later':'',
@@ -110,7 +114,7 @@ nlsmessages = {
 'At least one start/end combination must be entered when using "Repeating Monthly"':'',
 'Monthly':'',
 'Repeat on:':'',
-"of each month":"",
+'of each month':'',
 'At least one date/start/end combination must be entered when using "List of Dates/Times"':'',
 'List of Dates/Times':'',
 'User Submitted Comments:':'',
@@ -120,5 +124,25 @@ nlsmessages = {
 'match':'',
 'no match':'',
 'Error encountered:':'',
-'Please try again later':''
+'Please try again later':'',
+'Values updated':'',
+'Submit Changes':'',
+'Add':'',
+'Invalid item selected for new value':'',
+'Invalid value submitted':'',
+'Invalid item submitted for deletion':'',
+'You do not have access to modify the submitted settings.':'',
+'Invalid value submitted for ':'',
+'NFS Mounts':'',
+'NFS Mounts are NFS exports that are to be mounted within each reservation deployed by a given management node.<br>Values must be like':'',
+'Invalid value - must be in the form':'',
+'Messages':'',
+'This section allows for configuration of messages that are sent to users and administrators about things such as reservations and image management. Every message has a default. Additionally, separate messages can be configured for each affiliation. Most of the messages will have parts that are in square brackets. These parts will have data substituted for them before the message is sent. A list of what can be used in squeare brackets can be found at the <a href=\"%s\">Apache VCL web site</a>. Some messages also have a short form that may be sent such as in the form of a popup within a reservation when the reservation is about to end.':'',
+'Save Message':'',
+'Delete Message and Use Default':'',
+'The following messages have invalid items included for substitution. Please correct the message contents and save them again for the backend to validate.':'',
+'Message type %s for affiliation %s successfully deleted':'',
+'Invalid item submitted to save':'',
+'Message successfully saved':'',
+'No changes to submitted message. Nothing saved.':''
 }