BUG 0000 Updating Transtalions Base Language

This commit is contained in:
Erik Amaru Ortiz
2012-03-08 18:36:13 -04:00
parent 77bcf6373f
commit b77305f488
3 changed files with 50 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: ProcessMaker (Branch 2.0-experimental) 2.0-testing.13-15-g8404fa6\n"
"Project-Id-Version: ProcessMaker (Branch 2.0-experimental) 2.0-testing.13-45-g77bcf63\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2012-03-05 16:31:00\n"
"PO-Revision-Date: 2012-03-08 18:34:19\n"
"Last-Translator: \n"
"Language-Team: Colosa Developers Team <developers@colosa.com>\n"
"MIME-Version: 1.0\n"
@@ -11863,6 +11863,36 @@ msgstr "Templates"
msgid "Public"
msgstr "Public"
# TRANSLATION
# LABEL/ID_DELETE_INPUTDOCUMENT_CONFIRM
#: LABEL/ID_DELETE_INPUTDOCUMENT_CONFIRM
msgid "To the deselecting the item will be deleted the Day of the Work hours list. Do you want continue?"
msgstr "To the deselecting the item will be deleted the Day of the Work hours list. Do you want continue?"
# TRANSLATION
# JAVASCRIPT/ID_SUBJECT_FIELD_REQUIRED
#: JAVASCRIPT/ID_SUBJECT_FIELD_REQUIRED
msgid "Subject Field is required."
msgstr "Subject Field is required."
# TRANSLATION
# JAVASCRIPT/ID_MESSAGE_FIELD_REQUIRED
#: JAVASCRIPT/ID_MESSAGE_FIELD_REQUIRED
msgid "Message Field is required."
msgstr "Message Field is required."
# TRANSLATION
# JAVASCRIPT/ID_TEMPLATE_FIELD_REQUIRED
#: JAVASCRIPT/ID_TEMPLATE_FIELD_REQUIRED
msgid "Template Field is required."
msgstr "Template Field is required."
# TRANSLATION
# LABEL/ID_ADMINS_CANT_USE_UXS
#: LABEL/ID_ADMINS_CANT_USE_UXS
msgid "Administrators users cannot use this User Experience."
msgstr "Administrators users cannot use this User Experience."
# additionalTables/additionalTablesData.xml?ADD_TAB_NAME
# additionalTables/additionalTablesData.xml
#: text - ADD_TAB_NAME
@@ -21253,7 +21283,7 @@ msgstr "Error"
# login/showMessage.xml?MESSAGE
# login/showMessage.xml
#: caption - MESSAGE
#: text - MESSAGE
msgid "[login/showMessage.xml?MESSAGE] "
msgstr ""
@@ -28531,7 +28561,7 @@ msgstr "CASE TRACKER"
# tracker/login.xml?CASE
# tracker/login.xml
#: text - CASE
#: Text - CASE
msgid "Case Code"
msgstr "Case Code"

View File

@@ -5382,6 +5382,16 @@ SELECT 'LABEL','ID_USER_EXPERIENCE','en','User Experience','2012-02-02'
SELECT 'LABEL','ID_TEMPLATES','en','Templates','2012-02-02'
UNION ALL
SELECT 'LABEL','ID_PUBLIC','en','Public','2012-02-02'
UNION ALL
SELECT 'LABEL','ID_DELETE_INPUTDOCUMENT_CONFIRM','en','To the deselecting the item will be deleted the Day of the Work hours list. Do you want continue?','2012-02-02'
UNION ALL
SELECT 'JAVASCRIPT','ID_SUBJECT_FIELD_REQUIRED','en','Subject Field is required.','2012-02-02'
UNION ALL
SELECT 'JAVASCRIPT','ID_MESSAGE_FIELD_REQUIRED','en','Message Field is required.','2012-02-02'
UNION ALL
SELECT 'JAVASCRIPT','ID_TEMPLATE_FIELD_REQUIRED','en','Template Field is required.','2012-02-02'
UNION ALL
SELECT 'LABEL','ID_ADMINS_CANT_USE_UXS','en','Administrators users cannot use this User Experience.','2012-02-02'
;
INSERT INTO ISO_LOCATION ([IC_UID],[IL_UID],[IL_NAME],[IL_NORMAL_NAME],[IS_UID])

View File

@@ -3408,7 +3408,12 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_SWITCH_INTERFACE','en','Switch Interface','2012-02-02') ,
( 'LABEL','ID_USER_EXPERIENCE','en','User Experience','2012-02-02') ,
( 'LABEL','ID_TEMPLATES','en','Templates','2012-02-02') ,
( 'LABEL','ID_PUBLIC','en','Public','2012-02-02') ;
( 'LABEL','ID_PUBLIC','en','Public','2012-02-02') ,
( 'LABEL','ID_DELETE_INPUTDOCUMENT_CONFIRM','en','To the deselecting the item will be deleted the Day of the Work hours list. Do you want continue?','2012-02-02') ,
( 'JAVASCRIPT','ID_SUBJECT_FIELD_REQUIRED','en','Subject Field is required.','2012-02-02') ,
( 'JAVASCRIPT','ID_MESSAGE_FIELD_REQUIRED','en','Message Field is required.','2012-02-02') ,
( 'JAVASCRIPT','ID_TEMPLATE_FIELD_REQUIRED','en','Template Field is required.','2012-02-02') ,
( 'LABEL','ID_ADMINS_CANT_USE_UXS','en','Administrators users cannot use this User Experience.','2012-02-02') ;
INSERT INTO ISO_LOCATION (IC_UID,IL_UID,IL_NAME,IL_NORMAL_NAME,IS_UID) VALUES
('AD','','',' ','') ,