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 2019/06/13 20:00:39 UTC

[vcl] branch develop updated: updated locale translation files for php and javascript

This is an automated email from the ASF dual-hosted git repository.

jfthomps pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/vcl.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8d3fa9a  updated locale translation files for php and javascript
8d3fa9a is described below

commit 8d3fa9a53fecaa6d77f8200c3fc55dabcb4d5b5e
Author: Josh Thompson <jf...@ncsu.edu>
AuthorDate: Thu Jun 13 15:59:18 2019 -0400

    updated locale translation files for php and javascript
---
 web/js/nls/es_CR/messages.js        |   7 +-
 web/js/nls/es_MX/messages.js        |   7 +-
 web/js/nls/fr_CA/messages.js        |   7 +-
 web/js/nls/messages.js.template     |   7 +-
 web/js/nls/pt_PT/messages.js        |   7 +-
 web/locale/es_CR/LC_MESSAGES/vcl.mo | Bin 134931 -> 134926 bytes
 web/locale/es_MX/LC_MESSAGES/vcl.mo | Bin 37087 -> 37095 bytes
 web/locale/fr_CA/LC_MESSAGES/vcl.mo | Bin 96713 -> 96708 bytes
 web/locale/ja_JP/LC_MESSAGES/vcl.mo | Bin 67604 -> 67606 bytes
 web/locale/po_files/es_CR/vcl.po    | 301 +++++++++++++++++++++++++++++++++-
 web/locale/po_files/es_MX/vcl.po    | 303 +++++++++++++++++++++++++++++++++-
 web/locale/po_files/fr_CA/vcl.po    | 301 +++++++++++++++++++++++++++++++++-
 web/locale/po_files/ja_JP/vcl.po    |   2 +-
 web/locale/po_files/pt_PT/vcl.po    | 319 +++++++++++++++++++++++++++++++++++-
 web/locale/po_files/vcl.po.template | 300 ++++++++++++++++++++++++++++++++-
 web/locale/po_files/zh_CN/vcl.po    |   2 +-
 web/locale/pt_PT/LC_MESSAGES/vcl.mo | Bin 94991 -> 94993 bytes
 web/locale/zh_CN/LC_MESSAGES/vcl.mo | Bin 31914 -> 31916 bytes
 18 files changed, 1539 insertions(+), 24 deletions(-)

diff --git a/web/js/nls/es_CR/messages.js b/web/js/nls/es_CR/messages.js
index 1ea2d26..1fdc787 100644
--- a/web/js/nls/es_CR/messages.js
+++ b/web/js/nls/es_CR/messages.js
@@ -146,5 +146,10 @@ nlsmessages = {
 'Invalid item submitted to save':'Elemento inválido para guardar',
 'Message successfully saved':'Mensaje guardado satisfactoriamente',
 'No changes to submitted message. Nothing saved.':'Sin cambios en el mensaje. Nada guardado.',
-'unset':'sin especificar'
+'unset':'sin especificar',
+'1 hour':'',
+'Default for User':'',
+'Invalid Max Reservation Duration selected':'',
+'minutes':'',
+'Passwords do not match':''
 }
diff --git a/web/js/nls/es_MX/messages.js b/web/js/nls/es_MX/messages.js
index 990c81a..bfe4500 100644
--- a/web/js/nls/es_MX/messages.js
+++ b/web/js/nls/es_MX/messages.js
@@ -146,5 +146,10 @@ nlsmessages = {
 'Invalid item submitted to save':'',
 'Message successfully saved':'',
 'No changes to submitted message. Nothing saved.':'',
-'unset':''
+'unset':'',
+'1 hour':'',
+'Default for User':'',
+'Invalid Max Reservation Duration selected':'',
+'minutes':'',
+'Passwords do not match':''
 }
diff --git a/web/js/nls/fr_CA/messages.js b/web/js/nls/fr_CA/messages.js
index fb82d8b..0e230ac 100644
--- a/web/js/nls/fr_CA/messages.js
+++ b/web/js/nls/fr_CA/messages.js
@@ -146,5 +146,10 @@ nlsmessages = {
 'Invalid item submitted to save':'',
 'Message successfully saved':'',
 'No changes to submitted message. Nothing saved.':'',
-'unset':''
+'unset':'',
+'1 hour':'',
+'Default for User':'',
+'Invalid Max Reservation Duration selected':'',
+'minutes':'',
+'Passwords do not match':''
 }
diff --git a/web/js/nls/messages.js.template b/web/js/nls/messages.js.template
index 2f6abba..60cee37 100644
--- a/web/js/nls/messages.js.template
+++ b/web/js/nls/messages.js.template
@@ -146,5 +146,10 @@ nlsmessages = {
 'Invalid item submitted to save':'',
 'Message successfully saved':'',
 'No changes to submitted message. Nothing saved.':'',
-'unset':''
+'unset':'',
+'1 hour':'',
+'Default for User':'',
+'Invalid Max Reservation Duration selected':'',
+'minutes':'',
+'Passwords do not match':''
 }
diff --git a/web/js/nls/pt_PT/messages.js b/web/js/nls/pt_PT/messages.js
index 6e9beaa..62c3c88 100644
--- a/web/js/nls/pt_PT/messages.js
+++ b/web/js/nls/pt_PT/messages.js
@@ -146,5 +146,10 @@ nlsmessages = {
 'Invalid item submitted to save':'',
 'Message successfully saved':'',
 'No changes to submitted message. Nothing saved.':'',
-'unset':''
+'unset':'',
+'1 hour':'',
+'Default for User':'',
+'Invalid Max Reservation Duration selected':'',
+'minutes':'',
+'Passwords do not match':''
 }
diff --git a/web/locale/es_CR/LC_MESSAGES/vcl.mo b/web/locale/es_CR/LC_MESSAGES/vcl.mo
index 6e0939d..ad75cab 100644
Binary files a/web/locale/es_CR/LC_MESSAGES/vcl.mo and b/web/locale/es_CR/LC_MESSAGES/vcl.mo differ
diff --git a/web/locale/es_MX/LC_MESSAGES/vcl.mo b/web/locale/es_MX/LC_MESSAGES/vcl.mo
index 6675116..eb80d0c 100644
Binary files a/web/locale/es_MX/LC_MESSAGES/vcl.mo and b/web/locale/es_MX/LC_MESSAGES/vcl.mo differ
diff --git a/web/locale/fr_CA/LC_MESSAGES/vcl.mo b/web/locale/fr_CA/LC_MESSAGES/vcl.mo
index a635d1f..d67a77d 100644
Binary files a/web/locale/fr_CA/LC_MESSAGES/vcl.mo and b/web/locale/fr_CA/LC_MESSAGES/vcl.mo differ
diff --git a/web/locale/ja_JP/LC_MESSAGES/vcl.mo b/web/locale/ja_JP/LC_MESSAGES/vcl.mo
index 2e180d4..0766682 100644
Binary files a/web/locale/ja_JP/LC_MESSAGES/vcl.mo and b/web/locale/ja_JP/LC_MESSAGES/vcl.mo differ
diff --git a/web/locale/po_files/es_CR/vcl.po b/web/locale/po_files/es_CR/vcl.po
index d524480..b117b2f 100644
--- a/web/locale/po_files/es_CR/vcl.po
+++ b/web/locale/po_files/es_CR/vcl.po
@@ -14,10 +14,10 @@
 # limitations under the License.
 msgid ""
 msgstr ""
-"Project-Id-Version: Apache VCL 2.5\n"
+"Project-Id-Version: VCL 2.5.1\n"
 "Report-Msgid-Bugs-To: dev@vcl.apache.org\n"
 "POT-Creation-Date: 2016-07-14 22:19-0400\n"
