BUG 0000 Update .po and .sql files for the release 2.0.43-testing3

This commit is contained in:
Julio Cesar Laura
2012-07-12 15:25:27 -04:00
parent 5a70d4f61f
commit 80109eb601
5 changed files with 311 additions and 38 deletions

View File

@@ -4576,9 +4576,9 @@ SELECT 'LABEL','ID_ENABLE','en','Enable','2012-06-01'
UNION ALL
SELECT 'LABEL','ID_DISABLE','en','Disable','2012-06-01'
UNION ALL
SELECT 'LABEL','ID_YES_VALUE','en','YES','2012-06-01'
SELECT 'LABEL','ID_YES_VALUE','en','Yes','2012-07-11'
UNION ALL
SELECT 'LABEL','ID_NO_VALUE','en','NO','2012-06-01'
SELECT 'LABEL','ID_NO_VALUE','en','No','2012-07-11'
UNION ALL
SELECT 'LABEL','ID_ACTIVE_USERS','en','Active Users','2012-06-01'
UNION ALL
@@ -5022,7 +5022,7 @@ SELECT 'LABEL','ID_AUTO_INCREMENT','en','Auto Increment','2012-06-01'
UNION ALL
SELECT 'LABEL','ID_CAPS_LOCK_IS_ON','en','Caps Lock is On','2012-06-01'
UNION ALL
SELECT 'LABEL','ID_ENABLE_VIRTUAL_KEYBOARD','en','Enable Virtual Keyboard','2012-06-01'
SELECT 'LABEL','ID_ENABLE_VIRTUAL_KEYBOARD','en','Enable Virtual Keyboard (Only uxmodern skin)','2012-07-09'
UNION ALL
SELECT 'LABEL','ID_DEFAULT_LANGUAGE','en','Default Language','2012-06-01'
UNION ALL
@@ -5619,6 +5619,48 @@ SELECT 'LABEL','ID_PASSWORD_COMPLIES_POLICIES','en','The password complies with
SELECT 'LABEL','ID_INSTRUCTIONS','en','Instructions','2012-06-21'
UNION ALL
SELECT 'LABEL','ID_NOT_REQUIRED','en','Not Required','2012-06-20'
UNION ALL
SELECT 'LABEL','DYNAFIELD_ALREADY_EXIST','en','The field name already exists!','2012-06-28'
UNION ALL
SELECT 'LABEL','DYNAFIELD_EMPTY','en','The name field is empty','2012-06-28'
UNION ALL
SELECT 'LABEL','DYNAFIELD_NODENAME_NUMBER','en','The field name should not start with a number','2012-06-28'
UNION ALL
SELECT 'LABEL','ID_EMPTY_NODENAME','en','The name field is empty','2012-06-28'
UNION ALL
SELECT 'LABEL','ID_TAS_DURATION_REQUIRE','en','Duration task required','2012-06-29'
UNION ALL
SELECT 'LABEL','ID_NAME_TAS_TITLE_REQUIRE','en','Task title required','2012-06-29'
UNION ALL
SELECT 'LABEL','APP_TITLE_CASE_LABEL_UPDATE','en','The System has detected that the changes on case labels will affect more than 1000 records, so the work will be scheduled by the cron to perform the update the next time the cron will run.','2012-07-03'
UNION ALL
SELECT 'LABEL','ID_MESSAGE_LOGIN','en','The default language that is configured in this place is for the "dropdown" of the languages that are displaying on the login screen, this configuration is set for each workspace.','2012-07-10'
UNION ALL
SELECT 'LABEL','ID_MESSAGE_SYSTEM','en','The language that is set by default applies directly when the domain is entered (eg.- http://127.0.0.1:8081), the system reads the configuration and redirects the link to the selected language','2012-07-10'
UNION ALL
SELECT 'LABEL','ID_MESSAGE_SYSTEM2','en','(eg.- http://127.0.0.1:8081/sys/en/classic/login/login), it should be emphasized that this configuration is for all environments.','2012-07-10'
UNION ALL
SELECT 'LABEL','ID_PROCESSMAP_SEQUENTIAL','en','Sequential','2012-07-11'
UNION ALL
SELECT 'LABEL','ID_PROCESSMAP_SELECTION','en','Selection','2012-07-11'
UNION ALL
SELECT 'LABEL','ID_PROCESSMAP_EVALUATION','en','Evaluation','2012-07-11'
UNION ALL
SELECT 'LABEL','ID_PROCESSMAP_PARALLEL_FORK','en','Parallel (fork)','2012-07-11'
UNION ALL
SELECT 'LABEL','ID_PROCESSMAP_PARALLEL_JOIN','en','Parallel (join)','2012-07-11'
UNION ALL
SELECT 'LABEL','ID_PROCESSMAP_PARALLEL_EVALUATION_FORK','en','Parallel by Evaluation (fork)','2012-07-11'
UNION ALL
SELECT 'LABEL','ID_MASKS_LIST','en','Masks List','2012-07-11'
UNION ALL
SELECT 'LABEL','ID_DASHBOARD_BTNCOLUMNS2','en','Two columns','2012-07-12'
UNION ALL
SELECT 'LABEL','ID_DASHBOARD_BTNCOLUMNS3','en','Three columns','2012-07-12'
UNION ALL
SELECT 'LABEL','ID_FILTER','en','Filter','2012-07-12'
UNION ALL
SELECT 'LABEL','ID_DOCUMENT_TYPE','en','PM Type','2012-07-12'
;
INSERT INTO ISO_LOCATION ([IC_UID],[IL_UID],[IL_NAME],[IL_NORMAL_NAME],[IS_UID])

