BUG 0000 adicion de mas labels para ingles 28 marzo 2012

This commit is contained in:
Alvaro Campos
2012-03-28 19:05:41 -04:00
parent 7e9f4175c1
commit 47d75786de
3 changed files with 39 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: ProcessMaker (Branch 2.0-experimental) 2.0-testing.16-22-g126b344\n"
"Project-Id-Version: ProcessMaker (Branch 2.0-experimental) 2.0-testing.16-29-g7e9f417\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2012-03-27 18:17:53\n"
"PO-Revision-Date: 2012-03-28 19:02:42\n"
"Last-Translator: \n"
"Language-Team: Colosa Developers Team <developers@colosa.com>\n"
"MIME-Version: 1.0\n"
@@ -11977,6 +11977,24 @@ msgstr "Do you want to apply the selected Logo?"
msgid "Missing or it's not configured SMTP mail. Check the configuration."
msgstr "Missing or it's not configured SMTP mail. Check the configuration."
# TRANSLATION
# LABEL/ID_SELECT_ONE_OPTION
#: LABEL/ID_SELECT_ONE_OPTION
msgid "select one option"
msgstr "select one option"
# TRANSLATION
# LABEL/ID_CLICK_LOCK
#: LABEL/ID_CLICK_LOCK
msgid "Click the lock to make changes."
msgstr "Click the lock to make changes."
# TRANSLATION
# LABEL/ID_CLICK_UNLOCK
#: LABEL/ID_CLICK_UNLOCK
msgid "Click the lock to prevent further changes."
msgstr "Click the lock to prevent further changes."
# additionalTables/additionalTablesData.xml?ADD_TAB_NAME
# additionalTables/additionalTablesData.xml
#: text - ADD_TAB_NAME
@@ -34102,4 +34120,3 @@ msgstr "Cancel"
#: button - PME_ACCEPT
msgid "[dynaforms/fields/yesno.xml?PME_ACCEPT] Save"
msgstr "Save"

View File

@@ -2951,7 +2951,10 @@ SELECT 'LABEL','ID_TRIGGERS_VALIDATE_EERR1','en','* The {Object} {Description} d
UNION ALL
SELECT 'LABEL','ID_CASES_STATUS_TO_DO','en','To Do','2012-02-02'
UNION ALL
SELECT 'JAVASCRIPT','ID_DONT_SAVE_XMLFORM','en','DynaForm is now saved. \n \nWarning: Form doesn''t have a submit action. \nEither add a "Submit" button or change the "Next Step Link" property.','2012-02-02'
SELECT 'JAVASCRIPT','ID_DONT_SAVE_XMLFORM','en','DynaForm is now saved.
Warning: Form doesn''t have a submit action.
Either add a "Submit" button or change the "Next Step Link" property.','2012-02-02'
UNION ALL
SELECT 'LABEL','ID_CASES_STATUS_COMPLETED','en','Completed','2012-02-02'
UNION ALL
@@ -5420,6 +5423,12 @@ SELECT 'LABEL','ID_SELECTED_IMAGE_IS_LOGO','en','The selected image is establish
SELECT 'LABEL','ID_DELETE_SELECTED_LOGO','en','Do you want to apply the selected Logo?','2012-03-16'
UNION ALL
SELECT 'LABEL','MISSING_OR_NOT_CONFIGURED_SMTP','en','Missing or it''s not configured SMTP mail. Check the configuration.','2012-03-26'
UNION ALL
SELECT 'LABEL','ID_SELECT_ONE_OPTION','en','select one option','2012-03-27'
UNION ALL
SELECT 'LABEL','ID_CLICK_LOCK','en','Click the lock to make changes.','2012-03-28'
UNION ALL
SELECT 'LABEL','ID_CLICK_UNLOCK','en','Click the lock to prevent further changes.','2012-03-28'
;
INSERT INTO ISO_LOCATION ([IC_UID],[IL_UID],[IL_NAME],[IL_NORMAL_NAME],[IS_UID])

View File

@@ -2178,7 +2178,10 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_CASESLIST_APP_DEL_INDEX','en','Del Index','2012-02-02') ,
( 'LABEL','ID_TRIGGERS_VALIDATE_EERR1','en','* The {Object} {Description} depends.','2012-02-02') ,
( 'LABEL','ID_CASES_STATUS_TO_DO','en','To Do','2012-02-02') ,
( 'JAVASCRIPT','ID_DONT_SAVE_XMLFORM','en','DynaForm is now saved. \n \nWarning: Form doesn''t have a submit action. \nEither add a "Submit" button or change the "Next Step Link" property.','2012-02-02') ,
( 'JAVASCRIPT','ID_DONT_SAVE_XMLFORM','en','DynaForm is now saved.
Warning: Form doesn''t have a submit action.
Either add a "Submit" button or change the "Next Step Link" property.','2012-02-02') ,
( 'LABEL','ID_CASES_STATUS_COMPLETED','en','Completed','2012-02-02') ,
( 'LABEL','ID_CASES_STATUS_DRAFT','en','Draft','2012-02-02') ,
( 'LABEL','ID_PM_ENV_SETTINGS_TITLE','en','Processmaker Environment Settings','2012-02-02') ,
@@ -3427,7 +3430,10 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_SELECTED_IMAGE_DELETED','en','The selected image has been deleted.','2012-03-15') ,
( 'LABEL','ID_SELECTED_IMAGE_IS_LOGO','en','The selected image is established as logo.','2012-03-15') ,
( 'LABEL','ID_DELETE_SELECTED_LOGO','en','Do you want to apply the selected Logo?','2012-03-16') ,
( 'LABEL','MISSING_OR_NOT_CONFIGURED_SMTP','en','Missing or it''s not configured SMTP mail. Check the configuration.','2012-03-26') ;
( 'LABEL','MISSING_OR_NOT_CONFIGURED_SMTP','en','Missing or it''s not configured SMTP mail. Check the configuration.','2012-03-26') ,
( 'LABEL','ID_SELECT_ONE_OPTION','en','select one option','2012-03-27') ,
( 'LABEL','ID_CLICK_LOCK','en','Click the lock to make changes.','2012-03-28') ,
( 'LABEL','ID_CLICK_UNLOCK','en','Click the lock to prevent further changes.','2012-03-28') ;
INSERT INTO ISO_LOCATION (IC_UID,IL_UID,IL_NAME,IL_NORMAL_NAME,IS_UID) VALUES
('AD','','',' ','') ,