-"PO-Revision-Date: 2017-06-07 13:36-0600\n"
+"PO-Revision-Date: 2019-06-13 15:18-0400\n"
 "Last-Translator: Luis Zárate <lu...@solvosoft.com>\n"
 "Language-Team: \n"
 "Language: es_CR\n"
@@ -26,6 +26,93 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Poedit 1.6.10\n"
 
+#: addomain.php:172
+msgid ""
+"Error encountered while trying to create new AD domain. Please contact an "
+"admin for assistance."
+msgstr ""
+
+#: addomain.php:420 addomain.php:538
+msgid ""
+"Domain DNS Name should be in the format domain.tld and can only contain "
+"letters, numbers, dashes(-), periods(.), and underscores(_) (e.g. "
+"myuniversity.edu)"
+msgstr ""
+
+#: addomain.php:421
+msgid "Domain DNS Name"
+msgstr ""
+
+#. username
+#: addomain.php:424 addomain.php:543
+msgid ""
+"Username cannot contain single (') or double (&quot;) quotes, less than "
+"(&lt;), or greater than (&gt;) and can be from 2 to 64 characters long"
+msgstr ""
+
+#: addomain.php:425
+msgid "Username"
+msgstr ""
+
+#. password
+#: addomain.php:428 addomain.php:550
+msgid "Password must be at least 4 characters long"
+msgstr ""
+
+#. confirm password
+#: addomain.php:431
+msgid "Confirm Password"
+msgstr ""
+
+#. use database hostname checkbox
+#: addomain.php:433
+msgid "Use Database Hostnames"
+msgstr ""
+
+#: addomain.php:439
+msgid "DNS Server(s)"
+msgstr ""
+
+#: addomain.php:458
+msgid ""
+"Each AD Domain should be a member of an AD Domain resource group. The "
+"following dialog will allow you to add the new AD Domain to a group."
+msgstr ""
+
+#: addomain.php:480
+msgid ""
+"domain name registered in DNS for Active Directory Domain (ex: ad.example."
+"com)"
+msgstr ""
+
+#: addomain.php:481
+msgid "These credentials will be used to register reserved computers with AD."
+msgstr ""
+
+#: addomain.php:482
+msgid ""
+"comma delimited list of IP addresses for DNS servers that handle Domain DNS"
+msgstr ""
+
+#: addomain.php:483
+msgid ""
+"Check this option if you like to have the computer object names within AD to "
+"match VM hostname stored within the VCL database"
+msgstr ""
+
+#: addomain.php:529
+msgid "An AD domain already exists with this name."
+msgstr ""
+
+#: addomain.php:533
+msgid "Submitted owner is not valid"
+msgstr ""
+
+#: addomain.php:561
+msgid ""
+"Invalid IP address specified for DNS Server - must be a valid IPV4 address"
+msgstr ""
+
 #: authentication.php:157 utils.php:828
 msgid "Welcome to the Virtual Computing Lab"
 msgstr "Bienvenido al Laboratorio Virtual de Cómputo"
@@ -1273,6 +1360,10 @@ msgstr ""
 msgid "Location"
 msgstr "Ubicación"
 
+#: groups.php:286
+msgid "Delete Group"
+msgstr ""
+
 #: help.php:216 help.php:248
 msgid "Authentication Method"
 msgstr "Métodos de autenticación"
@@ -1769,6 +1860,18 @@ msgstr ""
 "La siguientes revisiones están en uso y no pueden ser borradas en este "
 "momento"
 
+#: image.php:150 image.php:438
+msgid "Max Reservation Duration"
+msgstr ""
+
+#: image.php:1756
+msgid "Invalid Max Reservation Duration selected"
+msgstr ""
+
+#: image.php:1777
+msgid "Base OU cannot be changed for the selected AD Domain"
+msgstr ""
+
 #: managementnode.php:295
 msgid ""
 "Name can only contain letters, numbers, dashes(-), periods(.), and "
@@ -3417,6 +3520,14 @@ msgstr ""
 "%s  está ahora en el proceso de actualización para usar nuevamente "
 "revisiones creadas."
 
+#: requests.php:1069
+msgid "Reservation is in maintenance - Contact admin for help"
+msgstr ""
+
+#: requests.php:1075
+msgid "Reservation is being captured"
+msgstr ""
+
 #: resource.php:172
 msgid "Edit Grouping &amp; Mapping"
 msgstr "Editar agrupación &amp; mapeo"
@@ -3911,6 +4022,192 @@ msgstr "Mensaje exitosamente guardado"
 msgid "No changes to submitted message. Nothing saved."
 msgstr "No hay cambios en el mensaje enviado. Nada se guardó"
 
+#: siteconfig.php:873
+msgid "Failed to update data for these affiliations:"
+msgstr ""
+
+#: siteconfig.php:979
+msgid "Default value"
+msgstr ""
+
+#: siteconfig.php:1064
+msgid "You do not have access to modify the submitted setting."
+msgstr ""
+
+#: siteconfig.php:1090
+msgid "Failed to add submited value"
+msgstr ""
+
+#: siteconfig.php:1228
+#, php-format
+msgid "Failed to delete address for %s"
+msgstr ""
+
+#: siteconfig.php:1272
+msgid "Help Email Address"
+msgstr ""
+
+#: siteconfig.php:1273
+msgid ""
+"This is the email address used as the from address for emails sent by the "
+"VCL system to users."
+msgstr ""
+
+#: siteconfig.php:1278
+#, php-format
+msgid "Help Email Address added for %s"
+msgstr ""
+
+#: siteconfig.php:1279 siteconfig.php:1378 siteconfig.php:1478
+#: siteconfig.php:1681 siteconfig.php:1813 siteconfig.php:1923
+msgid "Update successful"
+msgstr ""
+
+#: siteconfig.php:1280
+#, php-format
+msgid "Address for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1371
+msgid "Site Web Address"
+msgstr ""
+
+#: siteconfig.php:1372
+msgid "This is the web address in emails sent by the VCL system to users."
+msgstr ""
+
+#: siteconfig.php:1374
+msgid "Invalid web address(es) specified"
+msgstr ""
+
+#: siteconfig.php:1377
+#, php-format
+msgid "Web Address added for %s"
+msgstr ""
+
+#: siteconfig.php:1379
+#, php-format
+msgid "Web Address for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1470
+msgid "KMS Servers"
+msgstr ""
+
+#: siteconfig.php:1471
+msgid ""
+"These are the KMS servers for activating Windows licensing. Multiple servers "
+"are allowed, delimited with a comma (,). Non standard ports can be specified "
+"after the server delimited with a colon (:). (ex: kms.example.com,kms2."
+"example.com:2000)"
+msgstr ""
+
+#: siteconfig.php:1474
+msgid "Invalid IP or hostname specified"
+msgstr ""
+
+#: siteconfig.php:1477
+#, php-format
+msgid "KMS server added for %s"
+msgstr ""
+
+#: siteconfig.php:1479
+#, php-format
+msgid "KMS server for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1675
+msgid "Site Theme"
+msgstr ""
+
+#: siteconfig.php:1676
+msgid "This controls the theme of the site displayed for each affiliation."
+msgstr ""
+
+#: siteconfig.php:1677
+msgid "Invalid theme specified"
+msgstr ""
+
+#: siteconfig.php:1680
+#, php-format
+msgid "Theme setting added for %s"
+msgstr ""
+
+#: siteconfig.php:1682
+#, php-format
+msgid "Theme setting for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1807
+msgid "LDAP Lookup for Shibboleth Authenticated Users"
+msgstr ""
+
+#: siteconfig.php:1808
+msgid ""
+"If an affiliation gets configured for Shibboleth authentication, this "
+"specifies that LDAP authentication has also been configured for that "
+"affiliation so that VCL can perform lookups for new users before they log in "
+"to VCL."
+msgstr ""
+
+#: siteconfig.php:1812
+#, php-format
+msgid "LDAP lookup setting added for %s"
+msgstr ""
+
+#: siteconfig.php:1814
+#, php-format
+msgid "LDAP lookup setting for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1819 siteconfig.php:1928
+msgid "Local"
+msgstr ""
+
+#: siteconfig.php:1917
+msgid "Shibboleth Scope"
+msgstr ""
+
+#: siteconfig.php:1918
+msgid ""
+"This is the Shibboleth scope for an affiliation when Shibboleth "
+"authentication is enabled."
+msgstr ""
+
+#: siteconfig.php:1922
+#, php-format
+msgid "Shibboleth scope added for %s"
+msgstr ""
+
+#: siteconfig.php:1924
+#, php-format
+msgid "Shibboleth scope for %s deleted"
+msgstr ""
+
+#: siteconfig.php:2851
+msgid "Affiliation sucessfully added; reloading page"
+msgstr ""
+
+#: siteconfig.php:2852
+msgid "Affiliation sucessfully deleted; reloading page"
+msgstr ""
+
+#: siteconfig.php:2853
+msgid "Values updated; reloading page"
+msgstr ""
+
+#: siteconfig.php:2855
+msgid "Invalid value - must"
+msgstr ""
+
+#: siteconfig.php:3078
+msgid "Affiliation already exists"
+msgstr ""
+
+#: siteconfig.php:3084
+msgid "Conflicting Affiliation submitted"
+msgstr ""
+
 #: statistics.php:44
 msgid "Statistic Information"
 msgstr "Información Estadística"
