Updating .po and .sql files release 2.8-RC2 2014-10-20 18:15
This commit is contained in:
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ProcessMaker 2.8.0\n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2014-10-20 16:34:34\n"
|
||||
"PO-Revision-Date: 2014-10-20 18:13:40\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Colosa Developers Team <developers@colosa.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -17461,6 +17461,12 @@ msgstr "The current browser is not supported, please use a different browser. Mi
|
||||
msgid "The are no tables to export."
|
||||
msgstr "The are no tables to export."
|
||||
|
||||
# TRANSLATION
|
||||
# LABEL/ID_SUPPORT
|
||||
#: LABEL/ID_SUPPORT
|
||||
msgid "Support"
|
||||
msgstr "Support"
|
||||
|
||||
# additionalTables/additionalTablesData.xml?ADD_TAB_NAME
|
||||
# additionalTables/additionalTablesData.xml
|
||||
#: text - ADD_TAB_NAME
|
||||
|
||||
@@ -1465,7 +1465,6 @@ class adminProxy extends HttpProxyController
|
||||
$process = array();
|
||||
while ($rs->next()) {
|
||||
$row = $rs->getRow();
|
||||
G::pr($row);
|
||||
$process[$row['PRO_STATUS']] = $row['NUMBER_PROCESS'];
|
||||
}
|
||||
$params["process"] = $process;
|
||||
@@ -1473,7 +1472,7 @@ class adminProxy extends HttpProxyController
|
||||
//Country/city (Timezone)
|
||||
$params["Timezone"] = (defined('TIME_ZONE') && TIME_ZONE != "Unknown") ? TIME_ZONE : date_default_timezone_get();
|
||||
|
||||
$support = PATH_DATA_SITE . 'support.txt';
|
||||
$support = PATH_DATA_SITE . SYS_SYS . '-' . date('YmdHis') . '.spm';
|
||||
file_put_contents($support, serialize($params));
|
||||
G::streamFile($support, true);
|
||||
G::rm_dir($support);
|
||||
|
||||
@@ -7277,6 +7277,8 @@ SELECT 'LABEL','ID_GENERATE_INFO_SUPPORT','en','It will be generated a file with
|
||||
SELECT 'LABEL','ID_CURRENT_BROWSER_NOT_SUPPORTED','en','The current browser is not supported, please use a different browser. Miminum system requirements Internet Explorer 8, Chrome 26, Firefox 20','2014-10-20'
|
||||
UNION ALL
|
||||
SELECT 'LABEL','ID_PMTABLES_CANT_EXPORT','en','The are no tables to export.','2014-10-20'
|
||||
UNION ALL
|
||||
SELECT 'LABEL','ID_SUPPORT','en','Support','2014-10-20'
|
||||
;
|
||||
|
||||
INSERT INTO ISO_LOCATION ([IC_UID],[IL_UID],[IL_NAME],[IL_NORMAL_NAME],[IS_UID])
|
||||
|
||||
@@ -4369,7 +4369,8 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
|
||||
( 'LABEL','ID_MCRYPT_SUPPORT','en','Mcrypt Support','2014-10-17') ,
|
||||
( 'LABEL','ID_GENERATE_INFO_SUPPORT','en','It will be generated a file with information related to your System, this will help the support team to provide a better support to those issues that may appear','2014-10-20') ,
|
||||
( 'LABEL','ID_CURRENT_BROWSER_NOT_SUPPORTED','en','The current browser is not supported, please use a different browser. Miminum system requirements Internet Explorer 8, Chrome 26, Firefox 20','2014-10-20') ,
|
||||
( 'LABEL','ID_PMTABLES_CANT_EXPORT','en','The are no tables to export.','2014-10-20') ;
|
||||
( 'LABEL','ID_PMTABLES_CANT_EXPORT','en','The are no tables to export.','2014-10-20') ,
|
||||
( 'LABEL','ID_SUPPORT','en','Support','2014-10-20') ;
|
||||
|
||||
INSERT INTO ISO_LOCATION (IC_UID,IL_UID,IL_NAME,IL_NORMAL_NAME,IS_UID) VALUES
|
||||
('AD','','',' ','') ,
|
||||
|
||||
Reference in New Issue
Block a user