This commit is contained in:
Paula V. Quispe
2016-04-18 10:55:58 -04:00
parent 14b322d0b1
commit c9a041f9f1
3 changed files with 9 additions and 0 deletions

View File

@@ -24397,6 +24397,12 @@ msgstr "The user with \"{0}\" did not have permission to perform this action."
msgid "This email is assigned to more than one user. Please contact your administrator." msgid "This email is assigned to more than one user. Please contact your administrator."
msgstr "This email is assigned to more than one user. Please contact your administrator." msgstr "This email is assigned to more than one user. Please contact your administrator."
# TRANSLATION
# LABEL/ID_EMAIL_EVENT_DEFINITION_DOES_NOT_EXIST
#: LABEL/ID_EMAIL_EVENT_DEFINITION_DOES_NOT_EXIST
msgid "The email event definition does not exist."
msgstr "The email event definition does not exist."
# TRANSLATION # TRANSLATION
# LABEL/ID_USER_DOES_NOT_CORRESPOND # LABEL/ID_USER_DOES_NOT_CORRESPOND
#: LABEL/ID_USER_DOES_NOT_CORRESPOND #: LABEL/ID_USER_DOES_NOT_CORRESPOND

View File

@@ -9638,6 +9638,8 @@ SELECT 'LABEL','ID_CASE_USER_NOT_HAVE_PERMISSION','en','The user with "{0}" did
UNION ALL UNION ALL
SELECT 'LABEL','ID_EMAIL_MORE_THAN_ONE_USER','en','This email is assigned to more than one user. Please contact your administrator.','2015-09-08' SELECT 'LABEL','ID_EMAIL_MORE_THAN_ONE_USER','en','This email is assigned to more than one user. Please contact your administrator.','2015-09-08'
UNION ALL UNION ALL
SELECT 'LABEL','ID_EMAIL_EVENT_DEFINITION_DOES_NOT_EXIST','en','The email event definition does not exist.','2016-04-11'
UNION ALL
SELECT 'LABEL','ID_USER_DOES_NOT_CORRESPOND','en','Wrong authentication. This user does not correspond with the email address.','2015-09-08' SELECT 'LABEL','ID_USER_DOES_NOT_CORRESPOND','en','Wrong authentication. This user does not correspond with the email address.','2015-09-08'
UNION ALL UNION ALL
SELECT 'LABEL','ID_NO_LICENSE_FEATURE_ENABLED','en','Your license does not have the Gmail integration. Please contact your administrator.','2015-09-17' SELECT 'LABEL','ID_NO_LICENSE_FEATURE_ENABLED','en','Your license does not have the Gmail integration. Please contact your administrator.','2015-09-17'

View File

@@ -5575,6 +5575,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_CASE_USER_INVALID_CANCEL_CASE','en','The user with "{0}" is invalid to cancel the Case.','2015-08-24') , ( 'LABEL','ID_CASE_USER_INVALID_CANCEL_CASE','en','The user with "{0}" is invalid to cancel the Case.','2015-08-24') ,
( 'LABEL','ID_CASE_USER_NOT_HAVE_PERMISSION','en','The user with "{0}" did not have permission to perform this action.','2015-09-01') , ( 'LABEL','ID_CASE_USER_NOT_HAVE_PERMISSION','en','The user with "{0}" did not have permission to perform this action.','2015-09-01') ,
( 'LABEL','ID_EMAIL_MORE_THAN_ONE_USER','en','This email is assigned to more than one user. Please contact your administrator.','2015-09-08') , ( 'LABEL','ID_EMAIL_MORE_THAN_ONE_USER','en','This email is assigned to more than one user. Please contact your administrator.','2015-09-08') ,
( 'LABEL','ID_EMAIL_EVENT_DEFINITION_DOES_NOT_EXIST','en','The email event definition does not exist.','2016-04-11') ,
( 'LABEL','ID_USER_DOES_NOT_CORRESPOND','en','Wrong authentication. This user does not correspond with the email address.','2015-09-08') , ( 'LABEL','ID_USER_DOES_NOT_CORRESPOND','en','Wrong authentication. This user does not correspond with the email address.','2015-09-08') ,
( 'LABEL','ID_NO_LICENSE_FEATURE_ENABLED','en','Your license does not have the Gmail integration. Please contact your administrator.','2015-09-17') , ( 'LABEL','ID_NO_LICENSE_FEATURE_ENABLED','en','Your license does not have the Gmail integration. Please contact your administrator.','2015-09-17') ,
( 'LABEL','ID_USER_NOT_ACTIVE','en','The user is not active.','2015-09-08') , ( 'LABEL','ID_USER_NOT_ACTIVE','en','The user is not active.','2015-09-08') ,