diff --git a/web/locale/po_files/es_MX/vcl.po b/web/locale/po_files/es_MX/vcl.po
index 647068d..9ce5ea1 100644
--- a/web/locale/po_files/es_MX/vcl.po
+++ b/web/locale/po_files/es_MX/vcl.po
@@ -14,11 +14,11 @@
 # limitations under the License.
 msgid ""
 msgstr ""
-"Project-Id-Version: Apache VCL 2.5\n"
+"Project-Id-Version: VCL 2.5.1\n"
 "Report-Msgid-Bugs-To: dev@vcl.apache.org\n"
 "POT-Creation-Date: 2016-07-14 22:19-0400\n"
-"PO-Revision-Date: 2015-03-06 17:15-0500\n"
-"Last-Translator:  <jf...@apache.org>\n"
+"PO-Revision-Date: 2019-06-13 15:18-0400\n"
+"Last-Translator: Josh Thompson <jf...@apache.org>\n"
 "Language-Team: \n"
 "Language: es_MX\n"
 "MIME-Version: 1.0\n"
@@ -26,6 +26,93 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Poedit 1.5.5\n"
 
+#: addomain.php:172
+msgid ""
+"Error encountered while trying to create new AD domain. Please contact an "
+"admin for assistance."
+msgstr ""
+
+#: addomain.php:420 addomain.php:538
+msgid ""
+"Domain DNS Name should be in the format domain.tld and can only contain "
+"letters, numbers, dashes(-), periods(.), and underscores(_) (e.g. "
+"myuniversity.edu)"
+msgstr ""
+
+#: addomain.php:421
+msgid "Domain DNS Name"
+msgstr ""
+
+#. username
+#: addomain.php:424 addomain.php:543
+msgid ""
+"Username cannot contain single (') or double (&quot;) quotes, less than "
+"(&lt;), or greater than (&gt;) and can be from 2 to 64 characters long"
+msgstr ""
+
+#: addomain.php:425
+msgid "Username"
+msgstr ""
+
+#. password
+#: addomain.php:428 addomain.php:550
+msgid "Password must be at least 4 characters long"
+msgstr ""
+
+#. confirm password
+#: addomain.php:431
+msgid "Confirm Password"
+msgstr ""
+
+#. use database hostname checkbox
+#: addomain.php:433
+msgid "Use Database Hostnames"
+msgstr ""
+
+#: addomain.php:439
+msgid "DNS Server(s)"
+msgstr ""
+
+#: addomain.php:458
+msgid ""
+"Each AD Domain should be a member of an AD Domain resource group. The "
+"following dialog will allow you to add the new AD Domain to a group."
+msgstr ""
+
+#: addomain.php:480
+msgid ""
+"domain name registered in DNS for Active Directory Domain (ex: ad.example."
+"com)"
+msgstr ""
+
+#: addomain.php:481
+msgid "These credentials will be used to register reserved computers with AD."
+msgstr ""
+
+#: addomain.php:482
+msgid ""
+"comma delimited list of IP addresses for DNS servers that handle Domain DNS"
+msgstr ""
+
+#: addomain.php:483
+msgid ""
+"Check this option if you like to have the computer object names within AD to "
+"match VM hostname stored within the VCL database"
+msgstr ""
+
+#: addomain.php:529
+msgid "An AD domain already exists with this name."
+msgstr ""
+
+#: addomain.php:533
+msgid "Submitted owner is not valid"
+msgstr ""
+
+#: addomain.php:561
+msgid ""
+"Invalid IP address specified for DNS Server - must be a valid IPV4 address"
+msgstr ""
+
 #: authentication.php:157 utils.php:828
 msgid "Welcome to the Virtual Computing Lab"
 msgstr "Bienvenido al Laboratorio Virtual de C�mputo"
@@ -1010,6 +1097,10 @@ msgstr ""
 msgid "Location"
 msgstr ""
 
+#: groups.php:286
+msgid "Delete Group"
+msgstr ""
+
 #: help.php:216 help.php:248
 msgid "Authentication Method"
 msgstr ""
@@ -1409,6 +1500,18 @@ msgstr ""
 msgid "The following revisions are in use and cannot be deleted at this time:"
 msgstr ""
 
+#: image.php:150 image.php:438
+msgid "Max Reservation Duration"
+msgstr ""
+
+#: image.php:1756
+msgid "Invalid Max Reservation Duration selected"
+msgstr ""
+
+#: image.php:1777
+msgid "Base OU cannot be changed for the selected AD Domain"
+msgstr ""
+
 #: managementnode.php:295
 msgid "Name can only contain letters, numbers, dashes(-), periods(.), and underscores(_). It can be from 1 to 50 characters long."
 msgstr ""
@@ -2674,6 +2777,14 @@ msgstr "Ponerla en producci
 msgid "%s is now in the process of being updated to use the newly created revision."
 msgstr ""
 
+#: requests.php:1069
+msgid "Reservation is in maintenance - Contact admin for help"
+msgstr ""
+
+#: requests.php:1075
+msgid "Reservation is being captured"
+msgstr ""
+
 #: resource.php:172
 msgid "Edit Grouping &amp; Mapping"
 msgstr ""
@@ -3042,6 +3153,192 @@ msgstr ""
 msgid "No changes to submitted message. Nothing saved."
 msgstr ""
 
