Merged in julceslau/processmaker (pull request #1150)

Updating .po and .sql files for PM 2.8 2014-11-04
This commit is contained in:
Julio Cesar Laura Avendaño
2014-11-04 14:28:39 -04:00
3 changed files with 33 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ProcessMaker 2.8.0\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2014-10-27 16:00:00\n"
"PO-Revision-Date: 2014-11-04 14:21:16\n"
"Last-Translator: \n"
"Language-Team: Colosa Developers Team <developers@colosa.com>\n"
"MIME-Version: 1.0\n"
@@ -10132,8 +10132,8 @@ msgstr "Do you want open the new site?"
# TRANSLATION
# LABEL/NEW_SITE_NOT_AVAILABLE
#: LABEL/NEW_SITE_NOT_AVAILABLE
msgid "This site is not available"
msgstr "This site is not available"
msgid "Workspace already exists, please choose a different name."
msgstr "Workspace already exists, please choose a different name."
# TRANSLATION
# LABEL/NEW_SITE_CONFIRM_TO_CREATE
@@ -17527,6 +17527,24 @@ msgstr "Please, enter a description."
msgid "Please, configure the estimated duration of the task."
msgstr "Please, configure the estimated duration of the task."
# TRANSLATION
# LABEL/ID_FORMAT_24_HOURS
#: LABEL/ID_FORMAT_24_HOURS
msgid "Format 24 hrs. (HH:MM)"
msgstr "Format 24 hrs. (HH:MM)"
# TRANSLATION
# LABEL/ID_HOUR_HOURS
#: LABEL/ID_HOUR_HOURS
msgid "Hour(s)"
msgstr "Hour(s)"
# TRANSLATION
# LABEL/ID_SEARCH_ALSO_APP_UID
#: LABEL/ID_SEARCH_ALSO_APP_UID
msgid "Search also in the APP_UID field"
msgstr "Search also in the APP_UID field"
# additionalTables/additionalTablesData.xml?ADD_TAB_NAME
# additionalTables/additionalTablesData.xml
#: text - ADD_TAB_NAME

View File

@@ -4804,7 +4804,7 @@ SELECT 'LABEL','NEW_SITE_SUCCESS_CONFIRMNOTE','en','Note.- If you open the new s
UNION ALL
SELECT 'LABEL','NEW_SITE_SUCCESS_CONFIRM','en','Do you want open the new site?','2014-01-15'
UNION ALL
SELECT 'LABEL','NEW_SITE_NOT_AVAILABLE','en','This site is not available','2014-01-15'
SELECT 'LABEL','NEW_SITE_NOT_AVAILABLE','en','Workspace already exists, please choose a different name.','2014-10-30'
UNION ALL
SELECT 'LABEL','NEW_SITE_CONFIRM_TO_CREATE','en','Are you sure to create this site?','2014-01-15'
UNION ALL
@@ -7299,6 +7299,12 @@ SELECT 'LABEL','ID_PMTABLE_REQUIRED','en','It is required to select a PM table',
SELECT 'LABEL','ID_PLEASE_ENTER_DESCRIPTION','en','Please, enter a description.','2014-10-23'
UNION ALL
SELECT 'LABEL','ID_PLEASE_CONFIGURE_ESTIMATED_DURATION_TASK','en','Please, configure the estimated duration of the task.','2014-10-23'
UNION ALL
SELECT 'LABEL','ID_FORMAT_24_HOURS','en','Format 24 hrs. (HH:MM)','2014-10-30'
UNION ALL
SELECT 'LABEL','ID_HOUR_HOURS','en','Hour(s)','2014-10-30'
UNION ALL
SELECT 'LABEL','ID_SEARCH_ALSO_APP_UID','en','Search also in the APP_UID field','2014-10-30'
;
INSERT INTO ISO_LOCATION ([IC_UID],[IL_UID],[IL_NAME],[IL_NORMAL_NAME],[IS_UID])

View File

@@ -3118,7 +3118,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','NEW_SITE_SUCCESS','en','Your new site was successfully created with name:','2014-01-15') ,
( 'LABEL','NEW_SITE_SUCCESS_CONFIRMNOTE','en','Note.- If you open the new site your current session will be closed.','2014-01-15') ,
( 'LABEL','NEW_SITE_SUCCESS_CONFIRM','en','Do you want open the new site?','2014-01-15') ,
( 'LABEL','NEW_SITE_NOT_AVAILABLE','en','This site is not available','2014-01-15') ,
( 'LABEL','NEW_SITE_NOT_AVAILABLE','en','Workspace already exists, please choose a different name.','2014-10-30') ,
( 'LABEL','NEW_SITE_CONFIRM_TO_CREATE','en','Are you sure to create this site?','2014-01-15') ,
( 'LABEL','ID_SAVING','en','Saving...','2014-01-15') ,
( 'LABEL','ID_SET_A_TABLE_NAME','en','Set a Table Name','2014-01-15') ,
@@ -4380,7 +4380,10 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_DASHLET_TITLE_EXISTS','en','Dashlet title already exists.','2014-10-23') ,
( 'LABEL','ID_PMTABLE_REQUIRED','en','It is required to select a PM table','2014-10-27') ,
( 'LABEL','ID_PLEASE_ENTER_DESCRIPTION','en','Please, enter a description.','2014-10-23') ,
( 'LABEL','ID_PLEASE_CONFIGURE_ESTIMATED_DURATION_TASK','en','Please, configure the estimated duration of the task.','2014-10-23') ;
( 'LABEL','ID_PLEASE_CONFIGURE_ESTIMATED_DURATION_TASK','en','Please, configure the estimated duration of the task.','2014-10-23') ,
( 'LABEL','ID_FORMAT_24_HOURS','en','Format 24 hrs. (HH:MM)','2014-10-30') ,
( 'LABEL','ID_HOUR_HOURS','en','Hour(s)','2014-10-30') ,
( 'LABEL','ID_SEARCH_ALSO_APP_UID','en','Search also in the APP_UID field','2014-10-30') ;
INSERT INTO ISO_LOCATION (IC_UID,IL_UID,IL_NAME,IL_NORMAL_NAME,IS_UID) VALUES
('AD','','',' ','') ,