Updating .po and .sql files with new labels required by backend team

This commit is contained in:
Julio Cesar Laura
2014-06-11 10:27:06 -04:00
parent e85997738b
commit 752b37e22b
3 changed files with 463 additions and 10 deletions

View File

@@ -3952,7 +3952,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_VARIABLE_PICKER','en','pmVariablePicker','2014-01-15') ,
( 'LABEL','ID_GRID_WIZARD','en','ProcessMaker Grid Wizard','2014-01-15') ,
( 'LABEL','ID_UPLOAD_FROM_FILE','en','Upload from file','2014-01-15') ,
( 'LABEL','ID_FIELD_REQUIRED','en','This field is required','2014-01-15') ,
( 'LABEL','ID_FIELD_REQUIRED','en','The field {0} is required.','2014-05-29') ,
( 'LABEL','ID_ERROR_REGISTERED','en','Errors registered:','2014-01-15') ,
( 'LABEL','ID_ACTIONS_BY_EMAIL','en','actionsByEmail.html','2014-01-15') ,
( 'LABEL','ID_UNASSIGNED_MESSAGE','en','unassignedMessage.html','2014-01-15') ,
@@ -4022,6 +4022,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_INSTALL_USE_CURRENT_USER','en','Use the current user as a Database owner (It doesn''t create new users in the Database )','2014-05-07') ,
( 'LABEL','ID_ACCOUNT_OPTIONS','en','Account Options','2014-05-16') ,
( 'LABEL','ID_USER_MUST_CHANGE_PASSWORD_AT_NEXT_LOGON','en','User must change password at next logon','2014-05-16') ,
( 'LABEL','ID_HIDE_DIRS','en','Hide Dirs','2014-05-26') ,
( 'LABEL','ID_UNDEFINED_VALUE_IS_REQUIRED','en','Undefined value for "{0}", it is required.','2014-05-20') ,
( 'LABEL','ID_INVALID_VALUE_CAN_NOT_BE_EMPTY','en','Invalid value for "{0}", it can not be empty.','2014-05-20') ,
( 'LABEL','ID_INVALID_VALUE_ONLY_ACCEPTS_VALUES','en','Invalid value for "{0}", it only accepts values: "{1}".','2014-05-20') ,
@@ -4092,10 +4093,10 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_CASES_INCORRECT_INFORMATION','en','Incorrect or unavailable information about this case: {0}','2014-05-21') ,
( 'LABEL','ID_INVALID_VALUE_FOR','en','Invalid value specified for: {0}','2014-05-21') ,
( 'LABEL','ID_CASE_SCHEDULER_DOES_NOT_EXIST','en','This case scheduler with sch_uid: {0} does not exist!','2014-05-21') ,
( 'LABEL','ID_INFORMATION_EMPTY','en','The information sended is empty!','2014-05-21') ,
( 'LABEL','ID_TASK_NOT_FOUND','en','Task not found for id: {0}','2014-05-21') ;
( 'LABEL','ID_INFORMATION_EMPTY','en','The information sended is empty!','2014-05-21') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
( 'LABEL','ID_TASK_NOT_FOUND','en','Task not found for id: {0}','2014-05-21') ,
( 'LABEL','ID_CAN_NOT_BE_EMPTY','en','{0}, can not be empty','2014-05-21') ,
( 'LABEL','ID_CASE_SCHEDULER_DUPLICATE','en','Duplicate Case Scheduler name','2014-05-21') ,
( 'LABEL','ID_INVALID_SCH_START_TIME','en','Invalid value specified for sch_start_time. Expecting time in HH:MM format (The time can not be increased to 23:59)','2014-05-21') ,
@@ -4124,7 +4125,51 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_ALREADY_ASSIGNED','en','This id: {0} is already assigned to task: {1}','2014-05-22') ,
( 'LABEL','ID_DOES_NOT_CORRESPOND','en','This id: {0} does not correspond to a registered {1}','2014-05-22') ,
( 'LABEL','ID_USER_CAN_NOT_UPDATE','en','This user: {0}, can not update the data.','2014-05-22') ,
( 'LABEL','ID_USER_CAN_NOT_BE_DELETED','en','The user with usr_uid: {0}, cannot be deleted while it has cases assigned.','2014-05-22') ;
( 'LABEL','ID_USER_CAN_NOT_BE_DELETED','en','The user with usr_uid: {0}, cannot be deleted while it has cases assigned.','2014-05-22') ,
( 'LABEL','ID_ROLE_DOES_NOT_EXIST','en','The role with {0}: {1} does not exist.','2014-06-03') ,
( 'LABEL','ID_ROLE_CODE_ALREADY_EXISTS','en','The role code with {0}: "{1}" already exists.','2014-06-03') ,
( 'LABEL','ID_ROLE_NAME_ALREADY_EXISTS','en','The role name with {0}: "{1}" already exists.','2014-05-27') ,
( 'LABEL','ID_ROLE_FIELD_CANNOT_CONTAIN_SPECIAL_CHARACTERS','en','The "{0}" field cannot contain special characters or spaces.','2014-05-27') ,
( 'LABEL','ID_ROLE_USER_IS_ALREADY_ASSIGNED','en','The user with {0}: {1} is already assigned to the role.','2014-05-28') ,
( 'LABEL','ID_ROLE_USER_IS_NOT_ASSIGNED','en','The user with {0}: {1} is not assigned to the role.','2014-05-28') ,
( 'LABEL','ID_PERMISSION_DOES_NOT_EXIST','en','The permission with {0}: {1} does not exist.','2014-05-29') ,
( 'LABEL','ID_ROLE_PERMISSION_IS_ALREADY_ASSIGNED','en','The permission with {0}: {1} is already assigned to the role.','2014-05-29') ,
( 'LABEL','ID_ROLE_PERMISSION_IS_NOT_ASSIGNED','en','The permission with {0}: {1} is not assigned to the role.','2014-05-29') ,
( 'LABEL','ID_ROLE_PERMISSION_ROLE_PERMISSIONS_CAN_NOT_BE_CHANGED','en','The permissions of the "{0}" role can not be changed.','2014-05-29') ,
( 'LABEL','ID_DEPARTMENT_NOT_EXIST','en','The departament with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_USER_NOT_EXIST','en','The user with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_APPLICATION_NOT_EXIST','en','The application with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_TRIGGER_NOT_EXIST','en','The trigger with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_EVENT_NOT_EXIST','en','The event with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_TASK_NOT_EXIST','en','The task with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_PROCESS_PERMISSION_NOT_EXIST','en','The process permission with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_GROUP_NOT_EXIST','en','The group with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_DYNAFORM_NOT_EXIST','en','The dynaform with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_INPUT_NOT_EXIST','en','The input with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_OUTPUT_NOT_EXIST','en','The output with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_PROCESS_NOT_EXIST','en','The process with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_PROJECT_NOT_EXIST','en','The project with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_DBC_NOT_EXIST','en','The database connection with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_CATEGORY_NOT_EXIST','en','The category with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_DATE_NOT_VALID','en','The value ''{0}'' is not a valid date for the format ''{1}''.','2014-05-29') ,
( 'LABEL','ID_INVALID_VALUE_ARRAY','en','Invalid value for ''{0}'' it must be an array.','2014-05-29') ,
( 'LABEL','ID_INVALID_VALUE_STRING','en','Invalid value for ''{0}'' it must be a string.','2014-05-29') ,
( 'LABEL','ID_INVALID_VALUE_INTEGER','en','Invalid value for ''{0}'' it must be a integer.','2014-05-29') ,
( 'LABEL','ID_INVALID_VALUE_BOOLEAN','en','Invalid value for ''{0}'' it must be a boolean.','2014-05-29') ,
( 'LABEL','ID_INVALID_VALUE_IS_EMPTY','en','The field ''{0}'' is empty.','2014-05-29') ,
( 'LABEL','ID_INCORRECT_VALUE_ACTION','en','The value for $action is incorrect.','2014-05-29') ,
( 'LABEL','ID_CASE_ALREADY_CANCELED','en','The case ''{0}'' is already canceled','2014-05-29') ,
( 'LABEL','ID_CASE_IS_CANCELED','en','The case ''{0}'' is canceled','2014-05-29') ,
( 'LABEL','ID_INVALID_MAX_PERMITTED','en','Invalid value for ''{0}'', the permitted maximum length of {1} characters.','2014-05-29') ,
( 'LABEL','ID_DBC_TYPE_INVALID','en','The dababase connection with dbs_type: ''{0}'' is invalid','2014-05-29') ,
( 'LABEL','ID_DBC_SERVER_INVALID','en','The dababase connection with dbs_server: ''{0}'', is invalid','2014-05-29') ,
( 'LABEL','ID_DBC_DBNAME_INVALID','en','The dababase connection with dbs_database_name: ''{0}'' is invalid','2014-05-29') ,
( 'LABEL','ID_DBC_PORT_INVALID','en','The dababase connection with dbs_port: ''{0}'' is invalid','2014-05-29') ,
( 'LABEL','ID_DBC_ENCODE_INVALID','en','The dababase connection with dbs_encode: ''{0}'' is invalid','2014-05-29') ,
( 'LABEL','ID_CANT_DELETE_DEPARTMENT_HAS_CHILDREN','en','Can not delete the department, it has a children department.','2014-05-29') ,
( 'LABEL','ID_CANT_DELETE_DEPARTMENT_HAS_USERS','en','Department cannot be deleted while has assigned users.','2014-05-29') ,
( 'LABEL','ID_CANT_SAVE_TRIGGER','en','A trigger with the same name already exists in this process.','2014-05-29') ,
( 'LABEL','ID_CASE_DOES_NOT_EXIST2','en','The case with {0}: {1} does not exist.','2014-06-05') ;
INSERT INTO ISO_LOCATION (IC_UID,IL_UID,IL_NAME,IL_NORMAL_NAME,IS_UID) VALUES
('AD','','',' ','') ,