+#: siteconfig.php:873
+msgid "Failed to update data for these affiliations:"
+msgstr ""
+
+#: siteconfig.php:979
+msgid "Default value"
+msgstr ""
+
+#: siteconfig.php:1064
+msgid "You do not have access to modify the submitted setting."
+msgstr ""
+
+#: siteconfig.php:1090
+msgid "Failed to add submited value"
+msgstr ""
+
+#: siteconfig.php:1228
+#, php-format
+msgid "Failed to delete address for %s"
+msgstr ""
+
+#: siteconfig.php:1272
+msgid "Help Email Address"
+msgstr ""
+
+#: siteconfig.php:1273
+msgid ""
+"This is the email address used as the from address for emails sent by the "
+"VCL system to users."
+msgstr ""
+
+#: siteconfig.php:1278
+#, php-format
+msgid "Help Email Address added for %s"
+msgstr ""
+
+#: siteconfig.php:1279 siteconfig.php:1378 siteconfig.php:1478
+#: siteconfig.php:1681 siteconfig.php:1813 siteconfig.php:1923
+msgid "Update successful"
+msgstr ""
+
+#: siteconfig.php:1280
+#, php-format
+msgid "Address for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1371
+msgid "Site Web Address"
+msgstr ""
+
+#: siteconfig.php:1372
+msgid "This is the web address in emails sent by the VCL system to users."
+msgstr ""
+
+#: siteconfig.php:1374
+msgid "Invalid web address(es) specified"
+msgstr ""
+
+#: siteconfig.php:1377
+#, php-format
+msgid "Web Address added for %s"
+msgstr ""
+
+#: siteconfig.php:1379
+#, php-format
+msgid "Web Address for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1470
+msgid "KMS Servers"
+msgstr ""
+
+#: siteconfig.php:1471
+msgid ""
+"These are the KMS servers for activating Windows licensing. Multiple servers "
+"are allowed, delimited with a comma (,). Non standard ports can be specified "
+"after the server delimited with a colon (:). (ex: kms.example.com,kms2."
+"example.com:2000)"
+msgstr ""
+
+#: siteconfig.php:1474
+msgid "Invalid IP or hostname specified"
+msgstr ""
+
+#: siteconfig.php:1477
+#, php-format
+msgid "KMS server added for %s"
+msgstr ""
+
+#: siteconfig.php:1479
+#, php-format
+msgid "KMS server for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1675
+msgid "Site Theme"
+msgstr ""
+
+#: siteconfig.php:1676
+msgid "This controls the theme of the site displayed for each affiliation."
+msgstr ""
+
+#: siteconfig.php:1677
+msgid "Invalid theme specified"
+msgstr ""
+
+#: siteconfig.php:1680
+#, php-format
+msgid "Theme setting added for %s"
+msgstr ""
+
+#: siteconfig.php:1682
+#, php-format
+msgid "Theme setting for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1807
+msgid "LDAP Lookup for Shibboleth Authenticated Users"
+msgstr ""
+
+#: siteconfig.php:1808
+msgid ""
+"If an affiliation gets configured for Shibboleth authentication, this "
+"specifies that LDAP authentication has also been configured for that "
+"affiliation so that VCL can perform lookups for new users before they log in "
+"to VCL."
+msgstr ""
+
+#: siteconfig.php:1812
+#, php-format
+msgid "LDAP lookup setting added for %s"
+msgstr ""
+
+#: siteconfig.php:1814
+#, php-format
+msgid "LDAP lookup setting for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1819 siteconfig.php:1928
+msgid "Local"
+msgstr ""
+
+#: siteconfig.php:1917
+msgid "Shibboleth Scope"
+msgstr ""
+
+#: siteconfig.php:1918
+msgid ""
+"This is the Shibboleth scope for an affiliation when Shibboleth "
+"authentication is enabled."
+msgstr ""
+
+#: siteconfig.php:1922
+#, php-format
+msgid "Shibboleth scope added for %s"
+msgstr ""
+
+#: siteconfig.php:1924
+#, php-format
+msgid "Shibboleth scope for %s deleted"
+msgstr ""
+
+#: siteconfig.php:2851
+msgid "Affiliation sucessfully added; reloading page"
+msgstr ""
+
+#: siteconfig.php:2852
+msgid "Affiliation sucessfully deleted; reloading page"
+msgstr ""
+
+#: siteconfig.php:2853
+msgid "Values updated; reloading page"
+msgstr ""
+
+#: siteconfig.php:2855
+msgid "Invalid value - must"
+msgstr ""
+
+#: siteconfig.php:3078
+msgid "Affiliation already exists"
+msgstr ""
+
+#: siteconfig.php:3084
+msgid "Conflicting Affiliation submitted"
+msgstr ""
+
 #: statistics.php:44
 msgid "Statistic Information"
 msgstr "Informaci�n Estad�stica"
diff --git a/web/locale/po_files/fr_CA/vcl.po b/web/locale/po_files/fr_CA/vcl.po
index 20967d1..dba6843 100644
--- a/web/locale/po_files/fr_CA/vcl.po
+++ b/web/locale/po_files/fr_CA/vcl.po
@@ -14,10 +14,10 @@
 # limitations under the License.
 msgid ""
 msgstr ""
-"Project-Id-Version: Apache VCL 2.5\n"
+"Project-Id-Version: VCL 2.5.1\n"
 "Report-Msgid-Bugs-To: dev@vcl.apache.org\n"
 "POT-Creation-Date: 2016-07-14 22:19-0400\n"
-"PO-Revision-Date: 2015-04-16 15:07+0000\n"
+"PO-Revision-Date: 2019-06-13 15:18-0400\n"
 "Last-Translator: Charles Roger SIMEU <cr...@yahoo.fr>\n"
 "Language-Team: \n"
 "Language: fr_CA\n"
@@ -25,6 +25,93 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: addomain.php:172
+msgid ""
+"Error encountered while trying to create new AD domain. Please contact an "
+"admin for assistance."
+msgstr ""
+
+#: addomain.php:420 addomain.php:538
+msgid ""
+"Domain DNS Name should be in the format domain.tld and can only contain "
+"letters, numbers, dashes(-), periods(.), and underscores(_) (e.g. "
+"myuniversity.edu)"
+msgstr ""
+
+#: addomain.php:421
+msgid "Domain DNS Name"
+msgstr ""
+
+#. username
+#: addomain.php:424 addomain.php:543
+msgid ""
+"Username cannot contain single (') or double (&quot;) quotes, less than "
+"(&lt;), or greater than (&gt;) and can be from 2 to 64 characters long"
+msgstr ""
+
+#: addomain.php:425
+msgid "Username"
+msgstr ""
+
+#. password
+#: addomain.php:428 addomain.php:550
+msgid "Password must be at least 4 characters long"
+msgstr ""
+
+#. confirm password
+#: addomain.php:431
+msgid "Confirm Password"
+msgstr ""
+
+#. use database hostname checkbox
+#: addomain.php:433
+msgid "Use Database Hostnames"
+msgstr ""
+
+#: addomain.php:439
+msgid "DNS Server(s)"
+msgstr ""
+
+#: addomain.php:458
+msgid ""
+"Each AD Domain should be a member of an AD Domain resource group. The "
+"following dialog will allow you to add the new AD Domain to a group."
+msgstr ""
+
+#: addomain.php:480
+msgid ""
+"domain name registered in DNS for Active Directory Domain (ex: ad.example."
+"com)"
+msgstr ""
+
+#: addomain.php:481
+msgid "These credentials will be used to register reserved computers with AD."
+msgstr ""
+
+#: addomain.php:482
+msgid ""
+"comma delimited list of IP addresses for DNS servers that handle Domain DNS"
+msgstr ""
+
+#: addomain.php:483
+msgid ""
+"Check this option if you like to have the computer object names within AD to "
+"match VM hostname stored within the VCL database"
+msgstr ""
+
+#: addomain.php:529
+msgid "An AD domain already exists with this name."
+msgstr ""
+
+#: addomain.php:533
+msgid "Submitted owner is not valid"
+msgstr ""
+
+#: addomain.php:561
+msgid ""
+"Invalid IP address specified for DNS Server - must be a valid IPV4 address"
+msgstr ""
+
 #: authentication.php:157 utils.php:828
 msgid "Welcome to the Virtual Computing Lab"
 msgstr "Bienvenue au laboratoire Informatique Virtuel (VCL)"