View File

@@ -44,7 +44,7 @@ CREATE TABLE [APPLICATION]
[APP_CUR_USER] VARCHAR(32) default '' NOT NULL,
[APP_CREATE_DATE] CHAR(19) NOT NULL,
[APP_INIT_DATE] CHAR(19) NOT NULL,
[APP_FINISH_DATE] CHAR(19) NOT NULL,
[APP_FINISH_DATE] CHAR(19) NULL,
[APP_UPDATE_DATE] CHAR(19) NOT NULL,
[APP_DATA] NVARCHAR(MAX) NOT NULL,
[APP_PIN] VARCHAR(32) default '' NOT NULL,

View File

@@ -3001,8 +3001,8 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_USER_LIST','en','User List','2012-06-01') ,
( 'LABEL','ID_ENABLE','en','Enable','2012-06-01') ,
( 'LABEL','ID_DISABLE','en','Disable','2012-06-01') ,
( 'LABEL','ID_YES_VALUE','en','YES','2012-06-01') ,
( 'LABEL','ID_NO_VALUE','en','NO','2012-06-01') ,
( 'LABEL','ID_YES_VALUE','en','Yes','2012-07-11') ,
( 'LABEL','ID_NO_VALUE','en','No','2012-07-11') ,
( 'LABEL','ID_ACTIVE_USERS','en','Active Users','2012-06-01') ,
( 'LABEL','IMPORT_PROCESS_DISABLE','en','Disable the current process and create a new version of the process','2012-06-01') ,
( 'LABEL','IMPORT_PROCESS_NEW','en','Create a completely new process without changing the current process','2012-06-01') ,
@@ -3227,7 +3227,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_PMTABLES_ALERT7','en','Set columns for this Report Table please.','2012-06-01') ,
( 'LABEL','ID_AUTO_INCREMENT','en','Auto Increment','2012-06-01') ,
( 'LABEL','ID_CAPS_LOCK_IS_ON','en','Caps Lock is On','2012-06-01') ,
( 'LABEL','ID_ENABLE_VIRTUAL_KEYBOARD','en','Enable Virtual Keyboard','2012-06-01') ,
( 'LABEL','ID_ENABLE_VIRTUAL_KEYBOARD','en','Enable Virtual Keyboard (Only uxmodern skin)','2012-07-09') ,
( 'LABEL','ID_DEFAULT_LANGUAGE','en','Default Language','2012-06-01') ,
( 'LABEL','ID_CAPS_LOCK_ALERT2','en','You should press Caps Lock to turn it off before entering your password.','2012-06-01') ,
( 'LABEL','ID_CAPS_LOCK_ALERT1','en','Having Caps Lock on may cause you to enter your password incorrectly.','2012-06-01') ,
@@ -3529,7 +3529,28 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_PPP_MAXIMUM_LENGTH','en','Maximum length','2012-06-28') ,
( 'LABEL','ID_PASSWORD_COMPLIES_POLICIES','en','The password complies with the security policies.','2012-06-28') ,
( 'LABEL','ID_INSTRUCTIONS','en','Instructions','2012-06-21') ,
( 'LABEL','ID_NOT_REQUIRED','en','Not Required','2012-06-20') ;
( 'LABEL','ID_NOT_REQUIRED','en','Not Required','2012-06-20') ,
( 'LABEL','DYNAFIELD_ALREADY_EXIST','en','The field name already exists!','2012-06-28') ,
( 'LABEL','DYNAFIELD_EMPTY','en','The name field is empty','2012-06-28') ,
( 'LABEL','DYNAFIELD_NODENAME_NUMBER','en','The field name should not start with a number','2012-06-28') ,
( 'LABEL','ID_EMPTY_NODENAME','en','The name field is empty','2012-06-28') ,
( 'LABEL','ID_TAS_DURATION_REQUIRE','en','Duration task required','2012-06-29') ,
( 'LABEL','ID_NAME_TAS_TITLE_REQUIRE','en','Task title required','2012-06-29') ,
( 'LABEL','APP_TITLE_CASE_LABEL_UPDATE','en','The System has detected that the changes on case labels will affect more than 1000 records, so the work will be scheduled by the cron to perform the update the next time the cron will run.','2012-07-03') ,
( 'LABEL','ID_MESSAGE_LOGIN','en','The default language that is configured in this place is for the "dropdown" of the languages that are displaying on the login screen, this configuration is set for each workspace.','2012-07-10') ,
( 'LABEL','ID_MESSAGE_SYSTEM','en','The language that is set by default applies directly when the domain is entered (eg.- http://127.0.0.1:8081), the system reads the configuration and redirects the link to the selected language','2012-07-10') ,
( 'LABEL','ID_MESSAGE_SYSTEM2','en','(eg.- http://127.0.0.1:8081/sys/en/classic/login/login), it should be emphasized that this configuration is for all environments.','2012-07-10') ,
( 'LABEL','ID_PROCESSMAP_SEQUENTIAL','en','Sequential','2012-07-11') ,
( 'LABEL','ID_PROCESSMAP_SELECTION','en','Selection','2012-07-11') ,
( 'LABEL','ID_PROCESSMAP_EVALUATION','en','Evaluation','2012-07-11') ,
( 'LABEL','ID_PROCESSMAP_PARALLEL_FORK','en','Parallel (fork)','2012-07-11') ,
( 'LABEL','ID_PROCESSMAP_PARALLEL_JOIN','en','Parallel (join)','2012-07-11') ,
( 'LABEL','ID_PROCESSMAP_PARALLEL_EVALUATION_FORK','en','Parallel by Evaluation (fork)','2012-07-11') ,
( 'LABEL','ID_MASKS_LIST','en','Masks List','2012-07-11') ,
( 'LABEL','ID_DASHBOARD_BTNCOLUMNS2','en','Two columns','2012-07-12') ,
( 'LABEL','ID_DASHBOARD_BTNCOLUMNS3','en','Three columns','2012-07-12') ,
( 'LABEL','ID_FILTER','en','Filter','2012-07-12') ,
( 'LABEL','ID_DOCUMENT_TYPE','en','PM Type','2012-07-12') ;
INSERT INTO ISO_LOCATION (IC_UID,IL_UID,IL_NAME,IL_NORMAL_NAME,IS_UID) VALUES
('AD','','',' ','') ,

View File

@@ -24,7 +24,7 @@ CREATE TABLE `APPLICATION`
`APP_CUR_USER` VARCHAR(32) default '' NOT NULL,
`APP_CREATE_DATE` DATETIME NOT NULL,
`APP_INIT_DATE` DATETIME NOT NULL,
`APP_FINISH_DATE` DATETIME NOT NULL,
`APP_FINISH_DATE` DATETIME,
`APP_UPDATE_DATE` DATETIME NOT NULL,
`APP_DATA` MEDIUMTEXT NOT NULL,
`APP_PIN` VARCHAR(32) default '' NOT NULL,