@@ -1009,6 +1096,10 @@ msgstr ""
 msgid "Location"
 msgstr ""
 
+#: groups.php:286
+msgid "Delete Group"
+msgstr ""
+
 #: help.php:216 help.php:248
 msgid "Authentication Method"
 msgstr ""
@@ -1408,6 +1499,18 @@ msgstr "Une valeur non num
 msgid "The following revisions are in use and cannot be deleted at this time:"
 msgstr "Les r�visions suivantes sont en cours d'utilisation et ne peuvent �tre supprim�es pour l'instant"
 
+#: image.php:150 image.php:438
+msgid "Max Reservation Duration"
+msgstr ""
+
+#: image.php:1756
+msgid "Invalid Max Reservation Duration selected"
+msgstr ""
+
+#: image.php:1777
+msgid "Base OU cannot be changed for the selected AD Domain"
+msgstr ""
+
 #: managementnode.php:295
 msgid "Name can only contain letters, numbers, dashes(-), periods(.), and underscores(_). It can be from 1 to 50 characters long."
 msgstr ""
@@ -2673,6 +2776,14 @@ msgstr "Obtenir Production"
 msgid "%s is now in the process of being updated to use the newly created revision."
 msgstr "%s est maintenant dans le processus de mise � jour pour utiliser la nouvelle r�vision cr��e"
 
+#: requests.php:1069
+msgid "Reservation is in maintenance - Contact admin for help"
+msgstr ""
+
+#: requests.php:1075
+msgid "Reservation is being captured"
+msgstr ""
+
 #: resource.php:172
 msgid "Edit Grouping &amp; Mapping"
 msgstr "�diter les groupages et les mappages"
@@ -3041,6 +3152,192 @@ msgstr ""
 msgid "No changes to submitted message. Nothing saved."
 msgstr ""
 
+#: siteconfig.php:873
+msgid "Failed to update data for these affiliations:"
+msgstr ""
+
+#: siteconfig.php:979
+msgid "Default value"
+msgstr ""
+
+#: siteconfig.php:1064
+msgid "You do not have access to modify the submitted setting."
+msgstr ""
+
+#: siteconfig.php:1090
+msgid "Failed to add submited value"
+msgstr ""
+
+#: siteconfig.php:1228
+#, php-format
+msgid "Failed to delete address for %s"
+msgstr ""
+
+#: siteconfig.php:1272
+msgid "Help Email Address"
+msgstr ""
+
+#: siteconfig.php:1273
+msgid ""
+"This is the email address used as the from address for emails sent by the "
+"VCL system to users."
+msgstr ""
+
+#: siteconfig.php:1278
+#, php-format
+msgid "Help Email Address added for %s"
+msgstr ""
+
+#: siteconfig.php:1279 siteconfig.php:1378 siteconfig.php:1478
+#: siteconfig.php:1681 siteconfig.php:1813 siteconfig.php:1923
+msgid "Update successful"
+msgstr ""
+
+#: siteconfig.php:1280
+#, php-format
+msgid "Address for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1371
+msgid "Site Web Address"
+msgstr ""
+
+#: siteconfig.php:1372
+msgid "This is the web address in emails sent by the VCL system to users."
+msgstr ""
+
+#: siteconfig.php:1374
+msgid "Invalid web address(es) specified"
+msgstr ""
+
+#: siteconfig.php:1377
+#, php-format
+msgid "Web Address added for %s"
+msgstr ""
+
+#: siteconfig.php:1379
+#, php-format
+msgid "Web Address for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1470
+msgid "KMS Servers"
+msgstr ""
+
+#: siteconfig.php:1471
+msgid ""
+"These are the KMS servers for activating Windows licensing. Multiple servers "
+"are allowed, delimited with a comma (,). Non standard ports can be specified "
+"after the server delimited with a colon (:). (ex: kms.example.com,kms2."
+"example.com:2000)"
+msgstr ""
+
+#: siteconfig.php:1474
+msgid "Invalid IP or hostname specified"
+msgstr ""
+
+#: siteconfig.php:1477
+#, php-format
+msgid "KMS server added for %s"
+msgstr ""
+
+#: siteconfig.php:1479
+#, php-format
+msgid "KMS server for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1675
+msgid "Site Theme"
+msgstr ""
+
+#: siteconfig.php:1676
+msgid "This controls the theme of the site displayed for each affiliation."
+msgstr ""
+
+#: siteconfig.php:1677
+msgid "Invalid theme specified"
+msgstr ""
+
+#: siteconfig.php:1680
+#, php-format
+msgid "Theme setting added for %s"
+msgstr ""
+
+#: siteconfig.php:1682
+#, php-format
+msgid "Theme setting for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1807
+msgid "LDAP Lookup for Shibboleth Authenticated Users"
+msgstr ""
+
+#: siteconfig.php:1808
+msgid ""
+"If an affiliation gets configured for Shibboleth authentication, this "
+"specifies that LDAP authentication has also been configured for that "
+"affiliation so that VCL can perform lookups for new users before they log in "
+"to VCL."
+msgstr ""
+
+#: siteconfig.php:1812
+#, php-format
+msgid "LDAP lookup setting added for %s"
+msgstr ""
+
+#: siteconfig.php:1814
+#, php-format
+msgid "LDAP lookup setting for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1819 siteconfig.php:1928
+msgid "Local"
+msgstr ""
+
+#: siteconfig.php:1917
+msgid "Shibboleth Scope"
+msgstr ""
+
+#: siteconfig.php:1918
+msgid ""
+"This is the Shibboleth scope for an affiliation when Shibboleth "
+"authentication is enabled."
+msgstr ""
+
+#: siteconfig.php:1922
+#, php-format
+msgid "Shibboleth scope added for %s"
+msgstr ""
+
+#: siteconfig.php:1924
+#, php-format
+msgid "Shibboleth scope for %s deleted"
+msgstr ""
+
+#: siteconfig.php:2851
+msgid "Affiliation sucessfully added; reloading page"
+msgstr ""
+
+#: siteconfig.php:2852
+msgid "Affiliation sucessfully deleted; reloading page"
+msgstr ""
+
+#: siteconfig.php:2853
+msgid "Values updated; reloading page"
+msgstr ""
+
+#: siteconfig.php:2855
+msgid "Invalid value - must"
+msgstr ""
+
+#: siteconfig.php:3078
+msgid "Affiliation already exists"
+msgstr ""
+
+#: siteconfig.php:3084
+msgid "Conflicting Affiliation submitted"
+msgstr ""
+
 #: statistics.php:44
 msgid "Statistic Information"
 msgstr "Informations statistiques"
diff --git a/web/locale/po_files/ja_JP/vcl.po b/web/locale/po_files/ja_JP/vcl.po
index 71ce1de..547b1c5 100644
--- a/web/locale/po_files/ja_JP/vcl.po
+++ b/web/locale/po_files/ja_JP/vcl.po
@@ -15,7 +15,7 @@
 
 msgid ""
 msgstr ""
-"Project-Id-Version: VCL 2.5\n"
+"Project-Id-Version: VCL 2.5.1\n"
 "Report-Msgid-Bugs-To: dev@vcl.apache.org\n"
 "POT-Creation-Date: 2011-02-24 15:16+0900\n"
 "PO-Revision-Date: 2012-04-13 15:40-0500\n"
diff --git a/web/locale/po_files/pt_PT/vcl.po b/web/locale/po_files/pt_PT/vcl.po
index b1375b4..cf649dd 100644
--- a/web/locale/po_files/pt_PT/vcl.po
+++ b/web/locale/po_files/pt_PT/vcl.po
@@ -14,10 +14,10 @@
 # limitations under the License.
 msgid ""
 msgstr ""
-"Project-Id-Version: VCL 2.5\n"
+"Project-Id-Version: VCL 2.5.1\n"
 "Report-Msgid-Bugs-To: dev@vcl.apache.org\n"
 "POT-Creation-Date: 2016-07-14 22:19-0400\n"
-"PO-Revision-Date: 2015-04-22 13:44+0100\n"
+"PO-Revision-Date: 2019-06-13 15:18-0400\n"
 "Last-Translator: António Aragão <aa...@di.uminho.pt>\n"
 "Language-Team: PT\n"
 "Language: pt\n"
@@ -26,6 +26,93 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Poedit 1.5.4\n"
 
+#: addomain.php:172
+msgid ""
+"Error encountered while trying to create new AD domain. Please contact an "
+"admin for assistance."
+msgstr ""
+
+#: addomain.php:420 addomain.php:538
+msgid ""
+"Domain DNS Name should be in the format domain.tld and can only contain "
+"letters, numbers, dashes(-), periods(.), and underscores(_) (e.g. "
+"myuniversity.edu)"
+msgstr ""
+
+#: addomain.php:421
+msgid "Domain DNS Name"
+msgstr ""
+
+#. username
+#: addomain.php:424 addomain.php:543
+msgid ""
+"Username cannot contain single (') or double (&quot;) quotes, less than "
+"(&lt;), or greater than (&gt;) and can be from 2 to 64 characters long"
+msgstr ""
+
+#: addomain.php:425
+msgid "Username"
+msgstr ""
+
+#. password
+#: addomain.php:428 addomain.php:550
+msgid "Password must be at least 4 characters long"
+msgstr ""
+
+#. confirm password
+#: addomain.php:431
+msgid "Confirm Password"
+msgstr ""
+
+#. use database hostname checkbox
+#: addomain.php:433
+msgid "Use Database Hostnames"
+msgstr ""
+
+#: addomain.php:439
+msgid "DNS Server(s)"
+msgstr ""
+
+#: addomain.php:458
+msgid ""
+"Each AD Domain should be a member of an AD Domain resource group. The "
+"following dialog will allow you to add the new AD Domain to a group."
+msgstr ""
+
+#: addomain.php:480
+msgid ""
+"domain name registered in DNS for Active Directory Domain (ex: ad.example."
+"com)"
+msgstr ""
+
+#: addomain.php:481
+msgid "These credentials will be used to register reserved computers with AD."
+msgstr ""
+
+#: addomain.php:482
+msgid ""
+"comma delimited list of IP addresses for DNS servers that handle Domain DNS"
+msgstr ""
+
+#: addomain.php:483
+msgid ""
+"Check this option if you like to have the computer object names within AD to "
+"match VM hostname stored within the VCL database"
+msgstr ""
+
+#: addomain.php:529
+msgid "An AD domain already exists with this name."
+msgstr ""
+
+#: addomain.php:533
+msgid "Submitted owner is not valid"
+msgstr ""
+
+#: addomain.php:561
+msgid ""
+"Invalid IP address specified for DNS Server - must be a valid IPV4 address"
+msgstr ""
+
 #: authentication.php:157 utils.php:828
 msgid "Welcome to the Virtual Computing Lab"
 msgstr "Bemvindo ao Laboratório de Computação Virtual"
@@ -695,6 +782,10 @@ msgstr "Hora do bloco submetida inválida"
 msgid "The end time for the submitted block allocation time has passed. Therefore, it can no longer be modified."
 msgstr "O tempo de finalização submetido para este bloco de alocação já passou. Sendo assim já não pode ser modificado."
 
+#: blockallocations.php:2860
+msgid "The selected Block Allocation no longer exists."
+msgstr "O Bloco de Alocação escolhido já não existe."
+
 #: blockallocations.php:2878
 msgid "Resources"
 msgstr "Recursos"
@@ -1006,6 +1097,10 @@ msgstr ""
 msgid "Location"
 msgstr ""
 
+#: groups.php:286
+msgid "Delete Group"
+msgstr ""
+
 #: help.php:216 help.php:248
 msgid "Authentication Method"
 msgstr ""
@@ -1405,6 +1500,18 @@ msgstr "Dados não numéricos foram  submetidos no id do método de conexão."
 msgid "The following revisions are in use and cannot be deleted at this time:"
 msgstr "As seguintes revisões estão em uso e não podem ser excluídas neste momento:"
 
+#: image.php:150 image.php:438
+msgid "Max Reservation Duration"
+msgstr ""
+
+#: image.php:1756
+msgid "Invalid Max Reservation Duration selected"
+msgstr ""
+
+#: image.php:1777
+msgid "Base OU cannot be changed for the selected AD Domain"
+msgstr ""
+
 #: managementnode.php:295
 msgid "Name can only contain letters, numbers, dashes(-), periods(.), and underscores(_). It can be from 1 to 50 characters long."
 msgstr ""
@@ -2075,6 +2182,10 @@ msgstr "Aplicar Perfil"
 msgid "Please select the environment you want to use from the list:"
 msgstr "Por favor escolha um ambiente para usar através da seguinte lista:"
 
+#: requests.php:1530
+msgid "Please select a valid environment"
+msgstr "Por favor escolha um ambiente válido"
+
 #: requests.php:1546
 msgid "Reservation Name:"
 msgstr "Nome da Reserva:"
@@ -2288,6 +2399,10 @@ msgstr "Chave:"
 msgid "Value:"
 msgstr "Valor:"
 
+#: requests.php:2611
+msgid "Value can only contain letters, numbers, spaces, dashes(-), parenthesis, <br>slashes(/), and periods(.) and can be from 3 to 255 characters long"
+msgstr ""
+
 #: requests.php:2621
 msgid "Required:"
 msgstr "Requerido:"
@@ -2662,6 +2777,14 @@ msgstr "Fazer Produção"
 msgid "%s is now in the process of being updated to use the newly created revision."
 msgstr "%s está agora em vias de ser atualizado para ser usado como nova revisão."
 
+#: requests.php:1069
+msgid "Reservation is in maintenance - Contact admin for help"
+msgstr ""
+
+#: requests.php:1075
+msgid "Reservation is being captured"
+msgstr ""
+
 #: resource.php:172
 msgid "Edit Grouping &amp; Mapping"
 msgstr "Alterando o Agrupamento &amp; Mapeando"
@@ -3030,6 +3153,192 @@ msgstr ""
 msgid "No changes to submitted message. Nothing saved."
 msgstr ""
 
+#: siteconfig.php:873
+msgid "Failed to update data for these affiliations:"
+msgstr ""
+
+#: siteconfig.php:979
+msgid "Default value"
+msgstr ""
+
+#: siteconfig.php:1064
+msgid "You do not have access to modify the submitted setting."
+msgstr ""
+
+#: siteconfig.php:1090
+msgid "Failed to add submited value"
+msgstr ""
+
+#: siteconfig.php:1228
+#, php-format
+msgid "Failed to delete address for %s"
+msgstr ""
+
+#: siteconfig.php:1272
+msgid "Help Email Address"
+msgstr ""
+
+#: siteconfig.php:1273
+msgid ""
+"This is the email address used as the from address for emails sent by the "
+"VCL system to users."
+msgstr ""
+
+#: siteconfig.php:1278
+#, php-format
+msgid "Help Email Address added for %s"
+msgstr ""
+
+#: siteconfig.php:1279 siteconfig.php:1378 siteconfig.php:1478
+#: siteconfig.php:1681 siteconfig.php:1813 siteconfig.php:1923
+msgid "Update successful"
+msgstr ""
+
+#: siteconfig.php:1280
+#, php-format
+msgid "Address for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1371
+msgid "Site Web Address"
+msgstr ""
+
+#: siteconfig.php:1372
+msgid "This is the web address in emails sent by the VCL system to users."
+msgstr ""
+
+#: siteconfig.php:1374
+msgid "Invalid web address(es) specified"
+msgstr ""
+
+#: siteconfig.php:1377
+#, php-format
+msgid "Web Address added for %s"
+msgstr ""
+
+#: siteconfig.php:1379
+#, php-format
+msgid "Web Address for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1470
+msgid "KMS Servers"
+msgstr ""
+
+#: siteconfig.php:1471
+msgid ""
+"These are the KMS servers for activating Windows licensing. Multiple servers "
+"are allowed, delimited with a comma (,). Non standard ports can be specified "
+"after the server delimited with a colon (:). (ex: kms.example.com,kms2."
+"example.com:2000)"
+msgstr ""
+
+#: siteconfig.php:1474
+msgid "Invalid IP or hostname specified"
+msgstr ""
+
+#: siteconfig.php:1477
+#, php-format
+msgid "KMS server added for %s"
+msgstr ""
+
+#: siteconfig.php:1479
+#, php-format
+msgid "KMS server for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1675
+msgid "Site Theme"
+msgstr ""
+
+#: siteconfig.php:1676
+msgid "This controls the theme of the site displayed for each affiliation."
+msgstr ""
+
+#: siteconfig.php:1677
+msgid "Invalid theme specified"
+msgstr ""
+
+#: siteconfig.php:1680
+#, php-format
+msgid "Theme setting added for %s"
+msgstr ""
+
+#: siteconfig.php:1682
+#, php-format
+msgid "Theme setting for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1807
+msgid "LDAP Lookup for Shibboleth Authenticated Users"
+msgstr ""
+
+#: siteconfig.php:1808
+msgid ""
+"If an affiliation gets configured for Shibboleth authentication, this "
+"specifies that LDAP authentication has also been configured for that "
+"affiliation so that VCL can perform lookups for new users before they log in "
+"to VCL."
+msgstr ""
+
+#: siteconfig.php:1812
+#, php-format
+msgid "LDAP lookup setting added for %s"
+msgstr ""
+
+#: siteconfig.php:1814
+#, php-format
+msgid "LDAP lookup setting for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1819 siteconfig.php:1928
+msgid "Local"
+msgstr ""
+
+#: siteconfig.php:1917
+msgid "Shibboleth Scope"
+msgstr ""
+
+#: siteconfig.php:1918
+msgid ""
+"This is the Shibboleth scope for an affiliation when Shibboleth "
+"authentication is enabled."
+msgstr ""
+
+#: siteconfig.php:1922
+#, php-format
+msgid "Shibboleth scope added for %s"
+msgstr ""
+
+#: siteconfig.php:1924
+#, php-format
+msgid "Shibboleth scope for %s deleted"
+msgstr ""
+
+#: siteconfig.php:2851
+msgid "Affiliation sucessfully added; reloading page"
+msgstr ""
+
+#: siteconfig.php:2852
+msgid "Affiliation sucessfully deleted; reloading page"
+msgstr ""
+
+#: siteconfig.php:2853
+msgid "Values updated; reloading page"
+msgstr ""
+
+#: siteconfig.php:2855
+msgid "Invalid value - must"
+msgstr ""
+
+#: siteconfig.php:3078
+msgid "Affiliation already exists"
+msgstr ""
+
+#: siteconfig.php:3084
+msgid "Conflicting Affiliation submitted"
+msgstr ""
+
 #: statistics.php:44
 msgid "Statistic Information"
 msgstr "Informação Estatística"
@@ -4056,9 +4365,6 @@ msgstr "semanalmente"
 msgid "monthly"
 msgstr "mensalmente"
 
-msgid "Please select a valid environment"
-msgstr "Por favor escolha um ambiente válido"
-
 msgid "starting install process"
 msgstr "começando o processo de instalação"
 
@@ -4107,9 +4413,6 @@ msgstr ""
 msgid "starting virtual machine"
 msgstr ""
 
-msgid "The selected Block Allocation no longer exists."
-msgstr "O Bloco de Alocação escolhido já não existe."
-
 msgid "Log in"
 msgstr ""
 
diff --git a/web/locale/po_files/vcl.po.template b/web/locale/po_files/vcl.po.template
index beb7cf1..bd58afc 100644
--- a/web/locale/po_files/vcl.po.template
+++ b/web/locale/po_files/vcl.po.template
@@ -16,10 +16,10 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: VCL 2.5\n"
+"Project-Id-Version: VCL 2.5.1\n"
 "Report-Msgid-Bugs-To: dev@vcl.apache.org\n"
 "POT-Creation-Date: 2016-07-14 22:19-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2019-06-13 15:18-0400\n"
 "Last-Translator: Josh Thompson <jf...@apache.org>\n"
 "Language-Team: LANGUAGE <LL...@li.org>\n"
 "Language: \n"
@@ -27,6 +27,92 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: addomain.php:172
+msgid ""
+"Error encountered while trying to create new AD domain. Please contact an "
+"admin for assistance."
+msgstr ""
+
+#: addomain.php:420 addomain.php:538
+msgid ""
+"Domain DNS Name should be in the format domain.tld and can only contain "
+"letters, numbers, dashes(-), periods(.), and underscores(_) (e.g. "
+"myuniversity.edu)"
+msgstr ""
+
+#: addomain.php:421
+msgid "Domain DNS Name"
+msgstr ""
+
+#. username
+#: addomain.php:424 addomain.php:543
+msgid ""
+"Username cannot contain single (') or double (&quot;) quotes, less than "
+"(&lt;), or greater than (&gt;) and can be from 2 to 64 characters long"
+msgstr ""
+
+#: addomain.php:425
+msgid "Username"
+msgstr ""
+
+#. password
+#: addomain.php:428 addomain.php:550
+msgid "Password must be at least 4 characters long"
+msgstr ""
+
+#. confirm password
+#: addomain.php:431
+msgid "Confirm Password"
+msgstr ""
+
+#. use database hostname checkbox
+#: addomain.php:433
+msgid "Use Database Hostnames"
+msgstr ""
+
+#: addomain.php:439
+msgid "DNS Server(s)"
+msgstr ""
+
+#: addomain.php:458
+msgid ""
+"Each AD Domain should be a member of an AD Domain resource group. The "
+"following dialog will allow you to add the new AD Domain to a group."
+msgstr ""
+
+#: addomain.php:480
+msgid ""
+"domain name registered in DNS for Active Directory Domain (ex: ad.example."
+"com)"
+msgstr ""
+
+#: addomain.php:481
+msgid "These credentials will be used to register reserved computers with AD."
+msgstr ""
+
+#: addomain.php:482
+msgid ""
+"comma delimited list of IP addresses for DNS servers that handle Domain DNS"
+msgstr ""
+
+#: addomain.php:483
+msgid ""
+"Check this option if you like to have the computer object names within AD to "
+"match VM hostname stored within the VCL database"
+msgstr ""
+
+#: addomain.php:529
+msgid "An AD domain already exists with this name."
+msgstr ""
+
+#: addomain.php:533
+msgid "Submitted owner is not valid"
+msgstr ""
+
+#: addomain.php:561
+msgid ""
+"Invalid IP address specified for DNS Server - must be a valid IPV4 address"
+
 #: authentication.php:157 utils.php:828
 msgid "Welcome to the Virtual Computing Lab"
 msgstr ""
@@ -1011,6 +1097,10 @@ msgstr ""
 msgid "Location"
 msgstr ""
 
+#: groups.php:286
+msgid "Delete Group"
+msgstr ""
+
 #: help.php:216 help.php:248
 msgid "Authentication Method"
 msgstr ""
@@ -1410,6 +1500,18 @@ msgstr ""
 msgid "The following revisions are in use and cannot be deleted at this time:"
 msgstr ""
 
+#: image.php:150 image.php:438
+msgid "Max Reservation Duration"
+msgstr ""
+
+#: image.php:1756
+msgid "Invalid Max Reservation Duration selected"
+msgstr ""
+
+#: image.php:1777
+msgid "Base OU cannot be changed for the selected AD Domain"
+msgstr ""
+
 #: managementnode.php:295
 msgid "Name can only contain letters, numbers, dashes(-), periods(.), and underscores(_). It can be from 1 to 50 characters long."
 msgstr ""
@@ -2675,6 +2777,14 @@ msgstr ""
 msgid "%s is now in the process of being updated to use the newly created revision."
 msgstr ""
 
+#: requests.php:1069
+msgid "Reservation is in maintenance - Contact admin for help"
+msgstr ""
+
+#: requests.php:1075
+msgid "Reservation is being captured"
+msgstr ""
+
 #: resource.php:172
 msgid "Edit Grouping &amp; Mapping"
 msgstr ""
@@ -3043,6 +3153,192 @@ msgstr ""
 msgid "No changes to submitted message. Nothing saved."
 msgstr ""
 
+#: siteconfig.php:873
+msgid "Failed to update data for these affiliations:"
+msgstr ""
+
+#: siteconfig.php:979
+msgid "Default value"
+msgstr ""
+
+#: siteconfig.php:1064
+msgid "You do not have access to modify the submitted setting."
+msgstr ""
+
+#: siteconfig.php:1090
+msgid "Failed to add submited value"
+msgstr ""
+
+#: siteconfig.php:1228
+#, php-format
+msgid "Failed to delete address for %s"
+msgstr ""
+
+#: siteconfig.php:1272
+msgid "Help Email Address"
+msgstr ""
+
+#: siteconfig.php:1273
+msgid ""
+"This is the email address used as the from address for emails sent by the "
+"VCL system to users."
+msgstr ""
+
+#: siteconfig.php:1278
+#, php-format
+msgid "Help Email Address added for %s"
+msgstr ""
+
+#: siteconfig.php:1279 siteconfig.php:1378 siteconfig.php:1478
+#: siteconfig.php:1681 siteconfig.php:1813 siteconfig.php:1923
+msgid "Update successful"
+msgstr ""
+
+#: siteconfig.php:1280
+#, php-format
+msgid "Address for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1371
+msgid "Site Web Address"
+msgstr ""
+
+#: siteconfig.php:1372
+msgid "This is the web address in emails sent by the VCL system to users."
+msgstr ""
+
+#: siteconfig.php:1374
+msgid "Invalid web address(es) specified"
+msgstr ""
+
+#: siteconfig.php:1377
+#, php-format
+msgid "Web Address added for %s"
+msgstr ""
+
+#: siteconfig.php:1379
+#, php-format
+msgid "Web Address for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1470
+msgid "KMS Servers"
+msgstr ""
+
+#: siteconfig.php:1471
+msgid ""
+"These are the KMS servers for activating Windows licensing. Multiple servers "
+"are allowed, delimited with a comma (,). Non standard ports can be specified "
+"after the server delimited with a colon (:). (ex: kms.example.com,kms2."
+"example.com:2000)"
+msgstr ""
+
+#: siteconfig.php:1474
+msgid "Invalid IP or hostname specified"
+msgstr ""
+
+#: siteconfig.php:1477
+#, php-format
+msgid "KMS server added for %s"
+msgstr ""
+
+#: siteconfig.php:1479
+#, php-format
+msgid "KMS server for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1675
+msgid "Site Theme"
+msgstr ""
+
+#: siteconfig.php:1676
+msgid "This controls the theme of the site displayed for each affiliation."
+msgstr ""
+
+#: siteconfig.php:1677
+msgid "Invalid theme specified"
+msgstr ""
+
+#: siteconfig.php:1680
+#, php-format
+msgid "Theme setting added for %s"
+msgstr ""
+
+#: siteconfig.php:1682
+#, php-format
+msgid "Theme setting for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1807
+msgid "LDAP Lookup for Shibboleth Authenticated Users"
+msgstr ""
+
+#: siteconfig.php:1808
+msgid ""
+"If an affiliation gets configured for Shibboleth authentication, this "
+"specifies that LDAP authentication has also been configured for that "
+"affiliation so that VCL can perform lookups for new users before they log in "
+"to VCL."
+msgstr ""
+
+#: siteconfig.php:1812
+#, php-format
+msgid "LDAP lookup setting added for %s"
+msgstr ""
+
+#: siteconfig.php:1814
+#, php-format
+msgid "LDAP lookup setting for %s deleted"
+msgstr ""
+
+#: siteconfig.php:1819 siteconfig.php:1928
+msgid "Local"
+msgstr ""
+
+#: siteconfig.php:1917
+msgid "Shibboleth Scope"
+msgstr ""
+
+#: siteconfig.php:1918
+msgid ""
+"This is the Shibboleth scope for an affiliation when Shibboleth "
+"authentication is enabled."
+msgstr ""
+
+#: siteconfig.php:1922
+#, php-format
+msgid "Shibboleth scope added for %s"
+msgstr ""
+
+#: siteconfig.php:1924
+#, php-format
+msgid "Shibboleth scope for %s deleted"
+msgstr ""
+
+#: siteconfig.php:2851
+msgid "Affiliation sucessfully added; reloading page"
+msgstr ""
+
+#: siteconfig.php:2852
+msgid "Affiliation sucessfully deleted; reloading page"
+msgstr ""
+
+#: siteconfig.php:2853
+msgid "Values updated; reloading page"
+msgstr ""
+
+#: siteconfig.php:2855
+msgid "Invalid value - must"
+msgstr ""
+
+#: siteconfig.php:3078
+msgid "Affiliation already exists"
+msgstr ""
+
+#: siteconfig.php:3084
+msgid "Conflicting Affiliation submitted"
+msgstr ""
+
 #: statistics.php:44
 msgid "Statistic Information"
 msgstr ""
diff --git a/web/locale/po_files/zh_CN/vcl.po b/web/locale/po_files/zh_CN/vcl.po
index 734ebb1..efc8693 100644
--- a/web/locale/po_files/zh_CN/vcl.po
+++ b/web/locale/po_files/zh_CN/vcl.po
@@ -15,7 +15,7 @@
 
 msgid ""
 msgstr ""
-"Project-Id-Version: VCL 2.5\n"
+"Project-Id-Version: VCL 2.5.1\n"
 "Report-Msgid-Bugs-To: dev@vcl.apache.org\n"
 "POT-Creation-Date: 2011-02-24 15:16+0900\n"
 "PO-Revision-Date: 2012-04-13 15:40-0500\n"
diff --git a/web/locale/pt_PT/LC_MESSAGES/vcl.mo b/web/locale/pt_PT/LC_MESSAGES/vcl.mo
index e3884ef..bc38f41 100644
Binary files a/web/locale/pt_PT/LC_MESSAGES/vcl.mo and b/web/locale/pt_PT/LC_MESSAGES/vcl.mo differ
diff --git a/web/locale/zh_CN/LC_MESSAGES/vcl.mo b/web/locale/zh_CN/LC_MESSAGES/vcl.mo
index 061a86f..c902da4 100644
Binary files a/web/locale/zh_CN/LC_MESSAGES/vcl.mo and b/web/locale/zh_CN/LC_MESSAGES/vcl.mo differ