diff --git a/composer.json b/composer.json
index b835decff..6c2931319 100644
--- a/composer.json
+++ b/composer.json
@@ -45,7 +45,9 @@
"pear/console_getopt": "1.4.*",
"TYPO3/class-alias-loader": "^1.0",
"ralouphie/getallheaders": "^2.0",
- "smarty/smarty": "2.6.30"
+ "smarty/smarty": "2.6.30",
+ "pdepend/pdepend" : "@stable",
+ "chumper/zipper" : "^1.0"
},
"require-dev": {
"fzaninotto/faker": "^1.7",
diff --git a/composer.lock b/composer.lock
index afbf635f3..fb1946655 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1,10 +1,10 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "f3bce83c3f2a3d02dfff261dd88a5072",
+ "content-hash": "0a979177bf17fe938d96211e6a03cc21",
"packages": [
{
"name": "bshaffer/oauth2-server-php",
@@ -29,7 +29,7 @@
"OAuth2": "src/"
}
},
- "notification-url": "https://packagist.org/downloads/",
+ "notification-url": "http://packagist.org/downloads/",
"license": [
"MIT"
],
@@ -49,6 +49,66 @@
],
"time": "2013-08-12T16:35:58+00:00"
},
+ {
+ "name": "chumper/zipper",
+ "version": "v1.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Chumper/Zipper.git",
+ "reference": "6a1733c34d67c3952b8439afb36ad4ea5c3ceacb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Chumper/Zipper/zipball/6a1733c34d67c3952b8439afb36ad4ea5c3ceacb",
+ "reference": "6a1733c34d67c3952b8439afb36ad4ea5c3ceacb",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/filesystem": "^5.0",
+ "illuminate/support": "^5.0",
+ "php": ">=5.6.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "^0.9.4",
+ "phpunit/phpunit": "^5.7"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Chumper\\Zipper\\ZipperServiceProvider"
+ ],
+ "aliases": {
+ "Zipper": "Chumper\\Zipper\\Zipper"
+ }
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Chumper\\Zipper\\": "src/Chumper/Zipper"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "Apache2"
+ ],
+ "authors": [
+ {
+ "name": "Nils Plaschke",
+ "email": "github@nilsplaschke.de",
+ "homepage": "http://nilsplaschke.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "This is a little neat helper for the ZipArchive methods with handy functions",
+ "homepage": "http://github.com/Chumper/zipper",
+ "keywords": [
+ "archive",
+ "laravel",
+ "zip"
+ ],
+ "time": "2017-07-17T08:05:10+00:00"
+ },
{
"name": "colosa/MichelangeloFE",
"version": "dev-release/3.2.4",
@@ -334,7 +394,7 @@
"src/"
]
},
- "notification-url": "https://packagist.org/downloads/",
+ "notification-url": "http://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
@@ -681,7 +741,7 @@
"rest",
"server"
],
- "time": "2018-03-16T05:08:02+00:00"
+ "time": "2017-01-11T03:42:36+00:00"
},
{
"name": "monolog/monolog",
@@ -901,6 +961,46 @@
],
"time": "2018-04-04T21:24:14+00:00"
},
+ {
+ "name": "pdepend/pdepend",
+ "version": "2.5.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/pdepend/pdepend.git",
+ "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
+ "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.7",
+ "symfony/config": "^2.3.0|^3|^4",
+ "symfony/dependency-injection": "^2.3.0|^3|^4",
+ "symfony/filesystem": "^2.3.0|^3|^4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8|^5.7",
+ "squizlabs/php_codesniffer": "^2.0.0"
+ },
+ "bin": [
+ "src/bin/pdepend"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "PDepend\\": "src/main/php/PDepend"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "Official version of pdepend to be handled with Composer",
+ "time": "2017-12-13T13:21:38+00:00"
+ },
{
"name": "pear/archive_tar",
"version": "1.4.3",
@@ -1166,6 +1266,55 @@
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"time": "2013-02-21T11:44:28+00:00"
},
+ {
+ "name": "psr/container",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/container.git",
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Container\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
+ }
+ ],
+ "description": "Common Container Interface (PHP FIG PSR-11)",
+ "homepage": "https://github.com/php-fig/container",
+ "keywords": [
+ "PSR-11",
+ "container",
+ "container-interface",
+ "container-interop",
+ "psr"
+ ],
+ "time": "2017-02-14T16:28:37+00:00"
+ },
{
"name": "psr/log",
"version": "1.0.0",
@@ -1429,6 +1578,69 @@
],
"time": "2018-01-23T07:37:21+00:00"
},
+ {
+ "name": "symfony/config",
+ "version": "v3.4.9",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/config.git",
+ "reference": "7c2a9d44f4433863e9bca682e7f03609234657f9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/config/zipball/7c2a9d44f4433863e9bca682e7f03609234657f9",
+ "reference": "7c2a9d44f4433863e9bca682e7f03609234657f9",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.5.9|>=7.0.8",
+ "symfony/filesystem": "~2.8|~3.0|~4.0"
+ },
+ "conflict": {
+ "symfony/dependency-injection": "<3.3",
+ "symfony/finder": "<3.3"
+ },
+ "require-dev": {
+ "symfony/dependency-injection": "~3.3|~4.0",
+ "symfony/event-dispatcher": "~3.3|~4.0",
+ "symfony/finder": "~3.3|~4.0",
+ "symfony/yaml": "~3.0|~4.0"
+ },
+ "suggest": {
+ "symfony/yaml": "To use the yaml reference dumper"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Config\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony Config Component",
+ "homepage": "https://symfony.com",
+ "time": "2018-03-19T22:32:39+00:00"
+ },
{
"name": "symfony/console",
"version": "v3.4.9",
@@ -1535,7 +1747,7 @@
],
"authors": [
{
- "name": "Jean-François Simon",
+ "name": "Jean-Fran?ois Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
@@ -1607,6 +1819,77 @@
"homepage": "https://symfony.com",
"time": "2018-04-30T16:53:52+00:00"
},
+ {
+ "name": "symfony/dependency-injection",
+ "version": "v3.4.9",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/dependency-injection.git",
+ "reference": "54ff9d78b56429f9a1ac12e60bfb6d169c0468e3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/54ff9d78b56429f9a1ac12e60bfb6d169c0468e3",
+ "reference": "54ff9d78b56429f9a1ac12e60bfb6d169c0468e3",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.5.9|>=7.0.8",
+ "psr/container": "^1.0"
+ },
+ "conflict": {
+ "symfony/config": "<3.3.7",
+ "symfony/finder": "<3.3",
+ "symfony/proxy-manager-bridge": "<3.4",
+ "symfony/yaml": "<3.4"
+ },
+ "provide": {
+ "psr/container-implementation": "1.0"
+ },
+ "require-dev": {
+ "symfony/config": "~3.3|~4.0",
+ "symfony/expression-language": "~2.8|~3.0|~4.0",
+ "symfony/yaml": "~3.4|~4.0"
+ },
+ "suggest": {
+ "symfony/config": "",
+ "symfony/expression-language": "For using expressions in service container configuration",
+ "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
+ "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
+ "symfony/yaml": ""
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\DependencyInjection\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony DependencyInjection Component",
+ "homepage": "https://symfony.com",
+ "time": "2018-04-29T14:04:08+00:00"
+ },
{
"name": "symfony/event-dispatcher",
"version": "v3.4.9",
@@ -1670,6 +1953,55 @@
"homepage": "https://symfony.com",
"time": "2018-04-06T07:35:25+00:00"
},
+ {
+ "name": "symfony/filesystem",
+ "version": "v3.4.9",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/filesystem.git",
+ "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/253a4490b528597aa14d2bf5aeded6f5e5e4a541",
+ "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.5.9|>=7.0.8"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Filesystem\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony Filesystem Component",
+ "homepage": "https://symfony.com",
+ "time": "2018-02-22T10:48:49+00:00"
+ },
{
"name": "symfony/finder",
"version": "v3.4.9",
@@ -3249,7 +3581,7 @@
"Guzzle": "src/"
}
},
- "notification-url": "https://packagist.org/downloads/",
+ "notification-url": "http://packagist.org/downloads/",
"license": [
"MIT"
],
@@ -3521,7 +3853,7 @@
"homepage": "https://nette.org/contributors"
}
],
- "description": "⏱ Nette Caching: library with easy-to-use API and many cache backends.",
+ "description": "? Nette Caching: library with easy-to-use API and many cache backends.",
"homepage": "https://nette.org",
"keywords": [
"cache",
@@ -3714,7 +4046,7 @@
"homepage": "https://nette.org/contributors"
}
],
- "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
+ "description": "? Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"homepage": "https://nette.org",
"keywords": [
"array",
@@ -4386,55 +4718,6 @@
],
"time": "2017-06-30T09:13:00+00:00"
},
- {
- "name": "psr/container",
- "version": "1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/container.git",
- "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
- "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Container\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common Container Interface (PHP FIG PSR-11)",
- "homepage": "https://github.com/php-fig/container",
- "keywords": [
- "PSR-11",
- "container",
- "container-interface",
- "container-interop",
- "psr"
- ],
- "time": "2017-02-14T16:28:37+00:00"
- },
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.1",
@@ -5055,189 +5338,6 @@
"homepage": "https://symfony.com",
"time": "2018-01-03T07:37:34+00:00"
},
- {
- "name": "symfony/config",
- "version": "v3.4.9",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/config.git",
- "reference": "7c2a9d44f4433863e9bca682e7f03609234657f9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/7c2a9d44f4433863e9bca682e7f03609234657f9",
- "reference": "7c2a9d44f4433863e9bca682e7f03609234657f9",
- "shasum": ""
- },
- "require": {
- "php": "^5.5.9|>=7.0.8",
- "symfony/filesystem": "~2.8|~3.0|~4.0"
- },
- "conflict": {
- "symfony/dependency-injection": "<3.3",
- "symfony/finder": "<3.3"
- },
- "require-dev": {
- "symfony/dependency-injection": "~3.3|~4.0",
- "symfony/event-dispatcher": "~3.3|~4.0",
- "symfony/finder": "~3.3|~4.0",
- "symfony/yaml": "~3.0|~4.0"
- },
- "suggest": {
- "symfony/yaml": "To use the yaml reference dumper"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Config\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Config Component",
- "homepage": "https://symfony.com",
- "time": "2018-03-19T22:32:39+00:00"
- },
- {
- "name": "symfony/dependency-injection",
- "version": "v3.4.9",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/dependency-injection.git",
- "reference": "54ff9d78b56429f9a1ac12e60bfb6d169c0468e3"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/54ff9d78b56429f9a1ac12e60bfb6d169c0468e3",
- "reference": "54ff9d78b56429f9a1ac12e60bfb6d169c0468e3",
- "shasum": ""
- },
- "require": {
- "php": "^5.5.9|>=7.0.8",
- "psr/container": "^1.0"
- },
- "conflict": {
- "symfony/config": "<3.3.7",
- "symfony/finder": "<3.3",
- "symfony/proxy-manager-bridge": "<3.4",
- "symfony/yaml": "<3.4"
- },
- "provide": {
- "psr/container-implementation": "1.0"
- },
- "require-dev": {
- "symfony/config": "~3.3|~4.0",
- "symfony/expression-language": "~2.8|~3.0|~4.0",
- "symfony/yaml": "~3.4|~4.0"
- },
- "suggest": {
- "symfony/config": "",
- "symfony/expression-language": "For using expressions in service container configuration",
- "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
- "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
- "symfony/yaml": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\DependencyInjection\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony DependencyInjection Component",
- "homepage": "https://symfony.com",
- "time": "2018-04-29T14:04:08+00:00"
- },
- {
- "name": "symfony/filesystem",
- "version": "v3.4.9",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/filesystem.git",
- "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/253a4490b528597aa14d2bf5aeded6f5e5e4a541",
- "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541",
- "shasum": ""
- },
- "require": {
- "php": "^5.5.9|>=7.0.8"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Filesystem\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Filesystem Component",
- "homepage": "https://symfony.com",
- "time": "2018-02-22T10:48:49+00:00"
- },
{
"name": "symfony/options-resolver",
"version": "v3.4.9",
@@ -5508,7 +5608,8 @@
"colosa/pmui": 20,
"colosa/michelangelofe": 20,
"colosa/pmdynaform": 20,
- "geshi/geshi": 20
+ "geshi/geshi": 20,
+ "pdepend/pdepend": 0
},
"prefer-stable": true,
"prefer-lowest": false,
diff --git a/gulliver/js/ext/min/ext-all.js b/gulliver/js/ext/min/ext-all.js
index 30f7b1123..fc8d2523c 100644
--- a/gulliver/js/ext/min/ext-all.js
+++ b/gulliver/js/ext/min/ext-all.js
@@ -71,6 +71,9 @@ function setExtStateManagerSetProvider(cache,additionalPrefix){var workspace='ws
if(pathname.length>1){workspace=pathname[1].replace('sys','');}
workspace=workspace+additionalPrefix;cookieProvider.on('statechange',function(provider,key,value){if(value!==null&&JSON.stringify(Ext.state.Manager.get(workspace+cache))!==JSON.stringify(value)){Ext.state.Manager.set(workspace+cache,value);}});Ext.state.Manager.setProvider(cookieProvider);Ext.state.Manager.clear(cache);try{if(window.extJsViewState!==undefined){for(i in extJsViewState){Ext.state.Manager.clear(i);}
Ext.state.Manager.set(cache,Ext.state.Manager.getProvider().decodeValue(extJsViewState[workspace+cache]));}}catch(e){}}
+function downloadFile(method,url,headers,formData,callBack){var xhr,win=window,value='blob',loadingFile=new Ext.LoadMask(Ext.getBody(),{msg:_('ID_LOADING')});method=method||'POST';loadingFile.show();if(win.XMLHttpRequest){xhr=new XMLHttpRequest();}else if(win.ActiveXObject){xhr=new ActiveXObject('Microsoft.XMLHTTP');}
+win.URL=win.URL||win.webkitURL;xhr.open(method,url,true);xhr.responseType=value;Object.keys(headers).forEach(function(key){xhr.setRequestHeader(key,headers[key]);});xhr.onload=function(e){loadingFile.hide();if(xhr.status===200){if(xhr.getResponseHeader("Content-Disposition")!==null){var fileName=xhr.getResponseHeader("Content-Disposition").match(/\sfilename="([^"]+)"(\s|$)/)[1];var blob=xhr.response;if((navigator.userAgent.indexOf("MSIE")!==-1)||(navigator.userAgent.indexOf("Trident")!==-1)||(navigator.userAgent.indexOf("Edge")!==-1)){win.navigator.msSaveBlob(blob,fileName);}else{var doc=win.document,a=doc.createElementNS('http://www.w3.org/1999/xhtml','a'),event=doc.createEvent('MouseEvents');event.initMouseEvent('click',true,false,win,0,0,0,0,0,false,false,false,false,0,null);a.href=win.URL.createObjectURL(blob);a.download=fileName;a.dispatchEvent(event);}
+if(typeof(callBack)!=='undefined'){callBack(xhr);}}else{PMExt.error(_('ID_ERROR'),_('ID_UNEXPECTED_ERROR_OCCURRED_PLEASE'));}}else{PMExt.error(_('ID_ERROR'),xhr.statusText);}};xhr.send(formData);}
Ext.namespace("Ext.ux.plugin");Ext.onReady(function(){var a=Ext.util.CSS;if(a){a.getRule(".x-hide-nosize")||a.createStyleSheet(".x-hide-nosize{height:0px!important;width:0px!important;border:none!important;zoom:1;}.x-hide-nosize * {height:0px!important;width:0px!important;border:none!important;zoom:1;}");a.refreshCache()}});(function(){var g=Ext.Element,b=Ext.lib.Anim,a=g.prototype;var f="visibility",d="display",c="hidden",i="none";var e={};e.El={setDisplayed:function(k){var j=this;j.visibilityCls?(j[k!==false?"removeClass":"addClass"](j.visibilityCls)):a.setDisplayed.call(j,k);return j},isDisplayed:function(){return!(this.hasClass(this.visibilityCls)||this.isStyle(d,i))},fixDisplay:function(){var j=this;a.fixDisplay.call(j);j.visibilityCls&&j.removeClass(j.visibilityCls)},isVisible:function(k){var l=this.visible||(!this.isStyle(f,c)&&(this.visibilityCls?!this.hasClass(this.visibilityCls):!this.isStyle(d,i)));if(k!==true||!l){return l}var m=this.dom.parentNode,j=/^body/i;while(m&&!j.test(m.tagName)){if(!Ext.fly(m,"_isVisible").isVisible()){return false}m=m.parentNode}return true},isStyle:a.isStyle||function(j,k){return this.getStyle(j)==k}};Ext.override(g.Flyweight,e.El);Ext.ux.plugin.VisibilityMode=function(k){Ext.apply(this,k||{});var j=Ext.util.CSS;if(j&&!Ext.isIE&&this.fixMaximizedWindow!==false&&!Ext.ux.plugin.VisibilityMode.MaxWinFixed){j.updateRule(".x-window-maximized-ct","overflow","");Ext.ux.plugin.VisibilityMode.MaxWinFixed=true}};Ext.extend(Ext.ux.plugin.VisibilityMode,Object,{bubble:true,fixMaximizedWindow:true,elements:null,visibilityCls:"x-hide-nosize",hideMode:"nosize",ptype:"uxvismode",init:function(n){var k=this.hideMode||n.hideMode,m=this,j=Ext.Container.prototype.bubble,l=function(){var q=[this.collapseEl,this.actionMode].concat(m.elements||[]);Ext.each(q,function(r){m.extend(this[r]||r)},this);var p={visFixed:true,animCollapse:false,animFloat:false,hideMode:k,defaults:this.defaults||{}};p.defaults.hideMode=k;Ext.apply(this,p);Ext.apply(this.initialConfig||{},p)};n.on("render",function(){if(m.bubble!==false&&this.ownerCt){j.call(this.ownerCt,function(){this.visFixed||this.on("afterlayout",l,this,{single:true})})}l.call(this)},n,{single:true})},extend:function(j,k){j&&Ext.each([].concat(j),function(l){if(l&&l.dom){if("visibilityCls"in l){return}Ext.apply(l,e.El);l.visibilityCls=k||this.visibilityCls}},this);return this}});Ext.preg&&Ext.preg("uxvismode",Ext.ux.plugin.VisibilityMode);Ext.provide&&Ext.provide("uxvismode")})();(function(){var J=Ext.Element,n,u=Ext.lib.Dom,al=Ext.lib.Anim,m=Ext.EventManager,aj=Ext.lib.Event,an=document,t=function(){},ap=Object.prototype,aA=ap.toString,B=/^body/i,q="[object HTMLDocument]";if(!Ext.elCache||parseInt(Ext.version.replace(/\./g,""),10)<311){alert("Ext Release "+Ext.version+" is not supported")}Ext._documents={};Ext._documents[Ext.id(document,"_doc")]=Ext.elCache;var T=u.resolveDocumentCache=function(E,aF){Ext._documents[Ext.id(document,"_doc")]=Ext.elCache;var aE=e(E),aG=Ext.isDocument(aE)?Ext.id(aE):aF,A=Ext._documents[aG]||null;return A||(aG?Ext._documents[aG]={}:null)},aD=u.clearDocumentCache=function(A){delete Ext._documents[A]};J.addMethods||(J.addMethods=function(A){Ext.apply(J.prototype,A||{})});Ext.removeNode=function(aH){var aG=aH?aH.dom||aH:null,aE,aF,A=T(aG),E;if(aG&&(aF=A[aG.id])&&(aE=aF.el)){if(aE.dom){Ext.enableNestedListenerRemoval?m.purgeElement(aE.dom,true):m.removeAll(aE.dom)}delete A[aG.id];delete aE.dom;delete aE._context;aE=null}if(aG&&!aG.navigator&&!Ext.isDocument(aG)&&!B.test(aG.tagName)){(E=aG.parentElement||aG.parentNode)&&E.removeChild(aG)}aG=E=null};var f=function(aI,aG){var aH=typeof aI==="function"?aI:function aF(){};var aE=aH._ovl;if(!aE){aE={base:aH};aE[aH.length||0]=aH;aH=function aF(){var aL=arguments.callee._ovl;var aK=aL[arguments.length]||aL.base;return aK&&aK!=arguments.callee?aK.apply(this,arguments):undefined}}var aJ=[].concat(aG);for(var E=0,A=aJ.length;EA||aQaI){aN.scrollTop=aO-A}}aN.scrollTop=aN.scrollTop;if(aH!==false){if(aG.offsetWidth>aN.clientWidth||aJaL){aN.scrollLeft=E-aN.clientWidth}}aN.scrollLeft=aN.scrollLeft}return this},contains:function(A){try{return!A?false:u.isAncestor(this.dom,A.dom?A.dom:A)}catch(E){return false}},getScroll:function(){var aI=this.dom,aH=this.getDocument(),A=aH.body,aE=aH.documentElement,E,aG,aF;if(Ext.isDocument(aI)||aI==A){if(Ext.isIE&&u.docIsStrict(aH)){E=aE.scrollLeft;aG=aE.scrollTop}else{E=window.pageXOffset;aG=window.pageYOffset}aF={left:E||(A?A.scrollLeft:0),top:aG||(A?A.scrollTop:0)}}else{aF={left:aI.scrollLeft,top:aI.scrollTop}}return aF},getStyle:function(){var A=at&&at.getComputedStyle?function E(aL){var aI=!this._isDoc?this.dom:null,aE,aH,aF,aJ,aK=Ext.isWebKit,aJ,aG;if(!aI||!aI.style){return null}aG=aI.style;aL=aq(aL);aH=at.getComputedStyle(aI,null);aF=(aH)?aH[aL]:null;if(aK){if(aF&&ay.test(aL)&&aG.position!="absolute"&&aF!="0px"){aJ=aG.display;aG.display="inline-block";aF=at.getComputedStyle(aI,null)[aL];aG.display=aJ}else{if(aF=="rgba(0, 0, 0, 0)"){aF="transparent"}}}return aF||aG[aL]}:function E(aJ){var aH=!this._isDoc?this.dom:null,aE,aG,aF;if(!aH||!aH.style){return null}aF=aH.style;if(aJ==Y){if(aF.filter.match){if(aE=aF.filter.match(i)){var aI=parseFloat(aE[1]);if(!isNaN(aI)){return aI?aI/100:0}}}return 1}aJ=aq(aJ);return((aG=aH.currentStyle)?aG[aJ]:null)||aH.style[aJ]};var E=null;return A}(),setStyle:function(aF,aE){if(this._isDoc||Ext.isDocument(this.dom)){return this}var A,E;if(typeof aF!="object"){A={};A[aF]=aE;aF=A}for(E in aF){if(aF.hasOwnProperty(E)){aE=aF[E];E==Y?this.setOpacity(aE):this.dom.style[aq(E)]=aE}}return this},center:function(A){return this.alignTo(A||this.getDocument(),"c-c")},mask:function(E,aH){var aJ=this,aF=aJ.dom,aI=Ext.DomHelper,aG="ext-el-mask-msg",A,aK;if(aJ.getStyle("position")=="static"){aJ.addClass(F)}if((A=I(aF,"maskMsg"))){A.remove()}if((A=I(aF,"mask"))){A.remove()}aK=aI.append(aF,{cls:"ext-el-mask"},true);I(aF,"mask",aK);aJ.addClass(O);aK.setDisplayed(true);if(typeof E=="string"){var aE=aI.append(aF,{cls:aG,cn:{tag:"div"}},true);I(aF,"maskMsg",aE);aE.dom.className=aH?aG+" "+aH:aG;aE.dom.firstChild.innerHTML=E;aE.setDisplayed(true);aE.center(aJ)}if(Ext.isIE&&!(Ext.isIE7&&Ext.isStrict)&&aJ.getStyle("height")=="auto"){aK.setSize(undefined,aJ.getHeight())}return aK},unmask:function(){var aE=this,aF=aE.dom,A=I(aF,"mask"),E=I(aF,"maskMsg");if(A){if(E){E.remove();I(aF,"maskMsg",undefined)}A.remove();I(aF,"mask",undefined)}aE.removeClass([O,F])},isMasked:function(){var A=I(this.dom,"mask");return A&&A.isVisible()},getCenterXY:function(){return this.getAlignToXY(this.getDocument(),"c-c")},getAnchorXY:function(aG,aL,aQ){aG=(aG||"tl").toLowerCase();aQ=aQ||{};var aK=this,aN=this.getDocument(),E=aK.dom==aN.body||aK.dom==aN,aO=aQ.width||E?u.getViewWidth(false,aN):aK.getWidth(),aI=aQ.height||E?u.getViewHeight(false,aN):aK.getHeight(),aP,A=Math.round,aE=aK.getXY(),aM=aK.getScroll(),aJ=E?aM.left:!aL?aE[0]:0,aH=E?aM.top:!aL?aE[1]:0,aF={c:[A(aO*0.5),A(aI*0.5)],t:[A(aO*0.5),0],l:[0,A(aI*0.5)],r:[aO,A(aI*0.5)],b:[A(aO*0.5),aI],tl:[0,0],bl:[0,aI],br:[aO,aI],tr:[aO,0]};aP=aF[aG];return[aP[0]+aJ,aP[1]+aH]},anchorTo:function(E,aH,aE,A,aJ,aK){var aI=this,aG=aI.dom;function aF(){ai(aG).alignTo(E,aH,aE,A);Ext.callback(aK,ai(aG))}Ext.EventManager.onWindowResize(aF,aI);if(!Ext.isEmpty(aJ)){Ext.EventManager.on(window,"scroll",aF,aI,{buffer:!isNaN(aJ)?aJ:50})}aF.call(aI);return aI},getScroll:function(){var aI=this.dom,aH=this.getDocument(),A=aH.body,aE=aH.documentElement,E,aG,aF;if(aI==aH||aI==A){if(Ext.isIE&&u.docIsStrict(aH)){E=aE.scrollLeft;aG=aE.scrollTop}else{E=window.pageXOffset;aG=window.pageYOffset}aF={left:E||(A?A.scrollLeft:0),top:aG||(A?A.scrollTop:0)}}else{aF={left:aI.scrollLeft,top:aI.scrollTop}}return aF},getAlignToXY:function(aF,aR,aS){var a6;aF=Ext.get(aF,a6=this.getDocument());if(!aF||!aF.dom){throw"Element.getAlignToXY with an element that doesn't exist"}aS=aS||[0,0];aR=(aR=="?"?"tl-bl?":(!/-/.test(aR)&&aR!=""?"tl-"+aR:aR||"tl-bl")).toLowerCase();var a3=this,aY=a3.dom,a5,a4,aK,aJ,aM,aW,aP,aN=u.getViewWidth(false,a6)-10,aX=u.getViewHeight(false,a6)-10,E,aG,aH,aI,aO,aQ,a0=a6.documentElement,aL=a6.body,aV=(a0.scrollLeft||aL.scrollLeft||0)+5,aU=(a0.scrollTop||aL.scrollTop||0)+5,aZ=false,aE="",A="",aT=aR.match(/^([a-z]+)-([a-z]+)(\?)?$/);if(!aT){throw"Element.getAlignToXY with an invalid alignment "+aR}aE=aT[1];A=aT[2];aZ=!!aT[3];a5=a3.getAnchorXY(aE,true);a4=aF.getAnchorXY(A,false);aK=a4[0]-a5[0]+aS[0];aJ=a4[1]-a5[1]+aS[1];if(aZ){aM=a3.getWidth();aW=a3.getHeight();aP=aF.getRegion();E=aE.charAt(0);aG=aE.charAt(aE.length-1);aH=A.charAt(0);aI=A.charAt(A.length-1);aO=((E=="t"&&aH=="b")||(E=="b"&&aH=="t"));aQ=((aG=="r"&&aI=="l")||(aG=="l"&&aI=="r"));if(aK+aM>aN+aV){aK=aQ?aP.left-aM:aN+aV-aM}if(aKaX+aU){aJ=aO?aP.top-aW:aX+aU-aW}if(aJaU){x=aU-w;aO=true}if((y+h)>aM){y=aM-h;aO=true}if(x)((\n|\r|.)*?)(?:<\/script>)/gi,update:function(content,loadScripts,callback,scope){loadScripts=loadScripts||this.getUpdater().loadScripts||false;content=Ext.DomHelper.markup(content||"");content=loadScripts===true?content:content.replace(this.scriptRE,"");var doc;if((doc=this.getFrameDocument())&&!!content.length){this._unHook();this.src=null;this.showMask();Ext.isFunction(callback)&&this._observable.addListener("_docload",callback,scope||this,{single:true});this._targetURI=location.href;doc.open();this._frameAction=true;doc.write(content);doc.close();this.checkDOM()}else{this.hideMask(true);Ext.isFunction(callback)&&callback.call(scope,this)}return this},execCommand:function(command,userInterface,value,validate){var doc,assert;if((doc=this.getFrameDocument())&&!!command){try{Ext.isIE&&this.getWindow().focus();assert=validate&&Ext.isFunction(doc.queryCommandEnabled)?doc.queryCommandEnabled(command):true;return assert&&doc.execCommand(command,!!userInterface,value)}catch(eex){return false}}return false},setDesignMode:function(active){var doc;(doc=this.getFrameDocument())&&(doc.designMode=(/on|true/i).test(String(active))?"on":"off")},getUpdater:function(){return this.updateManager||(this.updateManager=new MIF.Updater(this))},getHistory:function(){var h=null;try{h=this.getWindow().history}catch(eh){}return h},get:function(el){var doc=this.getFrameDocument();return doc?Ext.get(el,doc):doc=null},fly:function(el,named){var doc=this.getFrameDocument();return doc?Ext.fly(el,named,doc):null},getDom:function(el){var d;if(!el||!(d=this.getFrameDocument())){return(d=null)}return Ext.getDom(el,d)},select:function(selector,unique){var d;return(d=this.getFrameDocument())?Ext.Element.select(selector,unique,d):d=null},query:function(selector){var d;return(d=this.getFrameDocument())?Ext.DomQuery.select(selector,d):null},removeNode:Ext.removeNode,_renderHook:function(){this._windowContext=null;this.CSS=this.CSS?this.CSS.destroy():null;this._hooked=false;try{if(this.writeScript('(function(){(window.hostMIF = parent.document.getElementById("'+this.id+'").ownerCt)._windowContext='+(Ext.isIE?"window":'{eval:function(s){return new Function("return ("+s+")")();}}')+";})()")){var w,p=this._frameProxy,D=this.getFrameDocument();if(w=this.getWindow()){p||(p=this._frameProxy=this._eventProxy.createDelegate(this));addListener(w,"focus",p);addListener(w,"blur",p);addListener(w,"resize",p);addListener(w,"unload",p);D&&addListener(Ext.isIE?w:D,"scroll",p)}D&&(this.CSS=new Ext.ux.ManagedIFrame.CSS(D))}}catch(ex){}return this.domWritable()},_unHook:function(){if(this._hooked){this._windowContext&&(this._windowContext.hostMIF=null);this._windowContext=null;var w,p=this._frameProxy;if(p&&this.domWritable()&&(w=this.getWindow())){removeListener(w,"focus",p);removeListener(w,"blur",p);removeListener(w,"resize",p);removeListener(w,"unload",p);removeListener(Ext.isIE?w:this.getFrameDocument(),"scroll",p)}}ELD.clearDocumentCache&&ELD.clearDocumentCache(this.id);this.CSS=this.CSS?this.CSS.destroy():null;this.domFired=this._frameAction=this.domReady=this._hooked=false},_windowContext:null,getFrameDocument:function(){var win=this.getWindow(),doc=null;try{doc=(Ext.isIE&&win?win.document:null)||this.dom.contentDocument||window.frames[this.dom.name].document||null}catch(gdEx){ELD.clearDocumentCache&&ELD.clearDocumentCache(this.id);return false}doc=(doc&&Ext.isFunction(ELD.getDocument))?ELD.getDocument(doc,true):doc;return doc},getDoc:function(){var D=this.getFrameDocument();return Ext.get(D,D)},getBody:function(){var d;return(d=this.getFrameDocument())?this.get(d.body||d.documentElement):null},getDocumentURI:function(){var URI,d;try{URI=this.src&&(d=this.getFrameDocument())?d.location.href:null}catch(ex){}return URI||(Ext.isFunction(this.src)?this.src():this.src)},getWindowURI:function(){var URI,w;try{URI=(w=this.getWindow())?w.location.href:null}catch(ex){}return URI||(Ext.isFunction(this.src)?this.src():this.src)},getWindow:function(){var dom=this.dom,win=null;try{win=dom.contentWindow||window.frames[dom.name]||null}catch(gwEx){}return win},scrollChildIntoView:function(child,container,hscroll){this.fly(child,"_scrollChildIntoView").scrollIntoView(this.getDom(container)||this.getBody().dom,hscroll);return this},print:function(){try{var win;if(win=this.getWindow()){Ext.isIE&&win.focus();win.print()}}catch(ex){throw new MIF.Error("printexception",ex.description||ex.message||ex)}return this},domWritable:function(){return!!Ext.isDocument(this.getFrameDocument(),true)&&!!this._windowContext},execScript:function(block,useDOM){try{if(this.domWritable()){if(useDOM){this.writeScript(block)}else{return this._windowContext.eval(block)}}else{throw new MIF.Error("execscript-secure-context")}}catch(ex){this._observable.fireEvent.call(this._observable,"exception",this,ex);return false}return true},writeScript:function(block,attributes){attributes=Ext.apply({},attributes||{},{type:"text/javascript",text:block});try{var head,script,doc=this.getFrameDocument();if(doc&&typeof doc.getElementsByTagName!="undefined"){if(!(head=doc.getElementsByTagName("head")[0])){head=doc.createElement("head");doc.getElementsByTagName("html")[0].appendChild(head)}if(head&&(script=doc.createElement("script"))){for(var attrib in attributes){if(attributes.hasOwnProperty(attrib)&&attrib in script){script[attrib]=attributes[attrib]}}return!!head.appendChild(script)}}}catch(ex){this._observable.fireEvent.call(this._observable,"exception",this,ex)}finally{script=head=null}return false},loadFunction:function(fn,useDOM,invokeIt){var name=fn.name||fn;var fnSrc=fn.fn||window[fn];name&&fnSrc&&this.execScript(name+"="+fnSrc,useDOM);invokeIt&&this.execScript(name+"()")},loadHandler:function(e,target){var rstatus=(this.dom||{}).readyState||(e||{}).type;if(this.eventsFollowFrameLinks||this._frameAction||this.isReset){switch(rstatus){case"domready":case"DOMFrameContentLoaded":case"domfail":this._onDocReady(rstatus);break;case"load":case"complete":var frame=this;frame._onDocLoaded(rstatus);this._frameAction=false;break;case"error":this._observable.fireEvent.apply(this._observable,["exception",this].concat(arguments));break;default:}this.frameState=rstatus}},_onDocReady:function(eventName){var w,obv=this._observable,D;try{if(!this.isReset&&this.focusOnLoad&&(w=this.getWindow())){w.focus()}(D=this.getDoc())&&(D.isReady=true)}catch(ex){}obv.fireEvent("_docready",this);if(!this.domFired&&(this._hooked=this._renderHook())){this.domFired=true;this.isReset||obv.fireEvent.call(obv,"domready",this)}this.domReady=true;this.hideMask()},_onDocLoaded:function(eventName){var obv=this._observable,w;this.domReady||this._onDocReady("domready");obv.fireEvent("_docload",this);this.isReset||obv.fireEvent("documentloaded",this);this.hideMask(true);this._frameAction=this.isReset=false},checkDOM:function(win){if(Ext.isGecko){return}var n=0,frame=this,domReady=false,b,l,d,max=this.domReadyRetries||2500,polling=false,startLocation=(this.getFrameDocument()||{location:{}}).location.href;(function(){d=frame.getFrameDocument()||{location:{}};polling=(d.location.href!==startLocation||d.location.href===frame._targetURI);if(frame.domReady){return}domReady=polling&&((b=frame.getBody())&&!!(b.dom.innerHTML||"").length)||false;if(d.location.href&&!domReady&&(++n
'},onRender:function(ct,position){Ext.ux.LocationBar.superclass.onRender.call(this,ct,position);this.repaint();},onClick:function(node){if(this.selectHandler){this.selectHandler(node);}else{if(node.parentNode){node.parentNode.expand(false,true);node.ensureVisible();}
diff --git a/gulliver/js/ext/pmos-common.js b/gulliver/js/ext/pmos-common.js
index d4e4dc1e0..8dd02d56e 100644
--- a/gulliver/js/ext/pmos-common.js
+++ b/gulliver/js/ext/pmos-common.js
@@ -600,3 +600,74 @@ function setExtStateManagerSetProvider(cache, additionalPrefix) {
} catch (e) {
}
}
+
+/**
+ * Download file with object XMLHttpRequest|ActiveXObject, with response type BLOB
+ *
+ * @param string method POST
+ * @param string url endpoint
+ * @param object headers
+ * @param object formData
+ * @param function callBack
+ */
+function downloadFile(method, url, headers, formData, callBack) {
+
+ var xhr,
+ win = window,
+ value = 'blob',
+ loadingFile = new Ext.LoadMask(Ext.getBody(), {msg: _('ID_LOADING')});
+
+ method = method || 'POST';
+
+ loadingFile.show();
+
+ if (win.XMLHttpRequest) {
+ xhr = new XMLHttpRequest();
+ } else if (win.ActiveXObject) {
+ xhr = new ActiveXObject('Microsoft.XMLHTTP');
+ }
+
+ win.URL = win.URL || win.webkitURL;
+
+ xhr.open(method, url, true);
+ xhr.responseType = value;
+
+ Object.keys(headers).forEach(function (key) {
+ xhr.setRequestHeader(key, headers[key]);
+ });
+
+ xhr.onload = function (e) {
+ loadingFile.hide();
+ if (xhr.status === 200) {
+ if (xhr.getResponseHeader("Content-Disposition") !== null) {
+ var fileName = xhr.getResponseHeader("Content-Disposition").match(/\sfilename="([^"]+)"(\s|$)/)[1];
+ var blob = xhr.response;
+ if ((navigator.userAgent.indexOf("MSIE") !== -1) ||
+ (navigator.userAgent.indexOf("Trident") !== -1) ||
+ (navigator.userAgent.indexOf("Edge") !== -1)) {
+ win.navigator.msSaveBlob(blob, fileName);
+ } else {
+ var doc = win.document,
+ a = doc.createElementNS('http://www.w3.org/1999/xhtml', 'a'),
+ event = doc.createEvent('MouseEvents');
+
+ event.initMouseEvent('click', true, false, win, 0, 0, 0, 0, 0, false, false, false, false, 0, null);
+
+ a.href = win.URL.createObjectURL(blob);
+ a.download = fileName;
+ a.dispatchEvent(event);
+ }
+ if (typeof(callBack) !== 'undefined') {
+ callBack(xhr);
+ }
+ } else {
+ PMExt.error(_('ID_ERROR'), _('ID_UNEXPECTED_ERROR_OCCURRED_PLEASE'));
+ }
+ } else {
+ PMExt.error(_('ID_ERROR'), xhr.statusText);
+ }
+
+ };
+ xhr.send(formData);
+}
+
diff --git a/gulliver/system/class.bootstrap.php b/gulliver/system/class.bootstrap.php
index fef3f13bd..cff95964a 100644
--- a/gulliver/system/class.bootstrap.php
+++ b/gulliver/system/class.bootstrap.php
@@ -2654,20 +2654,17 @@ class Bootstrap
/**
* Stores a message in the log file, if the file size exceeds
*
- * @param string $channel
- * @param string $message
- * @param array $context
- * @param string $file
- * @param string $pathData
- * @param string $ws workspace
- *
- * @return void
+ * @param string $channel The logging channel
+ * @param int $level The logging level
+ * @param string $message The log message
+ * @param array $context The log context
+ * @param string $workspace name workspace
+ * @param string $file name file
+ * @param string $pathData path of file
*/
- public static function registerMonolog($channel, $level, $message, $context, $ws, $file = 'cron.log', $pathData = PATH_DATA)
+ public static function registerMonolog($channel, $level, $message, $context, $workspace, $file = 'cron.log', $pathData = PATH_DATA)
{
- $fileLog = $pathData .'sites'. PATH_SEP . $ws . PATH_SEP . 'log' . PATH_SEP . $file;
-
- $registerLogger = MonologProvider::getSingleton($channel, $fileLog);
+ $registerLogger = MonologProvider::getSingleton($channel, $file);
$registerLogger->addLog($level, $message, $context);
}
diff --git a/gulliver/system/class.g.php b/gulliver/system/class.g.php
index 71d903ee5..f7bf48ac6 100644
--- a/gulliver/system/class.g.php
+++ b/gulliver/system/class.g.php
@@ -1,35 +1,9 @@
.
- *
- * For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
- * Coral Gables, FL, 33134, USA, or email info@colosa.com.
- *
- */
use ProcessMaker\Core\System;
+use ProcessMaker\AuditLog\AuditLog;
use ProcessMaker\Plugins\PluginRegistry;
-
-/**
- * @package gulliver.system
- */
+use ProcessMaker\Services\OAuth2\Server;
class G
{
@@ -37,6 +11,7 @@ class G
const hash = 'hash';
const hashFile = 'md5_file';
const hashCrc = 'crc32';
+
public $sessionVar = array(); //SESSION temporary array store.
public static $sysSys;
public static $sysSkin;
@@ -52,12 +27,12 @@ class G
* @var string[] $adapters
*/
private static $adapters = [
- 'ldap' => LDAP::class,
- 'ldapadvanced' => LdapAdvanced::class,
- 'dashletopenvscompleted' => DashletOpenVsCompleted::class,
- 'dashletrssreader' => DashletRssReader::class,
+ 'ldap' => LDAP::class,
+ 'ldapadvanced' => LdapAdvanced::class,
+ 'dashletopenvscompleted' => DashletOpenVsCompleted::class,
+ 'dashletrssreader' => DashletRssReader::class,
'dashletprocessmakerenterprise' => DashletProcessMakerEnterprise::class,
- 'dashletprocessmakercommunity' => DashletProcessMakerCommunity::class,
+ 'dashletprocessmakercommunity' => DashletProcessMakerCommunity::class,
];
/**
@@ -124,7 +99,7 @@ class G
$baseDir = PATH_CORE . 'classes' . PATH_SEP . 'model';
if ($handle = opendir($baseDir)) {
while (false !== ($file = readdir($handle))) {
- if (strpos($file, '.php', 1) && ! strpos($file, 'Peer.php', 1)) {
+ if (strpos($file, '.php', 1) && !strpos($file, 'Peer.php', 1)) {
require_once($baseDir . PATH_SEP . $file);
}
}
@@ -138,7 +113,7 @@ class G
public static function is_https()
{
$is_http = false;
- if ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') ||
+ if ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ||
(isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https')) {
$is_http = true;
}
@@ -486,13 +461,13 @@ class G
{
$folder_path = array($strPath);
$oldumask = umask(0);
- while (! @is_dir(dirname(end($folder_path))) && dirname(end($folder_path)) != '/' && dirname(end($folder_path)) != '.' && dirname(end($folder_path)) != '') {
+ while (!@is_dir(dirname(end($folder_path))) && dirname(end($folder_path)) != '/' && dirname(end($folder_path)) != '.' && dirname(end($folder_path)) != '') {
array_push($folder_path, dirname(end($folder_path))); //var_dump($folder_path); die;
}
while ($parent_folder_path = array_pop($folder_path)) {
- if (! @is_dir($parent_folder_path)) {
- if (! @mkdir($parent_folder_path, $rights)) {
+ if (!@is_dir($parent_folder_path)) {
+ if (!@mkdir($parent_folder_path, $rights)) {
error_log("Can't create folder \"$parent_folder_path\"");
//umask( $oldumask );
}
@@ -510,7 +485,7 @@ class G
*/
public static function rm_dir($dirName)
{
- if (! is_writable($dirName)) {
+ if (!is_writable($dirName)) {
return false;
}
@@ -634,7 +609,6 @@ class G
return $res;
}
-
/**
* Render Page
*
@@ -714,7 +688,6 @@ class G
}
}
-
/**
* Include all model plugin files
*
@@ -727,7 +700,7 @@ class G
public static function LoadAllPluginModelClasses()
{
//Get the current Include path, where the plugins directories should be
- if (! defined('PATH_SEPARATOR')) {
+ if (!defined('PATH_SEPARATOR')) {
define('PATH_SEPARATOR', (substr(PHP_OS, 0, 3) == 'WIN') ? ';' : ':');
}
$path = explode(PATH_SEPARATOR, get_include_path());
@@ -738,7 +711,7 @@ class G
if (file_exists($baseDir)) {
if ($handle = opendir($baseDir)) {
while (false !== ($file = readdir($handle))) {
- if (strpos($file, '.php', 1) && ! strpos($file, 'Peer.php', 1)) {
+ if (strpos($file, '.php', 1) && !strpos($file, 'Peer.php', 1)) {
require_once($baseDir . PATH_SEP . $file);
}
}
@@ -858,7 +831,7 @@ class G
define('SYS_CURRENT_URI', $work[0]);
- if (! defined('SYS_CURRENT_PARMS')) {
+ if (!defined('SYS_CURRENT_PARMS')) {
define('SYS_CURRENT_PARMS', $work[1]);
}
@@ -942,7 +915,7 @@ class G
*/
public static function logTimeByPage()
{
- if (! defined(PATH_DATA)) {
+ if (!defined(PATH_DATA)) {
return false;
}
@@ -988,7 +961,7 @@ class G
} else {
$configurationFile = PATH_CUSTOM_SKINS . $skinName . PATH_SEP . 'config.xml';
- if (! is_file($configurationFile)) {
+ if (!is_file($configurationFile)) {
$configurationFile = G::ExpandPath("skinEngine") . $skinName . PATH_SEP . 'config.xml';
}
}
@@ -1033,18 +1006,18 @@ class G
$xmlConfiguration = file_get_contents($configurationFile);
$xmlConfigurationObj = G::xmlParser($xmlConfiguration);
- $skinFilesArray = $xmlConfigurationObj->result['skinConfiguration']['__CONTENT__']['cssFiles']['__CONTENT__'][$skinVariant]['__CONTENT__']['cssFile'] ;
+ $skinFilesArray = $xmlConfigurationObj->result['skinConfiguration']['__CONTENT__']['cssFiles']['__CONTENT__'][$skinVariant]['__CONTENT__']['cssFile'];
foreach ($skinFilesArray as $keyFile => $cssFileInfo) {
- $enabledBrowsers = explode(",", $cssFileInfo['__ATTRIBUTES__']['enabledBrowsers']);
+ $enabledBrowsers = explode(",", $cssFileInfo['__ATTRIBUTES__']['enabledBrowsers']);
$disabledBrowsers = explode(",", $cssFileInfo['__ATTRIBUTES__']['disabledBrowsers']);
- if (((in_array($browserName, $enabledBrowsers)) || (in_array('ALL', $enabledBrowsers)))&&(!(in_array($browserName, $disabledBrowsers)))) {
+ if (((in_array($browserName, $enabledBrowsers)) || (in_array('ALL', $enabledBrowsers))) && (!(in_array($browserName, $disabledBrowsers)))) {
if ($cssFileInfo['__ATTRIBUTES__']['file'] == 'rtl.css') {
$oServerConf = ServerConf::getSingleton();
if (!(defined('SYS_LANG'))) {
if (isset($_SERVER['HTTP_REFERER'])) {
$syss = explode('://', $_SERVER['HTTP_REFERER']);
- $sysObjets = explode('/', $syss['1']);
+ $sysObjets = explode('/', $syss['1']);
$sysLang = $sysObjets['2'];
} else {
$sysLang = 'en';
@@ -1053,16 +1026,16 @@ class G
$sysLang = SYS_LANG;
}
if ($oServerConf->isRtl($sysLang)) {
- $output .= file_get_contents($baseSkinDirectory . PATH_SEP.'css'.PATH_SEP.$cssFileInfo['__ATTRIBUTES__']['file']);
+ $output .= file_get_contents($baseSkinDirectory . PATH_SEP . 'css' . PATH_SEP . $cssFileInfo['__ATTRIBUTES__']['file']);
}
} else {
- $output .= file_get_contents($baseSkinDirectory . PATH_SEP.'css'.PATH_SEP.$cssFileInfo['__ATTRIBUTES__']['file']);
+ $output .= file_get_contents($baseSkinDirectory . PATH_SEP . 'css' . PATH_SEP . $cssFileInfo['__ATTRIBUTES__']['file']);
}
}
}
//Remove comments..
- $regex = array("`^([\t\s]+)`ism" => '',"`^\/\*(.+?)\*\/`ism" => "","`([\n\A;]+)\/\*(.+?)\*\/`ism" => "$1","`([\n\A;\s]+)//(.+?)[\n\r]`ism" => "$1\n","`(^[\r\n]*|[\r\n]+)[\s\t]*[\r\n]+`ism" => "\n" );
+ $regex = array("`^([\t\s]+)`ism" => '', "`^\/\*(.+?)\*\/`ism" => "", "`([\n\A;]+)\/\*(.+?)\*\/`ism" => "$1", "`([\n\A;\s]+)//(.+?)[\n\r]`ism" => "$1\n", "`(^[\r\n]*|[\r\n]+)[\s\t]*[\r\n]+`ism" => "\n");
$output = preg_replace(array_keys($regex), $regex, $output);
$output = $outputHeader . $output;
@@ -1086,8 +1059,8 @@ class G
$foreignTranslations = array();
//if the default translations table doesn't exist we can't proceed
- if (! is_file(PATH_LANGUAGECONT . 'translation.en')) {
- return ;
+ if (!is_file(PATH_LANGUAGECONT . 'translation.en')) {
+ return;
}
//load the translations table
require_once(PATH_LANGUAGECONT . 'translation.en');
@@ -1106,13 +1079,13 @@ class G
}
$calendarJs = '';
- $calendarJsFile = PATH_GULLIVER_HOME . "js/widgets/js-calendar/lang/" . $locale .".js";
- if (! file_exists($calendarJsFile)) {
+ $calendarJsFile = PATH_GULLIVER_HOME . "js/widgets/js-calendar/lang/" . $locale . ".js";
+ if (!file_exists($calendarJsFile)) {
$calendarJsFile = PATH_GULLIVER_HOME . "js/widgets/js-calendar/lang/en.js";
}
$calendarJs = file_get_contents($calendarJsFile) . "\n";
- return $calendarJs . 'var TRANSLATIONS = ' . G::json_encode($translation) . ';' ;
+ return $calendarJs . 'var TRANSLATIONS = ' . G::json_encode($translation) . ';';
}
/**
@@ -1326,8 +1299,8 @@ class G
foreach ($convertionTable as $urlPattern => $localPath) {
// $urlPattern = addcslashes( $urlPattern , '/');
$urlPattern = addcslashes($urlPattern, './');
- $urlPattern = '/^' . str_replace(array('*','?'
- ), array('.*','.?'
+ $urlPattern = '/^' . str_replace(array('*', '?'
+ ), array('.*', '.?'
), $urlPattern) . '$/';
if (preg_match($urlPattern, $url, $match)) {
if ($localPath === false) {
@@ -1377,8 +1350,8 @@ class G
*/
public static function getUIDName($uid, $scope = '')
{
- $e = str_replace(array('=','+','/'
- ), array('___','__','_'
+ $e = str_replace(array('=', '+', '/'
+ ), array('___', '__', '_'
), $uid);
$e = base64_decode($e);
$e = G::decrypt($e, URL_KEY);
@@ -1386,7 +1359,8 @@ class G
return $e;
}
- /* formatNumber
+ /**
+ * formatNumber
*
* @author David Callizaya
* @param int/string $num
@@ -1401,7 +1375,8 @@ class G
return $snum;
}
- /* Returns a date formatted according to the given format string
+ /**
+ * Returns a date formatted according to the given format string
* @author David Callizaya
* @param string $format The format of the outputted date string
* @param string $datetime Date in the format YYYY-MM-DD HH:MM:SS
@@ -1421,18 +1396,14 @@ class G
$time[1] = (int) ((isset($time[1])) ? $time[1] : '0');
$time[2] = (int) ((isset($time[2])) ? $time[2] : '0');
// Spanish months
- $ARR_MONTHS['es'] = array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"
- );
+ $ARR_MONTHS['es'] = array("Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre");
// English months
- $ARR_MONTHS['en'] = array("January","February","March","April","May","June","July","August","September","October","November","December"
- );
+ $ARR_MONTHS['en'] = array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
// Spanish days
- $ARR_WEEKDAYS['es'] = array("Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"
- );
+ $ARR_WEEKDAYS['es'] = array("Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado");
// English days
- $ARR_WEEKDAYS['en'] = array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"
- );
+ $ARR_WEEKDAYS['en'] = array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday");
if ($lang == 'fa') {
$number = 'persian';
@@ -1462,10 +1433,8 @@ class G
$i = G::formatNumber(substr($i, strlen($i) - 2, 2), $number);
$s = '0' . $time[2];
$s = G::formatNumber(substr($s, strlen($s) - 2, 2), $number);
- $names = array('d','j','F','m','n','y','Y','g','G','h','H','i','s'
- );
- $values = array($d,$j,$F,$m,$n,$y,$Y,$g,$G,$h,$H,$i,$s
- );
+ $names = array('d', 'j', 'F', 'm', 'n', 'y', 'Y', 'g', 'G', 'h', 'H', 'i', 's');
+ $values = array($d, $j, $F, $m, $n, $y, $Y, $g, $G, $h, $H, $i, $s);
$_formatedDate = str_replace($names, $values, $format);
return $_formatedDate;
}
@@ -1552,10 +1521,8 @@ class G
$yy = substr($year, strlen($year) - 2, 2);
$yyyy = $year;
- $names = array('{day}','{DAY}','{month}','{YONTH}','{XONTH}','{year}','{YEAR}','{h}','{i}','{s}'
- );
- $values = array($d,$dd,$m,$mm,$M,$yy,$yyyy,$h,$i,$s
- );
+ $names = array('{day}', '{DAY}', '{month}', '{YONTH}', '{XONTH}', '{year}', '{YEAR}', '{h}', '{i}', '{s}');
+ $values = array($d, $dd, $m, $mm, $M, $yy, $yyyy, $h, $i, $s);
$ret = str_replace($names, $values, $format);
@@ -1577,11 +1544,11 @@ class G
*/
public static function arrayDiff($array1, $array2)
{
- if (! is_array($array1)) {
+ if (!is_array($array1)) {
$array1 = (array) $array1;
}
- if (! is_array($array2)) {
+ if (!is_array($array2)) {
$array2 = (array) $array2;
}
@@ -1666,7 +1633,8 @@ class G
return $campo;
}
- /* Escapes special characters in a string for use in a SQL statement
+ /**
+ * Escapes special characters in a string for use in a SQL statement
* @param string $sqlString The string to be escaped
* @param string $DBEngine Target DBMS
*/
@@ -1709,7 +1677,8 @@ class G
}
}
- /* Returns a sql string with @@parameters replaced with its values defined
+ /**
+ * Returns a sql string with @@parameters replaced with its values defined
* in array $result using the next notation:
* NOTATION:
* @@ Quoted parameter acording to the SYSTEM's Database
@@ -1723,7 +1692,7 @@ class G
*/
public static function replaceDataField($sqlString, $result, $DBEngine = 'mysql')
{
- if (! is_array($result)) {
+ if (!is_array($result)) {
$result = array();
}
$result = $result + G::getSystemConstants();
@@ -1732,10 +1701,10 @@ class G
$count = preg_match_all('/\@(?:([\@\%\#\?\$\=\&Qq\!])([a-zA-Z\_]\w*)|([a-zA-Z\_][\w\-\>\:]*)\(((?:[^\\\\\)]*(?:[\\\\][\w\W])?)*)\))((?:\s*\[[\'"]?\w+[\'"]?\])+|\-\>([a-zA-Z\_]\w*))?/', $sqlString, $match, PREG_PATTERN_ORDER | PREG_OFFSET_CAPTURE);
if ($count) {
for ($r = 0; $r < $count; $r ++) {
- if (! isset($result[$match[2][$r][0]])) {
+ if (!isset($result[$match[2][$r][0]])) {
$result[$match[2][$r][0]] = '';
}
- if (! is_array($result[$match[2][$r][0]])) {
+ if (!is_array($result[$match[2][$r][0]])) {
$__textoEval .= substr($sqlString, $u, $match[0][$r][1] - $u);
$u = $match[0][$r][1] + strlen($match[0][$r][0]);
//Mysql quotes scape
@@ -1744,31 +1713,31 @@ class G
continue;
}
//URL encode
- if (($match[1][$r][0]=='%')&&(isset($result[$match[2][$r][0]]))) {
- $__textoEval.=urlencode($result[$match[2][$r][0]]);
+ if (($match[1][$r][0] == '%') && (isset($result[$match[2][$r][0]]))) {
+ $__textoEval .= urlencode($result[$match[2][$r][0]]);
continue;
}
//Double quoted parameter
- if (($match[1][$r][0]=='Q')&&(isset($result[$match[2][$r][0]]))) {
- $__textoEval.='"'.addcslashes($result[$match[2][$r][0]], '\\"').'"';
+ if (($match[1][$r][0] == 'Q') && (isset($result[$match[2][$r][0]]))) {
+ $__textoEval .= '"' . addcslashes($result[$match[2][$r][0]], '\\"') . '"';
continue;
}
//Single quoted parameter
- if (($match[1][$r][0]=='q')&&(isset($result[$match[2][$r][0]]))) {
- $__textoEval.="'".addcslashes($result[$match[2][$r][0]], '\\\'')."'";
+ if (($match[1][$r][0] == 'q') && (isset($result[$match[2][$r][0]]))) {
+ $__textoEval .= "'" . addcslashes($result[$match[2][$r][0]], '\\\'') . "'";
continue;
}
//Substring (Sub replaceDataField)
- if (($match[1][$r][0]=='!')&&(isset($result[$match[2][$r][0]]))) {
- $__textoEval.=G::replaceDataField($result[$match[2][$r][0]], $result);
+ if (($match[1][$r][0] == '!') && (isset($result[$match[2][$r][0]]))) {
+ $__textoEval .= G::replaceDataField($result[$match[2][$r][0]], $result);
continue;
}
//Call function
- if (($match[1][$r][0]==='')&&($match[2][$r][0]==='')&&($match[3][$r][0]!=='')) {
+ if (($match[1][$r][0] === '') && ($match[2][$r][0] === '') && ($match[3][$r][0] !== '')) {
eval('$strAux = ' . $match[3][$r][0] . '(\'' . addcslashes(G::replaceDataField(stripslashes($match[4][$r][0]), $result), '\\\'') . '\');');
if ($match[3][$r][0] == "G::LoadTranslation") {
- $arraySearch = array("'");
+ $arraySearch = array("'");
$arrayReplace = array("\\'");
$strAux = str_replace($arraySearch, $arrayReplace, $strAux);
}
@@ -1777,26 +1746,26 @@ class G
continue;
}
//Non-quoted
- if (($match[1][$r][0]=='#')&&(isset($result[$match[2][$r][0]]))) {
- $__textoEval.=G::replaceDataField($result[$match[2][$r][0]], $result);
+ if (($match[1][$r][0] == '#') && (isset($result[$match[2][$r][0]]))) {
+ $__textoEval .= G::replaceDataField($result[$match[2][$r][0]], $result);
continue;
}
//Non-quoted =
- if (($match[1][$r][0]=='=')&&(isset($result[$match[2][$r][0]]))) {
- $__textoEval.=G::replaceDataField($result[$match[2][$r][0]], $result);
+ if (($match[1][$r][0] == '=') && (isset($result[$match[2][$r][0]]))) {
+ $__textoEval .= G::replaceDataField($result[$match[2][$r][0]], $result);
continue;
}
//Objects attributes
- if (($match[1][$r][0]=='&')&&(isset($result[$match[2][$r][0]]))) {
+ if (($match[1][$r][0] == '&') && (isset($result[$match[2][$r][0]]))) {
if (isset($result[$match[2][$r][0]]->{$match[6][$r][0]})) {
- $__textoEval.=$result[$match[2][$r][0]]->{$match[6][$r][0]};
+ $__textoEval .= $result[$match[2][$r][0]]->{$match[6][$r][0]};
}
continue;
}
}
}
}
- $__textoEval.=substr($sqlString, $u);
+ $__textoEval .= substr($sqlString, $u);
return $__textoEval;
}
@@ -1810,7 +1779,7 @@ class G
*/
public static function replaceDataGridField($sContent, $aFields, $nl2brRecursive = true)
{
- $nrt = array("\n", "\r", "\t");
+ $nrt = array("\n", "\r", "\t");
$nrthtml = array("(n /)", "(r /)", "(t /)");
$sContent = G::unhtmlentities($sContent);
@@ -1840,7 +1809,7 @@ class G
$grdName = $value;
$strContentAux1 = $strContentAux;
- $strContentAux = null;
+ $strContentAux = null;
$ereg = "/^(.*)@>" . $grdName . "(.*)@<" . $grdName . "(.*)$/";
@@ -1861,7 +1830,7 @@ class G
}
$strContentAux1 = $arrayMatch2[1];
- $strContentAux = $strData . $arrayMatch2[3] . $strContentAux;
+ $strContentAux = $strData . $arrayMatch2[3] . $strContentAux;
}
$strContentAux = $strContentAux1 . $strContentAux;
@@ -1886,7 +1855,8 @@ class G
return $sContent;
}
- /* Load strings from a XMLFile.
+ /**
+ * Load strings from a XMLFile.
* @author David Callizaya
* @parameter $languageFile An xml language file.
* @parameter $languageId (es|en|...).
@@ -1900,10 +1870,10 @@ class G
}
$languageFile = basename($filename, '.xml');
$cacheFile = substr($filename, 0, - 3) . $languageId;
- if (($forceParse) || (! file_exists($cacheFile)) || (filemtime($filename) > filemtime($cacheFile))) {
+ if (($forceParse) || (!file_exists($cacheFile)) || (filemtime($filename) > filemtime($cacheFile))) {
$languageDocument = new Xml_document();
$languageDocument->parseXmlFile($filename);
- if (! is_array($arrayXmlMessages)) {
+ if (!is_array($arrayXmlMessages)) {
$arrayXmlMessages = array();
}
$arrayXmlMessages[$languageFile] = array();
@@ -1924,8 +1894,9 @@ class G
}
}
- /* Funcion auxiliar Temporal:
- * Registra en la base de datos los labels xml usados en el sistema
+ /**
+ * Funcion auxiliar Temporal:
+ * Registra en la base de datos los labels xml usados en el sistema
* @author David Callizaya
*/
public static function registerLabel($id, $label)
@@ -1952,7 +1923,7 @@ class G
public static function LoadMenuXml($msgID)
{
global $arrayXmlMessages;
- if (! isset($arrayXmlMessages['menus'])) {
+ if (!isset($arrayXmlMessages['menus'])) {
G::loadLanguageFile(G::ExpandPath('content') . 'languages/menus.xml');
}
G::registerLabel($msgID, $arrayXmlMessages['menus'][$msgID]);
@@ -1972,7 +1943,7 @@ class G
public static function SendMessageXml($msgID, $strType, $file = "labels")
{
global $arrayXmlMessages;
- if (! isset($arrayXmlMessages[$file])) {
+ if (!isset($arrayXmlMessages[$file])) {
G::loadLanguageFile(G::ExpandPath('content') . 'languages/' . $file . '.xml');
}
$_SESSION['G_MESSAGE_TYPE'] = $strType;
@@ -2065,7 +2036,7 @@ class G
global $_SESSION;
global $arrayXmlMessages;
- if (! is_array($arrayXmlMessages)) {
+ if (!is_array($arrayXmlMessages)) {
$arrayXmlMessages = G::LoadArrayFile(G::ExpandPath('content') . $file . "." . SYS_LANG);
}
$aux = $arrayXmlMessages[$msgID];
@@ -2107,7 +2078,7 @@ class G
public function LoadMessageXml($msgID, $file = 'labels')
{
global $arrayXmlMessages;
- if (! isset($arrayXmlMessages[$file])) {
+ if (!isset($arrayXmlMessages[$file])) {
G::loadLanguageFile(G::ExpandPath('content') . 'languages/' . $file . '.xml');
}
if (isset($arrayXmlMessages[$file][$msgID])) {
@@ -2136,7 +2107,7 @@ class G
$foreignTranslations = array();
//if the default translations table doesn't exist we can't proceed
- if (! is_file(PATH_LANGUAGECONT . 'translation.en')) {
+ if (!is_file(PATH_LANGUAGECONT . 'translation.en')) {
return null;
}
//load the translations table
@@ -2244,7 +2215,7 @@ class G
*/
public static function getTranslations($msgIDs, $lang = SYS_LANG)
{
- if (! is_array($msgIDs)) {
+ if (!is_array($msgIDs)) {
return null;
}
$translations = array();
@@ -2291,7 +2262,7 @@ class G
$uri = explode('/', getenv('REQUEST_URI'));
$sw = 0;
$newUri = '';
- if (! defined('SYS_SKIN')) {
+ if (!defined('SYS_SKIN')) {
for ($i = 0; $i < count($uri); $i ++) {
if ($sw == 0) {
$newUri .= $uri[$i] . PATH_SEP;
@@ -2330,7 +2301,7 @@ class G
//the session is expired, go to login page,
//the login page is login/login.html
- if (! isset($_SESSION)) {
+ if (!isset($_SESSION)) {
header('location: ' . G::expandUri($urlLogin));
die();
}
@@ -2453,12 +2424,12 @@ class G
{
global $RBAC;
- if (isset( $_SESSION['USER_LOGGED'] ) && $_SESSION['USER_LOGGED'] == '') {
+ if (isset($_SESSION['USER_LOGGED']) && $_SESSION['USER_LOGGED'] == '') {
$sys = (ENABLE_ENCRYPT == 'yes' ? config("system.workspace") : "sys" . config("system.workspace"));
- $lang = (ENABLE_ENCRYPT == 'yes' ? G::encrypt( urldecode( SYS_LANG ), URL_KEY ) : SYS_LANG);
- $skin = (ENABLE_ENCRYPT == 'yes' ? G::encrypt( urldecode( SYS_SKIN ), URL_KEY ) : SYS_SKIN);
- $login = (ENABLE_ENCRYPT == 'yes' ? G::encrypt( urldecode( 'login' ), URL_KEY ) : 'login');
- $loginhtml = (ENABLE_ENCRYPT == 'yes' ? G::encrypt( urldecode( 'login.html' ), URL_KEY ) : 'login.html');
+ $lang = (ENABLE_ENCRYPT == 'yes' ? G::encrypt(urldecode(SYS_LANG), URL_KEY) : SYS_LANG);
+ $skin = (ENABLE_ENCRYPT == 'yes' ? G::encrypt(urldecode(SYS_SKIN), URL_KEY) : SYS_SKIN);
+ $login = (ENABLE_ENCRYPT == 'yes' ? G::encrypt(urldecode('login'), URL_KEY) : 'login');
+ $loginhtml = (ENABLE_ENCRYPT == 'yes' ? G::encrypt(urldecode('login.html'), URL_KEY) : 'login.html');
$direction = "/$sys/$lang/$skin/$login/$loginhtml";
die();
}
@@ -2473,10 +2444,10 @@ class G
if (($sessionPc == "1") or ($sessionBrowser == "1")) {
if ($row['LOG_STATUS'] == 'X') {
$sys = (ENABLE_ENCRYPT == 'yes' ? config("system.workspace") : "sys" . config("system.workspace"));
- $lang = (ENABLE_ENCRYPT == 'yes' ? G::encrypt( urldecode( SYS_LANG ), URL_KEY ) : SYS_LANG);
- $skin = (ENABLE_ENCRYPT == 'yes' ? G::encrypt( urldecode( SYS_SKIN ), URL_KEY ) : SYS_SKIN);
- $login = (ENABLE_ENCRYPT == 'yes' ? G::encrypt( urldecode( 'login' ), URL_KEY ) : 'login');
- $loginhtml = (ENABLE_ENCRYPT == 'yes' ? G::encrypt( urldecode( 'login.html' ), URL_KEY ) : 'login.html');
+ $lang = (ENABLE_ENCRYPT == 'yes' ? G::encrypt(urldecode(SYS_LANG), URL_KEY) : SYS_LANG);
+ $skin = (ENABLE_ENCRYPT == 'yes' ? G::encrypt(urldecode(SYS_SKIN), URL_KEY) : SYS_SKIN);
+ $login = (ENABLE_ENCRYPT == 'yes' ? G::encrypt(urldecode('login'), URL_KEY) : 'login');
+ $loginhtml = (ENABLE_ENCRYPT == 'yes' ? G::encrypt(urldecode('login.html'), URL_KEY) : 'login.html');
$direction = "/$sys/$lang/$skin/$login/$loginhtml";
G::SendMessageXml('ID_CLOSE_SESSION', "warning");
header("location: $direction");
@@ -2507,12 +2478,12 @@ class G
}
if ($sw == 0 && $urlNoAccess != "") {
- $aux = explode( '/', $urlNoAccess );
+ $aux = explode('/', $urlNoAccess);
$sys = (ENABLE_ENCRYPT == 'yes' ? config("system.workspace") : "/sys" . SYS_LANG);
- $lang = (ENABLE_ENCRYPT == 'yes' ? G::encrypt( urldecode( SYS_LANG ), URL_KEY ) : SYS_LANG);
- $skin = (ENABLE_ENCRYPT == 'yes' ? G::encrypt( urldecode( SYS_SKIN ), URL_KEY ) : SYS_SKIN);
- $login = (ENABLE_ENCRYPT == 'yes' ? G::encrypt( urldecode( $aux[0] ), URL_KEY ) : $aux[0]);
- $loginhtml = (ENABLE_ENCRYPT == 'yes' ? G::encrypt( urldecode( $aux[1] ), URL_KEY ) : $aux[1]);
+ $lang = (ENABLE_ENCRYPT == 'yes' ? G::encrypt(urldecode(SYS_LANG), URL_KEY) : SYS_LANG);
+ $skin = (ENABLE_ENCRYPT == 'yes' ? G::encrypt(urldecode(SYS_SKIN), URL_KEY) : SYS_SKIN);
+ $login = (ENABLE_ENCRYPT == 'yes' ? G::encrypt(urldecode($aux[0]), URL_KEY) : $aux[0]);
+ $loginhtml = (ENABLE_ENCRYPT == 'yes' ? G::encrypt(urldecode($aux[1]), URL_KEY) : $aux[1]);
//header ("location: /$sys/$lang/$skin/$login/$loginhtml");
header("location: /fluid/mNE/o9A/mNGm1aLiop3V4qU/dtij4J°gmaLPwKDU3qNn2qXanw");
@@ -2593,7 +2564,7 @@ class G
*/
public static function getPathFromUID($uid, $splitSize = 3, $pieces = 3)
{
- if (! G::gotDirectoryStructureVer2()) {
+ if (!G::gotDirectoryStructureVer2()) {
return $uid;
}
return G::getPathFromUIDPlain($uid, $splitSize, $pieces);
@@ -2650,7 +2621,7 @@ class G
*/
public static function getPathFromFileUID($appUid, $fileUid, $splitSize = 3, $pieces = 3)
{
- if (! G::gotDirectoryStructureVer2()) {
+ if (!G::gotDirectoryStructureVer2()) {
$response = array();
$response[] = '';
$response[] = $fileUid;
@@ -2709,7 +2680,7 @@ class G
throw new Exception('The size of upload file exceeds the allowed by the server!');
}
$oldumask = umask(0);
- if (! is_dir($path)) {
+ if (!is_dir($path)) {
G::verifyPath($path, true);
}
@@ -2720,7 +2691,7 @@ class G
$file = "";
foreach ($winPath as $k => $v) {
if ($v != "") {
- $file.= $v."\\";
+ $file .= $v . "\\";
}
}
$file = substr($file, 0, -1);
@@ -2755,7 +2726,7 @@ class G
{
$imageInfo = @getimagesize($path);
- if (! $imageInfo) {
+ if (!$imageInfo) {
throw new Exception("Could not get image information");
}
list($width, $height) = $imageInfo;
@@ -2775,7 +2746,7 @@ class G
//Assume 3 channels if we can't find that information
- if (! array_key_exists("channels", $imageInfo)) {
+ if (!array_key_exists("channels", $imageInfo)) {
$imageInfo["channels"] = 3;
}
$memoryNeeded = Round(($imageInfo[0] * $imageInfo[1] * $imageInfo['bits'] * $imageInfo['channels'] + Pow(2, 16)) * 1.95) / (1024 * 1024);
@@ -2784,10 +2755,10 @@ class G
}
ini_set('memory_limit', intval($memoryNeeded) . 'M');
- $functions = array(IMAGETYPE_GIF => array('imagecreatefromgif','imagegif'
- ),IMAGETYPE_JPEG => array('imagecreatefromjpeg','imagejpeg'),IMAGETYPE_PNG => array('imagecreatefrompng','imagepng'));
+ $functions = array(IMAGETYPE_GIF => array('imagecreatefromgif', 'imagegif'
+ ), IMAGETYPE_JPEG => array('imagecreatefromjpeg', 'imagejpeg'), IMAGETYPE_PNG => array('imagecreatefrompng', 'imagepng'));
- if (! array_key_exists($imageInfo[2], $functions)) {
+ if (!array_key_exists($imageInfo[2], $functions)) {
throw new Exception("Image format not supported");
}
list($inputFn, $outputFn) = $functions[$imageInfo[2]];
@@ -2836,7 +2807,7 @@ class G
{
foreach ($array_i as $k => $v) {
if (is_array($v)) {
- if (! isset($array[$k])) {
+ if (!isset($array[$k])) {
$array[$k] = array();
}
G::array_merge_2($array[$k], $v);
@@ -2844,7 +2815,7 @@ class G
if (isset($array[$k]) && is_array($array[$k])) {
$array[$k][0] = $v;
} else {
- if (isset($array) && ! is_array($array)) {
+ if (isset($array) && !is_array($array)) {
$temp = $array;
$array = array();
$array[0] = $temp;
@@ -2886,8 +2857,7 @@ class G
if (($sType != 'NUMERIC') && ($sType != 'ALPHA') && ($sType != 'ALPHANUMERIC')) {
$sType = 'NUMERIC';
}
- $aValidCharacters = array('0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'
- );
+ $aValidCharacters = array('0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z');
switch ($sType) {
case 'NUMERIC':
$iMin = 0;
@@ -2957,8 +2927,7 @@ class G
*/
public static function CurDate($sFormat = '')
{
- $sFormat = ($sFormat != '')? $sFormat : 'Y-m-d H:i:s';
-
+ $sFormat = ($sFormat != '') ? $sFormat : 'Y-m-d H:i:s';
return date($sFormat);
}
@@ -2984,12 +2953,12 @@ class G
$sysCon["SYS_SYS"] = config("system.workspace");
}
- $sysCon["APPLICATION"] = (isset($_SESSION["APPLICATION"]))? $_SESSION["APPLICATION"] : "";
- $sysCon["PROCESS"] = (isset($_SESSION["PROCESS"]))? $_SESSION["PROCESS"] : "";
- $sysCon["TASK"] = (isset($_SESSION["TASK"]))? $_SESSION["TASK"] : "";
- $sysCon["INDEX"] = (isset($_SESSION["INDEX"]))? $_SESSION["INDEX"] : "";
- $sysCon["USER_LOGGED"] = (isset($_SESSION["USER_LOGGED"]))? $_SESSION["USER_LOGGED"] : "";
- $sysCon["USR_USERNAME"] = (isset($_SESSION["USR_USERNAME"]))? $_SESSION["USR_USERNAME"] : "";
+ $sysCon["APPLICATION"] = (isset($_SESSION["APPLICATION"])) ? $_SESSION["APPLICATION"] : "";
+ $sysCon["PROCESS"] = (isset($_SESSION["PROCESS"])) ? $_SESSION["PROCESS"] : "";
+ $sysCon["TASK"] = (isset($_SESSION["TASK"])) ? $_SESSION["TASK"] : "";
+ $sysCon["INDEX"] = (isset($_SESSION["INDEX"])) ? $_SESSION["INDEX"] : "";
+ $sysCon["USER_LOGGED"] = (isset($_SESSION["USER_LOGGED"])) ? $_SESSION["USER_LOGGED"] : "";
+ $sysCon["USR_USERNAME"] = (isset($_SESSION["USR_USERNAME"])) ? $_SESSION["USR_USERNAME"] : "";
//###############################################################################################
// Added for compatibility betweek aplication called from web Entry that uses just WS functions
@@ -3009,12 +2978,12 @@ class G
if (isset($params->appData) && is_array($params->appData)) {
$sysCon["APPLICATION"] = $params->appData["APPLICATION"];
- $sysCon["PROCESS"] = $params->appData["PROCESS"];
- $sysCon["TASK"] = $params->appData["TASK"];
- $sysCon["INDEX"] = $params->appData["INDEX"];
+ $sysCon["PROCESS"] = $params->appData["PROCESS"];
+ $sysCon["TASK"] = $params->appData["TASK"];
+ $sysCon["INDEX"] = $params->appData["INDEX"];
if (empty($sysCon["USER_LOGGED"])) {
- $sysCon["USER_LOGGED"] = $params->appData["USER_LOGGED"];
+ $sysCon["USER_LOGGED"] = $params->appData["USER_LOGGED"];
$sysCon["USR_USERNAME"] = $params->appData["USR_USERNAME"];
}
}
@@ -3074,7 +3043,7 @@ class G
if (isset($ary[$t][0])) {
$ary[$t][] = array();
} else {
- $ary[$t] = array($ary[$t],array() );
+ $ary[$t] = array($ary[$t], array());
}
$cv = &$ary[$t][count($ary[$t]) - 1];
} else {
@@ -3100,7 +3069,7 @@ class G
if (isset($ary[$t][0])) {
$ary[$t][] = array();
} else {
- $ary[$t] = array($ary[$t],array());
+ $ary[$t] = array($ary[$t], array());
}
$cv = &$ary[$t][count($ary[$t]) - 1];
} else {
@@ -3207,9 +3176,9 @@ class G
$ary = array_merge($ar1, array_slice($ary, $pos));
}
- /*
- * Xml parse collection functions
- **/
+ /**
+ * Xml parse collection functions
+ */
/**
* evalJScript
@@ -3220,11 +3189,7 @@ class G
*/
public static function evalJScript($c)
{
- /*
-
- $filter = new InputFilter();
- $c = $filter->xssFilterHard($c);*/
- print('') ;
+ print('');
}
/**
@@ -3275,9 +3240,9 @@ class G
*/
public static function pr($var)
{
- print("") ;
+ print("");
print_r($var);
- print("") ;
+ print("");
}
/**
@@ -3289,9 +3254,9 @@ class G
*/
public function dump($var)
{
- print("") ;
+ print("");
var_dump($var);
- print("") ;
+ print("");
}
/**
@@ -3315,15 +3280,15 @@ class G
*/
public static function sys_get_temp_dir()
{
- if (! function_exists('sys_get_temp_dir')) {
+ if (!function_exists('sys_get_temp_dir')) {
// Based on http://www.phpit.net/
// article/creating-zip-tar-archives-dynamically-php/2/
// Try to get from environment variable
- if (! empty($_ENV['TMP'])) {
+ if (!empty($_ENV['TMP'])) {
return realpath($_ENV['TMP']);
- } elseif (! empty($_ENV['TMPDIR'])) {
+ } elseif (!empty($_ENV['TMPDIR'])) {
return realpath($_ENV['TMPDIR']);
- } elseif (! empty($_ENV['TEMP'])) {
+ } elseif (!empty($_ENV['TEMP'])) {
return realpath($_ENV['TEMP']);
} else {
// Detect by creating a temporary file
@@ -3364,7 +3329,7 @@ class G
$result = true;
if (is_array($aList)) {
foreach ($aList as $item) {
- if (! isset($item->guid)) {
+ if (!isset($item->guid)) {
$result = false;
break;
}
@@ -3509,7 +3474,7 @@ class G
return G::LoadTranslation('ID_EMAIL_ENGINE_IS_NOT_ENABLED');
}
- $passwd = $setup['MESS_PASSWORD'];
+ $passwd = $setup['MESS_PASSWORD'];
$passwdDec = G::decrypt($passwd, 'EMAILENCRYPT');
$auxPass = explode('hash:', $passwdDec);
if (count($auxPass) > 1) {
@@ -3634,31 +3599,31 @@ class G
{
switch ($var) {
case is_null($var):
- $type='NULL';
+ $type = 'NULL';
break;
case is_bool($var):
- $type='boolean';
+ $type = 'boolean';
break;
case is_float($var):
- $type='double';
+ $type = 'double';
break;
case is_int($var):
- $type='integer';
+ $type = 'integer';
break;
case is_string($var):
- $type='string';
+ $type = 'string';
break;
case is_array($var):
- $type='array';
+ $type = 'array';
break;
case is_object($var):
- $type='object';
+ $type = 'object';
break;
case is_resource($var):
- $type='resource';
+ $type = 'resource';
break;
default:
- $type='unknown type';
+ $type = 'unknown type';
break;
}
return $type;
@@ -3676,8 +3641,8 @@ class G
public function getMemoryUsage()
{
$size = memory_get_usage(true);
- $unit=array('B','Kb','Mb','Gb','Tb','Pb');
- return @round($size/pow(1024, ($i=floor(log($size, 1024)))), 2).' '.$unit[$i];
+ $unit = array('B', 'Kb', 'Mb', 'Gb', 'Tb', 'Pb');
+ return @round($size / pow(1024, ($i = floor(log($size, 1024)))), 2) . ' ' . $unit[$i];
}
public static function getFormatUserList($format, $aUserInfo)
@@ -3720,12 +3685,6 @@ class G
return $infoUser;
}
- //public function getModel($model)
- //{
-
- // return new $model();
- //}
-
/**
* Recursive Is writeable function
*
@@ -3739,7 +3698,7 @@ class G
{
$files = G::rglob($pattern, 0, $path);
foreach ($files as $file) {
- if (! is_writable($file)) {
+ if (!is_writable($file)) {
return false;
}
}
@@ -3758,8 +3717,8 @@ class G
*/
public static function rglob($pattern = '*', $flags = 0, $path = '')
{
- $paths = glob($path.'*', GLOB_MARK|GLOB_ONLYDIR|GLOB_NOSORT);
- $files = glob($path.$pattern, $flags);
+ $paths = glob($path . '*', GLOB_MARK | GLOB_ONLYDIR | GLOB_NOSORT);
+ $files = glob($path . $pattern, $flags);
foreach ($paths as $path) {
$files = array_merge($files, G::rglob($pattern, $flags, $path));
}
@@ -3796,7 +3755,7 @@ class G
$b_os_test = true;
$b_mobile_test = true;
$b_safe_browser = false;
- $b_success = false;// boolean for if browser found in main test
+ $b_success = false; // boolean for if browser found in main test
$browser_math_number = '';
$browser_temp = '';
$browser_working = '';
@@ -3812,7 +3771,7 @@ class G
$os_type = '';
$run_time = '';
$true_ie_number = '';
- $ua_type = 'bot';// default to bot since you never know with bots
+ $ua_type = 'bot'; // default to bot since you never know with bots
$webkit_type = '';
$webkit_type_number = '';
@@ -3850,73 +3809,71 @@ class G
// known browsers, list will be updated routinely, check back now and then
$a_browser_types = array(
- array( 'opera', true, 'op', 'bro' ),
- array( 'msie', true, 'ie', 'bro' ),
+ array('opera', true, 'op', 'bro'),
+ array('msie', true, 'ie', 'bro'),
// webkit before gecko because some webkit ua strings say: like gecko
- array( 'webkit', true, 'webkit', 'bro' ),
+ array('webkit', true, 'webkit', 'bro'),
// konq will be using webkit soon
- array( 'konqueror', true, 'konq', 'bro' ),
+ array('konqueror', true, 'konq', 'bro'),
// covers Netscape 6-7, K-Meleon, Most linux versions, uses moz array below
- array( 'gecko', true, 'moz', 'bro' ),
- array( 'netpositive', false, 'netp', 'bbro' ),// beos browser
- array( 'lynx', false, 'lynx', 'bbro' ), // command line browser
- array( 'elinks ', false, 'elinks', 'bbro' ), // new version of links
- array( 'elinks', false, 'elinks', 'bbro' ), // alternate id for it
- array( 'links2', false, 'links2', 'bbro' ), // alternate links version
- array( 'links ', false, 'links', 'bbro' ), // old name for links
- array( 'links', false, 'links', 'bbro' ), // alternate id for it
- array( 'w3m', false, 'w3m', 'bbro' ), // open source browser, more features than lynx/links
- array( 'webtv', false, 'webtv', 'bbro' ),// junk ms webtv
- array( 'amaya', false, 'amaya', 'bbro' ),// w3c browser
- array( 'dillo', false, 'dillo', 'bbro' ),// linux browser, basic table support
- array( 'ibrowse', false, 'ibrowse', 'bbro' ),// amiga browser
- array( 'icab', false, 'icab', 'bro' ),// mac browser
- array( 'crazy browser', true, 'ie', 'bro' ),// uses ie rendering engine
-
+ array('gecko', true, 'moz', 'bro'),
+ array('netpositive', false, 'netp', 'bbro'), // beos browser
+ array('lynx', false, 'lynx', 'bbro'), // command line browser
+ array('elinks ', false, 'elinks', 'bbro'), // new version of links
+ array('elinks', false, 'elinks', 'bbro'), // alternate id for it
+ array('links2', false, 'links2', 'bbro'), // alternate links version
+ array('links ', false, 'links', 'bbro'), // old name for links
+ array('links', false, 'links', 'bbro'), // alternate id for it
+ array('w3m', false, 'w3m', 'bbro'), // open source browser, more features than lynx/links
+ array('webtv', false, 'webtv', 'bbro'), // junk ms webtv
+ array('amaya', false, 'amaya', 'bbro'), // w3c browser
+ array('dillo', false, 'dillo', 'bbro'), // linux browser, basic table support
+ array('ibrowse', false, 'ibrowse', 'bbro'), // amiga browser
+ array('icab', false, 'icab', 'bro'), // mac browser
+ array('crazy browser', true, 'ie', 'bro'), // uses ie rendering engine
// search engine spider bots:
- array( 'bingbot', false, 'bing', 'bot' ),// bing
- array( 'exabot', false, 'exabot', 'bot' ),// exabot
- array( 'googlebot', false, 'google', 'bot' ),// google
- array( 'google web preview', false, 'googlewp', 'bot' ),// google preview
- array( 'mediapartners-google', false, 'adsense', 'bot' ),// google adsense
- array( 'yahoo-verticalcrawler', false, 'yahoo', 'bot' ),// old yahoo bot
- array( 'yahoo! slurp', false, 'yahoo', 'bot' ), // new yahoo bot
- array( 'yahoo-mm', false, 'yahoomm', 'bot' ), // gets Yahoo-MMCrawler and Yahoo-MMAudVid bots
- array( 'inktomi', false, 'inktomi', 'bot' ), // inktomi bot
- array( 'slurp', false, 'inktomi', 'bot' ), // inktomi bot
- array( 'fast-webcrawler', false, 'fast', 'bot' ),// Fast AllTheWeb
- array( 'msnbot', false, 'msn', 'bot' ),// msn search
- array( 'ask jeeves', false, 'ask', 'bot' ), //jeeves/teoma
- array( 'teoma', false, 'ask', 'bot' ),//jeeves teoma
- array( 'scooter', false, 'scooter', 'bot' ),// altavista
- array( 'openbot', false, 'openbot', 'bot' ),// openbot, from taiwan
- array( 'ia_archiver', false, 'ia_archiver', 'bot' ),// ia archiver
- array( 'zyborg', false, 'looksmart', 'bot' ),// looksmart
- array( 'almaden', false, 'ibm', 'bot' ),// ibm almaden web crawler
- array( 'baiduspider', false, 'baidu', 'bot' ),// Baiduspider asian search spider
- array( 'psbot', false, 'psbot', 'bot' ),// psbot image crawler
- array( 'gigabot', false, 'gigabot', 'bot' ),// gigabot crawler
- array( 'naverbot', false, 'naverbot', 'bot' ),// naverbot crawler, bad bot, block
- array( 'surveybot', false, 'surveybot', 'bot' ),//
- array( 'boitho.com-dc', false, 'boitho', 'bot' ),//norwegian search engine
- array( 'objectssearch', false, 'objectsearch', 'bot' ),// open source search engine
- array( 'answerbus', false, 'answerbus', 'bot' ),// http://www.answerbus.com/, web questions
- array( 'sohu-search', false, 'sohu', 'bot' ),// chinese media company, search component
- array( 'iltrovatore-setaccio', false, 'il-set', 'bot' ),
-
+ array('bingbot', false, 'bing', 'bot'), // bing
+ array('exabot', false, 'exabot', 'bot'), // exabot
+ array('googlebot', false, 'google', 'bot'), // google
+ array('google web preview', false, 'googlewp', 'bot'), // google preview
+ array('mediapartners-google', false, 'adsense', 'bot'), // google adsense
+ array('yahoo-verticalcrawler', false, 'yahoo', 'bot'), // old yahoo bot
+ array('yahoo! slurp', false, 'yahoo', 'bot'), // new yahoo bot
+ array('yahoo-mm', false, 'yahoomm', 'bot'), // gets Yahoo-MMCrawler and Yahoo-MMAudVid bots
+ array('inktomi', false, 'inktomi', 'bot'), // inktomi bot
+ array('slurp', false, 'inktomi', 'bot'), // inktomi bot
+ array('fast-webcrawler', false, 'fast', 'bot'), // Fast AllTheWeb
+ array('msnbot', false, 'msn', 'bot'), // msn search
+ array('ask jeeves', false, 'ask', 'bot'), //jeeves/teoma
+ array('teoma', false, 'ask', 'bot'), //jeeves teoma
+ array('scooter', false, 'scooter', 'bot'), // altavista
+ array('openbot', false, 'openbot', 'bot'), // openbot, from taiwan
+ array('ia_archiver', false, 'ia_archiver', 'bot'), // ia archiver
+ array('zyborg', false, 'looksmart', 'bot'), // looksmart
+ array('almaden', false, 'ibm', 'bot'), // ibm almaden web crawler
+ array('baiduspider', false, 'baidu', 'bot'), // Baiduspider asian search spider
+ array('psbot', false, 'psbot', 'bot'), // psbot image crawler
+ array('gigabot', false, 'gigabot', 'bot'), // gigabot crawler
+ array('naverbot', false, 'naverbot', 'bot'), // naverbot crawler, bad bot, block
+ array('surveybot', false, 'surveybot', 'bot'), //
+ array('boitho.com-dc', false, 'boitho', 'bot'), //norwegian search engine
+ array('objectssearch', false, 'objectsearch', 'bot'), // open source search engine
+ array('answerbus', false, 'answerbus', 'bot'), // http://www.answerbus.com/, web questions
+ array('sohu-search', false, 'sohu', 'bot'), // chinese media company, search component
+ array('iltrovatore-setaccio', false, 'il-set', 'bot'),
// various http utility libaries
- array( 'w3c_validator', false, 'w3c', 'lib' ), // uses libperl, make first
- array( 'wdg_validator', false, 'wdg', 'lib' ), //
- array( 'libwww-perl', false, 'libwww-perl', 'lib' ),
- array( 'jakarta commons-httpclient', false, 'jakarta', 'lib' ),
- array( 'python-urllib', false, 'python-urllib', 'lib' ),
+ array('w3c_validator', false, 'w3c', 'lib'), // uses libperl, make first
+ array('wdg_validator', false, 'wdg', 'lib'), //
+ array('libwww-perl', false, 'libwww-perl', 'lib'),
+ array('jakarta commons-httpclient', false, 'jakarta', 'lib'),
+ array('python-urllib', false, 'python-urllib', 'lib'),
// download apps
- array( 'getright', false, 'getright', 'dow' ),
- array( 'wget', false, 'wget', 'dow' ),// open source downloader, obeys robots.txt
+ array('getright', false, 'getright', 'dow'),
+ array('wget', false, 'wget', 'dow'), // open source downloader, obeys robots.txt
// netscape 4 and earlier tests, put last so spiders don't get caught
- array( 'mozilla/4.', false, 'ns', 'bbro' ),
- array( 'mozilla/3.', false, 'ns', 'bbro' ),
- array( 'mozilla/2.', false, 'ns', 'bbro' )
+ array('mozilla/4.', false, 'ns', 'bbro'),
+ array('mozilla/3.', false, 'ns', 'bbro'),
+ array('mozilla/2.', false, 'ns', 'bbro')
);
//array( '', false ); // browser array template
@@ -3927,7 +3884,7 @@ class G
rv comes last in case it is plain old mozilla. firefox/netscape/seamonkey need to be later
Thanks to: http://www.zytrax.com/tech/web/firefox-history.html
*/
- $a_moz_types = array( 'bonecho', 'camino', 'epiphany', 'firebird', 'flock', 'galeon', 'iceape', 'icecat', 'k-meleon', 'minimo', 'multizilla', 'phoenix', 'songbird', 'swiftfox', 'seamonkey', 'shiretoko', 'iceweasel', 'firefox', 'minefield', 'netscape6', 'netscape', 'rv' );
+ $a_moz_types = array('bonecho', 'camino', 'epiphany', 'firebird', 'flock', 'galeon', 'iceape', 'icecat', 'k-meleon', 'minimo', 'multizilla', 'phoenix', 'songbird', 'swiftfox', 'seamonkey', 'shiretoko', 'iceweasel', 'firefox', 'minefield', 'netscape6', 'netscape', 'rv');
/*
webkit types, this is going to expand over time as webkit browsers spread
@@ -3935,7 +3892,7 @@ class G
It will now default to khtml. gtklauncher is the temp id for epiphany, might
change. Defaults to applewebkit, and will all show the webkit number.
*/
- $a_webkit_types = array( 'arora', 'chrome', 'epiphany', 'gtklauncher', 'konqueror', 'midori', 'omniweb', 'safari', 'uzbl', 'applewebkit', 'webkit' );
+ $a_webkit_types = array('arora', 'chrome', 'epiphany', 'gtklauncher', 'konqueror', 'midori', 'omniweb', 'safari', 'uzbl', 'applewebkit', 'webkit');
/*
run through the browser_types array, break if you hit a match, if no match, assume old browser
@@ -3944,7 +3901,7 @@ class G
$i_count = count($a_browser_types);
for ($i = 0; $i < $i_count; $i++) {
//unpacks browser array, assigns to variables, need to not assign til found in string
- $browser_temp = $a_browser_types[$i][0];// text string to id browser from array
+ $browser_temp = $a_browser_types[$i][0]; // text string to id browser from array
if (strstr($browser_user_agent, $browser_temp)) {
/*
@@ -3953,12 +3910,12 @@ class G
explicit false assignment will make it false.
*/
$b_safe_browser = true;
- $browser_name = $browser_temp;// text string to id browser from array
+ $browser_name = $browser_temp; // text string to id browser from array
// assign values based on match of user agent string
- $b_dom_browser = $a_browser_types[$i][1];// hardcoded dom support from array
- $browser_working = $a_browser_types[$i][2];// working name for browser
- $ua_type = $a_browser_types[$i][3];// sets whether bot or browser
+ $b_dom_browser = $a_browser_types[$i][1]; // hardcoded dom support from array
+ $browser_working = $a_browser_types[$i][2]; // working name for browser
+ $ua_type = $a_browser_types[$i][3]; // sets whether bot or browser
switch ($browser_working) {
// this is modified quite a bit, now will return proper netscape version number
@@ -4128,8 +4085,8 @@ class G
// get os data, mac os x test requires browser/version information, this is a change from older scripts
if ($b_os_test) {
$a_os_data = G::get_os_data($browser_user_agent, $browser_working, $browser_number);
- $os_type = $a_os_data[0];// os name, abbreviated
- $os_number = $a_os_data[1];// os number or version if available
+ $os_type = $a_os_data[0]; // os name, abbreviated
+ $os_number = $a_os_data[1]; // os number or version if available
}
/*
this ends the run through once if clause, set the boolean
@@ -4176,10 +4133,10 @@ class G
Note that there's no need to keep repacking these every time the script is called
*/
if (!$a_moz_data) {
- $a_moz_data = array( $moz_type, $moz_number, $moz_rv, $moz_rv_full, $moz_release_date );
+ $a_moz_data = array($moz_type, $moz_number, $moz_rv, $moz_rv_full, $moz_release_date);
}
if (!$a_webkit_data) {
- $a_webkit_data = array( $webkit_type, $webkit_type_number, $browser_number );
+ $a_webkit_data = array($webkit_type, $webkit_type_number, $browser_number);
}
$run_time = G::script_time();
@@ -4252,14 +4209,14 @@ class G
packs the os array. Use this order since some navigator user agents will put 'macintosh'
in the navigator user agent string which would make the nt test register true
*/
- $a_mac = array( 'intel mac', 'ppc mac', 'mac68k' );// this is not used currently
+ $a_mac = array('intel mac', 'ppc mac', 'mac68k'); // this is not used currently
// same logic, check in order to catch the os's in order, last is always default item
- $a_unix_types = array( 'dragonfly', 'freebsd', 'openbsd', 'netbsd', 'bsd', 'unixware', 'solaris', 'sunos', 'sun4', 'sun5', 'suni86', 'sun', 'irix5', 'irix6', 'irix', 'hpux9', 'hpux10', 'hpux11', 'hpux', 'hp-ux', 'aix1', 'aix2', 'aix3', 'aix4', 'aix5', 'aix', 'sco', 'unixware', 'mpras', 'reliant', 'dec', 'sinix', 'unix' );
+ $a_unix_types = array('dragonfly', 'freebsd', 'openbsd', 'netbsd', 'bsd', 'unixware', 'solaris', 'sunos', 'sun4', 'sun5', 'suni86', 'sun', 'irix5', 'irix6', 'irix', 'hpux9', 'hpux10', 'hpux11', 'hpux', 'hp-ux', 'aix1', 'aix2', 'aix3', 'aix4', 'aix5', 'aix', 'sco', 'unixware', 'mpras', 'reliant', 'dec', 'sinix', 'unix');
// only sometimes will you get a linux distro to id itself...
- $a_linux_distros = array( 'ubuntu', 'kubuntu', 'xubuntu', 'mepis', 'xandros', 'linspire', 'winspire', 'jolicloud', 'sidux', 'kanotix', 'debian', 'opensuse', 'suse', 'fedora', 'redhat', 'slackware', 'slax', 'mandrake', 'mandriva', 'gentoo', 'sabayon', 'linux' );
- $a_linux_process = array( 'i386', 'i586', 'i686' );// not use currently
+ $a_linux_distros = array('ubuntu', 'kubuntu', 'xubuntu', 'mepis', 'xandros', 'linspire', 'winspire', 'jolicloud', 'sidux', 'kanotix', 'debian', 'opensuse', 'suse', 'fedora', 'redhat', 'slackware', 'slax', 'mandrake', 'mandriva', 'gentoo', 'sabayon', 'linux');
+ $a_linux_process = array('i386', 'i586', 'i686'); // not use currently
// note, order of os very important in os array, you will get failed ids if changed
- $a_os_types = array( 'android', 'blackberry', 'iphone', 'palmos', 'palmsource', 'symbian', 'beos', 'os2', 'amiga', 'webtv', 'mac', 'nt', 'win', $a_unix_types, $a_linux_distros );
+ $a_os_types = array('android', 'blackberry', 'iphone', 'palmos', 'palmsource', 'symbian', 'beos', 'os2', 'amiga', 'webtv', 'mac', 'nt', 'win', $a_unix_types, $a_linux_distros);
//os tester
$i_count = count($a_os_types);
@@ -4283,7 +4240,7 @@ class G
} elseif (strstr($pv_browser_string, 'nt 5.2')) {
$os_working_number = 5.2;
} elseif (strstr($pv_browser_string, 'nt 5.1') || strstr($pv_browser_string, 'xp')) {
- $os_working_number = 5.1;//
+ $os_working_number = 5.1; //
} elseif (strstr($pv_browser_string, 'nt 5') || strstr($pv_browser_string, '2000')) {
$os_working_number = 5.0;
} elseif (strstr($pv_browser_string, 'nt 4')) {
@@ -4341,7 +4298,7 @@ class G
for ($j = 0; $j < $j_count; $j++) {
if (strstr($pv_browser_string, $os_working_data[$j])) {
$os_working_type = 'unix'; //if the os is in the unix array, it's unix, obviously...
- $os_working_number = ($os_working_data[$j] != 'unix') ? $os_working_data[$j] : '';// assign sub unix version from the unix array
+ $os_working_number = ($os_working_data[$j] != 'unix') ? $os_working_data[$j] : ''; // assign sub unix version from the unix array
break;
}
}
@@ -4360,7 +4317,7 @@ class G
}
// pack the os data array for return to main function
- $a_os_data = array( $os_working_type, $os_working_number );
+ $a_os_data = array($os_working_type, $os_working_number);
return $a_os_data;
}
@@ -4418,9 +4375,9 @@ class G
// devices - ipod before iphone or fails
'benq', 'blackberry', 'danger hiptop', 'ddipocket', ' droid', 'ipad', 'ipod', 'iphone', 'kindle', 'lge-cx', 'lge-lx', 'lge-mx', 'lge vx', 'lge ', 'lge-', 'lg;lx', 'nintendo wii', 'nokia', 'palm', 'pdxgw', 'playstation', 'sagem', 'samsung', 'sec-sgh', 'sharp', 'sonyericsson', 'sprint', 'zune', 'j-phone', 'n410', 'mot 24', 'mot-', 'htc-', 'htc_', 'htc ', 'sec-', 'sie-m', 'sie-s', 'spv ', 'vodaphone', 'smartphone', 'armv', 'midp', 'mobilephone',
// browsers
- 'avantgo', 'blazer', 'elaine', 'eudoraweb', 'iemobile', 'minimo', 'mobile safari', 'mobileexplorer', 'opera mobi', 'opera mini', 'netfront', 'opwv', 'polaris', 'semc-browser', 'up.browser', 'webpro', 'wms pie', 'xiino',
+ 'avantgo', 'blazer', 'elaine', 'eudoraweb', 'iemobile', 'minimo', 'mobile safari', 'mobileexplorer', 'opera mobi', 'opera mini', 'netfront', 'opwv', 'polaris', 'semc-browser', 'up.browser', 'webpro', 'wms pie', 'xiino',
// services - astel out of business
- 'astel', 'docomo', 'novarra-vision', 'portalmmm', 'reqwirelessweb', 'vodafone'
+ 'astel', 'docomo', 'novarra-vision', 'portalmmm', 'reqwirelessweb', 'vodafone'
);
// then do basic mobile type search, this uses data from: get_mobile_data()
@@ -4445,10 +4402,10 @@ class G
$mobile_server = '';
$mobile_server_number = '';
- $a_mobile_browser = array( 'avantgo', 'blazer', 'elaine', 'eudoraweb', 'iemobile', 'minimo', 'mobile safari', 'mobileexplorer', 'opera mobi', 'opera mini', 'netfront', 'opwv', 'polaris', 'semc-browser', 'up.browser', 'webpro', 'wms pie', 'xiino' );
- $a_mobile_device = array( 'benq', 'blackberry', 'danger hiptop', 'ddipocket', ' droid', 'htc_dream', 'htc espresso', 'htc hero', 'htc halo', 'htc huangshan', 'htc legend', 'htc liberty', 'htc paradise', 'htc supersonic', 'htc tattoo', 'ipad', 'ipod', 'iphone', 'kindle', 'lge-cx', 'lge-lx', 'lge-mx', 'lge vx', 'lg;lx', 'nintendo wii', 'nokia', 'palm', 'pdxgw', 'playstation', 'sagem', 'samsung', 'sec-sgh', 'sharp', 'sonyericsson', 'sprint', 'zunehd', 'zune', 'j-phone', 'milestone', 'n410', 'mot 24', 'mot-', 'htc-', 'htc_', 'htc ', 'lge ', 'lge-', 'sec-', 'sie-m', 'sie-s', 'spv ', 'smartphone', 'armv', 'midp', 'mobilephone' );
- $a_mobile_os = array( 'android', 'epoc', 'cpu os', 'iphone os', 'palmos', 'palmsource', 'windows phone os', 'windows ce', 'symbianos', 'symbian os', 'symbian', 'webos', 'linux armv' );
- $a_mobile_server = array( 'astel', 'docomo', 'novarra-vision', 'portalmmm', 'reqwirelessweb', 'vodafone' );
+ $a_mobile_browser = array('avantgo', 'blazer', 'elaine', 'eudoraweb', 'iemobile', 'minimo', 'mobile safari', 'mobileexplorer', 'opera mobi', 'opera mini', 'netfront', 'opwv', 'polaris', 'semc-browser', 'up.browser', 'webpro', 'wms pie', 'xiino');
+ $a_mobile_device = array('benq', 'blackberry', 'danger hiptop', 'ddipocket', ' droid', 'htc_dream', 'htc espresso', 'htc hero', 'htc halo', 'htc huangshan', 'htc legend', 'htc liberty', 'htc paradise', 'htc supersonic', 'htc tattoo', 'ipad', 'ipod', 'iphone', 'kindle', 'lge-cx', 'lge-lx', 'lge-mx', 'lge vx', 'lg;lx', 'nintendo wii', 'nokia', 'palm', 'pdxgw', 'playstation', 'sagem', 'samsung', 'sec-sgh', 'sharp', 'sonyericsson', 'sprint', 'zunehd', 'zune', 'j-phone', 'milestone', 'n410', 'mot 24', 'mot-', 'htc-', 'htc_', 'htc ', 'lge ', 'lge-', 'sec-', 'sie-m', 'sie-s', 'spv ', 'smartphone', 'armv', 'midp', 'mobilephone');
+ $a_mobile_os = array('android', 'epoc', 'cpu os', 'iphone os', 'palmos', 'palmsource', 'windows phone os', 'windows ce', 'symbianos', 'symbian os', 'symbian', 'webos', 'linux armv');
+ $a_mobile_server = array('astel', 'docomo', 'novarra-vision', 'portalmmm', 'reqwirelessweb', 'vodafone');
$k_count = count($a_mobile_browser);
for ($k = 0; $k < $k_count; $k++) {
@@ -4492,7 +4449,7 @@ class G
$mobile_os_number = G::get_item_version($pv_browser_user_agent, 'linux');
}
- $a_mobile_data = array( $mobile_device, $mobile_browser, $mobile_browser_number, $mobile_os, $mobile_os_number, $mobile_server, $mobile_server_number, $mobile_device_number );
+ $a_mobile_data = array($mobile_device, $mobile_browser, $mobile_browser_number, $mobile_os, $mobile_os_number, $mobile_server, $mobile_server_number, $mobile_device_number);
return $a_mobile_data;
}
@@ -4514,7 +4471,7 @@ class G
}
// Next get the name of the useragent yes seperately and for good reason
- if ((preg_match('~Trident/7.0; rv:11.0~', $u_agent) || preg_match('/MSIE/i', $u_agent)) && ! preg_match('/Opera/i', $u_agent)) {
+ if ((preg_match('~Trident/7.0; rv:11.0~', $u_agent) || preg_match('/MSIE/i', $u_agent)) && !preg_match('/Opera/i', $u_agent)) {
$bname = 'Internet Explorer';
$ub = "MSIE";
} elseif (preg_match('/Firefox/i', $u_agent)) {
@@ -4538,7 +4495,7 @@ class G
}
// finally get the correct version number
- $known = array('Version',$ub,'other');
+ $known = array('Version', $ub, 'other');
$pattern = '#(?P' . join('|', $known) . ')[/ ]+(?P[0-9.|a-zA-Z.]*)#';
@preg_match_all($pattern, $u_agent, $matches);
@@ -4573,8 +4530,7 @@ class G
}
}
- return array('userAgent' => $u_agent,'name' => strtolower($ub),'longName' => $bname,'version' => $version,'platform' => $platform,'pattern' => $pattern
- );
+ return array('userAgent' => $u_agent, 'name' => strtolower($ub), 'longName' => $bname, 'version' => $version, 'platform' => $platform, 'pattern' => $pattern);
}
// track total script execution time
@@ -4607,7 +4563,7 @@ class G
if ($handle = opendir($path)) {
while (false !== ($file = readdir($handle))) {
$nextpath = $path . '/' . $file;
- if ($file != '.' && $file != '..' && ! is_link($nextpath) && $file != '.svn') {
+ if ($file != '.' && $file != '..' && !is_link($nextpath) && $file != '.svn') {
if (is_dir($nextpath)) {
$dircount ++;
$result = G::getDirectorySize($nextpath, $maxmtime);
@@ -4648,7 +4604,7 @@ class G
} else {
$file[0] = '';
}
- return array('filename' => $file[0],'checksum' => (isset($match[0]) ? $match[0] : ''));
+ return array('filename' => $file[0], 'checksum' => (isset($match[0]) ? $match[0] : ''));
}
/**
@@ -4660,7 +4616,7 @@ class G
{
$key = System::getVersion();
- if (! is_array($files)) {
+ if (!is_array($files)) {
$tmp = $files;
$files = array();
$files[0] = $tmp;
@@ -4720,7 +4676,7 @@ class G
$found = false;
$buffer = null;
- while (! feof($fp)) {
+ while (!feof($fp)) {
$config = G::parse_ini_string($line);
if (isset($config[$variable])) {
$enabled = $config[$variable];
@@ -4732,7 +4688,7 @@ class G
$line = fgets($fp);
}
fclose($fp);
- if (! $found) {
+ if (!$found) {
$buffer .= sprintf("\n%s = 1 \n", $variable);
}
@file_put_contents($inifile, $buffer);
@@ -4752,7 +4708,7 @@ class G
$found = false;
$buffer = null;
- while (! feof($fp)) {
+ while (!feof($fp)) {
$config = G::parse_ini_string($line);
if (isset($config[$variable])) {
$enabled = $config[$variable];
@@ -4764,7 +4720,7 @@ class G
$line = fgets($fp);
}
fclose($fp);
- if (! $found) {
+ if (!$found) {
$buffer .= sprintf("\n%s = %s \n", $variable, $value);
}
file_put_contents($inifile, $buffer);
@@ -4800,7 +4756,7 @@ class G
{
$noWritable = array();
foreach ($resources as $i => $resource) {
- if (! is_writable($resource)) {
+ if (!is_writable($resource)) {
$noWritable[] = $resource;
}
}
@@ -4821,7 +4777,7 @@ class G
*/
public static function renderTemplate($template, $data = array())
{
- if (! defined('PATH_THIRDPARTY')) {
+ if (!defined('PATH_THIRDPARTY')) {
throw new Exception('System constant (PATH_THIRDPARTY) is not defined!');
}
@@ -4839,7 +4795,7 @@ class G
unset($fInfo['extension']);
}
- if (! isset($fInfo['extension'])) {
+ if (!isset($fInfo['extension'])) {
if (file_exists($template . '.tpl')) {
$template .= '.tpl';
} elseif (file_exists($template . '.html')) {
@@ -4848,12 +4804,12 @@ class G
$tplExists = false;
}
} else {
- if (! file_exists($template)) {
+ if (!file_exists($template)) {
$tplExists = false;
}
}
- if (! $tplExists) {
+ if (!$tplExists) {
throw new Exception("Template: $template, doesn't exist!");
}
@@ -4906,7 +4862,7 @@ class G
$iniLines = array();
$iniContent = array();
- if (file_exists($file) && ! is_writable($file)) {
+ if (file_exists($file) && !is_writable($file)) {
throw new Exception("File $file, is not writable.");
}
@@ -4971,7 +4927,7 @@ class G
public static function is_writable_r($path, &$noWritableFiles = array())
{
if (is_writable($path)) {
- if (! is_dir($path)) {
+ if (!is_dir($path)) {
return true;
}
$list = glob(rtrim($path, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR . '*');
@@ -4979,7 +4935,7 @@ class G
$sw = true;
if (is_array($list)) {
foreach ($list as $f) {
- if (! G::is_writable_r($f, $noWritableFiles)) {
+ if (!G::is_writable_r($f, $noWritableFiles)) {
$sw = false;
}
}
@@ -4989,7 +4945,7 @@ class G
return $sw;
} else {
- if (! in_array($path, $noWritableFiles)) {
+ if (!in_array($path, $noWritableFiles)) {
$noWritableFiles[] = $path;
}
return false;
@@ -5015,7 +4971,7 @@ class G
$restClasses[str_replace('.php', '', basename($classFile))] = $classFile;
}
}
- if (! empty($apiClassesPath)) {
+ if (!empty($apiClassesPath)) {
$pluginRestClasses = array();
$restClassesList = G::rglob('*', 0, $apiClassesPath . 'services/');
foreach ($restClassesList as $classFile) {
@@ -5032,7 +4988,7 @@ class G
$restClasses = array_merge($restClasses, $pluginClasses);
}
foreach ($restClasses as $key => $classFile) {
- if (! file_exists($classFile)) {
+ if (!file_exists($classFile)) {
unset($restClasses[$key]);
continue;
}
@@ -5042,10 +4998,10 @@ class G
$className = str_replace('.php', '', basename($classFile));
// if the core class does not exists try resolve the for a plugin
- if (! class_exists($namespace . $className)) {
+ if (!class_exists($namespace . $className)) {
$namespace = 'Plugin_Services_Rest_';
// Couldn't resolve the class name, just skipp it
- if (! class_exists($namespace . $className)) {
+ if (!class_exists($namespace . $className)) {
unset($restClasses[$key]);
continue;
}
@@ -5084,10 +5040,10 @@ class G
}
}
// to handle a request with "OPTIONS" method
- if (! empty($namespace) && $_SERVER['REQUEST_METHOD'] === 'OPTIONS') {
+ if (!empty($namespace) && $_SERVER['REQUEST_METHOD'] === 'OPTIONS') {
$reflClass = new ReflectionClass($namespace . $requestedClass);
// if the rest class has not a "options" method
- if (! $reflClass->hasMethod('options')) {
+ if (!$reflClass->hasMethod('options')) {
header('Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS, HEADERS');
header('Access-Control-Allow-Headers: authorization, content-type');
header("Access-Control-Allow-Credentials", "false");
@@ -5124,12 +5080,12 @@ class G
* nameWorkspace to specific workspace
* return true if the file exists, otherwise false.
*/
- public static function isPMUnderUpdating($setFlag = 2, $content="true")
+ public static function isPMUnderUpdating($setFlag = 2, $content = "true")
{
if (!defined('PATH_DATA')) {
return false;
}
- $fileCheck = PATH_DATA."UPDATE.dat";
+ $fileCheck = PATH_DATA . "UPDATE.dat";
if ($setFlag == 0) {
if (file_exists($fileCheck)) {
unlink($fileCheck);
@@ -5290,7 +5246,7 @@ class G
{
$sysConf = System::getSystemConfiguration(PATH_CONFIG . "env.ini");
- return (isset($sysConf["browser_cache_files_uid"]))? $sysConf["browser_cache_files_uid"] : null;
+ return (isset($sysConf["browser_cache_files_uid"])) ? $sysConf["browser_cache_files_uid"] : null;
}
public static function browserCacheFilesUrl($url)
@@ -5307,7 +5263,7 @@ class G
if (preg_match("/^(.*)\.js$/i", $name, $arrayMatch)) {
$index = $arrayMatch[1];
- $index = (preg_match("/^translation\..*$/", $index))? "translation" : $index;
+ $index = (preg_match("/^translation\..*$/", $index)) ? "translation" : $index;
$arrayLibrary = G::browserCacheFilesGetLibraryJs();
@@ -5431,30 +5387,30 @@ class G
*/
public static function auditLog($actionToLog, $valueToLog = "")
{
- $workspace = !empty(config("system.workspace")) ? config("system.workspace") : 'Undefined Workspace';
$conf = new Configurations();
- $sflag = $conf->getConfiguration('AUDIT_LOG', 'log');
- $sflagAudit = $sflag == 'true' ? true : false;
- $ipClient = G::getIpAddress();
- $userUid = 'Unknow User';
- $fullName = '-';
-
+ $flag = $conf->getConfiguration('AUDIT_LOG', 'log');
+ $flagAudit = $flag == 'true' ? true : false;
/*----------------------------------********---------------------------------*/
$licensedFeatures = PMLicensedFeatures::getSingleton();
- if ($sflagAudit && $licensedFeatures->verifyfeature('vtSeHNhT0JnSmo1bTluUVlTYUxUbUFSVStEeXVqc1pEUG5EeXc0MGd2Q3ErYz0=')) {
+ if ($flagAudit && $licensedFeatures->verifyfeature('vtSeHNhT0JnSmo1bTluUVlTYUxUbUFSVStEeXVqc1pEUG5EeXc0MGd2Q3ErYz0=')) {
+ $userUid = 'Unknow User';
+ $fullName = '-';
if (isset($_SESSION['USER_LOGGED']) && $_SESSION['USER_LOGGED'] != '') {
$userUid = $_SESSION['USER_LOGGED'];
} else {
- //Get the usrUid related to the accessToken
- $userUid = \ProcessMaker\Services\OAuth2\Server::getUserId();
+ $userUid = Server::getUserId();
if (!empty($userUid)) {
- $oUserLogged = new \Users();
- $user = $oUserLogged->loadDetails($userUid);
+ $users = new Users();
+ $user = $users->loadDetails($userUid);
$fullName = $user['USR_FULLNAME'];
}
}
- $fullName = isset($_SESSION['USR_FULLNAME']) && $_SESSION['USR_FULLNAME'] != '' ? $_SESSION['USR_FULLNAME'] : $fullName;
- G::log("|". $workspace ."|". $ipClient ."|". $userUid . "|" . $fullName ."|" . $actionToLog . "|" . $valueToLog, PATH_DATA, "audit.log");
+ $fullName = empty($_SESSION['USR_FULLNAME']) ? $fullName : $_SESSION['USR_FULLNAME'];
+
+ $auditLog = new AuditLog();
+ $auditLog->setUserLogged($userUid);
+ $auditLog->setUserFullname($fullName);
+ $auditLog->register($actionToLog, $valueToLog);
}
/*----------------------------------********---------------------------------*/
}
@@ -5495,7 +5451,7 @@ class G
} elseif ($configuration['MESS_ENGINE'] == 'PHPMAILER' && preg_match('/(.+)@(.+)\.(.+)/', $configuration['MESS_ACCOUNT'], $match)) {
$from .= ' <' . $configuration['MESS_ACCOUNT'] . '>';
} else {
- $from .= ' ';
+ $from .= ' ';
}
}
} else {
@@ -5504,15 +5460,15 @@ class G
} elseif ($configuration['MESS_FROM_NAME'] != '' && $configuration['MESS_ENGINE'] == 'PHPMAILER' && preg_match('/(.+)@(.+)\.(.+)/', $configuration['MESS_ACCOUNT'], $match)) {
$from = $configuration['MESS_FROM_NAME'] . ' <' . $configuration['MESS_ACCOUNT'] . '>';
} elseif ($configuration['MESS_FROM_NAME'] != '') {
- $from = $configuration['MESS_FROM_NAME'] . ' ';
+ $from = $configuration['MESS_FROM_NAME'] . ' ';
} elseif ($configuration['MESS_FROM_MAIL'] != '') {
$from = $configuration['MESS_FROM_MAIL'];
} elseif ($configuration['MESS_ENGINE'] == 'PHPMAILER' && preg_match('/(.+)@(.+)\.(.+)/', $configuration['MESS_ACCOUNT'], $match)) {
$from = $configuration['MESS_ACCOUNT'];
} elseif ($configuration['MESS_ENGINE'] == 'PHPMAILER' && $configuration['MESS_ACCOUNT'] != '' && !preg_match('/(.+)@(.+)\.(.+)/', $configuration['MESS_ACCOUNT'], $match)) {
- $from = $configuration['MESS_ACCOUNT'] . ' ';
+ $from = $configuration['MESS_ACCOUNT'] . ' ';
} else {
- $from = 'info@' . ((isset($_SERVER['HTTP_HOST']) && $_SERVER['HTTP_HOST'] != '')? $_SERVER['HTTP_HOST'] : 'processmaker.com');
+ $from = 'info@' . ((isset($_SERVER['HTTP_HOST']) && $_SERVER['HTTP_HOST'] != '') ? $_SERVER['HTTP_HOST'] : 'processmaker.com');
}
}
return $from;
@@ -5737,10 +5693,11 @@ class G
"—", "–", ",", "<", ".", ">", "/", "?");
$clean = trim(str_replace($strip, "", strip_tags($string)));
$clean = preg_replace('/\s+/', "-", $clean);
- $clean = ($alpha) ? preg_replace("/[^a-zA-Z0-9]/", "", $clean) : $clean ;
+ $clean = ($alpha) ? preg_replace("/[^a-zA-Z0-9]/", "", $clean) : $clean;
$clean = ($lowercase) ? (function_exists('mb_strtolower')) ? mb_strtolower($clean, 'UTF-8') : strtolower($clean) : $clean;
return $clean;
}
+
/**
* Out the result
*
@@ -5752,6 +5709,7 @@ class G
{
echo $sInfVar;
}
+
/**
* encryptOld
*
@@ -5764,6 +5722,7 @@ class G
$consthashFx = self::hashFx;
return $consthashFx($string);
}
+
/**
* encryptSha
*
@@ -5776,6 +5735,7 @@ class G
$consthash = self::hash;
return $consthash('sha256', $string);
}
+
/**
* encryptFileOld
*
@@ -5788,6 +5748,7 @@ class G
$consthashFx = self::hashFile;
return $consthashFx($string);
}
+
/**
* crc32
*
diff --git a/gulliver/system/class.monologProvider.php b/gulliver/system/class.monologProvider.php
index 1bc0710d4..b4ffeadd3 100644
--- a/gulliver/system/class.monologProvider.php
+++ b/gulliver/system/class.monologProvider.php
@@ -1,52 +1,366 @@
.
- *
- */
+use Monolog\Formatter\LineFormatter;
+use Monolog\Handler\RotatingFileHandler;
+use Monolog\Logger;
+use Monolog\Processor\IntrospectionProcessor;
class MonologProvider
{
+ /**
+ * @var MonologProvider
+ */
private static $instance = null;
- public $aWorkspaces = null;
- public $formatter;
- public $streamRoutating;
- public $registerLogger;
+ /**
+ * @var LineFormatter
+ */
+ private $formatter;
+ /**
+ * @var RotatingFileHandler
+ */
+ private $streamRoutating;
+ /**
+ * @var Logger
+ */
+ private $registerLogger;
//the default format "[%datetime%] %channel%.%level_name%: %message% %context% %extra%\n";
- public $output = "<%level%> %datetime% %channel% %level_name%: %message% %context% %extra%\n";
- public $dateFormat = "M d H:i:s";
- public $numOfKeepFiles = 60;
- public $levelDebug = 100;
- public $bubble = true;
- public $filePermission = 0666;
+ private $output = "<%level%> %datetime% %channel% %level_name%: %message% %context% %extra%\n";
+ private $dateFormat = 'M d H:i:s';
+ /**
+ * The maximal amount of files to keep (0 means unlimited)
+ * @var int
+ */
+ private $maxFilesToKeep;
+ /**
+ * @var int level debug
+ */
+ private $levelDebug;
+ /**
+ * Whether the messages that are handled can bubble up the stack or not
+ * @var boolean
+ */
+ private $bubble = true;
+ /**
+ * @var int file permissions
+ */
+ private $filePermission;
+ /**
+ * @var string path file
+ */
+ private $pathFile;
- public function __construct ($channel, $fileLog)
+ /**
+ * Logging levels from loo protocol defined in RFC 5424
+ *
+ * @var array $levels Logging levels
+ */
+ protected static $levels = [
+ 'DEBUG' => 100,
+ 'INFO' => 200,
+ 'NOTICE' => 250,
+ 'WARNING' => 300,
+ 'ERROR' => 400,
+ 'CRITICAL' => 500,
+ 'ALERT' => 550,
+ 'EMERGENCY' => 600
+ ];
+
+ public function __construct($channel, $fileLog)
{
- //Set Formatter
- $this->formatter = new Monolog\Formatter\LineFormatter($this->output, $this->dateFormat);
+ // getting configuration from env.ini
+ $sysConf = System::getSystemConfiguration();
+ //Set level debug
+ $levelDebug = 'DEBUG';
+
+ $this->setLevelDebug($levelDebug);
+
+ //Set path where the file will be saved
+ $defaultPath = $path = PATH_DATA . 'sites' . PATH_SEP . config('system.workspace') . PATH_SEP . 'log' . PATH_SEP;
+ if (isset($sysConf['logs_location'])) {
+ $path = !empty($sysConf['logs_location']) ? $sysConf['logs_location'] : $path;
+ }
+ $this->setPathFile($path);
+
+ //Set maximal amount of files to keep (0 means unlimited)
+ $maxFilesToKeep = 60;
+ if (isset($sysConf['logs_max_files'])) {
+ $maxFilesToKeep = !empty($sysConf['logs_max_files']) ? $sysConf['logs_max_files'] : $maxFilesToKeep;
+ }
+ $this->setMaxFiles($maxFilesToKeep);
+
+ /**
+ * The permissions are normally set at the operating system level, and it's the IT administrator responsibility to set the correct file permissions
+ * It's not recommendable define in the env.ini configuration
+ */
+ $permissionFile = 0666;
+ $permissionFile = is_int($permissionFile) ? decoct($permissionFile) : $permissionFile;
+ $this->setFilePermission($permissionFile);
+
+ $this->setFormatter();
+ $this->setConfig($channel, $fileLog);
+
+ $this->testWriteLog($channel, $fileLog, [
+ $defaultPath
+ ]);
+ }
+
+ /**
+ * Test write log
+ *
+ * @param string $channel
+ * @param string $fileLog
+ * @param array $paths
+ */
+ private function testWriteLog($channel, $fileLog, $paths)
+ {
+ $fileInfo = pathinfo($fileLog);
+ $timedFilename = str_replace(
+ ['{filename}', '{date}'],
+ [$fileInfo['filename'], date('Y-m-d')],
+ '{filename}-{date}'
+ );
+
+ if (!empty($fileInfo['extension'])) {
+ $timedFilename .= '.' . $fileInfo['extension'];
+ }
+
+ if (!file_exists($this->getPathFile() . $timedFilename)) {
+ try {
+ $this->getLogger()->addInfo('Start writing the log file');
+ } catch (UnexpectedValueException $exception) {
+ //In case that the file can not be written, it will be written to the standard log file.
+ error_log($exception->getMessage());
+ if ($paths) {
+ $path = array_shift($paths);
+ $this->setPathFile($path);
+ $this->setConfig($channel, $fileLog);
+ $this->testWriteLog($channel, $fileLog, $paths);
+ }
+ } catch (Exception $exception) {
+ //In case of an exception, it will be written to the standard log file.
+ error_log($exception->getMessage());
+ }
+ }
+ }
+
+ /**
+ * Return Formatter
+ *
+ * @return LineFormatter
+ */
+ public function getFormatter()
+ {
+ return $this->formatter;
+ }
+
+ /**
+ * Set LineFormatter $formatter
+ */
+ public function setFormatter()
+ {
+ $this->formatter = new LineFormatter($this->getOutput(), $this->getDateFormat());
+ }
+
+ /**
+ * @return RotatingFileHandler
+ */
+ public function getStream()
+ {
+ return $this->streamRoutating;
+ }
+
+ /**
+ * @param string File name
+ */
+ public function setStream($fileLog)
+ {
//Set Routating Handler
- $this->streamRoutating = new Monolog\Handler\RotatingFileHandler($fileLog, $this->numOfKeepFiles, $this->levelDebug, $this->bubble, $this->filePermission);
- $this->streamRoutating->setFormatter($this->formatter);
+ $this->streamRoutating = new RotatingFileHandler($this->getPathFile() . $fileLog,
+ $this->getMaxFiles(),
+ $this->getLevelDebug(),
+ $this->isBubble(),
+ $this->getFilePermissionOctDec());
+ $this->streamRoutating->setFormatter($this->getFormatter());
+ }
+
+ /**
+ * @return Logger
+ */
+ public function getLogger()
+ {
+ return $this->registerLogger;
+ }
+
+ /**
+ * @param string $channel The logging channel
+ */
+ public function setLogger($channel)
+ {
//Create the channel and register the Logger with StreamRoutating
- $this->registerLogger = new Monolog\Logger($channel);
- $this->registerLogger->pushProcessor(new Monolog\Processor\IntrospectionProcessor());
- $this->registerLogger->pushHandler($this->streamRoutating);
+ $this->registerLogger = new Logger($channel);
+ $this->registerLogger->pushProcessor(new IntrospectionProcessor());
+ $this->registerLogger->pushHandler($this->getStream());
+ }
+ /**
+ * Return format output
+ * @return string
+ */
+ public function getOutput()
+ {
+ return $this->output;
+ }
+
+ /**
+ * Set format output
+ *
+ * @param string $output
+ */
+ public function setOutput($output)
+ {
+ $this->output = $output;
+ }
+
+ /**
+ * Return date format
+ * @return string
+ */
+ public function getDateFormat()
+ {
+ return $this->dateFormat;
+ }
+
+ /**
+ * Set date format
+ * @param string $dateFormat
+ */
+ public function setDateFormat($dateFormat)
+ {
+ $this->dateFormat = $dateFormat;
+ }
+
+ /**
+ * Return is can bubble up the stack or not.
+ *
+ * @return boolean
+ */
+ public function isBubble()
+ {
+ return $this->bubble;
+ }
+
+ /**
+ * Set bubble
+ *
+ * @param boolean $bubble
+ */
+ public function setBubble($bubble)
+ {
+ $this->bubble = $bubble;
+ }
+
+ /**
+ * Return level debug
+ *
+ * @return int
+ */
+ public function getLevelDebug()
+ {
+ return $this->levelDebug;
+ }
+
+ /**
+ * Return max files
+ *
+ * @return int
+ */
+ public function getMaxFiles()
+ {
+ return $this->maxFilesToKeep;
+ }
+
+ /**
+ * Set max files
+ *
+ * @param int $maxFilesToKeep
+ */
+ public function setMaxFiles($maxFilesToKeep)
+ {
+ $this->maxFilesToKeep = $maxFilesToKeep;
+ }
+
+ /**
+ * Return permissions of file
+ *
+ * @return int
+ */
+ public function getFilePermission()
+ {
+ return $this->filePermission;
+ }
+
+ /**
+ * Returns the decimal equivalent of the octal number represented by the octal_string argument.
+ *
+ * @return int
+ */
+ public function getFilePermissionOctDec()
+ {
+ return octdec($this->filePermission);
+ }
+
+ /**
+ * Set file permissions
+ *
+ * @param int $filePermission
+ */
+ public function setFilePermission($filePermission)
+ {
+ $this->filePermission = $filePermission;
+ }
+
+ /**
+ * Returns the path where the file will be saved
+ *
+ * @return string
+ */
+ public function getPathFile()
+ {
+ return $this->pathFile;
+ }
+
+ /**
+ * Set path
+ *
+ * @param string $pathFile
+ */
+ public function setPathFile($pathFile)
+ {
+ $pathSep = '/';
+ if (strpos($pathFile, '\\') !== false) {
+ $pathSep = '\\';
+ }
+ if (substr($pathFile, -1, strlen($pathSep)) !== $pathSep) {
+ $pathFile .= $pathSep;
+ }
+ $this->pathFile = $pathFile;
+ }
+
+ /**
+ * Set level debug by string
+ *
+ * @param string $levelDebug
+ */
+ public function setLevelDebug($levelDebug)
+ {
+ $level = static::$levels['DEBUG'];
+ if (isset(static::$levels[$levelDebug])) {
+ $level = static::$levels[$levelDebug];
+ }
+ $this->levelDebug = $level;
}
/**
@@ -55,9 +369,9 @@ class MonologProvider
* @access public
* @return object
*/
- public static function getSingleton ($channel, $fileLog)
+ public static function getSingleton($channel, $fileLog)
{
- if (self::$instance == null) {
+ if (self::$instance === null) {
self::$instance = new MonologProvider($channel, $fileLog);
} else {
self::$instance->setConfig($channel, $fileLog);
@@ -69,55 +383,27 @@ class MonologProvider
* Set channel and fileLog
*
* @access public
- * @return object
+ *
+ * @param string $channel The logging channel
+ * @param string $fileLog name file
*/
- public function setConfig ($channel, $fileLog)
+ public function setConfig($channel, $fileLog)
{
- //Set Routating Handler
- $this->streamRoutating = new Monolog\Handler\RotatingFileHandler($fileLog, $this->numOfKeepFiles, $this->levelDebug, $this->bubble, $this->filePermission);
- $this->streamRoutating->setFormatter($this->formatter);
-
- //Create the channel and register the Logger with StreamRoutating
- $this->registerLogger = new Monolog\Logger($channel);
- $this->registerLogger->pushProcessor(new Monolog\Processor\IntrospectionProcessor());
- $this->registerLogger->pushHandler($this->streamRoutating);
+ $this->setStream($fileLog);
+ $this->setLogger($channel);
}
/**
- * to register log
+ * Register log
*
* @access public
- * @return void
+ *
+ * @param int $level The logging level
+ * @param string $message The log message
+ * @param array $context The log context
*/
- public function addLog ($level, $message, $context)
+ public function addLog($level, $message, $context)
{
- switch ($level) {
- case 100://DEBUG
- $this->registerLogger->addDebug($message, $context);
- break;
- case 200://INFO
- $this->registerLogger->addInfo($message, $context);
- break;
- case 250://NOTICE
- $this->registerLogger->addNotice($message, $context);
- break;
- case 300://WARNING
- $this->registerLogger->addWarning($message, $context);
- break;
- case 400://ERROR
- $this->registerLogger->addError($message, $context);
- break;
- case 500://CRITICAL
- $this->registerLogger->addCritical($message, $context);
- break;
- case 550://ALERT
- $this->registerLogger->addAlert($message, $context);
- break;
- case 600://EMERGENCY
- $this->registerLogger->addEmergency($message, $context);
- break;
- default:
- $this->registerLogger->addDebug($message, $context);
- }
+ $this->getLogger()->addRecord($level, $message, $context);
}
}
\ No newline at end of file
diff --git a/gulliver/system/class.rbac.php b/gulliver/system/class.rbac.php
index 7b2c4c4d8..560aa7f2c 100644
--- a/gulliver/system/class.rbac.php
+++ b/gulliver/system/class.rbac.php
@@ -281,7 +281,7 @@ class RBAC
* gets the Role and their permissions for Administrator Processmaker
*
* @access public
- * @return $this->permissionsAdmin[ $permissionsAdmin ]
+ * @return array $this->permissionsAdmin[ $permissionsAdmin ]
*/
public function loadPermissionAdmin()
{
@@ -611,7 +611,13 @@ class RBAC
"PER_UID" => "00000000000000000000000000000065",
"PER_CODE" => "PM_SETUP_CUSTOM_CASES_LIST",
"PER_NAME" => "Setup Custom Cases List"
+ ],
+ [
+ 'PER_UID' => '00000000000000000000000000000067',
+ 'PER_CODE' => 'PM_SETUP_LOG_FILES',
+ 'PER_NAME' => 'Log Files'
]
+
];
return $permissionsAdmin;
diff --git a/rbac/engine/data/mysql/insert.sql b/rbac/engine/data/mysql/insert.sql
index 2c25f7744..874e3eae8 100644
--- a/rbac/engine/data/mysql/insert.sql
+++ b/rbac/engine/data/mysql/insert.sql
@@ -64,14 +64,15 @@ INSERT INTO `RBAC_PERMISSIONS` VALUES
('00000000000000000000000000000063','PM_EDIT_USER_PROFILE_DEFAULT_CASES_MENU_OPTIONS','2016-07-18 00:00:00','2016-07-18 00:00:00',1,'00000000000000000000000000000002'),
('00000000000000000000000000000064','PM_REASSIGNCASE_SUPERVISOR','2016-09-01 00:00:00','2016-09-01 00:00:00',1,'00000000000000000000000000000002'),
('00000000000000000000000000000065','PM_SETUP_CUSTOM_CASES_LIST','2017-03-27 00:00:00','2017-03-27 00:00:00',1,'00000000000000000000000000000002'),
-('00000000000000000000000000000066','PM_GUEST_CASE','2017-03-27 00:00:00','2017-03-27 00:00:00',1,'00000000000000000000000000000002');
+('00000000000000000000000000000066','PM_GUEST_CASE','2017-03-27 00:00:00','2017-03-27 00:00:00',1,'00000000000000000000000000000002'),
+('00000000000000000000000000000067','PM_SETUP_LOG_FILES','2018-02-06 00:00:00','2018-02-06 00:00:00',1,'00000000000000000000000000000002');
INSERT INTO `RBAC_ROLES` VALUES
('00000000000000000000000000000001','','00000000000000000000000000000001','RBAC_ADMIN','2007-07-31 19:10:22','2007-08-03 12:24:36',1),
('00000000000000000000000000000002','','00000000000000000000000000000002','PROCESSMAKER_ADMIN','2007-07-31 19:10:22','2007-08-03 12:24:36',1),
('00000000000000000000000000000003','','00000000000000000000000000000002','PROCESSMAKER_OPERATOR','2007-07-31 19:10:22','2007-08-03 12:24:36',1),
-('00000000000000000000000000000004', '', '00000000000000000000000000000002', 'PROCESSMAKER_MANAGER', '2010-03-29 09:14:15', '2010-03-29 09:19:53', 1),
-('00000000000000000000000000000005', '', '00000000000000000000000000000002', 'PROCESSMAKER_GUEST', '2009-02-01 12:24:36', '2009-02-01 12:24:36', 1);
+('00000000000000000000000000000004','','00000000000000000000000000000002','PROCESSMAKER_MANAGER','2010-03-29 09:14:15','2010-03-29 09:19:53',1),
+('00000000000000000000000000000005','','00000000000000000000000000000002','PROCESSMAKER_GUEST','2009-02-01 12:24:36','2009-02-01 12:24:36',1);
INSERT INTO `RBAC_ROLES_PERMISSIONS` VALUES
@@ -140,6 +141,7 @@ INSERT INTO `RBAC_ROLES_PERMISSIONS` VALUES
('00000000000000000000000000000002','00000000000000000000000000000063'),
('00000000000000000000000000000002','00000000000000000000000000000064'),
('00000000000000000000000000000002','00000000000000000000000000000065'),
+('00000000000000000000000000000002','00000000000000000000000000000067'),
('00000000000000000000000000000003','00000000000000000000000000000001'),
('00000000000000000000000000000003','00000000000000000000000000000005'),
('00000000000000000000000000000003','00000000000000000000000000000040'),
@@ -218,8 +220,14 @@ INSERT INTO `RBAC_ROLES_PERMISSIONS` VALUES
('00000000000000000000000000000004','00000000000000000000000000000063'),
('00000000000000000000000000000005','00000000000000000000000000000066');
-INSERT INTO `RBAC_SYSTEMS` VALUES ('00000000000000000000000000000001','RBAC','2007-07-31 19:10:22','2007-08-03 12:24:36',1),('00000000000000000000000000000002','PROCESSMAKER','2007-07-31 19:10:22','2007-08-03 12:24:36',1);
-INSERT INTO `RBAC_USERS` VALUES ('00000000000000000000000000000001','admin','21232f297a57a5a743894a0e4a801fc3','Administrator','','admin@processmaker.com','2020-01-01','2007-08-03 12:24:36','2008-02-13 07:24:07',1,'MYSQL','00000000000000000000000000000000','',''),
-('00000000000000000000000000000002','guest','674ba9750749d735ec9787d606170d78','Guest','','guest@processmaker.com','2030-01-01','2009-02-01 12:24:36','2009-02-01 12:24:36',0,'MYSQL','00000000000000000000000000000000','','');
-INSERT INTO `RBAC_USERS_ROLES` VALUES ('00000000000000000000000000000001','00000000000000000000000000000002'),
+INSERT INTO `RBAC_SYSTEMS` VALUES
+('00000000000000000000000000000001','RBAC','2007-07-31 19:10:22','2007-08-03 12:24:36',1),
+('00000000000000000000000000000002','PROCESSMAKER','2007-07-31 19:10:22','2007-08-03 12:24:36',1);
+
+INSERT INTO `RBAC_USERS` VALUES
+('00000000000000000000000000000001','admin','21232f297a57a5a743894a0e4a801fc3','Administrator','','admin@processmaker.com','2020-01-01','2007-08-03 12:24:36','2008-02-13 07:24:07',1,'MYSQL','00000000000000000000000000000000','',''),
+('00000000000000000000000000000002','guest','$2y$10$rasFC.VNv9TLStNtFVJu6OjxhCi6FezdwkLrBzTFwmXsNnfW0/YZm','Guest','','guest@processmaker.com','2030-01-01','2009-02-01 12:24:36','2009-02-01 12:24:36',0,'MYSQL','00000000000000000000000000000000','','');
+
+INSERT INTO `RBAC_USERS_ROLES` VALUES
+('00000000000000000000000000000001','00000000000000000000000000000002'),
('00000000000000000000000000000002','00000000000000000000000000000005');
diff --git a/workflow/engine/config/schema.xml b/workflow/engine/config/schema.xml
index eb8b6899f..676ce9c36 100644
--- a/workflow/engine/config/schema.xml
+++ b/workflow/engine/config/schema.xml
@@ -4180,7 +4180,7 @@
-
+
diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po
index 4fc00efb0..464024a62 100644
--- a/workflow/engine/content/translations/english/processmaker.en.po
+++ b/workflow/engine/content/translations/english/processmaker.en.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ProcessMaker (Branch 3.2.3)\n"
"POT-Creation-Date: \n"
-"PO-Revision-Date: 2017-11-22 20:50:02\n"
+"PO-Revision-Date: 2018-02-19 20:22:41\n"
"Last-Translator: \n"
"Language-Team: Colosa Developers Team \n"
"MIME-Version: 1.0\n"
@@ -8321,6 +8321,18 @@ msgstr "The file {filename} doesn't contain class: {className}"
msgid "File \"{0}\" imported successfully."
msgstr "File \"{0}\" imported successfully."
+# TRANSLATION
+# LABEL/ID_FILE_LOG_CREATED
+#: LABEL/ID_FILE_LOG_CREATED
+msgid "Created on"
+msgstr "Created on"
+
+# TRANSLATION
+# LABEL/ID_FILE_LOG_SIZE
+#: LABEL/ID_FILE_LOG_SIZE
+msgid "File size"
+msgstr "File size"
+
# TRANSLATION
# LABEL/ID_FILE_NAME
#: LABEL/ID_FILE_NAME
@@ -8783,6 +8795,12 @@ msgstr "Displaying emails {0} - {1} of {2}"
msgid "Displaying events {0} - {1} of {2}"
msgstr "Displaying events {0} - {1} of {2}"
+# TRANSLATION
+# LABEL/ID_GRID_PAGE_DISPLAYING_FILE_LOGS
+#: LABEL/ID_GRID_PAGE_DISPLAYING_FILE_LOGS
+msgid "Displaying log files {0} - {1} of {2}"
+msgstr "Displaying log files {0} - {1} of {2}"
+
# TRANSLATION
# LABEL/ID_GRID_PAGE_DISPLAYING_GROUPS_MESSAGE
#: LABEL/ID_GRID_PAGE_DISPLAYING_GROUPS_MESSAGE
@@ -10199,12 +10217,6 @@ msgstr "Issued to"
msgid "is not registered!"
msgstr "is not registered!"
-# TRANSLATION
-# LABEL/ID_THE_USERNAME_EMAIL_IS_INCORRECT
-#: LABEL/ID_THE_USERNAME_EMAIL_IS_INCORRECT
-msgid "The username or email is incorrect"
-msgstr "The username or email is incorrect"
-
# TRANSLATION
# LABEL/ID_IS_REQUIRED
#: LABEL/ID_IS_REQUIRED
@@ -10949,6 +10961,12 @@ msgstr "toolbar placement"
msgid "(HH:MM) Format 24 hrs."
msgstr "(HH:MM) Format 24 hrs."
+# TRANSLATION
+# LABEL/ID_MAFE_0a10134c1999989ce854ac519eb97249
+#: LABEL/ID_MAFE_0a10134c1999989ce854ac519eb97249
+msgid "Web Entry Anonymous Authentication"
+msgstr "Web Entry Anonymous Authentication"
+
# TRANSLATION
# LABEL/ID_MAFE_0a33cdf242201623275b9897d8b4d8c4
#: LABEL/ID_MAFE_0a33cdf242201623275b9897d8b4d8c4
@@ -10997,12 +11015,24 @@ msgstr "View all"
msgid "Please configure a script to send a signal."
msgstr "Please configure a script to send a signal."
+# TRANSLATION
+# LABEL/ID_MAFE_0b9d04ab06dac3da0142bb369637bfa4
+#: LABEL/ID_MAFE_0b9d04ab06dac3da0142bb369637bfa4
+msgid "qr code"
+msgstr "qr code"
+
# TRANSLATION
# LABEL/ID_MAFE_0bb8309239953b782fec18706fe60b4a
#: LABEL/ID_MAFE_0bb8309239953b782fec18706fe60b4a
msgid "Digital"
msgstr "Digital"
+# TRANSLATION
+# LABEL/ID_MAFE_0bf7c19f7eac3bfa5ad960a50ad602dc
+#: LABEL/ID_MAFE_0bf7c19f7eac3bfa5ad960a50ad602dc
+msgid "[LABEL/ID_MAFE_0bf7c19f7eac3bfa5ad960a50ad602dc] subtitle"
+msgstr "subtitle"
+
# TRANSLATION
# LABEL/ID_MAFE_0c06d45a9f58aba5f4c4d50b03f65b04
#: LABEL/ID_MAFE_0c06d45a9f58aba5f4c4d50b03f65b04
@@ -11837,6 +11867,12 @@ msgstr "An unexpected error while deleting the step, please try again later."
msgid "B5"
msgstr "B5"
+# TRANSLATION
+# LABEL/ID_MAFE_2a304a1348456ccd2234cd71a81bd338
+#: LABEL/ID_MAFE_2a304a1348456ccd2234cd71a81bd338
+msgid "[LABEL/ID_MAFE_2a304a1348456ccd2234cd71a81bd338] link"
+msgstr "link"
+
# TRANSLATION
# LABEL/ID_MAFE_2a37d240713f300cf06d390798b0efad
#: LABEL/ID_MAFE_2a37d240713f300cf06d390798b0efad
@@ -11993,6 +12029,18 @@ msgstr "Store value in"
msgid "is duplicated."
msgstr "is duplicated."
+# TRANSLATION
+# LABEL/ID_MAFE_30a2dae0a135701b862050465b3e4e97
+#: LABEL/ID_MAFE_30a2dae0a135701b862050465b3e4e97
+msgid "Triggers after and before a step are not supported when working offline"
+msgstr "Triggers after and before a step are not supported when working offline"
+
+# TRANSLATION
+# LABEL/ID_MAFE_30c40215e6d00c574ca23451003db9b9
+#: LABEL/ID_MAFE_30c40215e6d00c574ca23451003db9b9
+msgid "[LABEL/ID_MAFE_30c40215e6d00c574ca23451003db9b9] checkgroup"
+msgstr "checkgroup"
+
# TRANSLATION
# LABEL/ID_MAFE_3120001274fa32a921770c1b41e6dc0a
#: LABEL/ID_MAFE_3120001274fa32a921770c1b41e6dc0a
@@ -12467,6 +12515,12 @@ msgstr "August"
msgid "Messages"
msgstr "Messages"
+# TRANSLATION
+# LABEL/ID_MAFE_41e80c3ce414de15ab19d996f7072429
+#: LABEL/ID_MAFE_41e80c3ce414de15ab19d996f7072429
+msgid "fileupload"
+msgstr "fileupload"
+
# TRANSLATION
# LABEL/ID_MAFE_41fffd09332a35491d3bed5a34f91410
#: LABEL/ID_MAFE_41fffd09332a35491d3bed5a34f91410
@@ -12479,6 +12533,12 @@ msgstr "http://eonasdan.github.io/bootstrap-datetimepicker/"
msgid "[LABEL/ID_MAFE_42184184a95464c63c790acc3a69e564] Routing History"
msgstr "Routing History"
+# TRANSLATION
+# LABEL/ID_MAFE_421b47ffd946ca083b65cd668c6b17e6
+#: LABEL/ID_MAFE_421b47ffd946ca083b65cd668c6b17e6
+msgid "video"
+msgstr "video"
+
# TRANSLATION
# LABEL/ID_MAFE_4252b72e6ebcd4d4b4c2e46a786f03d2
#: LABEL/ID_MAFE_4252b72e6ebcd4d4b4c2e46a786f03d2
@@ -12833,6 +12893,12 @@ msgstr "Generate Link"
msgid "Please insert variable before adding to the list."
msgstr "Please insert variable before adding to the list."
+# TRANSLATION
+# LABEL/ID_MAFE_5174307b9097d47b1a506bc8171c2bb3
+#: LABEL/ID_MAFE_5174307b9097d47b1a506bc8171c2bb3
+msgid "textbox"
+msgstr "textbox"
+
# TRANSLATION
# LABEL/ID_MAFE_5174d1309f275ba6f275db3af9eb3e18
#: LABEL/ID_MAFE_5174d1309f275ba6f275db3af9eb3e18
@@ -13607,6 +13673,12 @@ msgstr "Inclusive Gateway"
msgid "Assignee saved successfully"
msgstr "Assignee saved successfully"
+# TRANSLATION
+# LABEL/ID_MAFE_6be8bfc7078373aa92b3a862b5253e7e
+#: LABEL/ID_MAFE_6be8bfc7078373aa92b3a862b5253e7e
+msgid "Mobile controls"
+msgstr "Mobile controls"
+
# TRANSLATION
# LABEL/ID_MAFE_6c24f6923944d3f9d84bcf924661abff
#: LABEL/ID_MAFE_6c24f6923944d3f9d84bcf924661abff
@@ -13769,12 +13841,6 @@ msgstr "Properties saved successfully"
msgid "Error Update File"
msgstr "Error Update File"
-# TRANSLATION
-# LABEL/ID_MAFE_7215ee9c7d9dc229d2921a40e899ec5f
-#: LABEL/ID_MAFE_7215ee9c7d9dc229d2921a40e899ec5f
-msgid "[LABEL/ID_MAFE_7215ee9c7d9dc229d2921a40e899ec5f] "
-msgstr ""
-
# TRANSLATION
# LABEL/ID_MAFE_725255d7ccc0cf426c1da6abe0afe7e4
#: LABEL/ID_MAFE_725255d7ccc0cf426c1da6abe0afe7e4
@@ -13907,6 +13973,12 @@ msgstr "Sub-process"
msgid "Routing"
msgstr "Routing"
+# TRANSLATION
+# LABEL/ID_MAFE_78805a221a988e79ef3f42d7c5bfd418
+#: LABEL/ID_MAFE_78805a221a988e79ef3f42d7c5bfd418
+msgid "image"
+msgstr "image"
+
# TRANSLATION
# LABEL/ID_MAFE_788287625aa640447c5d9fff50644915
#: LABEL/ID_MAFE_788287625aa640447c5d9fff50644915
@@ -15335,6 +15407,12 @@ msgstr "Do you want to delete this permission?"
msgid "setOrientation(): parameter is not valid"
msgstr "setOrientation(): parameter is not valid"
+# TRANSLATION
+# LABEL/ID_MAFE_a5ca0b5894324f8bb54bb9fffad29d1e
+#: LABEL/ID_MAFE_a5ca0b5894324f8bb54bb9fffad29d1e
+msgid "audio"
+msgstr "audio"
+
# TRANSLATION
# LABEL/ID_MAFE_a603905470e2a5b8c13e96b579ef0dba
#: LABEL/ID_MAFE_a603905470e2a5b8c13e96b579ef0dba
@@ -15509,6 +15587,12 @@ msgstr "Text to search"
msgid "Create Message Type"
msgstr "Create Message Type"
+# TRANSLATION
+# LABEL/ID_MAFE_ac201fd270c3b96beab24f2829780ab2
+#: LABEL/ID_MAFE_ac201fd270c3b96beab24f2829780ab2
+msgid "signature"
+msgstr "signature"
+
# TRANSLATION
# LABEL/ID_MAFE_ac48a7776ff0e8dc13b0a1300fc0a75f
#: LABEL/ID_MAFE_ac48a7776ff0e8dc13b0a1300fc0a75f
@@ -15533,6 +15617,12 @@ msgstr "required"
msgid "forms"
msgstr "forms"
+# TRANSLATION
+# LABEL/ID_MAFE_acd6337dfeb8a29685e3856bfa76756c
+#: LABEL/ID_MAFE_acd6337dfeb8a29685e3856bfa76756c
+msgid "History of use"
+msgstr "History of use"
+
# TRANSLATION
# LABEL/ID_MAFE_ad7bdeed2bf3d72e17abe1a8d0508958
#: LABEL/ID_MAFE_ad7bdeed2bf3d72e17abe1a8d0508958
@@ -15761,6 +15851,12 @@ msgstr "
| Hour | H | 0 1 ... 22 23 |
| userCanAccess('PM_SETUP_LOG_FILES') !== 1) {
+ G::SendTemporalMessage('ID_USER_HAVENT_RIGHTS_PAGE', 'error', 'labels');
+ exit(0);
+ }
+
+ $designer = new Designer();
+ $this->setCredentials(base64_encode(G::json_encode($designer->getCredentials())));
+ $this->setUrlProxy(System::getHttpServerHostnameRequestsFrontEnd() . '/api/' . self::version . '/' . config('system.workspace') . '/');
+ }
+
+ /**
+ * Return server host
+ *
+ * @return string
+ */
+ public function getUrlProxy()
+ {
+ return $this->urlProxy;
+ }
+
+ /**
+ * Set server host
+ *
+ * @param string $urlProxy
+ */
+ public function setUrlProxy($urlProxy)
+ {
+ $this->urlProxy = $urlProxy;
+ }
+
+ /**
+ * Get credential oauth
+ *
+ * @return string
+ */
+ public function getCredentials()
+ {
+ return $this->credentials;
+ }
+
+ /**
+ * Set Credentials
+ *
+ * @param string $credentials
+ */
+ public function setCredentials($credentials)
+ {
+ $this->credentials = $credentials;
+ }
+
+ /**
+ * Render list file logs
+ */
+ public function fileList()
+ {
+ try {
+ global $RBAC;
+ if (isset($_SESSION['__FILE_LOGS_ERROR__'])) {
+ $this->setJSVar('__FILE_LOGS_ERROR__', $_SESSION['__FILE_LOGS_ERROR__']);
+ unset($_SESSION['__FILE_LOGS_ERROR__']);
+ }
+
+ $this->setView('fileLogs/list');
+
+ $c = new Configurations();
+ $configPage = $c->getConfiguration('usersList', 'pageSize', null, $RBAC->aUserInfo['USER_INFO']['USR_UID']);
+
+ $config = [];
+ $config['pageSize'] = isset($configPage['pageSize']) ? $configPage['pageSize'] : 20;
+
+ $this->setJSVar('urlProxy', $this->getUrlProxy());
+ $this->setJSVar('credentials', $this->getCredentials());
+ $this->setJSVar('CONFIG', $config);
+ $this->includeExtJS('fileLogs/list');
+ G::RenderPage('publish', 'extJs');
+
+ } catch (Exception $error) {
+ $_SESSION['__FILE_LOGS_ERROR__'] = $error->getMessage();
+ die();
+ }
+ }
+
+}
diff --git a/workflow/engine/data/mysql/insert.sql b/workflow/engine/data/mysql/insert.sql
index 66143c197..bd18b2ecd 100644
--- a/workflow/engine/data/mysql/insert.sql
+++ b/workflow/engine/data/mysql/insert.sql
@@ -2,7 +2,7 @@ INSERT INTO USERS (USR_UID,USR_USERNAME,USR_PASSWORD,USR_FIRSTNAME,USR_LASTNAME,
('00000000000000000000000000000001','admin','21232f297a57a5a743894a0e4a801fc3','Administrator',' ', 'admin@processmaker.com','2020-01-01','1999-11-30 00:00:00','2008-05-23 18:36:19','ACTIVE', 'US','FL','MMK','','', '1-305-402-0282','1-305-675-1400','','','Administrator', '','1999-02-25','PROCESSMAKER_ADMIN','',''),
('00000000000000000000000000000002','guest','674ba9750749d735ec9787d606170d78','Guest',' ', 'guest@processmaker.com','2030-01-01','2009-02-01 12:24:36','2009-02-01 12:24:36','INACTIVE', 'US','FL','MMK','','', '1-305-402-0282','1-305-675-1400','','','Guest', '','2009-02-01','PROCESSMAKER_GUEST','','');
-INSERT INTO CONTENT (CON_CATEGORY,CON_PARENT,CON_ID,CON_LANG,CON_VALUE) VALUES
+INSERT INTO CONTENT (CON_CATEGORY,CON_PARENT,CON_ID,CON_LANG,CON_VALUE) VALUES
('PER_NAME','','00000000000000000000000000000001','en','Login'),
('PER_NAME','','00000000000000000000000000000002','en','Setup'),
('ROL_NAME','','00000000000000000000000000000002','en','System Administrator'),
@@ -70,7 +70,8 @@ INSERT INTO CONTENT (CON_CATEGORY,CON_PARENT,CON_ID,CON_LANG,CON_VALUE) VALUES
('PER_NAME','','00000000000000000000000000000062','en','Edit User profile Default Main Menu Options'),
('PER_NAME','','00000000000000000000000000000063','en','Edit User profile Default Cases Menu Options'),
('PER_NAME','','00000000000000000000000000000064','en','Reassign case supervisor'),
-('PER_NAME','','00000000000000000000000000000065','en','Setup Custom Cases List');
+('PER_NAME','','00000000000000000000000000000065','en','Setup Custom Cases List'),
+('PER_NAME','','00000000000000000000000000000067','en','Log Files');
INSERT INTO LANGUAGE (LAN_ID,LAN_LOCATION,LAN_NAME,LAN_NATIVE_NAME,LAN_DIRECTION,LAN_WEIGHT,LAN_ENABLED,LAN_CALENDAR) VALUES
('aa','','Afar','','L','0','0','GREGORIAN'),
@@ -1435,7 +1436,7 @@ INSERT INTO ISO_SUBDIVISION (IC_UID,IS_UID,IS_NAME) VALUES
('US', 'WV', 'West Virginia' ) ,
('US', 'WY', 'Wyoming' ) ;
-INSERT INTO ISO_LOCATION (IC_UID,IL_UID,IL_NAME,IL_NORMAL_NAME,IS_UID) VALUES
+INSERT INTO ISO_LOCATION (IC_UID,IL_UID,IL_NAME,IL_NORMAL_NAME,IS_UID) VALUES
('AD','','',' ','') ,
('AD','ALV','Andorra la Vella',' ','') ,
('AD','CAN','Canillo',' ','') ,
@@ -58211,6 +58212,8 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_FILES_MANAGER_EDITOR_LOGIN_AGAIN','en','You have lost your session and you have to login to continue. Please enter your username and password.','2015-04-22') ,
( 'LABEL','ID_FILE_CONTAIN_CLASS_PLUGIN','en','The file {filename} doesn''t contain class: {className}','2014-01-15') ,
( 'LABEL','ID_FILE_IMPORTED_SUCCESSFULLY','en','File "{0}" imported successfully.','2014-01-15') ,
+( 'LABEL','ID_FILE_LOG_CREATED','en','Created on','2018-02-19') ,
+( 'LABEL','ID_FILE_LOG_SIZE','en','File size','2018-02-19') ,
( 'LABEL','ID_FILE_NAME','en','File Name','2015-09-15') ,
( 'LABEL','ID_FILE_NOT_WRITEABLE','en','File ''{0}'' is not writable. Please, check the file permissions before continuing.','2015-01-16') ,
( 'LABEL','ID_FILE_NUM_RECORD','en','PO File num. records:','2014-01-15') ,
@@ -58264,11 +58267,11 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_GET_EXTERNAL_FILE','en','Get','2014-01-15') ,
( 'LABEL','ID_GLOBAL','en','Global','2014-01-15') ,
( 'LABEL','ID_GLOBAL_DATE_FORMAT','en','Global Date Format','2014-01-15') ,
-( 'LABEL','ID_GLOBAL_DATE_MASK','en','Global date mask','2014-01-15') ,
-( 'LABEL','ID_GMAIL_HELP_ENABLE','en','When this option is enabled, users will be able to use the Gmail extension that allows interaction with ProcessMaker from the user''s Gmail web page.','2017-02-21') ,
-( 'LABEL','ID_GMAIL_NEED_SERVER','en','The ProcessMaker address must be passed, it can''t be empty','2015-11-27') ;
+( 'LABEL','ID_GLOBAL_DATE_MASK','en','Global date mask','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_GMAIL_HELP_ENABLE','en','When this option is enabled, users will be able to use the Gmail extension that allows interaction with ProcessMaker from the user''s Gmail web page.','2017-02-21') ,
+( 'LABEL','ID_GMAIL_NEED_SERVER','en','The ProcessMaker address must be passed, it can''t be empty','2015-11-27') ,
( 'LABEL','ID_GOAL_HELP','en','(Goal value)','2015-04-06') ,
( 'LABEL','ID_GOOGLEINTEGRATION','en','Google Integration','2016-01-05') ,
( 'LABEL','ID_GOOGLE_CERTIFICATE_ERROR','en','Google''s JSON account certificate does not exist. Please contact the system administrator.','2016-01-05') ,
@@ -58290,6 +58293,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_GRID_PAGE_DISPLAYING_DASHLET_MESSAGE','en','Displaying dashlets instances {0} - {1} of {2}','2014-01-15') ,
( 'LABEL','ID_GRID_PAGE_DISPLAYING_EMAIL_MESSAGE','en','Displaying emails {0} - {1} of {2}','2014-01-15') ,
( 'LABEL','ID_GRID_PAGE_DISPLAYING_EVENT_MESSAGE','en','Displaying events {0} - {1} of {2}','2014-01-15') ,
+( 'LABEL','ID_GRID_PAGE_DISPLAYING_FILE_LOGS','en','Displaying log files {0} - {1} of {2}','2018-02-19') ,
( 'LABEL','ID_GRID_PAGE_DISPLAYING_GROUPS_MESSAGE','en','Displaying groups {0} - {1} of {2}','2014-01-15') ,
( 'LABEL','ID_GRID_PAGE_DISPLAYING_ITEMS','en','Displaying items {0} - {1} of {2}','2014-01-15') ,
( 'LABEL','ID_GRID_PAGE_DISPLAYING_PMTABLES_MESSAGE','en','Displaying PM Tables {0} - {1} of {2}','2014-01-15') ,
@@ -58345,12 +58349,12 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_HEARTBEAT_CONFIG','en','Heart Beat','2014-01-15') ,
( 'LABEL','ID_HEARTBEAT_DISPLAY','en','Heart Beat','2014-01-15') ,
( 'LABEL','ID_HEART_BEAT_DETAILS_1','en','The usage statistics will help the development team to better understand user requirements and prioritize improvements in future releases.','2014-01-15') ,
-( 'LABEL','ID_HEART_BEAT_DETAILS_2','en','We cannot and will not reverse-engineer that collected data to find specific details concerning your projects.','2014-01-15') ,
-( 'LABEL','ID_HEART_BEAT_DISABLED','en','Heart beat has been disabled','2014-01-15') ,
-( 'LABEL','ID_HEART_BEAT_ENABLED','en','Heart beat has been enabled','2014-01-15') ,
-( 'LABEL','ID_HELP','en','Help','2015-04-06') ;
+( 'LABEL','ID_HEART_BEAT_DETAILS_2','en','We cannot and will not reverse-engineer that collected data to find specific details concerning your projects.','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_HEART_BEAT_DISABLED','en','Heart beat has been disabled','2014-01-15') ,
+( 'LABEL','ID_HEART_BEAT_ENABLED','en','Heart beat has been enabled','2014-01-15') ,
+( 'LABEL','ID_HELP','en','Help','2015-04-06') ,
( 'LABEL','ID_HIDE','en','Hide','2014-01-15') ,
( 'LABEL','ID_HIDE_DIRS','en','Hide Dirs','2014-05-26') ,
( 'LABEL','ID_HIDE_PROCESS_INF','en','Hide Process Information','2014-01-15') ,
@@ -58427,12 +58431,12 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_INDICATOR_TYPE','en','Indicator Type','2015-03-09') ,
( 'LABEL','ID_INDICATOR_TYPE_REQUIRED','en','The field Type of indicator "{0}" is required.','2015-03-18') ,
( 'LABEL','ID_INEFFICIENCY_COST','en','Costs or Savings','2015-05-06') ,
-( 'LABEL','ID_INFO','en','Info','2014-01-15') ,
-( 'LABEL','ID_INFORMATION','en','Information','2014-01-15') ,
-( 'LABEL','ID_INFORMATION_EMPTY','en','The information sent is empty!','2014-10-21') ,
-( 'LABEL','ID_INFORMATION_WAS_STORED_SUCCESSFULLY','en','information was stored successfully','2014-01-15') ;
+( 'LABEL','ID_INFO','en','Info','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_INFORMATION','en','Information','2014-01-15') ,
+( 'LABEL','ID_INFORMATION_EMPTY','en','The information sent is empty!','2014-10-21') ,
+( 'LABEL','ID_INFORMATION_WAS_STORED_SUCCESSFULLY','en','information was stored successfully','2014-01-15') ,
( 'LABEL','ID_INITIAL_DYNAFORM','en','Initial Dynaform','2014-01-15') ,
( 'LABEL','ID_INITIAL_TASK','en','Initial Task','2014-01-15') ,
( 'LABEL','ID_INIT_DATE','en','Init Date','2014-01-15') ,
@@ -58509,12 +58513,12 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_INVALID_SCH_START_DATE','en','Invalid value specified for sch_start_date. Expecting date in YYYY-MM-DD format, such as 2014-01-01','2014-05-21') ,
( 'LABEL','ID_INVALID_SCH_START_DAY_1','en','Invalid value specified for sch_start_day_opt_1. Must be between 1 and 31','2014-05-21') ,
( 'LABEL','ID_INVALID_SCH_START_TIME','en','Invalid value specified for sch_start_time. Expecting time in HH:MM format (The time can not be greater than 23:59)','2014-10-21') ,
-( 'LABEL','ID_INVALID_START','en','Invalid value specified for start','2014-05-22') ,
-( 'LABEL','ID_INVALID_START_HOURS','en','The following start hours rows are invalid:','2014-01-15') ,
-( 'LABEL','ID_INVALID_TRIGGER','en','Invalid trigger ''{TRIGGER_INDEX}''','2014-01-15') ,
-( 'LABEL','ID_INVALID_VALUE','en','Invalid value for "{0}".','2014-05-20') ;
+( 'LABEL','ID_INVALID_START','en','Invalid value specified for start','2014-05-22') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_INVALID_START_HOURS','en','The following start hours rows are invalid:','2014-01-15') ,
+( 'LABEL','ID_INVALID_TRIGGER','en','Invalid trigger ''{TRIGGER_INDEX}''','2014-01-15') ,
+( 'LABEL','ID_INVALID_VALUE','en','Invalid value for "{0}".','2014-05-20') ,
( 'LABEL','ID_INVALID_VALUE_ARRAY','en','Invalid value for ''{0}''. It must be an array.','2014-10-21') ,
( 'LABEL','ID_INVALID_VALUE_BOOLEAN','en','Invalid value for ''{0}''. It must be a boolean.','2014-10-21') ,
( 'LABEL','ID_INVALID_VALUE_CAN_NOT_BE_EMPTY','en','Invalid value for "{0}". It can not be empty.','2014-10-21') ,
@@ -58532,7 +58536,6 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_ISO8601_INVALID_FORMAT','en','Invalid value for "{0}", this has not the format ISO 8601.','2015-11-04') ,
( 'LABEL','ID_ISSUED_TO','en','Issued to','2014-09-18') ,
( 'LABEL','ID_IS_NOT_REGISTERED','en','is not registered!','2014-01-15') ,
-( 'LABEL','ID_THE_USERNAME_EMAIL_IS_INCORRECT','en','The username or email is incorrect','2018-01-18') ,
( 'LABEL','ID_IS_REQUIRED','en','is required','2014-01-15') ,
( 'LABEL','ID_IUD','en','#','2014-01-15') ,
( 'LABEL','ID_JAVASCRIPTS','en','JavaScripts','2014-01-15') ,
@@ -58592,12 +58595,12 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_LOCATION','en','Location','2014-01-15') ,
( 'LABEL','ID_LOGGED','en','Logged on','2014-01-15') ,
( 'LABEL','ID_LOGIN','en','Login','2014-01-15') ,
-( 'LABEL','ID_LOGIN_AGAIN','en','You have lost your session and you have to login again.','2014-01-15') ,
-( 'LABEL','ID_LOGIN_LIBRARY','en','Login into ProcessMaker Library','2014-01-15') ,
-( 'LABEL','ID_LOGIN_SETTINGS','en','Login Settings','2014-01-15') ,
-( 'LABEL','ID_LOGIN_TITLE','en','Please enter your credentials below','2015-12-07') ;
+( 'LABEL','ID_LOGIN_AGAIN','en','You have lost your session and you have to login again.','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_LOGIN_LIBRARY','en','Login into ProcessMaker Library','2014-01-15') ,
+( 'LABEL','ID_LOGIN_SETTINGS','en','Login Settings','2014-01-15') ,
+( 'LABEL','ID_LOGIN_TITLE','en','Please enter your credentials below','2015-12-07') ,
( 'LABEL','ID_LOGIN_WITH_FACEBOOK','en','Login with Facebook!!','2014-01-15') ,
( 'LABEL','ID_LOGO','en','Logo','2014-01-15') ,
( 'LABEL','ID_LOGOUT','en','Logout','2014-01-15') ,
@@ -58605,1229 +58608,1227 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_LOG_AGAIN','en','Please login again to apply the changes.','2014-01-15') ,
( 'LABEL','ID_LOG_CASE_SCHEDULER','en','Case Scheduler Log','2014-01-15') ,
( 'LABEL','ID_LOG_INFO','en','Log Information','2014-01-15') ,
-( 'LABEL','ID_MAFE_0015b7e51c1ca4293041c429985ca323','en','The specified subform could not be found in the process.','2016-08-12') ,
-( 'LABEL','ID_MAFE_0025301679e9722c3abd5914cfbc7dd7','en','Database connection edited successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_004fa281c757ed0c2ed3ca2b19dc26f4','en','Please select a file to upload','2016-08-12') ,
-( 'LABEL','ID_MAFE_0095a9fa74d1713e43e370a7d7846224','en','Export','2016-08-12') ,
-( 'LABEL','ID_MAFE_00d23a76e43b46dae9ec7aa9dcbebb32','en','Enabled','2016-08-12') ,
-( 'LABEL','ID_MAFE_011306a5e88efff7332299ca7d8e4515','en','Invalid flow between elements. Please delete the flow and reconnect the elements.','2016-08-12') ,
-( 'LABEL','ID_MAFE_014bd6f385cb5aec29ec9714b8106ccb','en','Search ...','2016-08-12') ,
-( 'LABEL','ID_MAFE_01bc6f8efa4202821e95f4fdf6298b30','en','clear','2016-08-12') ,
-( 'LABEL','ID_MAFE_01d9ea29b533da28fc3a3dc45826530b','en','Fields marked with an asterisk (%%ASTERISK%%) are required.','2017-11-22') ,
-( 'LABEL','ID_MAFE_01e314c524834917a79de8eb706d379a','en','Available users list','2016-08-12') ,
-( 'LABEL','ID_MAFE_021f59e0a7f72f582a58baad7d315f83','en','Execute a trigger when a case is created','2017-11-22') ,
-( 'LABEL','ID_MAFE_0266e5e196c710628bce171dc00a8d4e','en','Available Objects','2016-08-12') ,
-( 'LABEL','ID_MAFE_02c99274ed000da347819e732fe05bfa','en','Regular Expression','2016-08-12') ,
-( 'LABEL','ID_MAFE_02f5a8943b70bb7ee70ec52a58090caa','en','The key and label must be supplied.','2017-11-22') ,
-( 'LABEL','ID_MAFE_035f4e29da2d6d31303f7d7cfa1be13b','en','Subtitle','2017-11-22') ,
-( 'LABEL','ID_MAFE_03727ac48595a24daed975559c944a44','en','Day','2016-08-12') ,
-( 'LABEL','ID_MAFE_03937134cedab9078be39a77ee3a48a0','en','Group','2017-11-22') ,
-( 'LABEL','ID_MAFE_03b62516184fb6ef591f45bd4974b753','en','refresh','2016-08-12') ,
-( 'LABEL','ID_MAFE_03b94d355b5045f081bd898e4d664900','en','display mode','2016-08-12') ,
-( 'LABEL','ID_MAFE_03de5d2d75b7dd914fbc5c775bf21b63','en','Input Document*:','2016-08-12') ,
-( 'LABEL','ID_MAFE_03df896fc71cd516fdcf44aa699c4933','en','Variables','2017-11-22') ,
-( 'LABEL','ID_MAFE_0422899c4397e3d67ffc16045df065bd','en','Please configure cron to create cases in base to a signal.','2016-08-12') ,
-( 'LABEL','ID_MAFE_0459c698b4236e6e2bcdd7dfe0d5f58b','en','Web controls','2016-08-12') ,
-( 'LABEL','ID_MAFE_045ee0bdd04f6173c47edf74fd6d51b3','en','Message Field','2016-08-12') ,
-( 'LABEL','ID_MAFE_04a7590947b0fb78f977e095bf71fdd0','en','Script Task Properties','2016-08-12') ,
-( 'LABEL','ID_MAFE_0544ceae853cfdbfd84515d140e2c233','en','User Task','2016-08-12') ,
-( 'LABEL','ID_MAFE_0557fa923dcee4d0f86b1409f5c2167f','en','Back','2016-08-12') ,
-( 'LABEL','ID_MAFE_056fa3d840f48b7bfbbd68c19a4797b3','en','Terminate','2016-08-12') ,
-( 'LABEL','ID_MAFE_0598c093f5b72986e4742a2d307e835b','en','YYYY MM DD >> "Valid date"','2016-08-12') ,
-( 'LABEL','ID_MAFE_05ac967e9cc3b518f931564827ffe738','en','Checkgroup','2017-11-22') ,
-( 'LABEL','ID_MAFE_0610123bdd4ffc191a3ea05a847e1307','en','Press','2016-08-12') ,
-( 'LABEL','ID_MAFE_06393d06d72234311af1c99b3479bb02','en','Redirect to custom URL and clear login info','2017-11-22') ,
-( 'LABEL','ID_MAFE_064626e308f7d6587778df2924ea847c','en','← Back','2016-08-12') ,
-( 'LABEL','ID_MAFE_06502cb888fb850e36367519eb1fc54c','en','Vertical line','2017-11-22') ,
-( 'LABEL','ID_MAFE_06b1e0de70757f590a02c49ed6643dbd','en','Parallel Gateway','2017-11-22') ,
-( 'LABEL','ID_MAFE_06b98656cf4847f3e0479124bbbbd4d4','en',' |
| Wo | 1st 2nd ... 52nd 53rd |
| WW | 01 02 ... 52 53 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_06d4cd63bde972fc66a0aed41d2f5c51','en','comment','2016-08-12') ,
-( 'LABEL','ID_MAFE_07052d86b58157929b39588cd04bf868','en','Receive Message','2016-08-12') ,
-( 'LABEL','ID_MAFE_070acc9c521d0db8d0620a1435a36207','en','Wait for','2016-08-12') ,
-( 'LABEL','ID_MAFE_07501edbc1f9fd2f7d0f0d71712b11cf','en','Case Tracker updated successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_075ae3d2fc31640504f814f60e5ef713','en','disabled','2016-08-12') ,
-( 'LABEL','ID_MAFE_07603125709811efbdbcd69161b42527','en','Save process','2016-08-12') ,
-( 'LABEL','ID_MAFE_076bbf458415eb4b6684ebad6c6094c0','en','Variable Name:','2016-08-12') ,
-( 'LABEL','ID_MAFE_0778b522479c97b0c98fb221e86f8054','en','Invalid operation, please delete elements individually','2016-08-12') ,
-( 'LABEL','ID_MAFE_07a61978b92831579bbbb72fdf2a3b58','en','useStrict','2016-08-12') ,
-( 'LABEL','ID_MAFE_085fea7abdc5d904fe69a3081efd7398','en','Signal','2016-08-12') ,
-( 'LABEL','ID_MAFE_087fb8756d4add87f2d162304ccd486b','en','No records found','2016-08-12') ,
-( 'LABEL','ID_MAFE_08898cf72a0c0bab1fd5a011cb430875','en','Filename generated','2016-08-12') ,
-( 'LABEL','ID_MAFE_089fcbec3033fdeb0d653252c287545a','en','Do you want to delete this variable?','2016-08-12') ,
-( 'LABEL','ID_MAFE_08a7d6fab0acef5396b8e564b32f48f8','en','Supported Controls: text, textarea, dropdown, radio, suggest, hidden.','2016-08-12') ,
-( 'LABEL','ID_MAFE_08e81084a29cd23cc305864758f6b006','en','validation error message','2016-08-12') ,
-( 'LABEL','ID_MAFE_0998e1a350726e6469268a260a83a2dc','en','toolbar placement','2016-08-12') ,
-( 'LABEL','ID_MAFE_09ac9c2ebfa317b7baa510b9b93127bb','en','(HH:MM) Format 24 hrs.','2016-08-12') ,
-( 'LABEL','ID_MAFE_0a33cdf242201623275b9897d8b4d8c4','en','Html Template','2016-08-12') ,
-( 'LABEL','ID_MAFE_0a52da7a03a6de3beefe54f8c03ad80d','en','Original','2016-08-12') ,
-( 'LABEL','ID_MAFE_0a7d55be9d12a369a6a8da0fb517fba4','en','minute','2016-08-12') ,
-( 'LABEL','ID_MAFE_0af63899fb5342f6d1882ea16af864c1','en','Allows date selection after this date
(in YYYY-MM-DD HH:MM:SS format)','2016-08-12') ,
-( 'LABEL','ID_MAFE_0b27918290ff5323bea1e3b78a9cf04e','en','File','2016-08-12') ,
-( 'LABEL','ID_MAFE_0b3d5609ee81e50809b7351e848e4698','en','A6','2016-08-12') ,
-( 'LABEL','ID_MAFE_0b4db271fc4624853e634ef6882ea8be','en','View all','2016-08-12') ,
-( 'LABEL','ID_MAFE_0b71568d594e3c9e57fe1cfae1957819','en','Please configure a script to send a signal.','2016-08-12') ,
-( 'LABEL','ID_MAFE_0bb8309239953b782fec18706fe60b4a','en','Digital','2016-08-12') ,
-( 'LABEL','ID_MAFE_0c06d45a9f58aba5f4c4d50b03f65b04','en','- Select Trigger -','2016-08-12') ,
-( 'LABEL','ID_MAFE_0c2f3adf2a48bab3adb470f4da57f3d0','en','A4','2016-08-12') ,
-( 'LABEL','ID_MAFE_0d0a0333b928f95bbbe2a5468f9d4aff','en','Consolidated Case','2016-08-12') ,
-( 'LABEL','ID_MAFE_0d82790b0612935992bd564a17ce37d6','en','Quit','2016-08-12') ,
-( 'LABEL','ID_MAFE_0dbeaf3f5e4f954c5d7c20cf222df405','en','widget parent','2016-08-12') ,
-( 'LABEL','ID_MAFE_0dc345e011be6119663ae656cd0fc190','en','Process Category','2016-08-12') ,
-( 'LABEL','ID_MAFE_0dd4741bcb3a94e7ec755907753669ff','en','Do you want to delete this Input Document?','2016-08-12') ,
-( 'LABEL','ID_MAFE_0df44e2363fd51047d55635ae4130592','en','Insert the title of the new trigger','2016-08-12') ,
-( 'LABEL','ID_MAFE_0df8347776dbb1c637387ec287c7966f','en','| Week Year | gg | 70 71 ... 29 30 |
| gggg | 1970 1971 ... 2029 2030 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_0e0d7b681145ccfa803cd39c1b2e648f','en','There are problems deleting the dynaform, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_0eaadb4fcb48a0a0ed7bc9868be9fbaa','en','Warning','2016-08-12') ;
+( 'LABEL','ID_MAFE_0015b7e51c1ca4293041c429985ca323','en','The specified subform could not be found in the process.', NOW()) ,
+( 'LABEL','ID_MAFE_0025301679e9722c3abd5914cfbc7dd7','en','Database connection edited successfully', NOW()) ,
+( 'LABEL','ID_MAFE_004fa281c757ed0c2ed3ca2b19dc26f4','en','Please select a file to upload', NOW()) ,
+( 'LABEL','ID_MAFE_0095a9fa74d1713e43e370a7d7846224','en','Export', NOW()) ,
+( 'LABEL','ID_MAFE_00d23a76e43b46dae9ec7aa9dcbebb32','en','Enabled', NOW()) ,
+( 'LABEL','ID_MAFE_011306a5e88efff7332299ca7d8e4515','en','Invalid flow between elements. Please delete the flow and reconnect the elements.', NOW()) ,
+( 'LABEL','ID_MAFE_014bd6f385cb5aec29ec9714b8106ccb','en','Search ...', NOW()) ,
+( 'LABEL','ID_MAFE_01bc6f8efa4202821e95f4fdf6298b30','en','clear', NOW()) ,
+( 'LABEL','ID_MAFE_01d9ea29b533da28fc3a3dc45826530b','en','Fields marked with an asterisk (%%ASTERISK%%) are required.', NOW()) ,
+( 'LABEL','ID_MAFE_01e314c524834917a79de8eb706d379a','en','Available users list', NOW()) ,
+( 'LABEL','ID_MAFE_021f59e0a7f72f582a58baad7d315f83','en','Execute a trigger when a case is created', NOW()) ,
+( 'LABEL','ID_MAFE_0266e5e196c710628bce171dc00a8d4e','en','Available Objects', NOW()) ,
+( 'LABEL','ID_MAFE_02c99274ed000da347819e732fe05bfa','en','Regular Expression', NOW()) ,
+( 'LABEL','ID_MAFE_02f5a8943b70bb7ee70ec52a58090caa','en','The key and label must be supplied.', NOW()) ,
+( 'LABEL','ID_MAFE_03727ac48595a24daed975559c944a44','en','Day', NOW()) ,
+( 'LABEL','ID_MAFE_03937134cedab9078be39a77ee3a48a0','en','Group', NOW()) ,
+( 'LABEL','ID_MAFE_03b62516184fb6ef591f45bd4974b753','en','refresh', NOW()) ,
+( 'LABEL','ID_MAFE_03b94d355b5045f081bd898e4d664900','en','display mode', NOW()) ,
+( 'LABEL','ID_MAFE_03de5d2d75b7dd914fbc5c775bf21b63','en','Input Document*:', NOW()) ,
+( 'LABEL','ID_MAFE_03df896fc71cd516fdcf44aa699c4933','en','Variables', NOW()) ,
+( 'LABEL','ID_MAFE_0422899c4397e3d67ffc16045df065bd','en','Please configure cron to create cases in base to a signal.', NOW()) ,
+( 'LABEL','ID_MAFE_0459c698b4236e6e2bcdd7dfe0d5f58b','en','Web controls', NOW()) ,
+( 'LABEL','ID_MAFE_045ee0bdd04f6173c47edf74fd6d51b3','en','Message Field', NOW()) ,
+( 'LABEL','ID_MAFE_04a7590947b0fb78f977e095bf71fdd0','en','Script Task Properties', NOW()) ,
+( 'LABEL','ID_MAFE_0544ceae853cfdbfd84515d140e2c233','en','User Task', NOW()) ,
+( 'LABEL','ID_MAFE_0557fa923dcee4d0f86b1409f5c2167f','en','Back', NOW()) ,
+( 'LABEL','ID_MAFE_056fa3d840f48b7bfbbd68c19a4797b3','en','Terminate', NOW()) ,
+( 'LABEL','ID_MAFE_0598c093f5b72986e4742a2d307e835b','en','YYYY MM DD >> "Valid date"', NOW()) ,
+( 'LABEL','ID_MAFE_0610123bdd4ffc191a3ea05a847e1307','en','Press', NOW()) ,
+( 'LABEL','ID_MAFE_06393d06d72234311af1c99b3479bb02','en','Redirect to custom URL and clear login info', NOW()) ,
+( 'LABEL','ID_MAFE_064626e308f7d6587778df2924ea847c','en','← Back', NOW()) ,
+( 'LABEL','ID_MAFE_06502cb888fb850e36367519eb1fc54c','en','Vertical line', NOW()) ,
+( 'LABEL','ID_MAFE_06b1e0de70757f590a02c49ed6643dbd','en','Parallel Gateway', NOW()) ,
+( 'LABEL','ID_MAFE_06b98656cf4847f3e0479124bbbbd4d4','en',' | Wo | 1st 2nd ... 52nd 53rd |
| WW | 01 02 ... 52 53 |
', NOW()) ,
+( 'LABEL','ID_MAFE_06d4cd63bde972fc66a0aed41d2f5c51','en','comment', NOW()) ,
+( 'LABEL','ID_MAFE_07052d86b58157929b39588cd04bf868','en','Receive Message', NOW()) ,
+( 'LABEL','ID_MAFE_070acc9c521d0db8d0620a1435a36207','en','Wait for', NOW()) ,
+( 'LABEL','ID_MAFE_07501edbc1f9fd2f7d0f0d71712b11cf','en','Case Tracker updated successfully', NOW()) ,
+( 'LABEL','ID_MAFE_075ae3d2fc31640504f814f60e5ef713','en','disabled', NOW()) ,
+( 'LABEL','ID_MAFE_07603125709811efbdbcd69161b42527','en','Save process', NOW()) ,
+( 'LABEL','ID_MAFE_076bbf458415eb4b6684ebad6c6094c0','en','Variable Name:', NOW()) ,
+( 'LABEL','ID_MAFE_0778b522479c97b0c98fb221e86f8054','en','Invalid operation, please delete elements individually', NOW()) ,
+( 'LABEL','ID_MAFE_07a61978b92831579bbbb72fdf2a3b58','en','useStrict', NOW()) ,
+( 'LABEL','ID_MAFE_085fea7abdc5d904fe69a3081efd7398','en','Signal', NOW()) ,
+( 'LABEL','ID_MAFE_087fb8756d4add87f2d162304ccd486b','en','No records found', NOW()) ,
+( 'LABEL','ID_MAFE_08898cf72a0c0bab1fd5a011cb430875','en','Filename generated', NOW()) ,
+( 'LABEL','ID_MAFE_089fcbec3033fdeb0d653252c287545a','en','Do you want to delete this variable?', NOW()) ,
+( 'LABEL','ID_MAFE_08a7d6fab0acef5396b8e564b32f48f8','en','Supported Controls: text, textarea, dropdown, radio, suggest, hidden.', NOW()) ,
+( 'LABEL','ID_MAFE_08e81084a29cd23cc305864758f6b006','en','validation error message', NOW()) ,
+( 'LABEL','ID_MAFE_0998e1a350726e6469268a260a83a2dc','en','toolbar placement', NOW()) ,
+( 'LABEL','ID_MAFE_09ac9c2ebfa317b7baa510b9b93127bb','en','(HH:MM) Format 24 hrs.', NOW()) ,
+( 'LABEL','ID_MAFE_0a10134c1999989ce854ac519eb97249','en','Web Entry Anonymous Authentication', NOW()) ,
+( 'LABEL','ID_MAFE_0a33cdf242201623275b9897d8b4d8c4','en','Html Template', NOW()) ,
+( 'LABEL','ID_MAFE_0a52da7a03a6de3beefe54f8c03ad80d','en','Original', NOW()) ,
+( 'LABEL','ID_MAFE_0a7d55be9d12a369a6a8da0fb517fba4','en','minute', NOW()) ,
+( 'LABEL','ID_MAFE_0af63899fb5342f6d1882ea16af864c1','en','Allows date selection after this date
(in YYYY-MM-DD HH:MM:SS format)', NOW()) ,
+( 'LABEL','ID_MAFE_0b27918290ff5323bea1e3b78a9cf04e','en','File', NOW()) ,
+( 'LABEL','ID_MAFE_0b3d5609ee81e50809b7351e848e4698','en','A6', NOW()) ,
+( 'LABEL','ID_MAFE_0b4db271fc4624853e634ef6882ea8be','en','View all', NOW()) ,
+( 'LABEL','ID_MAFE_0b71568d594e3c9e57fe1cfae1957819','en','Please configure a script to send a signal.', NOW()) ,
+( 'LABEL','ID_MAFE_0b9d04ab06dac3da0142bb369637bfa4','en','qr code', NOW()) ,
+( 'LABEL','ID_MAFE_0bb8309239953b782fec18706fe60b4a','en','Digital', NOW()) ,
+( 'LABEL','ID_MAFE_0bf7c19f7eac3bfa5ad960a50ad602dc','en','subtitle', NOW()) ,
+( 'LABEL','ID_MAFE_0c06d45a9f58aba5f4c4d50b03f65b04','en','- Select Trigger -', NOW()) ,
+( 'LABEL','ID_MAFE_0c2f3adf2a48bab3adb470f4da57f3d0','en','A4', NOW()) ,
+( 'LABEL','ID_MAFE_0d0a0333b928f95bbbe2a5468f9d4aff','en','Consolidated Case', NOW()) ,
+( 'LABEL','ID_MAFE_0d82790b0612935992bd564a17ce37d6','en','Quit', NOW()) ,
+( 'LABEL','ID_MAFE_0dbeaf3f5e4f954c5d7c20cf222df405','en','widget parent', NOW()) ,
+( 'LABEL','ID_MAFE_0dc345e011be6119663ae656cd0fc190','en','Process Category', NOW()) ,
+( 'LABEL','ID_MAFE_0dd4741bcb3a94e7ec755907753669ff','en','Do you want to delete this Input Document?', NOW()) ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-( 'LABEL','ID_MAFE_0ecb335cc64ebaab517d0b3b2afa5c12','en','Trigger updated successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_0fc962c43d228657cb0afd29eb815d15','en','Screenshot1024','2016-08-12') ,
-( 'LABEL','ID_MAFE_1017b7d4a852d1f4bc8c58388dec210d','en','Generate link using workspace default values (skin, language)','2017-11-22') ,
-( 'LABEL','ID_MAFE_102ddd51b0851772c38c022ff51d1ca3','en','There are problems deleting the OutputDocument, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_1063e38cb53d94d386f21227fcd84717','en','Remove','2016-08-12') ,
-( 'LABEL','ID_MAFE_10ac3d04253ef7e1ddc73e6091c0cd55','en','Next','2016-08-12') ,
-( 'LABEL','ID_MAFE_10e94946bad8ebe2b449c477895574dc','en','After routing notify the next assigned user(s)','2016-08-12') ,
-( 'LABEL','ID_MAFE_11a55bdfc91b03465ae2861980f10173','en','The task doesn''t have assigned Dynaforms','2016-08-12') ,
-( 'LABEL','ID_MAFE_11a5a6ab06a384ff9a00257a806f63c4','en','Gateway Type','2017-11-22') ,
-( 'LABEL','ID_MAFE_11b4f4a84a6eb08abcae398ed8ecbf37','en','keep open','2016-08-12') ,
-( 'LABEL','ID_MAFE_11dccac44340779ce8196e81de2d7650','en','Parallel (AND) Gateway','2017-11-22') ,
-( 'LABEL','ID_MAFE_11e0eed8d3696c0a632f822df385ab3c','en','database','2016-08-12') ,
-( 'LABEL','ID_MAFE_11f7f103dc24a2d5ce711c080e1a3851','en','Case assignment method','2016-08-12') ,
-( 'LABEL','ID_MAFE_12516cf647fbd9162aca24107016356a','en','Create Blank Dynaform','2016-08-12') ,
-( 'LABEL','ID_MAFE_128533b9a26b65e5732d15d8db0bc3cd','en','There are unsaved changes, if you leave the editor some changes won''t be saved.','2016-08-12') ,
-( 'LABEL','ID_MAFE_12cba3ee81cf4a793796a51b6327c678','en','copy','2016-08-12') ,
-( 'LABEL','ID_MAFE_12ddb1802ad1aaed5cd7f41e77bab34a','en','Please configure cron to create cases.','2016-08-12') ,
-( 'LABEL','ID_MAFE_130c5b3473c57faa76e2a1c54e26f88e','en','Both','2016-08-12') ,
-( 'LABEL','ID_MAFE_13348442cc6a27032d2b4aa28b75a5d3','en','Search','2016-08-12') ,
-( 'LABEL','ID_MAFE_1351017ac6423911223bc19a8cb7c653','en','Filename','2016-08-12') ,
-( 'LABEL','ID_MAFE_1352bad10a077956b0e7ebd618c5198d','en','There are problems loading the Start Timer, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_136bf3131fc2868af07c733d969c7833','en','Routing Rule','2016-08-12') ,
-( 'LABEL','ID_MAFE_13a44cb3c08c1c40a3c5b62152538ee8','en','Email template','2016-08-12') ,
-( 'LABEL','ID_MAFE_141ee7f0f96c6b0a087bd70630ab3719','en','Open Password','2016-08-12') ,
-( 'LABEL','ID_MAFE_14230d11143a03f4330c6433d5032a9d','en','Prev','2016-08-12') ,
-( 'LABEL','ID_MAFE_1432f32780bbd9cde496343b060fd75d','en','Send Message','2016-08-12') ,
-( 'LABEL','ID_MAFE_1522e792d4751e5bbc85ce386da71da9','en','Qr Code','2017-11-22') ,
-( 'LABEL','ID_MAFE_157b53019e903b82b3b34209dbb26b21','en','Converging Gateway must have two or more incoming sequence flow','2016-08-12') ,
-( 'LABEL','ID_MAFE_1586e418c08ebe156f39e9fa02504a7c','en','Diverging Gateway must have two or more outgoing sequence flow','2016-08-12') ,
-( 'LABEL','ID_MAFE_15a0bc8b5cabfd4950d74ec8806aaebd','en','variable data type','2016-08-12') ,
-( 'LABEL','ID_MAFE_15cb4da0a2a5e4459855d0f51cff5c9d','en','Intermediate event must have one or more incoming sequence flow','2017-11-22') ,
-( 'LABEL','ID_MAFE_16688462a9859fc560412c2e1349437f','en','Dynaforms','2016-08-12') ,
-( 'LABEL','ID_MAFE_166a1105094f6efbcb4b3fabd27cfa40','en','The task doesn''t have assigned users','2016-08-12') ,
-( 'LABEL','ID_MAFE_16888e57558b35486dfc46f2a39fdac9','en','Task properties saved successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_168909c0b6f1dfbd48f679d47059c1d6','en','Third','2016-08-12') ,
-( 'LABEL','ID_MAFE_16f49c0f891dce505db0ffe478aff96f','en','Next →','2016-08-12') ,
-( 'LABEL','ID_MAFE_171c9ea8629e74f980018c522d83bada','en','Variables Out','2017-11-22') ,
-( 'LABEL','ID_MAFE_172ac8a8053b32e15c602be955a2f098','en','Execute a trigger when a case is cancelled','2016-08-12') ,
-( 'LABEL','ID_MAFE_174e4ee3d13ed11b4d96ac457dc86aa0','en','Manual Assignment','2016-08-12') ,
-( 'LABEL','ID_MAFE_1776c5b429c7d2e9c493d8b1419c3a72','en','disabled dates','2016-08-12') ,
-( 'LABEL','ID_MAFE_17a53d1a012580ef609b70ef6a25d1f1','en','Letter','2016-08-12') ,
-( 'LABEL','ID_MAFE_17f6161419cf1071d5c1163669a66853','en','Select Dynaform','2017-11-22') ,
-( 'LABEL','ID_MAFE_181a78592654ed602ed454e019302f51','en','Do you want to save the changes? This Trigger will be saved like a custom Trigger.','2016-08-12') ,
-( 'LABEL','ID_MAFE_1825d84c97732e2ce3d43b28cee08b58','en','There are problems updating the trigger, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_185b7133db22230701a857c059360cc2','en','Assign','2016-08-12') ,
-( 'LABEL','ID_MAFE_187336962e958e5f776ea41daf7b394e','en','Default email account','2017-11-22') ,
-( 'LABEL','ID_MAFE_189f63f277cd73395561651753563065','en','Tags','2016-08-12') ,
-( 'LABEL','ID_MAFE_192cf04847c3ffd92ceb9001f2f22458','en','Variables In','2017-11-22') ,
-( 'LABEL','ID_MAFE_193cfc9be3b995831c6af2fea6650e60','en','Page','2016-08-12') ,
-( 'LABEL','ID_MAFE_1954ab48f4de4fc4c5e53d7dad0618d0','en','Message Type edited successfully.','2016-08-12') ,
-( 'LABEL','ID_MAFE_195fbb57ffe7449796d23466085ce6d8','en','May','2016-08-12') ,
-( 'LABEL','ID_MAFE_197860b724bf2228df0b57ce97ef3c71','en','Exclusive (Manual)','2016-08-12') ,
-( 'LABEL','ID_MAFE_19a757ca6e86f84f6c7b968ca7ad49dd','en','Variable edited successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_19c562a36aeb455d09534f93b4f5236f','en','Unit','2016-08-12') ,
-( 'LABEL','ID_MAFE_19cc79b708cfd5bf2410bc2767df6105','en','Dynaform saved successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_1a1a584d5673d1c56e1093dddd2ee953','en','size unit','2017-11-22') ,
-( 'LABEL','ID_MAFE_1a721faf2df53972bfd0831c64b6146d','en','collapse','2016-08-12') ,
-( 'LABEL','ID_MAFE_1a79a39f343f2224748ec987ccf8431f','en','Lane','2017-11-22') ,
-( 'LABEL','ID_MAFE_1ad9db0953957569c62d12728f2b0874','en','Get value from','2016-08-12') ,
-( 'LABEL','ID_MAFE_1b539f6f34e8503c97f6d3421346b63c','en','July','2016-08-12') ,
-( 'LABEL','ID_MAFE_1ba532aebcefcfd5cc7a5c1dd99dbd8b','en','Work Days','2016-08-12') ,
-( 'LABEL','ID_MAFE_1bda80f2be4d3658e0baa43fbe7ae8c1','en','view','2016-08-12') ,
-( 'LABEL','ID_MAFE_1c0b8f236cc7ad13254af9a32ea15be8','en','Resend','2016-08-12') ,
-( 'LABEL','ID_MAFE_1c7444be9626d149ab598fb79b639f96','en','Portrait','2016-08-12') ,
-( 'LABEL','ID_MAFE_1cb251ec0d568de6a929b520c4aed8d1','en','text','2016-08-12') ,
-( 'LABEL','ID_MAFE_1ce4fd7b116c43c936cc8ddbaa51ce99','en','file extensions','2016-08-12') ,
-( 'LABEL','ID_MAFE_1ce7fd4a5bc68650a82e2b254c9137c7','en','Trigger assigned successfully.','2016-08-12') ,
-( 'LABEL','ID_MAFE_1d1ded75bd737a314cd8e39f4a715ab9','en','Note: To remove days, months or years from the date picker, use a format which does not have those elements. For example a format of "MM/YYY" will not allow the user to select days.','2016-08-12') ,
-( 'LABEL','ID_MAFE_1d54bc57e09e7e7b52f85f0045a01474','en','Do you want to delete this lang?','2016-08-12') ,
-( 'LABEL','ID_MAFE_1d623b89683f9ce4e074de1676d12416','en','sum','2016-08-12') ,
-( 'LABEL','ID_MAFE_1dccefa9aa4b700675ca17101bccd7d3','en','Edit Source Code','2016-08-12') ,
-( 'LABEL','ID_MAFE_1ddcb92ade31c8fbd370001f9b29a7d9','en','format','2016-08-12') ,
-( 'LABEL','ID_MAFE_1de162d73f017a9243ce0c939064a014','en','Enable gallery','2016-08-12') ,
-( 'LABEL','ID_MAFE_1e469db43d54e3019fcb2328e1ec4e27','en','Require user login','2017-11-22') ,
-( 'LABEL','ID_MAFE_1ea7e575defdf6bc3f26a3f127e98170','en','datasource','2016-08-12') ,
-( 'LABEL','ID_MAFE_1f32d2c1b49b9b0c9d99bd10da107e41','en','Radio','2017-11-22') ,
-( 'LABEL','ID_MAFE_1f5a44e6621dc51b6daca35844ba8311','en','Timing Control','2016-08-12') ,
-( 'LABEL','ID_MAFE_1f9d9a4ccb5e099c457588964a61b8db','en','page size','2016-08-12') ,
-( 'LABEL','ID_MAFE_2032a8d80edc990f99b7113724f4adc6','en','The source shape can not have more than one outgoing connection','2017-11-22') ,
-( 'LABEL','ID_MAFE_203d82526c3bf7c32f75cb083c61c4ff','en','Summary Form','2016-08-12') ;
+( 'LABEL','ID_MAFE_0df44e2363fd51047d55635ae4130592','en','Insert the title of the new trigger', NOW()) ,
+( 'LABEL','ID_MAFE_0df8347776dbb1c637387ec287c7966f','en','| Week Year | gg | 70 71 ... 29 30 |
| gggg | 1970 1971 ... 2029 2030 |
', NOW()) ,
+( 'LABEL','ID_MAFE_0e0d7b681145ccfa803cd39c1b2e648f','en','There are problems deleting the dynaform, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_0eaadb4fcb48a0a0ed7bc9868be9fbaa','en','Warning', NOW()) ,
+( 'LABEL','ID_MAFE_0ecb335cc64ebaab517d0b3b2afa5c12','en','Trigger updated successfully', NOW()) ,
+( 'LABEL','ID_MAFE_0fc962c43d228657cb0afd29eb815d15','en','Screenshot1024', NOW()) ,
+( 'LABEL','ID_MAFE_1017b7d4a852d1f4bc8c58388dec210d','en','Generate link using workspace default values (skin, language)', NOW()) ,
+( 'LABEL','ID_MAFE_102ddd51b0851772c38c022ff51d1ca3','en','There are problems deleting the OutputDocument, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_1063e38cb53d94d386f21227fcd84717','en','Remove', NOW()) ,
+( 'LABEL','ID_MAFE_10ac3d04253ef7e1ddc73e6091c0cd55','en','Next', NOW()) ,
+( 'LABEL','ID_MAFE_10e94946bad8ebe2b449c477895574dc','en','After routing notify the next assigned user(s)', NOW()) ,
+( 'LABEL','ID_MAFE_11a55bdfc91b03465ae2861980f10173','en','The task doesn''t have assigned Dynaforms', NOW()) ,
+( 'LABEL','ID_MAFE_11a5a6ab06a384ff9a00257a806f63c4','en','Gateway Type', NOW()) ,
+( 'LABEL','ID_MAFE_11b4f4a84a6eb08abcae398ed8ecbf37','en','keep open', NOW()) ,
+( 'LABEL','ID_MAFE_11dccac44340779ce8196e81de2d7650','en','Parallel (AND) Gateway', NOW()) ,
+( 'LABEL','ID_MAFE_11e0eed8d3696c0a632f822df385ab3c','en','database', NOW()) ,
+( 'LABEL','ID_MAFE_11f7f103dc24a2d5ce711c080e1a3851','en','Case assignment method', NOW()) ,
+( 'LABEL','ID_MAFE_12516cf647fbd9162aca24107016356a','en','Create Blank Dynaform', NOW()) ,
+( 'LABEL','ID_MAFE_128533b9a26b65e5732d15d8db0bc3cd','en','There are unsaved changes, if you leave the editor some changes won''t be saved.', NOW()) ,
+( 'LABEL','ID_MAFE_12cba3ee81cf4a793796a51b6327c678','en','copy', NOW()) ,
+( 'LABEL','ID_MAFE_12ddb1802ad1aaed5cd7f41e77bab34a','en','Please configure cron to create cases.', NOW()) ,
+( 'LABEL','ID_MAFE_130c5b3473c57faa76e2a1c54e26f88e','en','Both', NOW()) ,
+( 'LABEL','ID_MAFE_13348442cc6a27032d2b4aa28b75a5d3','en','Search', NOW()) ,
+( 'LABEL','ID_MAFE_1351017ac6423911223bc19a8cb7c653','en','Filename', NOW()) ,
+( 'LABEL','ID_MAFE_1352bad10a077956b0e7ebd618c5198d','en','There are problems loading the Start Timer, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_136bf3131fc2868af07c733d969c7833','en','Routing Rule', NOW()) ,
+( 'LABEL','ID_MAFE_13a44cb3c08c1c40a3c5b62152538ee8','en','Email template', NOW()) ,
+( 'LABEL','ID_MAFE_141ee7f0f96c6b0a087bd70630ab3719','en','Open Password', NOW()) ,
+( 'LABEL','ID_MAFE_14230d11143a03f4330c6433d5032a9d','en','Prev', NOW()) ,
+( 'LABEL','ID_MAFE_1432f32780bbd9cde496343b060fd75d','en','Send Message', NOW()) ,
+( 'LABEL','ID_MAFE_157b53019e903b82b3b34209dbb26b21','en','Converging Gateway must have two or more incoming sequence flow', NOW()) ,
+( 'LABEL','ID_MAFE_1586e418c08ebe156f39e9fa02504a7c','en','Diverging Gateway must have two or more outgoing sequence flow', NOW()) ,
+( 'LABEL','ID_MAFE_15a0bc8b5cabfd4950d74ec8806aaebd','en','variable data type', NOW()) ,
+( 'LABEL','ID_MAFE_15cb4da0a2a5e4459855d0f51cff5c9d','en','Intermediate event must have one or more incoming sequence flow', NOW()) ,
+( 'LABEL','ID_MAFE_16688462a9859fc560412c2e1349437f','en','Dynaforms', NOW()) ,
+( 'LABEL','ID_MAFE_166a1105094f6efbcb4b3fabd27cfa40','en','The task doesn''t have assigned users', NOW()) ,
+( 'LABEL','ID_MAFE_16888e57558b35486dfc46f2a39fdac9','en','Task properties saved successfully', NOW()) ,
+( 'LABEL','ID_MAFE_168909c0b6f1dfbd48f679d47059c1d6','en','Third', NOW()) ,
+( 'LABEL','ID_MAFE_16f49c0f891dce505db0ffe478aff96f','en','Next →', NOW()) ,
+( 'LABEL','ID_MAFE_171c9ea8629e74f980018c522d83bada','en','Variables Out', NOW()) ,
+( 'LABEL','ID_MAFE_172ac8a8053b32e15c602be955a2f098','en','Execute a trigger when a case is cancelled', NOW()) ,
+( 'LABEL','ID_MAFE_174e4ee3d13ed11b4d96ac457dc86aa0','en','Manual Assignment', NOW()) ,
+( 'LABEL','ID_MAFE_1776c5b429c7d2e9c493d8b1419c3a72','en','disabled dates', NOW()) ,
+( 'LABEL','ID_MAFE_17a53d1a012580ef609b70ef6a25d1f1','en','Letter', NOW()) ,
+( 'LABEL','ID_MAFE_17f6161419cf1071d5c1163669a66853','en','Select Dynaform', NOW()) ,
+( 'LABEL','ID_MAFE_181a78592654ed602ed454e019302f51','en','Do you want to save the changes? This Trigger will be saved like a custom Trigger.', NOW()) ,
+( 'LABEL','ID_MAFE_1825d84c97732e2ce3d43b28cee08b58','en','There are problems updating the trigger, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_185b7133db22230701a857c059360cc2','en','Assign', NOW()) ,
+( 'LABEL','ID_MAFE_187336962e958e5f776ea41daf7b394e','en','Default email account', NOW()) ,
+( 'LABEL','ID_MAFE_189f63f277cd73395561651753563065','en','Tags', NOW()) ,
+( 'LABEL','ID_MAFE_192cf04847c3ffd92ceb9001f2f22458','en','Variables In', NOW()) ,
+( 'LABEL','ID_MAFE_193cfc9be3b995831c6af2fea6650e60','en','Page', NOW()) ,
+( 'LABEL','ID_MAFE_1954ab48f4de4fc4c5e53d7dad0618d0','en','Message Type edited successfully.', NOW()) ,
+( 'LABEL','ID_MAFE_195fbb57ffe7449796d23466085ce6d8','en','May', NOW()) ,
+( 'LABEL','ID_MAFE_197860b724bf2228df0b57ce97ef3c71','en','Exclusive (Manual)', NOW()) ,
+( 'LABEL','ID_MAFE_19a757ca6e86f84f6c7b968ca7ad49dd','en','Variable edited successfully', NOW()) ,
+( 'LABEL','ID_MAFE_19c562a36aeb455d09534f93b4f5236f','en','Unit', NOW()) ,
+( 'LABEL','ID_MAFE_19cc79b708cfd5bf2410bc2767df6105','en','Dynaform saved successfully', NOW()) ,
+( 'LABEL','ID_MAFE_1a1a584d5673d1c56e1093dddd2ee953','en','size unit', NOW()) ,
+( 'LABEL','ID_MAFE_1a721faf2df53972bfd0831c64b6146d','en','collapse', NOW()) ,
+( 'LABEL','ID_MAFE_1a79a39f343f2224748ec987ccf8431f','en','Lane', NOW()) ,
+( 'LABEL','ID_MAFE_1ad9db0953957569c62d12728f2b0874','en','Get value from', NOW()) ,
+( 'LABEL','ID_MAFE_1b539f6f34e8503c97f6d3421346b63c','en','July', NOW()) ,
+( 'LABEL','ID_MAFE_1ba532aebcefcfd5cc7a5c1dd99dbd8b','en','Work Days', NOW()) ,
+( 'LABEL','ID_MAFE_1bda80f2be4d3658e0baa43fbe7ae8c1','en','view', NOW()) ,
+( 'LABEL','ID_MAFE_1c0b8f236cc7ad13254af9a32ea15be8','en','Resend', NOW()) ,
+( 'LABEL','ID_MAFE_1c7444be9626d149ab598fb79b639f96','en','Portrait', NOW()) ,
+( 'LABEL','ID_MAFE_1cb251ec0d568de6a929b520c4aed8d1','en','text', NOW()) ,
+( 'LABEL','ID_MAFE_1ce4fd7b116c43c936cc8ddbaa51ce99','en','file extensions', NOW()) ,
+( 'LABEL','ID_MAFE_1ce7fd4a5bc68650a82e2b254c9137c7','en','Trigger assigned successfully.', NOW()) ,
+( 'LABEL','ID_MAFE_1d1ded75bd737a314cd8e39f4a715ab9','en','Note: To remove days, months or years from the date picker, use a format which does not have those elements. For example a format of "MM/YYY" will not allow the user to select days.', NOW()) ,
+( 'LABEL','ID_MAFE_1d54bc57e09e7e7b52f85f0045a01474','en','Do you want to delete this lang?', NOW()) ,
+( 'LABEL','ID_MAFE_1d623b89683f9ce4e074de1676d12416','en','sum', NOW()) ,
+( 'LABEL','ID_MAFE_1dccefa9aa4b700675ca17101bccd7d3','en','Edit Source Code', NOW()) ,
+( 'LABEL','ID_MAFE_1ddcb92ade31c8fbd370001f9b29a7d9','en','format', NOW()) ,
+( 'LABEL','ID_MAFE_1de162d73f017a9243ce0c939064a014','en','Enable gallery', NOW()) ,
+( 'LABEL','ID_MAFE_1e469db43d54e3019fcb2328e1ec4e27','en','Require user login', NOW()) ,
+( 'LABEL','ID_MAFE_1ea7e575defdf6bc3f26a3f127e98170','en','datasource', NOW()) ,
+( 'LABEL','ID_MAFE_1f5a44e6621dc51b6daca35844ba8311','en','Timing Control', NOW()) ,
+( 'LABEL','ID_MAFE_1f9d9a4ccb5e099c457588964a61b8db','en','page size', NOW()) ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-( 'LABEL','ID_MAFE_20633a8e3019e3b5f7d394f488d237da','en','Callback Action...','2017-11-22') ,
-( 'LABEL','ID_MAFE_2063c1608d6e0baf80249c42e2be5804','en','value','2016-08-12') ,
-( 'LABEL','ID_MAFE_20835b49593bbf08bdbbfdc6203fc51d','en','alternate text','2016-08-12') ,
-( 'LABEL','ID_MAFE_208cc8f89088bcae77b83013f46c6cdc','en','Show task in New Case','2017-11-22') ,
-( 'LABEL','ID_MAFE_20908be99ead7d291aca60cdd4b4bddb','en','Enter a title displayed on web entry window (if applies)','2017-11-22') ,
-( 'LABEL','ID_MAFE_20b4f77bd00b4f63a49ec8e08f3bf6a6','en','Cost','2016-08-12') ,
-( 'LABEL','ID_MAFE_20c1cf6614ec6ffbda1e766353344b6f','en','Timer Event Properties','2016-08-12') ,
-( 'LABEL','ID_MAFE_21037a59373ae01e31ee20ec61555333','en','Store result in variable @@myResult','2016-08-12') ,
-( 'LABEL','ID_MAFE_213d0c943b541604653a54b0961fd693','en','Execution time','2016-08-12') ,
-( 'LABEL','ID_MAFE_214d99dbc0103c5a28039057362fc954','en','The table name can not contain spaces','2016-08-12') ,
-( 'LABEL','ID_MAFE_218e8708630164ca97f9f3de66a3339b','en','for valid datetime formats. If only the date is included in the format then the time picker will not be displayed.','2016-08-12') ,
-( 'LABEL','ID_MAFE_2239b7b7383e821ff79ffbcd256a3f8f','en','External (s)','2016-08-12') ,
-( 'LABEL','ID_MAFE_22ae0e2b89e5e3d477f988cc36d3272b','en','Float','2016-08-12') ,
-( 'LABEL','ID_MAFE_22e74b4a2ae3e237300f7a79f6e6dbc4','en','Completed Task','2016-08-12') ,
-( 'LABEL','ID_MAFE_22f1a4667604b8557c9b209c201b4bc6','en','Aug','2016-08-12') ,
-( 'LABEL','ID_MAFE_2310408a63388fe57e3a4177168a8798','en','Desktop','2016-08-12') ,
-( 'LABEL','ID_MAFE_231afe47f3f37d3808096b36c28b4ded','en','Element','2016-08-12') ,
-( 'LABEL','ID_MAFE_239894b31b0a9c122be4f31d07305efd','en','Supported Controls: text, textarea, dropdown, radio, suggest, hidden, geo map, qr code.','2017-11-22') ,
-( 'LABEL','ID_MAFE_239959e37b524db940db159c09984c0a','en','- None -','2016-08-12') ,
-( 'LABEL','ID_MAFE_23aa72823f3110b89a4791763ed6ca3f','en','Trigger (s)','2016-08-12') ,
-( 'LABEL','ID_MAFE_23faca394186e73f3446b5ff25802885','en','Process Files Manager','2016-08-12') ,
-( 'LABEL','ID_MAFE_2421dc6680ce1aaf6cea69494a39df47','en','Do you want to delete this Output Document?','2016-08-12') ,
-( 'LABEL','ID_MAFE_244d5dea1c18e5cd0eb873b030e1d824','en','- Select starting activity -','2017-11-22') ,
-( 'LABEL','ID_MAFE_245a41b3d20ec98d1e045e149f645911','en','Edit permission','2016-08-12') ,
-( 'LABEL','ID_MAFE_2470a67fad9f2e7fbb2f4c5e78fad6af','en','Count days by','2016-08-12') ,
-( 'LABEL','ID_MAFE_24b875ed575a2d388074a8f7b2d2c765','en',' | MMM | Jan Feb ... Nov Dec |
| MMMM | January February ... November December |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_24fa2fbfb2224c63fee87993306c0c95','en','Variable Type','2017-11-22') ,
-( 'LABEL','ID_MAFE_257cb9ff74e0f915a115f902c91bc372','en','TEMPLATES','2016-08-12') ,
-( 'LABEL','ID_MAFE_25c7551bb238df62b5c5de847e0e4a0a','en','Required field error message','2017-11-22') ,
-( 'LABEL','ID_MAFE_25d902c24283ab8cfbac54dfa101ad31','en','src','2016-08-12') ,
-( 'LABEL','ID_MAFE_2689a6d6b3d3e54ccf8c9af27cf95d35','en','Actions by Email','2016-08-12') ,
-( 'LABEL','ID_MAFE_26c8b24dce7a00ff4d00781dc2ee5d66','en','Execute a trigger when a case is reassigned','2016-08-12') ,
-( 'LABEL','ID_MAFE_27118326006d3829667a400ad23d5d98','en','String','2016-08-12') ,
-( 'LABEL','ID_MAFE_27226c864bac7454a8504f8edb15d95b','en','Boolean','2016-08-12') ,
-( 'LABEL','ID_MAFE_275c7cb3669628b24afd0b6b85d496c8','en','Wait until specified date/time','2016-08-12') ,
-( 'LABEL','ID_MAFE_2761f61a753144b3a54687195576559f','en','Starting activity','2017-11-22') ,
-( 'LABEL','ID_MAFE_278c491bdd8a53618c149c4ac790da34','en','Template','2016-08-12') ,
-( 'LABEL','ID_MAFE_27b3b5b817c0db6365fad09efc964f73','en','Subject by email','2016-08-12') ,
-( 'LABEL','ID_MAFE_27d508156505dccd6d8df988982031f7','en','drag & drop','2016-08-12') ,
-( 'LABEL','ID_MAFE_27f237e6b7f96587b6202ff3607ad88a','en','A1','2016-08-12') ,
-( 'LABEL','ID_MAFE_28105e6dd8ddcc3113983516722d7577','en','Protocol and Hostname, port is optional.','2017-11-22') ,
-( 'LABEL','ID_MAFE_288aae25bc408055f50c21c991903a44','en','Asynchronous','2017-11-22') ,
-( 'LABEL','ID_MAFE_28a7de43bb5297bf6122425d52210f93','en','Assigned User','2017-11-22') ,
-( 'LABEL','ID_MAFE_297b1df0a54c69676de34dc99824d08d','en','See http://momentjs.com/docs/#/displaying/format/','2016-08-12') ,
-( 'LABEL','ID_MAFE_29aa92edf7c883567893849116ff1add','en','Email Event Properties','2016-08-12') ,
-( 'LABEL','ID_MAFE_29d26bc75ff2e4d5ef3df8bdf6795ee3','en','This is an error message.','2016-08-12') ,
-( 'LABEL','ID_MAFE_2a19110e3a66ff6cf760d100bcd046a5','en','An unexpected error while deleting the step, please try again later.','2016-08-12') ,
-( 'LABEL','ID_MAFE_2a1ab298edf0162a3305e599b47cbeee','en','B5','2016-08-12') ,
-( 'LABEL','ID_MAFE_2a37d240713f300cf06d390798b0efad','en','Please, specify a name for the Message Field.','2017-11-22') ,
-( 'LABEL','ID_MAFE_2a4bb90f555f2f4ce060a28924948fd1','en','Maximum file size (Use zero if unlimited)','2016-08-12') ,
-( 'LABEL','ID_MAFE_2a5b8b5644c4187548c11f524fe09355','en','OutPut Document','2016-08-12') ,
-( 'LABEL','ID_MAFE_2a6eaecb26ccc7adbad36a3dd054a82d','en','Are you sure you want to delete the Web Entry configuration?','2017-11-22') ,
-( 'LABEL','ID_MAFE_2a6f5ddb9d6d57e2d8bdf3f83bb7c0cd','en','There are problems getting the Steps, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_2aa7a349a072dcb9402f203d0a6f898d','en','No elements found to connect.','2016-08-12') ,
-( 'LABEL','ID_MAFE_2ad9d63b69c4a10a5cc9cad923133bc4','en','Bottom','2016-08-12') ,
-( 'LABEL','ID_MAFE_2b30b478acce5ed435bdf80f39de9b1f','en','Please take note of the changes to update your process logic.','2016-08-12') ,
-( 'LABEL','ID_MAFE_2b30f7950c6f143b5722c4e001bddd26','en','Suggest users','2017-11-22') ,
-( 'LABEL','ID_MAFE_2b9153e1f3c6ebd7bf7ac1ee168aa7ca','en','__PARAMETERS__','2016-08-12') ,
-( 'LABEL','ID_MAFE_2bc2de57b27c665244bf4cb8d17f842f','en','Do you want to clear this variable? The following properties are reset: Variable, Data Type, DB Connection, SQL and Options.','2016-08-12') ,
-( 'LABEL','ID_MAFE_2c4429deb064b2431fb36a8b4f552713','en','It leaving this field in blank, the next user''s email will be used.','2016-08-12') ,
-( 'LABEL','ID_MAFE_2d33b0db41ea7a05caec256b28887de2','en','Text Annotation','2016-08-12') ,
-( 'LABEL','ID_MAFE_2d69cae8f3f13b440c51edced7338699','en','days of week disabled','2016-08-12') ,
-( 'LABEL','ID_MAFE_2da50ac492a35f56e1317546284fe77a','en','Timer Event saved correctly','2016-08-12') ,
-( 'LABEL','ID_MAFE_2da6df2dfb6fe5c9542ee11118dce1fa','en','Do you want to delete this file?','2016-08-12') ,
-( 'LABEL','ID_MAFE_2de42fbb00305f8282310f1b3e10ce9a','en','border','2016-08-12') ,
-( 'LABEL','ID_MAFE_2e0d4647851b478e8d64b0782bd9a918','en','Select the day(s) of the week below','2016-08-12') ,
-( 'LABEL','ID_MAFE_2e9226a813ef94f99899581e55940955','en','Insert Variable','2016-08-12') ,
-( 'LABEL','ID_MAFE_2ec3bb15c10969b54c46121a5164deb6','en','Read more about it here.','2016-08-12') ,
-( 'LABEL','ID_MAFE_2effa58f13159d138a634233e246713d','en','Content Type','2016-08-12') ,
-( 'LABEL','ID_MAFE_2f5e2c60c890f5e7b9740fa8e71413c3','en','Marker Type','2016-08-12') ,
-( 'LABEL','ID_MAFE_2fc027fad20982fe2918b8b7262fc3e5','en','
dddd, MMMM Do YYYY, h:mm:ss a >> "Sunday, February 14th 2010, 3:25:50 pm"','2016-08-12') ,
-( 'LABEL','ID_MAFE_2fe4167817733fec8e6ba1afddf78f1b','en','Synchronous','2017-11-22') ,
-( 'LABEL','ID_MAFE_308465ce385e7fe39ed79f3b9f2c4dee','en','Store value in','2016-08-12') ,
-( 'LABEL','ID_MAFE_308a5146b0818a721c5081d2b1932398','en','is duplicated.','2016-08-12') ,
-( 'LABEL','ID_MAFE_3120001274fa32a921770c1b41e6dc0a','en','DETAILS','2016-08-12') ,
-( 'LABEL','ID_MAFE_313a6a3d25aa041ee3dc3cbd65d4f22b','en','Formula','2016-08-12') ,
-( 'LABEL','ID_MAFE_313af772d92d01300d5e89512cd93bd0','en','default value','2016-08-12') ,
-( 'LABEL','ID_MAFE_31d1eacb86fc41c8ba34934923e8b53e','en','Email Account Settings','2017-11-22') ,
-( 'LABEL','ID_MAFE_31fde7b05ac8952dacf4af8a704074ec','en','Preview','2016-08-12') ,
-( 'LABEL','ID_MAFE_320bc46e1be50f1379c6fd199c9d64c1','en','Intermediate Receive Message Event','2017-11-22') ;
+( 'LABEL','ID_MAFE_2032a8d80edc990f99b7113724f4adc6','en','The source shape can not have more than one outgoing connection', NOW()) ,
+( 'LABEL','ID_MAFE_203d82526c3bf7c32f75cb083c61c4ff','en','Summary Form', NOW()) ,
+( 'LABEL','ID_MAFE_20633a8e3019e3b5f7d394f488d237da','en','Callback Action...', NOW()) ,
+( 'LABEL','ID_MAFE_2063c1608d6e0baf80249c42e2be5804','en','value', NOW()) ,
+( 'LABEL','ID_MAFE_20835b49593bbf08bdbbfdc6203fc51d','en','alternate text', NOW()) ,
+( 'LABEL','ID_MAFE_208cc8f89088bcae77b83013f46c6cdc','en','Show task in New Case', NOW()) ,
+( 'LABEL','ID_MAFE_20908be99ead7d291aca60cdd4b4bddb','en','Enter a title displayed on web entry window (if applies)', NOW()) ,
+( 'LABEL','ID_MAFE_20b4f77bd00b4f63a49ec8e08f3bf6a6','en','Cost', NOW()) ,
+( 'LABEL','ID_MAFE_20c1cf6614ec6ffbda1e766353344b6f','en','Timer Event Properties', NOW()) ,
+( 'LABEL','ID_MAFE_21037a59373ae01e31ee20ec61555333','en','Store result in variable @@myResult', NOW()) ,
+( 'LABEL','ID_MAFE_213d0c943b541604653a54b0961fd693','en','Execution time', NOW()) ,
+( 'LABEL','ID_MAFE_214d99dbc0103c5a28039057362fc954','en','The table name can not contain spaces', NOW()) ,
+( 'LABEL','ID_MAFE_218e8708630164ca97f9f3de66a3339b','en','for valid datetime formats. If only the date is included in the format then the time picker will not be displayed.', NOW()) ,
+( 'LABEL','ID_MAFE_2239b7b7383e821ff79ffbcd256a3f8f','en','External (s)', NOW()) ,
+( 'LABEL','ID_MAFE_22ae0e2b89e5e3d477f988cc36d3272b','en','Float', NOW()) ,
+( 'LABEL','ID_MAFE_22e74b4a2ae3e237300f7a79f6e6dbc4','en','Completed Task', NOW()) ,
+( 'LABEL','ID_MAFE_22f1a4667604b8557c9b209c201b4bc6','en','Aug', NOW()) ,
+( 'LABEL','ID_MAFE_2310408a63388fe57e3a4177168a8798','en','Desktop', NOW()) ,
+( 'LABEL','ID_MAFE_231afe47f3f37d3808096b36c28b4ded','en','Element', NOW()) ,
+( 'LABEL','ID_MAFE_239894b31b0a9c122be4f31d07305efd','en','Supported Controls: text, textarea, dropdown, radio, suggest, hidden, geo map, qr code.', NOW()) ,
+( 'LABEL','ID_MAFE_239959e37b524db940db159c09984c0a','en','- None -', NOW()) ,
+( 'LABEL','ID_MAFE_23aa72823f3110b89a4791763ed6ca3f','en','Trigger (s)', NOW()) ,
+( 'LABEL','ID_MAFE_23faca394186e73f3446b5ff25802885','en','Process Files Manager', NOW()) ,
+( 'LABEL','ID_MAFE_2421dc6680ce1aaf6cea69494a39df47','en','Do you want to delete this Output Document?', NOW()) ,
+( 'LABEL','ID_MAFE_244d5dea1c18e5cd0eb873b030e1d824','en','- Select starting activity -', NOW()) ,
+( 'LABEL','ID_MAFE_245a41b3d20ec98d1e045e149f645911','en','Edit permission', NOW()) ,
+( 'LABEL','ID_MAFE_2470a67fad9f2e7fbb2f4c5e78fad6af','en','Count days by', NOW()) ,
+( 'LABEL','ID_MAFE_24b875ed575a2d388074a8f7b2d2c765','en',' | MMM | Jan Feb ... Nov Dec |
| MMMM | January February ... November December |
', NOW()) ,
+( 'LABEL','ID_MAFE_24fa2fbfb2224c63fee87993306c0c95','en','Variable Type', NOW()) ,
+( 'LABEL','ID_MAFE_257cb9ff74e0f915a115f902c91bc372','en','TEMPLATES', NOW()) ,
+( 'LABEL','ID_MAFE_25c7551bb238df62b5c5de847e0e4a0a','en','Required field error message', NOW()) ,
+( 'LABEL','ID_MAFE_25d902c24283ab8cfbac54dfa101ad31','en','src', NOW()) ,
+( 'LABEL','ID_MAFE_2689a6d6b3d3e54ccf8c9af27cf95d35','en','Actions by Email', NOW()) ,
+( 'LABEL','ID_MAFE_26c8b24dce7a00ff4d00781dc2ee5d66','en','Execute a trigger when a case is reassigned', NOW()) ,
+( 'LABEL','ID_MAFE_27118326006d3829667a400ad23d5d98','en','String', NOW()) ,
+( 'LABEL','ID_MAFE_27226c864bac7454a8504f8edb15d95b','en','Boolean', NOW()) ,
+( 'LABEL','ID_MAFE_275c7cb3669628b24afd0b6b85d496c8','en','Wait until specified date/time', NOW()) ,
+( 'LABEL','ID_MAFE_2761f61a753144b3a54687195576559f','en','Starting activity', NOW()) ,
+( 'LABEL','ID_MAFE_278c491bdd8a53618c149c4ac790da34','en','Template', NOW()) ,
+( 'LABEL','ID_MAFE_27b3b5b817c0db6365fad09efc964f73','en','Subject by email', NOW()) ,
+( 'LABEL','ID_MAFE_27d508156505dccd6d8df988982031f7','en','drag & drop', NOW()) ,
+( 'LABEL','ID_MAFE_27f237e6b7f96587b6202ff3607ad88a','en','A1', NOW()) ,
+( 'LABEL','ID_MAFE_28105e6dd8ddcc3113983516722d7577','en','Protocol and Hostname, port is optional.', NOW()) ,
+( 'LABEL','ID_MAFE_288aae25bc408055f50c21c991903a44','en','Asynchronous', NOW()) ,
+( 'LABEL','ID_MAFE_28a7de43bb5297bf6122425d52210f93','en','Assigned User', NOW()) ,
+( 'LABEL','ID_MAFE_297b1df0a54c69676de34dc99824d08d','en','See http://momentjs.com/docs/#/displaying/format/', NOW()) ,
+( 'LABEL','ID_MAFE_29aa92edf7c883567893849116ff1add','en','Email Event Properties', NOW()) ,
+( 'LABEL','ID_MAFE_29d26bc75ff2e4d5ef3df8bdf6795ee3','en','This is an error message.', NOW()) ,
+( 'LABEL','ID_MAFE_2a19110e3a66ff6cf760d100bcd046a5','en','An unexpected error while deleting the step, please try again later.', NOW()) ,
+( 'LABEL','ID_MAFE_2a1ab298edf0162a3305e599b47cbeee','en','B5', NOW()) ,
+( 'LABEL','ID_MAFE_2a304a1348456ccd2234cd71a81bd338','en','link', NOW()) ,
+( 'LABEL','ID_MAFE_2a37d240713f300cf06d390798b0efad','en','Please, specify a name for the Message Field.', NOW()) ,
+( 'LABEL','ID_MAFE_2a4bb90f555f2f4ce060a28924948fd1','en','Maximum file size (Use zero if unlimited)', NOW()) ,
+( 'LABEL','ID_MAFE_2a5b8b5644c4187548c11f524fe09355','en','OutPut Document', NOW()) ,
+( 'LABEL','ID_MAFE_2a6eaecb26ccc7adbad36a3dd054a82d','en','Are you sure you want to delete the Web Entry configuration?', NOW()) ,
+( 'LABEL','ID_MAFE_2a6f5ddb9d6d57e2d8bdf3f83bb7c0cd','en','There are problems getting the Steps, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_2aa7a349a072dcb9402f203d0a6f898d','en','No elements found to connect.', NOW()) ,
+( 'LABEL','ID_MAFE_2ad9d63b69c4a10a5cc9cad923133bc4','en','Bottom', NOW()) ,
+( 'LABEL','ID_MAFE_2b30b478acce5ed435bdf80f39de9b1f','en','Please take note of the changes to update your process logic.', NOW()) ,
+( 'LABEL','ID_MAFE_2b30f7950c6f143b5722c4e001bddd26','en','Suggest users', NOW()) ,
+( 'LABEL','ID_MAFE_2b9153e1f3c6ebd7bf7ac1ee168aa7ca','en','__PARAMETERS__', NOW()) ,
+( 'LABEL','ID_MAFE_2bc2de57b27c665244bf4cb8d17f842f','en','Do you want to clear this variable? The following properties are reset: Variable, Data Type, DB Connection, SQL and Options.', NOW()) ,
+( 'LABEL','ID_MAFE_2c4429deb064b2431fb36a8b4f552713','en','It leaving this field in blank, the next user''s email will be used.', NOW()) ,
+( 'LABEL','ID_MAFE_2d33b0db41ea7a05caec256b28887de2','en','Text Annotation', NOW()) ,
+( 'LABEL','ID_MAFE_2d69cae8f3f13b440c51edced7338699','en','days of week disabled', NOW()) ,
+( 'LABEL','ID_MAFE_2da50ac492a35f56e1317546284fe77a','en','Timer Event saved correctly', NOW()) ,
+( 'LABEL','ID_MAFE_2da6df2dfb6fe5c9542ee11118dce1fa','en','Do you want to delete this file?', NOW()) ,
+( 'LABEL','ID_MAFE_2de42fbb00305f8282310f1b3e10ce9a','en','border', NOW()) ,
+( 'LABEL','ID_MAFE_2e0d4647851b478e8d64b0782bd9a918','en','Select the day(s) of the week below', NOW()) ,
+( 'LABEL','ID_MAFE_2e9226a813ef94f99899581e55940955','en','Insert Variable', NOW()) ,
+( 'LABEL','ID_MAFE_2ec3bb15c10969b54c46121a5164deb6','en','Read more about it here.', NOW()) ,
+( 'LABEL','ID_MAFE_2effa58f13159d138a634233e246713d','en','Content Type', NOW()) ,
+( 'LABEL','ID_MAFE_2f5e2c60c890f5e7b9740fa8e71413c3','en','Marker Type', NOW()) ,
+( 'LABEL','ID_MAFE_2fc027fad20982fe2918b8b7262fc3e5','en','
dddd, MMMM Do YYYY, h:mm:ss a >> "Sunday, February 14th 2010, 3:25:50 pm"', NOW()) ,
+( 'LABEL','ID_MAFE_2fe4167817733fec8e6ba1afddf78f1b','en','Synchronous', NOW()) ,
+( 'LABEL','ID_MAFE_308465ce385e7fe39ed79f3b9f2c4dee','en','Store value in', NOW()) ,
+( 'LABEL','ID_MAFE_308a5146b0818a721c5081d2b1932398','en','is duplicated.', NOW()) ,
+( 'LABEL','ID_MAFE_30a2dae0a135701b862050465b3e4e97','en','Triggers after and before a step are not supported when working offline', NOW()) ,
+( 'LABEL','ID_MAFE_30c40215e6d00c574ca23451003db9b9','en','checkgroup', NOW()) ,
+( 'LABEL','ID_MAFE_3120001274fa32a921770c1b41e6dc0a','en','DETAILS', NOW()) ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-( 'LABEL','ID_MAFE_327094c3c1dfa5775d9da557c57b3c8e','en','Calendar Days','2016-08-12') ,
-( 'LABEL','ID_MAFE_32e5bfca7823c2dc9de9df3dfbb5a7d4','en','Process Information','2016-08-12') ,
-( 'LABEL','ID_MAFE_333447ee7f49b1be2504d30e3313fe55','en','Add Variable','2016-08-12') ,
-( 'LABEL','ID_MAFE_334c4a4c42fdb79d7ebc3e73b517e6f8','en','none','2016-08-12') ,
-( 'LABEL','ID_MAFE_336816fd752e17593553eda4894e8464','en','Create permission','2016-08-12') ,
-( 'LABEL','ID_MAFE_33e7ca8872a98fe4b44833054a5ccc3e','en','An email address','2016-08-12') ,
-( 'LABEL','ID_MAFE_3435b9bbc654ab606ab80f01ca9712a3','en','Execute every Hour(s)','2016-08-12') ,
-( 'LABEL','ID_MAFE_343e6957be77c6247aa2b8d0deb68bd6','en','Nov','2016-08-12') ,
-( 'LABEL','ID_MAFE_344a7f427fb765610ef96eb7bce95257','en','Editor','2016-08-12') ,
-( 'LABEL','ID_MAFE_345d93cb9ade6e353e97750ce1579443','en','SQL Editor','2016-08-12') ,
-( 'LABEL','ID_MAFE_345ff9170ccdebc764d44f9639ff5587','en','- Select -','2016-08-12') ,
-( 'LABEL','ID_MAFE_34e2d1989a1dbf75cd631596133ee5ee','en','Video','2017-11-22') ,
-( 'LABEL','ID_MAFE_353279c7161c0a9425743a96a9b709ef','en','Execute a trigger when a case is unpaused','2017-11-22') ,
-( 'LABEL','ID_MAFE_353710177fda5bb1b46e2a779482c52d','en','ddd, hA >> "Sun, 3PM"','2016-08-12') ,
-( 'LABEL','ID_MAFE_35be2c1cf2cc489bdb16b678cd73cd78','en','formula','2016-08-12') ,
-( 'LABEL','ID_MAFE_35f251dbf805f6e532d579044aec1882','en','Input Document saved successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_36384a9ea3ec791e6bd4ab6b36f2ff2a','en','Tablet','2016-08-12') ,
-( 'LABEL','ID_MAFE_36a65bbd12f7586ea1f9b0be4e8848aa','en','HTML Editor','2017-11-22') ,
-( 'LABEL','ID_MAFE_36c311dcc594c5dfdc66b430a42367c2','en','There are problems updating the routing rule, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_380c771a0d7fb5ccc706ce59e89b3f26','en','Panel:','2016-08-12') ,
-( 'LABEL','ID_MAFE_380e3a2b4db75629a3b9bf6bfcf0fa10','en','History Of Use','2017-11-22') ,
-( 'LABEL','ID_MAFE_380e92305f89798cc7ff7db6e73b22c6','en','There are problems updating the Loop Marker','2016-08-12') ,
-( 'LABEL','ID_MAFE_381ba83b537f3a99729bc7c181ee5d23','en','Text to Search','2016-08-12') ,
-( 'LABEL','ID_MAFE_382b0f5185773fa0f67a8ed8056c7759','en','N/A','2016-08-12') ,
-( 'LABEL','ID_MAFE_38c4f766faf4ef7214cf68aa1d59a2be','en','There are problems getting the list of triggers.','2016-08-12') ,
-( 'LABEL','ID_MAFE_38f105ec27a415dcfb1905e038338b44','en',' | ddd | Sun Mon ... Fri Sat |
| dddd | Sunday Monday ... Friday Saturday |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_391228d94106d11f9b4d36324423f0ac','en','Please enter a positive integer value','2016-08-12') ,
-( 'LABEL','ID_MAFE_39b5b27e239f7f9030b5f21d9dd5d7ed','en','Variable for Value Based Assignment','2016-08-12') ,
-( 'LABEL','ID_MAFE_3a08e2e340ab29fd9263af48193cbf8e','en','Languages','2016-08-12') ,
-( 'LABEL','ID_MAFE_3a0c8958c0ae72f01636b760b3555ec9','en','Timer Event','2016-08-12') ,
-( 'LABEL','ID_MAFE_3a17e95bfbc888f592433fb1bb5b5346','en','Create Predefined Trigger','2016-08-12') ,
-( 'LABEL','ID_MAFE_3a3678eaaa8b058dc89a4c3aba8ff52e','en','Edit Database Connection','2016-08-12') ,
-( 'LABEL','ID_MAFE_3a8a44fd9eac194fc4578bf937c81674','en','Supported Controls: checkgroup.','2017-11-22') ,
-( 'LABEL','ID_MAFE_3adbdb3ac060038aa0e6e6c138ef9873','en','Category','2016-08-12') ,
-( 'LABEL','ID_MAFE_3afd78b28798273ac67a7b9f22619d98','en','DB Connection','2016-08-12') ,
-( 'LABEL','ID_MAFE_3b313f1e720672161bfa924e023cf015','en','Title Case','2016-08-12') ,
-( 'LABEL','ID_MAFE_3b44e8c1da430ff11f9ff3b38a67ac34','en','Enable Grid Lines','2016-08-12') ,
-( 'LABEL','ID_MAFE_3b563524fdb17b4a86590470d40bef74','en','Media','2016-08-12') ,
-( 'LABEL','ID_MAFE_3c8a58a423ed96c806664b1d4e803e2c','en','Data Type','2016-08-12') ,
-( 'LABEL','ID_MAFE_3cab03c00dbd11bc3569afa0748013f0','en','Inactive','2016-08-12') ,
-( 'LABEL','ID_MAFE_3cc152ca5e049720eb10e6bf1fa1fa02','en','Error, There are problems removing the element','2016-08-12') ,
-( 'LABEL','ID_MAFE_3cc6945413a5c64c7f31add6d5211b24','en','to get the function list','2016-08-12') ,
-( 'LABEL','ID_MAFE_3cd66dde16d60e5dd9dd4a760417c0dc','en','Inclusive (OR) Gateway','2017-11-22') ,
-( 'LABEL','ID_MAFE_3cdd375252ada77430ba8a2ca01b7332','en','Email Event Edited correctly','2016-08-12') ,
-( 'LABEL','ID_MAFE_3cfd943f7de9aa2480da0c30735bb031','en','Title of the new trigger','2016-08-12') ,
-( 'LABEL','ID_MAFE_3d067bedfe2f4677470dd6ccf64d05ed','en','Public','2016-08-12') ,
-( 'LABEL','ID_MAFE_3d4c07c860afb7fa3a84e62e208d598d','en','Supported Controls: checkbox, radio, hidden.','2017-11-22') ,
-( 'LABEL','ID_MAFE_3d4cd7a0ec44a80d9784fd6e98529113','en','There are problems saving the assigned user, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_3d8bb71f323428adfc2812695658672a','en','Trigger deleted successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_3d980d5c80cc742a1f68a11b0db188a1','en','Insert an email variable','2016-08-12') ,
-( 'LABEL','ID_MAFE_3dc0c79ab4ccf1ab2187b4261a4a43b4','en','Output Document saved successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_3e20abeb08058faefc326fd8ebf81c97','en','Subform','2017-11-22') ,
-( 'LABEL','ID_MAFE_3e661ccd1bd840f47829d2e6dbb5e651','en','required field error message','2017-11-22') ,
-( 'LABEL','ID_MAFE_3e80ebd582f73299f249afba8ebe7e6b','en','responsive','2016-08-12') ,
-( 'LABEL','ID_MAFE_3e8f92eb64623f0ecd16d2efcd0acd7e','en','Report Tables','2016-08-12') ,
-( 'LABEL','ID_MAFE_3edf8ca26a1ec14dd6e91dd277ae1de6','en','Origin','2017-11-22') ,
-( 'LABEL','ID_MAFE_3f60b096843929b02e1a070f57e27584','en','Variable Name','2017-11-22') ,
-( 'LABEL','ID_MAFE_3f66ca8856f98cde86f7a78e287cd4ba','en','| Minute | m | 0 1 ... 58 59 |
| mm | 00 01 ... 58 59 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_3fcf026bbfffb63fb24b8de9d0446949','en','April','2016-08-12') ,
-( 'LABEL','ID_MAFE_40070e1f0867f97db0fa33039fae2063','en','File uploaded successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_40227eb4ec6a9d663f53962308a2c706','en','Case Status','2017-11-22') ,
-( 'LABEL','ID_MAFE_4038f53382d7ec3998b8afbdbba12a47','en','After action','2017-11-22') ,
-( 'LABEL','ID_MAFE_40400ef0ba4f2702eed9bc929ade269a','en','Drag and drop the process elements that you want to include in the process design.','2017-11-22') ,
-( 'LABEL','ID_MAFE_4051eb3c690cdbcd9ff5652d04b0ece3','en','Assigned Users List','2016-08-12') ,
-( 'LABEL','ID_MAFE_4077e0cd2d3b172b040ce4b951aa6895','en','var_uid','2016-08-12') ,
-( 'LABEL','ID_MAFE_408d314d5281398dcc19911f30e54573','en','File saved successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_409c5f8fce900e142f39339ce9765dd6','en','Edit: Allow user to change the control''s value.','2016-08-12') ,
-( 'LABEL','ID_MAFE_40a8ab55460abd5723f028b6bf182071','en','a text here','2016-08-12') ,
-( 'LABEL','ID_MAFE_41159e627c3a65cf4a9aeba8b762e6d0','en','side by side','2016-08-12') ,
-( 'LABEL','ID_MAFE_413d93080f0537ab3a0022f80f2d77b5','en','Intermediate Send Message Event','2017-11-22') ,
-( 'LABEL','ID_MAFE_4184f3327703ed13b197de132142cec0','en','The designer bar displays the process name and is used to control the process view (zoom, full screen view), the export, undo/redo and the save button.','2016-08-12') ,
-( 'LABEL','ID_MAFE_41ba70891fb6f39327d8ccb9b1dafb84','en','August','2016-08-12') ,
-( 'LABEL','ID_MAFE_41de6d6cfb8953c021bbe4ba0701c8a1','en','Messages','2016-08-12') ,
-( 'LABEL','ID_MAFE_41fffd09332a35491d3bed5a34f91410','en','http://eonasdan.github.io/bootstrap-datetimepicker/','2017-11-22') ,
-( 'LABEL','ID_MAFE_42184184a95464c63c790acc3a69e564','en','Routing History','2016-08-12') ,
-( 'LABEL','ID_MAFE_4252b72e6ebcd4d4b4c2e46a786f03d2','en','Zoom','2016-08-12') ,
-( 'LABEL','ID_MAFE_42728192eb543e8b035df3d040068d3d','en','Description of the new trigger','2016-08-12') ,
-( 'LABEL','ID_MAFE_42b5e40c0f14c557113865a3aa78b673','en','Insert a SQL query like: SELECT [Key field], [Label field] FROM [Table name]','2017-02-21') ,
-( 'LABEL','ID_MAFE_431fc30c29fdcdc1980d898a2f65e4e7','en','The user/group was successfully removed','2016-08-12') ,
-( 'LABEL','ID_MAFE_4346c97778f456ed8a4eed32cff645f0','en','Select an element in the designer to display the quick toolbar with the list of the most used options available for that element.','2016-08-12') ;
+( 'LABEL','ID_MAFE_313a6a3d25aa041ee3dc3cbd65d4f22b','en','Formula', NOW()) ,
+( 'LABEL','ID_MAFE_313af772d92d01300d5e89512cd93bd0','en','default value', NOW()) ,
+( 'LABEL','ID_MAFE_31d1eacb86fc41c8ba34934923e8b53e','en','Email Account Settings', NOW()) ,
+( 'LABEL','ID_MAFE_31fde7b05ac8952dacf4af8a704074ec','en','Preview', NOW()) ,
+( 'LABEL','ID_MAFE_320bc46e1be50f1379c6fd199c9d64c1','en','Intermediate Receive Message Event', NOW()) ,
+( 'LABEL','ID_MAFE_327094c3c1dfa5775d9da557c57b3c8e','en','Calendar Days', NOW()) ,
+( 'LABEL','ID_MAFE_32e5bfca7823c2dc9de9df3dfbb5a7d4','en','Process Information', NOW()) ,
+( 'LABEL','ID_MAFE_333447ee7f49b1be2504d30e3313fe55','en','Add Variable', NOW()) ,
+( 'LABEL','ID_MAFE_334c4a4c42fdb79d7ebc3e73b517e6f8','en','none', NOW()) ,
+( 'LABEL','ID_MAFE_336816fd752e17593553eda4894e8464','en','Create permission', NOW()) ,
+( 'LABEL','ID_MAFE_33e7ca8872a98fe4b44833054a5ccc3e','en','An email address', NOW()) ,
+( 'LABEL','ID_MAFE_3435b9bbc654ab606ab80f01ca9712a3','en','Execute every Hour(s)', NOW()) ,
+( 'LABEL','ID_MAFE_343e6957be77c6247aa2b8d0deb68bd6','en','Nov', NOW()) ,
+( 'LABEL','ID_MAFE_344a7f427fb765610ef96eb7bce95257','en','Editor', NOW()) ,
+( 'LABEL','ID_MAFE_345d93cb9ade6e353e97750ce1579443','en','SQL Editor', NOW()) ,
+( 'LABEL','ID_MAFE_345ff9170ccdebc764d44f9639ff5587','en','- Select -', NOW()) ,
+( 'LABEL','ID_MAFE_353279c7161c0a9425743a96a9b709ef','en','Execute a trigger when a case is unpaused', NOW()) ,
+( 'LABEL','ID_MAFE_353710177fda5bb1b46e2a779482c52d','en','ddd, hA >> "Sun, 3PM"', NOW()) ,
+( 'LABEL','ID_MAFE_35be2c1cf2cc489bdb16b678cd73cd78','en','formula', NOW()) ,
+( 'LABEL','ID_MAFE_35f251dbf805f6e532d579044aec1882','en','Input Document saved successfully', NOW()) ,
+( 'LABEL','ID_MAFE_36384a9ea3ec791e6bd4ab6b36f2ff2a','en','Tablet', NOW()) ,
+( 'LABEL','ID_MAFE_36a65bbd12f7586ea1f9b0be4e8848aa','en','HTML Editor', NOW()) ,
+( 'LABEL','ID_MAFE_36c311dcc594c5dfdc66b430a42367c2','en','There are problems updating the routing rule, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_380c771a0d7fb5ccc706ce59e89b3f26','en','Panel:', NOW()) ,
+( 'LABEL','ID_MAFE_380e92305f89798cc7ff7db6e73b22c6','en','There are problems updating the Loop Marker', NOW()) ,
+( 'LABEL','ID_MAFE_381ba83b537f3a99729bc7c181ee5d23','en','Text to Search', NOW()) ,
+( 'LABEL','ID_MAFE_382b0f5185773fa0f67a8ed8056c7759','en','N/A', NOW()) ,
+( 'LABEL','ID_MAFE_38c4f766faf4ef7214cf68aa1d59a2be','en','There are problems getting the list of triggers.', NOW()) ,
+( 'LABEL','ID_MAFE_38f105ec27a415dcfb1905e038338b44','en',' | ddd | Sun Mon ... Fri Sat |
| dddd | Sunday Monday ... Friday Saturday |
', NOW()) ,
+( 'LABEL','ID_MAFE_391228d94106d11f9b4d36324423f0ac','en','Please enter a positive integer value', NOW()) ,
+( 'LABEL','ID_MAFE_39b5b27e239f7f9030b5f21d9dd5d7ed','en','Variable for Value Based Assignment', NOW()) ,
+( 'LABEL','ID_MAFE_3a08e2e340ab29fd9263af48193cbf8e','en','Languages', NOW()) ,
+( 'LABEL','ID_MAFE_3a0c8958c0ae72f01636b760b3555ec9','en','Timer Event', NOW()) ,
+( 'LABEL','ID_MAFE_3a17e95bfbc888f592433fb1bb5b5346','en','Create Predefined Trigger', NOW()) ,
+( 'LABEL','ID_MAFE_3a3678eaaa8b058dc89a4c3aba8ff52e','en','Edit Database Connection', NOW()) ,
+( 'LABEL','ID_MAFE_3a8a44fd9eac194fc4578bf937c81674','en','Supported Controls: checkgroup.', NOW()) ,
+( 'LABEL','ID_MAFE_3adbdb3ac060038aa0e6e6c138ef9873','en','Category', NOW()) ,
+( 'LABEL','ID_MAFE_3afd78b28798273ac67a7b9f22619d98','en','DB Connection', NOW()) ,
+( 'LABEL','ID_MAFE_3b313f1e720672161bfa924e023cf015','en','Title Case', NOW()) ,
+( 'LABEL','ID_MAFE_3b44e8c1da430ff11f9ff3b38a67ac34','en','Enable Grid Lines', NOW()) ,
+( 'LABEL','ID_MAFE_3b563524fdb17b4a86590470d40bef74','en','Media', NOW()) ,
+( 'LABEL','ID_MAFE_3c8a58a423ed96c806664b1d4e803e2c','en','Data Type', NOW()) ,
+( 'LABEL','ID_MAFE_3cab03c00dbd11bc3569afa0748013f0','en','Inactive', NOW()) ,
+( 'LABEL','ID_MAFE_3cc152ca5e049720eb10e6bf1fa1fa02','en','Error, There are problems removing the element', NOW()) ,
+( 'LABEL','ID_MAFE_3cc6945413a5c64c7f31add6d5211b24','en','to get the function list', NOW()) ,
+( 'LABEL','ID_MAFE_3cd66dde16d60e5dd9dd4a760417c0dc','en','Inclusive (OR) Gateway', NOW()) ,
+( 'LABEL','ID_MAFE_3cdd375252ada77430ba8a2ca01b7332','en','Email Event Edited correctly', NOW()) ,
+( 'LABEL','ID_MAFE_3cfd943f7de9aa2480da0c30735bb031','en','Title of the new trigger', NOW()) ,
+( 'LABEL','ID_MAFE_3d067bedfe2f4677470dd6ccf64d05ed','en','Public', NOW()) ,
+( 'LABEL','ID_MAFE_3d4c07c860afb7fa3a84e62e208d598d','en','Supported Controls: checkbox, radio, hidden.', NOW()) ,
+( 'LABEL','ID_MAFE_3d4cd7a0ec44a80d9784fd6e98529113','en','There are problems saving the assigned user, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_3d8bb71f323428adfc2812695658672a','en','Trigger deleted successfully', NOW()) ,
+( 'LABEL','ID_MAFE_3d980d5c80cc742a1f68a11b0db188a1','en','Insert an email variable', NOW()) ,
+( 'LABEL','ID_MAFE_3dc0c79ab4ccf1ab2187b4261a4a43b4','en','Output Document saved successfully', NOW()) ,
+( 'LABEL','ID_MAFE_3e661ccd1bd840f47829d2e6dbb5e651','en','required field error message', NOW()) ,
+( 'LABEL','ID_MAFE_3e80ebd582f73299f249afba8ebe7e6b','en','responsive', NOW()) ,
+( 'LABEL','ID_MAFE_3e8f92eb64623f0ecd16d2efcd0acd7e','en','Report Tables', NOW()) ,
+( 'LABEL','ID_MAFE_3edf8ca26a1ec14dd6e91dd277ae1de6','en','Origin', NOW()) ,
+( 'LABEL','ID_MAFE_3f60b096843929b02e1a070f57e27584','en','Variable Name', NOW()) ,
+( 'LABEL','ID_MAFE_3f66ca8856f98cde86f7a78e287cd4ba','en','| Minute | m | 0 1 ... 58 59 |
| mm | 00 01 ... 58 59 |
', NOW()) ,
+( 'LABEL','ID_MAFE_3fcf026bbfffb63fb24b8de9d0446949','en','April', NOW()) ,
+( 'LABEL','ID_MAFE_40070e1f0867f97db0fa33039fae2063','en','File uploaded successfully', NOW()) ,
+( 'LABEL','ID_MAFE_40227eb4ec6a9d663f53962308a2c706','en','Case Status', NOW()) ,
+( 'LABEL','ID_MAFE_4038f53382d7ec3998b8afbdbba12a47','en','After action', NOW()) ,
+( 'LABEL','ID_MAFE_40400ef0ba4f2702eed9bc929ade269a','en','Drag and drop the process elements that you want to include in the process design.', NOW()) ,
+( 'LABEL','ID_MAFE_4051eb3c690cdbcd9ff5652d04b0ece3','en','Assigned Users List', NOW()) ,
+( 'LABEL','ID_MAFE_4077e0cd2d3b172b040ce4b951aa6895','en','var_uid', NOW()) ,
+( 'LABEL','ID_MAFE_408d314d5281398dcc19911f30e54573','en','File saved successfully', NOW()) ,
+( 'LABEL','ID_MAFE_409c5f8fce900e142f39339ce9765dd6','en','Edit: Allow user to change the control''s value.', NOW()) ,
+( 'LABEL','ID_MAFE_40a8ab55460abd5723f028b6bf182071','en','a text here', NOW()) ,
+( 'LABEL','ID_MAFE_41159e627c3a65cf4a9aeba8b762e6d0','en','side by side', NOW()) ,
+( 'LABEL','ID_MAFE_413d93080f0537ab3a0022f80f2d77b5','en','Intermediate Send Message Event', NOW()) ,
+( 'LABEL','ID_MAFE_4184f3327703ed13b197de132142cec0','en','The designer bar displays the process name and is used to control the process view (zoom, full screen view), the export, undo/redo and the save button.', NOW()) ,
+( 'LABEL','ID_MAFE_41ba70891fb6f39327d8ccb9b1dafb84','en','August', NOW()) ,
+( 'LABEL','ID_MAFE_41de6d6cfb8953c021bbe4ba0701c8a1','en','Messages', NOW()) ,
+( 'LABEL','ID_MAFE_41e80c3ce414de15ab19d996f7072429','en','fileupload', NOW()) ,
+( 'LABEL','ID_MAFE_41fffd09332a35491d3bed5a34f91410','en','http://eonasdan.github.io/bootstrap-datetimepicker/', NOW()) ,
+( 'LABEL','ID_MAFE_42184184a95464c63c790acc3a69e564','en','Routing History', NOW()) ,
+( 'LABEL','ID_MAFE_421b47ffd946ca083b65cd668c6b17e6','en','video', NOW()) ,
+( 'LABEL','ID_MAFE_4252b72e6ebcd4d4b4c2e46a786f03d2','en','Zoom', NOW()) ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-( 'LABEL','ID_MAFE_4351cfebe4b61d8aa5efa1d020710005','en','View','2016-08-12') ,
-( 'LABEL','ID_MAFE_4416936991b2db414309b13293402bd0','en','Add at least one variable.','2016-08-12') ,
-( 'LABEL','ID_MAFE_44314d568caee793c8d7753a816d6e02','en','An error occurred while retrieving the access token','2016-08-12') ,
-( 'LABEL','ID_MAFE_4466476a945cb091a8f4252b96f140d7','en','suggest','2016-08-12') ,
-( 'LABEL','ID_MAFE_44749712dbec183e983dcd78a7736c41','en','Date','2016-08-12') ,
-( 'LABEL','ID_MAFE_44fdec47036f482b68b748f9d786801b','en','days','2016-08-12') ,
-( 'LABEL','ID_MAFE_451f887bdbe0c83be42cbfffecedb2f0','en','Select the date and time for case(s) to be initiated.','2016-08-12') ,
-( 'LABEL','ID_MAFE_4621590946adadc2f24119e194bd70a6','en','Parallel Marker Type','2016-08-12') ,
-( 'LABEL','ID_MAFE_463ab1bc075f498d1aa03b9bc062efa3','en','Element Type','2016-08-12') ,
-( 'LABEL','ID_MAFE_473293d536577cd3fa417dab23b7543c','en','Assign Users and Groups as Supervisors','2016-08-12') ,
-( 'LABEL','ID_MAFE_473f81670bcdd9d92624698f43d6a517','en','Empty.','2016-08-12') ,
-( 'LABEL','ID_MAFE_47b5269b1f60dcd4d18f0cc5f17a7c21','en','Email variable','2016-08-12') ,
-( 'LABEL','ID_MAFE_47c14840d8e15331fa420b9b2f757cd9','en','Variable','2016-08-12') ,
-( 'LABEL','ID_MAFE_47cf1efb576e40705e0a45ab011f053d','en','Import Error:','2016-08-12') ,
-( 'LABEL','ID_MAFE_47f9082fc380ca62d531096aa1d110f1','en','Private','2016-08-12') ,
-( 'LABEL','ID_MAFE_482c1abf967563c57d67409476406038','en','HTML2PDF (Old Version)','2016-08-12') ,
-( 'LABEL','ID_MAFE_48d4ff84aa02441adf2d88a294474f54','en','Dynaform','2016-08-12') ,
-( 'LABEL','ID_MAFE_48e3d5f66961b621c78f709afcd7d437','en','Download the file','2016-08-12') ,
-( 'LABEL','ID_MAFE_4945d3af342647ff517043edb7b3ee92','en','RETURN VALUE','2016-08-12') ,
-( 'LABEL','ID_MAFE_4965d0bc5e97784d1bb1c4b054523678','en','Handler','2017-11-22') ,
-( 'LABEL','ID_MAFE_497031794414a552435f90151ac3b54b','en','Object','2016-08-12') ,
-( 'LABEL','ID_MAFE_497f247967ea9a295c48effdc025c1a1','en','Email From Format','2017-11-22') ,
-( 'LABEL','ID_MAFE_4989a483239b227710aa6f4501b5d3a1','en','Allow users to change the task duration in runtime','2016-08-12') ,
-( 'LABEL','ID_MAFE_4994a8ffeba4ac3140beb89e8d41f174','en','Language','2016-08-12') ,
-( 'LABEL','ID_MAFE_49ab28040dfa07f53544970c6d147e1e','en','Connect','2016-08-12') ,
-( 'LABEL','ID_MAFE_49ab5aaeb16e40d2787f6cc6532c99a3','en','Test Connection','2016-08-12') ,
-( 'LABEL','ID_MAFE_49b4172127e6e369ab6f4e304a7d743b','en','Edit Process','2016-08-12') ,
-( 'LABEL','ID_MAFE_49bfe61a6dfb1b2eb694d2b5f2ebf34f','en','Business Rule Task','2016-08-12') ,
-( 'LABEL','ID_MAFE_49ee3087348e8d44e1feda1917443987','en','Name','2017-11-22') ,
-( 'LABEL','ID_MAFE_4ae66c12297cc8487a9cddf8e9d99691','en','Email account','2017-11-22') ,
-( 'LABEL','ID_MAFE_4b0786e5eb9e8b54529708004fd31b21','en',' | DDDD | 001 002 ... 364 365 |
| Day of Week | d | 0 1 ... 5 6 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_4b1f36581927bba38500601a5bf3ede8','en','Script Task','2016-08-12') ,
-( 'LABEL','ID_MAFE_4b420957db489cc5aff8bee58d07b8b1','en','The row can not be removed, because is being edited.','2016-08-12') ,
-( 'LABEL','ID_MAFE_4b7c4e2a902673b967b1d63f9a4bed74','en','Condition *','2016-08-12') ,
-( 'LABEL','ID_MAFE_4ba21d7a3d8a97aa04e405f9caf3ab3b','en','Capitalize phrase','2016-08-12') ,
-( 'LABEL','ID_MAFE_4bb78cf31aa7936d4031f8de1481d308','en','The label is empty','2016-08-12') ,
-( 'LABEL','ID_MAFE_4bc7766d599f3ab0ce24ad6cb0df9539','en','View users','2016-08-12') ,
-( 'LABEL','ID_MAFE_4bcbe7caab53fdc2626018b5ad22bb4b','en','Data Empty','2016-08-12') ,
-( 'LABEL','ID_MAFE_4bf9bb3c160bb69f441724d81671fd72','en','max length','2016-08-12') ,
-( 'LABEL','ID_MAFE_4c021e6782546f701d2c9a15f3be1013','en','
DB connections: Connect to external databases.','2016-08-12') ,
-( 'LABEL','ID_MAFE_4c2a8fe7eaf24721cc7a9f0175115bd4','en','Message','2016-08-12') ,
-( 'LABEL','ID_MAFE_4c3880bb027f159e801041b1021e88e8','en','Method','2016-08-12') ,
-( 'LABEL','ID_MAFE_4c524bf462d270df1443cd80bf70e5de','en','Input Document','2016-08-12') ,
-( 'LABEL','ID_MAFE_4d34f1097f6c8b9cee28bca8b78bbee9','en','Start date','2016-08-12') ,
-( 'LABEL','ID_MAFE_4d3d769b812b6faa6b76e1a8abaece2d','en','Active','2016-08-12') ,
-( 'LABEL','ID_MAFE_4e357e7345689cff230335282b201a11','en','Enable camera','2016-08-12') ,
-( 'LABEL','ID_MAFE_4e920535c6e1ecc93e20705ddaab8e55','en','object with all or some of the parameters above','2016-08-12') ,
-( 'LABEL','ID_MAFE_4ed131033015697f970660a0cb48ff1e','en','Create variable','2016-08-12') ,
-( 'LABEL','ID_MAFE_4f67fe16b274bf31a67539fbedb8f8d3','en','Document Type','2016-08-12') ,
-( 'LABEL','ID_MAFE_4f8222964f9a317cef99dddc23a121bd','en','Checkbox','2017-11-22') ,
-( 'LABEL','ID_MAFE_4f92f36c19f0ad317fb71d493a18caac','en','Parent: Inherit the mode from parent.','2016-08-12') ,
-( 'LABEL','ID_MAFE_50913568f681474c32d3f1b4a9fafdf1','en','Case Tracker','2016-08-12') ,
-( 'LABEL','ID_MAFE_50a9ec1685a51015e4509529cb939081','en','Generate Link','2016-08-12') ,
-( 'LABEL','ID_MAFE_50b5d3dcade1bb32254e0f8d54c493de','en','Please insert variable before adding to the list.','2017-11-22') ,
-( 'LABEL','ID_MAFE_5174d1309f275ba6f275db3af9eb3e18','en','Grid','2017-11-22') ,
-( 'LABEL','ID_MAFE_5199decbb00b9a606e30f3ddfc951f3f','en','Database Connections','2016-08-12') ,
-( 'LABEL','ID_MAFE_520d0db389f362bf79ef56ca0af3dcab','en','Format','2016-08-12') ,
-( 'LABEL','ID_MAFE_521019040a0f4f7773357aa6bc22180b','en','DRAFT','2016-08-12') ,
-( 'LABEL','ID_MAFE_5308fcbb3c60d1cb24e45795bf9a0b7e','en','End Email Event','2017-11-22') ,
-( 'LABEL','ID_MAFE_531bc0580529d4698f8a6e44a6b3b8ff','en','There are problems updating the Script Task, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_5380075c9a443c803097bc250428ed60','en','- Select a Dynaform -','2016-08-12') ,
-( 'LABEL','ID_MAFE_53c54b843bcd76e000cda5b85d0f5f48','en','Process Design Access: Public / Private (Owner)','2016-08-12') ,
-( 'LABEL','ID_MAFE_53d22bb05078d53466b570517a7afcc8','en','Email Event saved correctly','2016-08-12') ,
-( 'LABEL','ID_MAFE_53fd42622e1c404f5bfced3a7dad0fe1','en','Select Connection Type','2016-08-12') ,
-( 'LABEL','ID_MAFE_5414141a124f3f7a55ae93ed61786092','en','Export Diagram','2016-08-12') ,
-( 'LABEL','ID_MAFE_5436bdb572535c577a1a0553ed1d05f9','en','Invalid file:','2016-08-12') ,
-( 'LABEL','ID_MAFE_545106eebc5cfec4095c8903a3e5bea9','en','Next Task','2016-08-12') ,
-( 'LABEL','ID_MAFE_548cf4aecea6746070f800742bc271b8','en','Grid: drag & drop controls.
Supports: textbox, textarea, dropdown, checkbox, datetime, suggest, hidden, link, multiplefile.','2017-11-22') ,
-( 'LABEL','ID_MAFE_5493fda247f138a0b3fc0d493b2906e5','en','Web Entry','2016-08-12') ,
-( 'LABEL','ID_MAFE_54ca84a794888fe8d92834787dfa935a','en','columns','2016-08-12') ,
-( 'LABEL','ID_MAFE_553115b041c527b43818daf51048f468','en','Set the date picker to this date by default
(in YYYY-MM-DD HH:MM:SS format)','2016-08-12') ,
-( 'LABEL','ID_MAFE_5571b942d21d51f7ee45424b811a2c03','en','Insert file name','2016-08-12') ,
-( 'LABEL','ID_MAFE_5582ead0a9ee86a54da29c20caee6f57','en','Force user login','2016-08-12') ,
-( 'LABEL','ID_MAFE_55f6611cb342565cf0f5002400f53a95','en','Annotation','2017-11-22') ,
-( 'LABEL','ID_MAFE_5651b7822a684ac4ae3b1b1690e147c0','en','A0Oversize','2016-08-12') ,
-( 'LABEL','ID_MAFE_56a1bf7a363021c1d31dd8338428cc03','en','Custom Trigger','2016-08-12') ,
-( 'LABEL','ID_MAFE_56b77519470d41f8b2da598f1021508e','en','max date','2016-08-12') ,
-( 'LABEL','ID_MAFE_56dbee09e1c297e9269b967d3f1e8af8','en','There are problems updating the Web Entry, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_570b43e00e6db926c60b0eeee0a275b4','en','Database connection saved successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_572d795e2d044f895cc511e5c05030e5','en','INCLUSIVE','2016-08-12') ;
+( 'LABEL','ID_MAFE_42728192eb543e8b035df3d040068d3d','en','Description of the new trigger', NOW()) ,
+( 'LABEL','ID_MAFE_42b5e40c0f14c557113865a3aa78b673','en','Insert a SQL query like: SELECT [Key field], [Label field] FROM [Table name]', NOW()) ,
+( 'LABEL','ID_MAFE_431fc30c29fdcdc1980d898a2f65e4e7','en','The user/group was successfully removed', NOW()) ,
+( 'LABEL','ID_MAFE_4346c97778f456ed8a4eed32cff645f0','en','Select an element in the designer to display the quick toolbar with the list of the most used options available for that element.', NOW()) ,
+( 'LABEL','ID_MAFE_4351cfebe4b61d8aa5efa1d020710005','en','View', NOW()) ,
+( 'LABEL','ID_MAFE_4416936991b2db414309b13293402bd0','en','Add at least one variable.', NOW()) ,
+( 'LABEL','ID_MAFE_44314d568caee793c8d7753a816d6e02','en','An error occurred while retrieving the access token', NOW()) ,
+( 'LABEL','ID_MAFE_4466476a945cb091a8f4252b96f140d7','en','suggest', NOW()) ,
+( 'LABEL','ID_MAFE_44749712dbec183e983dcd78a7736c41','en','Date', NOW()) ,
+( 'LABEL','ID_MAFE_44fdec47036f482b68b748f9d786801b','en','days', NOW()) ,
+( 'LABEL','ID_MAFE_451f887bdbe0c83be42cbfffecedb2f0','en','Select the date and time for case(s) to be initiated.', NOW()) ,
+( 'LABEL','ID_MAFE_4621590946adadc2f24119e194bd70a6','en','Parallel Marker Type', NOW()) ,
+( 'LABEL','ID_MAFE_463ab1bc075f498d1aa03b9bc062efa3','en','Element Type', NOW()) ,
+( 'LABEL','ID_MAFE_473293d536577cd3fa417dab23b7543c','en','Assign Users and Groups as Supervisors', NOW()) ,
+( 'LABEL','ID_MAFE_473f81670bcdd9d92624698f43d6a517','en','Empty.', NOW()) ,
+( 'LABEL','ID_MAFE_47b5269b1f60dcd4d18f0cc5f17a7c21','en','Email variable', NOW()) ,
+( 'LABEL','ID_MAFE_47c14840d8e15331fa420b9b2f757cd9','en','Variable', NOW()) ,
+( 'LABEL','ID_MAFE_47cf1efb576e40705e0a45ab011f053d','en','Import Error:', NOW()) ,
+( 'LABEL','ID_MAFE_47f9082fc380ca62d531096aa1d110f1','en','Private', NOW()) ,
+( 'LABEL','ID_MAFE_482c1abf967563c57d67409476406038','en','HTML2PDF (Old Version)', NOW()) ,
+( 'LABEL','ID_MAFE_48d4ff84aa02441adf2d88a294474f54','en','Dynaform', NOW()) ,
+( 'LABEL','ID_MAFE_48e3d5f66961b621c78f709afcd7d437','en','Download the file', NOW()) ,
+( 'LABEL','ID_MAFE_4945d3af342647ff517043edb7b3ee92','en','RETURN VALUE', NOW()) ,
+( 'LABEL','ID_MAFE_4965d0bc5e97784d1bb1c4b054523678','en','Handler', NOW()) ,
+( 'LABEL','ID_MAFE_497031794414a552435f90151ac3b54b','en','Object', NOW()) ,
+( 'LABEL','ID_MAFE_497f247967ea9a295c48effdc025c1a1','en','Email From Format', NOW()) ,
+( 'LABEL','ID_MAFE_4989a483239b227710aa6f4501b5d3a1','en','Allow users to change the task duration in runtime', NOW()) ,
+( 'LABEL','ID_MAFE_4994a8ffeba4ac3140beb89e8d41f174','en','Language', NOW()) ,
+( 'LABEL','ID_MAFE_49ab28040dfa07f53544970c6d147e1e','en','Connect', NOW()) ,
+( 'LABEL','ID_MAFE_49ab5aaeb16e40d2787f6cc6532c99a3','en','Test Connection', NOW()) ,
+( 'LABEL','ID_MAFE_49b4172127e6e369ab6f4e304a7d743b','en','Edit Process', NOW()) ,
+( 'LABEL','ID_MAFE_49bfe61a6dfb1b2eb694d2b5f2ebf34f','en','Business Rule Task', NOW()) ,
+( 'LABEL','ID_MAFE_49ee3087348e8d44e1feda1917443987','en','Name', NOW()) ,
+( 'LABEL','ID_MAFE_4ae66c12297cc8487a9cddf8e9d99691','en','Email account', NOW()) ,
+( 'LABEL','ID_MAFE_4b0786e5eb9e8b54529708004fd31b21','en',' | DDDD | 001 002 ... 364 365 |
| Day of Week | d | 0 1 ... 5 6 |
', NOW()) ,
+( 'LABEL','ID_MAFE_4b1f36581927bba38500601a5bf3ede8','en','Script Task', NOW()) ,
+( 'LABEL','ID_MAFE_4b420957db489cc5aff8bee58d07b8b1','en','The row can not be removed, because is being edited.', NOW()) ,
+( 'LABEL','ID_MAFE_4b7c4e2a902673b967b1d63f9a4bed74','en','Condition *', NOW()) ,
+( 'LABEL','ID_MAFE_4ba21d7a3d8a97aa04e405f9caf3ab3b','en','Capitalize phrase', NOW()) ,
+( 'LABEL','ID_MAFE_4bb78cf31aa7936d4031f8de1481d308','en','The label is empty', NOW()) ,
+( 'LABEL','ID_MAFE_4bc7766d599f3ab0ce24ad6cb0df9539','en','View users', NOW()) ,
+( 'LABEL','ID_MAFE_4bcbe7caab53fdc2626018b5ad22bb4b','en','Data Empty', NOW()) ,
+( 'LABEL','ID_MAFE_4bf9bb3c160bb69f441724d81671fd72','en','max length', NOW()) ,
+( 'LABEL','ID_MAFE_4c021e6782546f701d2c9a15f3be1013','en','
DB connections: Connect to external databases.', NOW()) ,
+( 'LABEL','ID_MAFE_4c2a8fe7eaf24721cc7a9f0175115bd4','en','Message', NOW()) ,
+( 'LABEL','ID_MAFE_4c3880bb027f159e801041b1021e88e8','en','Method', NOW()) ,
+( 'LABEL','ID_MAFE_4c524bf462d270df1443cd80bf70e5de','en','Input Document', NOW()) ,
+( 'LABEL','ID_MAFE_4d34f1097f6c8b9cee28bca8b78bbee9','en','Start date', NOW()) ,
+( 'LABEL','ID_MAFE_4d3d769b812b6faa6b76e1a8abaece2d','en','Active', NOW()) ,
+( 'LABEL','ID_MAFE_4e357e7345689cff230335282b201a11','en','Enable camera', NOW()) ,
+( 'LABEL','ID_MAFE_4e920535c6e1ecc93e20705ddaab8e55','en','object with all or some of the parameters above', NOW()) ,
+( 'LABEL','ID_MAFE_4ed131033015697f970660a0cb48ff1e','en','Create variable', NOW()) ,
+( 'LABEL','ID_MAFE_4f67fe16b274bf31a67539fbedb8f8d3','en','Document Type', NOW()) ,
+( 'LABEL','ID_MAFE_4f92f36c19f0ad317fb71d493a18caac','en','Parent: Inherit the mode from parent.', NOW()) ,
+( 'LABEL','ID_MAFE_50913568f681474c32d3f1b4a9fafdf1','en','Case Tracker', NOW()) ,
+( 'LABEL','ID_MAFE_50a9ec1685a51015e4509529cb939081','en','Generate Link', NOW()) ,
+( 'LABEL','ID_MAFE_50b5d3dcade1bb32254e0f8d54c493de','en','Please insert variable before adding to the list.', NOW()) ,
+( 'LABEL','ID_MAFE_5174307b9097d47b1a506bc8171c2bb3','en','textbox', NOW()) ,
+( 'LABEL','ID_MAFE_5199decbb00b9a606e30f3ddfc951f3f','en','Database Connections', NOW()) ,
+( 'LABEL','ID_MAFE_520d0db389f362bf79ef56ca0af3dcab','en','Format', NOW()) ,
+( 'LABEL','ID_MAFE_521019040a0f4f7773357aa6bc22180b','en','DRAFT', NOW()) ,
+( 'LABEL','ID_MAFE_5308fcbb3c60d1cb24e45795bf9a0b7e','en','End Email Event', NOW()) ,
+( 'LABEL','ID_MAFE_531bc0580529d4698f8a6e44a6b3b8ff','en','There are problems updating the Script Task, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_5380075c9a443c803097bc250428ed60','en','- Select a Dynaform -', NOW()) ,
+( 'LABEL','ID_MAFE_53c54b843bcd76e000cda5b85d0f5f48','en','Process Design Access: Public / Private (Owner)', NOW()) ,
+( 'LABEL','ID_MAFE_53d22bb05078d53466b570517a7afcc8','en','Email Event saved correctly', NOW()) ,
+( 'LABEL','ID_MAFE_53fd42622e1c404f5bfced3a7dad0fe1','en','Select Connection Type', NOW()) ,
+( 'LABEL','ID_MAFE_5414141a124f3f7a55ae93ed61786092','en','Export Diagram', NOW()) ,
+( 'LABEL','ID_MAFE_5436bdb572535c577a1a0553ed1d05f9','en','Invalid file:', NOW()) ,
+( 'LABEL','ID_MAFE_545106eebc5cfec4095c8903a3e5bea9','en','Next Task', NOW()) ,
+( 'LABEL','ID_MAFE_548cf4aecea6746070f800742bc271b8','en','Grid: drag & drop controls.
Supports: textbox, textarea, dropdown, checkbox, datetime, suggest, hidden, link, multiplefile.', NOW()) ,
+( 'LABEL','ID_MAFE_5493fda247f138a0b3fc0d493b2906e5','en','Web Entry', NOW()) ,
+( 'LABEL','ID_MAFE_54ca84a794888fe8d92834787dfa935a','en','columns', NOW()) ,
+( 'LABEL','ID_MAFE_553115b041c527b43818daf51048f468','en','Set the date picker to this date by default
(in YYYY-MM-DD HH:MM:SS format)', NOW()) ,
+( 'LABEL','ID_MAFE_5571b942d21d51f7ee45424b811a2c03','en','Insert file name', NOW()) ,
+( 'LABEL','ID_MAFE_5582ead0a9ee86a54da29c20caee6f57','en','Force user login', NOW()) ,
+( 'LABEL','ID_MAFE_55f6611cb342565cf0f5002400f53a95','en','Annotation', NOW()) ,
+( 'LABEL','ID_MAFE_5651b7822a684ac4ae3b1b1690e147c0','en','A0Oversize', NOW()) ,
+( 'LABEL','ID_MAFE_56a1bf7a363021c1d31dd8338428cc03','en','Custom Trigger', NOW()) ,
+( 'LABEL','ID_MAFE_56b77519470d41f8b2da598f1021508e','en','max date', NOW()) ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-( 'LABEL','ID_MAFE_5792315f09a5d54fb7e3d066672b507f','en','Tuesday','2016-08-12') ,
-( 'LABEL','ID_MAFE_57c095deeaf026f8022c485e054135c7','en','Are you sure you want to delete the "variable"?','2016-08-12') ,
-( 'LABEL','ID_MAFE_57c9b9c47ca1d9e07f7a39184ce0173d','en','Lasso','2016-08-12') ,
-( 'LABEL','ID_MAFE_57cf1e6eafb6fe55898b382184708db6','en','The email can be a string or a variable (@@myEmail), comma separated list of emails','2016-08-12') ,
-( 'LABEL','ID_MAFE_585db2c92dc89eef837f07b5791c5536','en','Edit','2016-08-12') ,
-( 'LABEL','ID_MAFE_5896ecd1d83886eb157d9cbfb988f1da','en','protected value','2016-08-12') ,
-( 'LABEL','ID_MAFE_58bde56db8d9372db8a2f2ed6e782c9b','en','Reports to','2016-08-12') ,
-( 'LABEL','ID_MAFE_58ccfb0ba3c854b1c759469193bca86f','en','Exit full screen','2016-08-12') ,
-( 'LABEL','ID_MAFE_58e2bacbf6c2f5bb444da626206f53dd','en','Undo Action','2016-08-12') ,
-( 'LABEL','ID_MAFE_58fdae208be066b01eab48307238b949','en','-- Default --','2016-08-12') ,
-( 'LABEL','ID_MAFE_594be08882c8e9d5efb9eeb62f303744','en','Oct','2016-08-12') ,
-( 'LABEL','ID_MAFE_599bc72a2e8309cf0ac21c5076bea02b','en','Parallel Task','2016-08-12') ,
-( 'LABEL','ID_MAFE_599dcce2998a6b40b1e38e8c6006cb0a','en','type','2016-08-12') ,
-( 'LABEL','ID_MAFE_59d0ce20b062e00466be1ad296c22407','en','data variable','2016-08-12') ,
-( 'LABEL','ID_MAFE_59df5e8802a2330f385e440ebeba70d8','en','Value Based Assignment','2016-08-12') ,
-( 'LABEL','ID_MAFE_5a8dddb3b99ceb252ce638872cd2f506','en','PHP pages with Web Services','2016-08-12') ,
-( 'LABEL','ID_MAFE_5ac8eb48637bb804f135b488493ae065','en','Please configure script to end with error status.','2016-08-12') ,
-( 'LABEL','ID_MAFE_5ad234cb2cde4266195252a23ca7d84e','en','Property','2016-08-12') ,
-( 'LABEL','ID_MAFE_5ae16cbb41ab1e74b5d58a96fed59789','en','Screenshot800','2016-08-12') ,
-( 'LABEL','ID_MAFE_5af874093e5efcbaeb4377b84c5f2ec5','en','Wizard','2016-08-12') ,
-( 'LABEL','ID_MAFE_5b37be2f6e6fc0bc307e3146980709ea','en','Please enter only CSS code','2016-08-12') ,
-( 'LABEL','ID_MAFE_5b5ebb466ae75a2ca15dbd1c92d64830','en','DynaForm saved successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_5b776d9c69a7ccfe2b8565c94e21a853','en','| Year | YY | 70 71 ... 29 30 |
| YYYY | 1970 1971 ... 2029 2030 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_5c2defa646a21de1595fe6d06c63067e','en','Task in Progress','2016-08-12') ,
-( 'LABEL','ID_MAFE_5caa3749019003c9b6b4c69f75186a0b','en','When the form is submitted a new case is created with this user account.','2016-08-12') ,
-( 'LABEL','ID_MAFE_5cdf3f8e0de1cb63a3cfb8bec5a5db9d','en','There are problems getting the triggers wizard list, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_5d085d8447bc84ead2b9af188a8e4f0c','en','Before action','2017-11-22') ,
-( 'LABEL','ID_MAFE_5d89fe1813446d4b6fb1586b0287f788','en','Step assigned successfully.','2016-08-12') ,
-( 'LABEL','ID_MAFE_5da01bc260f45532692827ab75ae3076','en','Variable type','2017-11-22') ,
-( 'LABEL','ID_MAFE_5da618e8e4b89c66fe86e32cdafde142','en','From','2016-08-12') ,
-( 'LABEL','ID_MAFE_5dbf17e4c8ca8f1979b7b4b3abaffe32','en','Edit process','2016-08-12') ,
-( 'LABEL','ID_MAFE_5dd14645551594126bf6409543c54796','en','Supported Controls:','2017-11-22') ,
-( 'LABEL','ID_MAFE_5e12c7aba4f3b65f84edc650d00b8884','en','Default: false
On show, will set the picker to:
','2017-11-22') ,
-( 'LABEL','ID_MAFE_5e4b419093a8f5df11422452a9219b07','en','Invalid Connections','2016-08-12') ,
-( 'LABEL','ID_MAFE_5e57481a16f324775782453d7e4de54f','en','array of numbers from 0-6','2016-08-12') ,
-( 'LABEL','ID_MAFE_5e9df908eafa83cb51c0a3720e8348c7','en','Check All','2016-08-12') ,
-( 'LABEL','ID_MAFE_5ef0c737746fae2ca90e66c39333f8f6','en','Errors','2016-08-12') ,
-( 'LABEL','ID_MAFE_5efb244c6b960624bc7180fe96b84d24','en','The Dynaform title','2016-08-12') ,
-( 'LABEL','ID_MAFE_5f325fce1a3d2476550eb380e18b286a','en','Redirect to custom URL','2017-11-22') ,
-( 'LABEL','ID_MAFE_5f972036fb924e92ecbe7e47a5f4d7a5','en','Are you sure you want to discard your changes?','2016-08-12') ,
-( 'LABEL','ID_MAFE_5fb63579fc981698f97d55bfecb213ea','en','Copy','2016-08-12') ,
-( 'LABEL','ID_MAFE_6059b81ef1094afb4e30f44457df5b28','en','The variable is being used.','2016-08-12') ,
-( 'LABEL','ID_MAFE_6060f601471eb3f733ec222180fff382','en','Delete Routing Rule','2016-08-12') ,
-( 'LABEL','ID_MAFE_6068a5925e0bfe4e66a6be47d4abbd06','en','Please configure script to terminate case.','2016-08-12') ,
-( 'LABEL','ID_MAFE_6068f02bcb9514fe40e67d04c7647d56','en','Please enter a valid hour.','2016-08-12') ,
-( 'LABEL','ID_MAFE_60a4ec92b73f76abf1b8f50973547478','en','title (mouseover)','2016-08-12') ,
-( 'LABEL','ID_MAFE_60aaf44d4b562252c04db7f98497e9aa','en','Port','2016-08-12') ,
-( 'LABEL','ID_MAFE_60cf550c40960532dfd002fcfbc6725a','en','There are problems getting the Triggers list, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_611ebad77c16b1edc01a8e4962094900','en','All Tasks','2016-08-12') ,
-( 'LABEL','ID_MAFE_6126329d245973d0025f07d8d4f3c3ba','en','Allows date selection before this date
(in YYYY-MM-DD HH:MM:SS format)','2016-08-12') ,
-( 'LABEL','ID_MAFE_61e80a8ed0aff262daa5800330e133f3','en','Service Task','2016-08-12') ,
-( 'LABEL','ID_MAFE_6238fa95a408af9c5598d0f45d923b18','en','Please configure cron to wait for time condition.','2016-08-12') ,
-( 'LABEL','ID_MAFE_628b7db04235f228d40adc671413a8c8','en','day','2016-08-12') ,
-( 'LABEL','ID_MAFE_62902641c38f3a4a8eb3212454360e24','en','Minute','2016-08-12') ,
-( 'LABEL','ID_MAFE_62d98b10558da9a7676b92258717a7a1','en','End Event','2017-11-22') ,
-( 'LABEL','ID_MAFE_630f6dc397fe74e52d5189e2c80f282b','en','Back to list','2016-08-12') ,
-( 'LABEL','ID_MAFE_631aea77fcb10698585c8ae77aac3800','en','External Step','2016-08-12') ,
-( 'LABEL','ID_MAFE_63401535ae5b2457b9c4471637ba8308','en','In the design area you can drop the process elements and order or arrange them to design your process.','2016-08-12') ,
-( 'LABEL','ID_MAFE_6384750fb02541d64a749b1a9296a43f','en','Condition Trigger','2016-08-12') ,
-( 'LABEL','ID_MAFE_6394d816bfb4220289a6f4b29cfb1834','en','textarea','2016-08-12') ,
-( 'LABEL','ID_MAFE_63a3168661b8fec46d2e90c9e0569cad','en','Default: false','2016-08-12') ,
-( 'LABEL','ID_MAFE_63c0184d8c2398ceeaee276b9a140d09','en','Email Event','2016-08-12') ,
-( 'LABEL','ID_MAFE_6400a922c9482253339a1cfc2791c31b','en','By clicking on the generated file link','2016-08-12') ,
-( 'LABEL','ID_MAFE_640eaa8954e206c0dc9a4da71619537d','en','Case Labels','2016-08-12') ,
-( 'LABEL','ID_MAFE_6421c440fabe27193fad6710c33cf7c7','en','There are no items.','2016-08-12') ,
-( 'LABEL','ID_MAFE_6450242531912981c3683cae88a32a66','en','Forms','2017-11-22') ,
-( 'LABEL','ID_MAFE_64684d8a069264ece1465e64cbe2a189','en','Enter a Protocol and Hostname valid value.','2017-11-22') ,
-( 'LABEL','ID_MAFE_650be61892bf690026089544abbd9d26','en','Mode','2016-08-12') ,
-( 'LABEL','ID_MAFE_6547600c780b3b6483c2d5d758666c3f','en','Start Timer updated successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_656bd5e7964412e1954a5cb83cf0e31e','en','Single HTML','2016-08-12') ,
-( 'LABEL','ID_MAFE_657f8b8da628ef83cf69101b6817150a','en','help','2016-08-12') ,
-( 'LABEL','ID_MAFE_6593d7b12fd418cdb35bbf438de72f66','en','A3','2016-08-12') ,
-( 'LABEL','ID_MAFE_659e59f062c75f81259d22786d6c44aa','en','February','2016-08-12') ,
-( 'LABEL','ID_MAFE_65c3b5956adaf7365a8857abb7ddd26b','en','Execute a trigger when a case is deleted','2016-08-12') ,
-( 'LABEL','ID_MAFE_6606bf86257a99bf75f2d6360e92e0df','en','Please press the \"Generate Link\" button.','2017-11-22') ,
-( 'LABEL','ID_MAFE_66285b36f894a5439af5a98e3e1a36d2','en','Process Objects','2016-08-12') ,
-( 'LABEL','ID_MAFE_662f707d5491e9bce8238a6c0be92190','en','hidden','2016-08-12') ,
-( 'LABEL','ID_MAFE_66b4af3ab39216f5ecddcb0613abfe04','en','Select Dynaform use in case.','2017-11-22') ,
-( 'LABEL','ID_MAFE_671aa2e8cc2c2435cf509fa4a3baf26c','en','Executive','2016-08-12') ,
-( 'LABEL','ID_MAFE_67dab01827a619fdbcb137f18a83feb5','en','End of process','2016-08-12') ;
+( 'LABEL','ID_MAFE_56dbee09e1c297e9269b967d3f1e8af8','en','There are problems updating the Web Entry, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_570b43e00e6db926c60b0eeee0a275b4','en','Database connection saved successfully', NOW()) ,
+( 'LABEL','ID_MAFE_572d795e2d044f895cc511e5c05030e5','en','INCLUSIVE', NOW()) ,
+( 'LABEL','ID_MAFE_5792315f09a5d54fb7e3d066672b507f','en','Tuesday', NOW()) ,
+( 'LABEL','ID_MAFE_57c095deeaf026f8022c485e054135c7','en','Are you sure you want to delete the "variable"?', NOW()) ,
+( 'LABEL','ID_MAFE_57c9b9c47ca1d9e07f7a39184ce0173d','en','Lasso', NOW()) ,
+( 'LABEL','ID_MAFE_57cf1e6eafb6fe55898b382184708db6','en','The email can be a string or a variable (@@myEmail), comma separated list of emails', NOW()) ,
+( 'LABEL','ID_MAFE_585db2c92dc89eef837f07b5791c5536','en','Edit', NOW()) ,
+( 'LABEL','ID_MAFE_5896ecd1d83886eb157d9cbfb988f1da','en','protected value', NOW()) ,
+( 'LABEL','ID_MAFE_58bde56db8d9372db8a2f2ed6e782c9b','en','Reports to', NOW()) ,
+( 'LABEL','ID_MAFE_58ccfb0ba3c854b1c759469193bca86f','en','Exit full screen', NOW()) ,
+( 'LABEL','ID_MAFE_58e2bacbf6c2f5bb444da626206f53dd','en','Undo Action', NOW()) ,
+( 'LABEL','ID_MAFE_58fdae208be066b01eab48307238b949','en','-- Default --', NOW()) ,
+( 'LABEL','ID_MAFE_594be08882c8e9d5efb9eeb62f303744','en','Oct', NOW()) ,
+( 'LABEL','ID_MAFE_599bc72a2e8309cf0ac21c5076bea02b','en','Parallel Task', NOW()) ,
+( 'LABEL','ID_MAFE_599dcce2998a6b40b1e38e8c6006cb0a','en','type', NOW()) ,
+( 'LABEL','ID_MAFE_59d0ce20b062e00466be1ad296c22407','en','data variable', NOW()) ,
+( 'LABEL','ID_MAFE_59df5e8802a2330f385e440ebeba70d8','en','Value Based Assignment', NOW()) ,
+( 'LABEL','ID_MAFE_5a8dddb3b99ceb252ce638872cd2f506','en','PHP pages with Web Services', NOW()) ,
+( 'LABEL','ID_MAFE_5ac8eb48637bb804f135b488493ae065','en','Please configure script to end with error status.', NOW()) ,
+( 'LABEL','ID_MAFE_5ad234cb2cde4266195252a23ca7d84e','en','Property', NOW()) ,
+( 'LABEL','ID_MAFE_5ae16cbb41ab1e74b5d58a96fed59789','en','Screenshot800', NOW()) ,
+( 'LABEL','ID_MAFE_5af874093e5efcbaeb4377b84c5f2ec5','en','Wizard', NOW()) ,
+( 'LABEL','ID_MAFE_5b37be2f6e6fc0bc307e3146980709ea','en','Please enter only CSS code', NOW()) ,
+( 'LABEL','ID_MAFE_5b5ebb466ae75a2ca15dbd1c92d64830','en','DynaForm saved successfully', NOW()) ,
+( 'LABEL','ID_MAFE_5b776d9c69a7ccfe2b8565c94e21a853','en','| Year | YY | 70 71 ... 29 30 |
| YYYY | 1970 1971 ... 2029 2030 |
', NOW()) ,
+( 'LABEL','ID_MAFE_5c2defa646a21de1595fe6d06c63067e','en','Task in Progress', NOW()) ,
+( 'LABEL','ID_MAFE_5caa3749019003c9b6b4c69f75186a0b','en','When the form is submitted a new case is created with this user account.', NOW()) ,
+( 'LABEL','ID_MAFE_5cdf3f8e0de1cb63a3cfb8bec5a5db9d','en','There are problems getting the triggers wizard list, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_5d085d8447bc84ead2b9af188a8e4f0c','en','Before action', NOW()) ,
+( 'LABEL','ID_MAFE_5d89fe1813446d4b6fb1586b0287f788','en','Step assigned successfully.', NOW()) ,
+( 'LABEL','ID_MAFE_5da01bc260f45532692827ab75ae3076','en','Variable type', NOW()) ,
+( 'LABEL','ID_MAFE_5da618e8e4b89c66fe86e32cdafde142','en','From', NOW()) ,
+( 'LABEL','ID_MAFE_5dbf17e4c8ca8f1979b7b4b3abaffe32','en','Edit process', NOW()) ,
+( 'LABEL','ID_MAFE_5dd14645551594126bf6409543c54796','en','Supported Controls:', NOW()) ,
+( 'LABEL','ID_MAFE_5e12c7aba4f3b65f84edc650d00b8884','en','Default: false
On show, will set the picker to:
', NOW()) ,
+( 'LABEL','ID_MAFE_5e4b419093a8f5df11422452a9219b07','en','Invalid Connections', NOW()) ,
+( 'LABEL','ID_MAFE_5e57481a16f324775782453d7e4de54f','en','array of numbers from 0-6', NOW()) ,
+( 'LABEL','ID_MAFE_5e9df908eafa83cb51c0a3720e8348c7','en','Check All', NOW()) ,
+( 'LABEL','ID_MAFE_5ef0c737746fae2ca90e66c39333f8f6','en','Errors', NOW()) ,
+( 'LABEL','ID_MAFE_5efb244c6b960624bc7180fe96b84d24','en','The Dynaform title', NOW()) ,
+( 'LABEL','ID_MAFE_5f325fce1a3d2476550eb380e18b286a','en','Redirect to custom URL', NOW()) ,
+( 'LABEL','ID_MAFE_5f972036fb924e92ecbe7e47a5f4d7a5','en','Are you sure you want to discard your changes?', NOW()) ,
+( 'LABEL','ID_MAFE_5fb63579fc981698f97d55bfecb213ea','en','Copy', NOW()) ,
+( 'LABEL','ID_MAFE_6059b81ef1094afb4e30f44457df5b28','en','The variable is being used.', NOW()) ,
+( 'LABEL','ID_MAFE_6060f601471eb3f733ec222180fff382','en','Delete Routing Rule', NOW()) ,
+( 'LABEL','ID_MAFE_6068a5925e0bfe4e66a6be47d4abbd06','en','Please configure script to terminate case.', NOW()) ,
+( 'LABEL','ID_MAFE_6068f02bcb9514fe40e67d04c7647d56','en','Please enter a valid hour.', NOW()) ,
+( 'LABEL','ID_MAFE_60a4ec92b73f76abf1b8f50973547478','en','title (mouseover)', NOW()) ,
+( 'LABEL','ID_MAFE_60aaf44d4b562252c04db7f98497e9aa','en','Port', NOW()) ,
+( 'LABEL','ID_MAFE_60cf550c40960532dfd002fcfbc6725a','en','There are problems getting the Triggers list, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_611ebad77c16b1edc01a8e4962094900','en','All Tasks', NOW()) ,
+( 'LABEL','ID_MAFE_6126329d245973d0025f07d8d4f3c3ba','en','Allows date selection before this date
(in YYYY-MM-DD HH:MM:SS format)', NOW()) ,
+( 'LABEL','ID_MAFE_61e80a8ed0aff262daa5800330e133f3','en','Service Task', NOW()) ,
+( 'LABEL','ID_MAFE_6238fa95a408af9c5598d0f45d923b18','en','Please configure cron to wait for time condition.', NOW()) ,
+( 'LABEL','ID_MAFE_628b7db04235f228d40adc671413a8c8','en','day', NOW()) ,
+( 'LABEL','ID_MAFE_62902641c38f3a4a8eb3212454360e24','en','Minute', NOW()) ,
+( 'LABEL','ID_MAFE_62d98b10558da9a7676b92258717a7a1','en','End Event', NOW()) ,
+( 'LABEL','ID_MAFE_630f6dc397fe74e52d5189e2c80f282b','en','Back to list', NOW()) ,
+( 'LABEL','ID_MAFE_631aea77fcb10698585c8ae77aac3800','en','External Step', NOW()) ,
+( 'LABEL','ID_MAFE_63401535ae5b2457b9c4471637ba8308','en','In the design area you can drop the process elements and order or arrange them to design your process.', NOW()) ,
+( 'LABEL','ID_MAFE_6384750fb02541d64a749b1a9296a43f','en','Condition Trigger', NOW()) ,
+( 'LABEL','ID_MAFE_6394d816bfb4220289a6f4b29cfb1834','en','textarea', NOW()) ,
+( 'LABEL','ID_MAFE_63a3168661b8fec46d2e90c9e0569cad','en','Default: false', NOW()) ,
+( 'LABEL','ID_MAFE_63c0184d8c2398ceeaee276b9a140d09','en','Email Event', NOW()) ,
+( 'LABEL','ID_MAFE_6400a922c9482253339a1cfc2791c31b','en','By clicking on the generated file link', NOW()) ,
+( 'LABEL','ID_MAFE_640eaa8954e206c0dc9a4da71619537d','en','Case Labels', NOW()) ,
+( 'LABEL','ID_MAFE_6421c440fabe27193fad6710c33cf7c7','en','There are no items.', NOW()) ,
+( 'LABEL','ID_MAFE_6450242531912981c3683cae88a32a66','en','Forms', NOW()) ,
+( 'LABEL','ID_MAFE_64684d8a069264ece1465e64cbe2a189','en','Enter a Protocol and Hostname valid value.', NOW()) ,
+( 'LABEL','ID_MAFE_650be61892bf690026089544abbd9d26','en','Mode', NOW()) ,
+( 'LABEL','ID_MAFE_6547600c780b3b6483c2d5d758666c3f','en','Start Timer updated successfully', NOW()) ,
+( 'LABEL','ID_MAFE_656bd5e7964412e1954a5cb83cf0e31e','en','Single HTML', NOW()) ,
+( 'LABEL','ID_MAFE_657f8b8da628ef83cf69101b6817150a','en','help', NOW()) ,
+( 'LABEL','ID_MAFE_6593d7b12fd418cdb35bbf438de72f66','en','A3', NOW()) ,
+( 'LABEL','ID_MAFE_659e59f062c75f81259d22786d6c44aa','en','February', NOW()) ,
+( 'LABEL','ID_MAFE_65c3b5956adaf7365a8857abb7ddd26b','en','Execute a trigger when a case is deleted', NOW()) ,
+( 'LABEL','ID_MAFE_6606bf86257a99bf75f2d6360e92e0df','en','Please press the \"Generate Link\" button.', NOW()) ,
+( 'LABEL','ID_MAFE_66285b36f894a5439af5a98e3e1a36d2','en','Process Objects', NOW()) ,
+( 'LABEL','ID_MAFE_662f707d5491e9bce8238a6c0be92190','en','hidden', NOW()) ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-( 'LABEL','ID_MAFE_67daf92c833c41c95db874e18fcb2786','en','description','2016-08-12') ,
-( 'LABEL','ID_MAFE_685a0de987f44b7f5d08be4de212bab2','en','Insert a condition','2016-08-12') ,
-( 'LABEL','ID_MAFE_686e697538050e4664636337cc3b834f','en','Create','2017-11-22') ,
-( 'LABEL','ID_MAFE_6887c495a8d963934af15a912151ac38','en','max file size','2016-08-12') ,
-( 'LABEL','ID_MAFE_688937ccaf2a2b0c45a1c9bbba09698d','en','June','2016-08-12') ,
-( 'LABEL','ID_MAFE_689202409e48743b914713f96d93947c','en','Value','2016-08-12') ,
-( 'LABEL','ID_MAFE_68934a3e9455fa72420237eb05902327','en','false','2017-11-22') ,
-( 'LABEL','ID_MAFE_68be06f16b9b17f3741cd3846a2d9190','en','Display :','2016-08-12') ,
-( 'LABEL','ID_MAFE_690605a78c5b7459462f97e6915929d9','en','Sub-process Properties','2017-11-22') ,
-( 'LABEL','ID_MAFE_6927a3a7218a3195858411433ec20a21','en','average','2016-08-12') ,
-( 'LABEL','ID_MAFE_692f9836dcf2a0314f415c873b58e8c4','en','The routing rule to "{0}" already exists','2016-08-12') ,
-( 'LABEL','ID_MAFE_696e6fecf8df306ffce7d776b175e9b9','en','Intermediate Event Type','2016-08-12') ,
-( 'LABEL','ID_MAFE_69bf4327261159c0bfd29ec31b47dff3','en','Start Event Type','2016-08-12') ,
-( 'LABEL','ID_MAFE_69f916b54b947775802a817788f74b52','en','New Trigger saved successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_6a26f548831e6a8c26bfbbd9f6ec61e0','en','Help','2016-08-12') ,
-( 'LABEL','ID_MAFE_6a3f2778916c9a66a69d93ebbebd3345','en','Open Editor','2016-08-12') ,
-( 'LABEL','ID_MAFE_6a7e73161603d87b26a8eac49dab0a9c','en','Hours','2016-08-12') ,
-( 'LABEL','ID_MAFE_6a99c575ab87f8c7d1ed1e52e7e349ce','en','placeholder','2016-08-12') ,
-( 'LABEL','ID_MAFE_6adf97f83acf6453d4a6a4b1070f3754','en','None','2016-08-12') ,
-( 'LABEL','ID_MAFE_6aeef5fece4bc801c9892670bf02117d','en','Start Timer Event','2017-11-22') ,
-( 'LABEL','ID_MAFE_6b69ae94c0b0bb433fb14f52f2f623b2','en','Inclusive Gateway','2017-11-22') ,
-( 'LABEL','ID_MAFE_6bc9a39dbeaa2c99c7d5d81c58a9b5fb','en','Assignee saved successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_6c24f6923944d3f9d84bcf924661abff','en','New variables created','2016-08-12') ,
-( 'LABEL','ID_MAFE_6c25e6a6da95b3d583c6ec4c3f82ed4d','en','Weekly','2016-08-12') ,
-( 'LABEL','ID_MAFE_6cb85fb9933f1990eaa1dc7619c84233','en','Data Store','2017-11-22') ,
-( 'LABEL','ID_MAFE_6d7215c4b3bc4716d026ac46c6d9ae64','en','Apr','2016-08-12') ,
-( 'LABEL','ID_MAFE_6e139990d75202b4688849d505e9f659','en','Current form.','2016-08-12') ,
-( 'LABEL','ID_MAFE_6e51ca3efb50c3fa4e7eb7fb75cba556','en','Message content','2016-08-12') ,
-( 'LABEL','ID_MAFE_6e554a6c35c9b142ea806751d85818fa','en','Message Type','2016-08-12') ,
-( 'LABEL','ID_MAFE_6e599f7a2a9186d391be4537f105be98','en','Fourth','2016-08-12') ,
-( 'LABEL','ID_MAFE_6e5f5bbf51336918feac69b89e96f6e7','en','UPPERCASE','2016-08-12') ,
-( 'LABEL','ID_MAFE_6f7e4a2c4bf789e191bcd67e34aae75d','en','Owner Password','2016-08-12') ,
-( 'LABEL','ID_MAFE_6f8522e0610541f1ef215a22ffa66ff6','en','Monday','2016-08-12') ,
-( 'LABEL','ID_MAFE_6ff9dd0d34f65181173c1e4bc39939de','en','Selection','2017-11-22') ,
-( 'LABEL','ID_MAFE_6fff14365ddc2513ed26053e4b7161d0','en','Assignment Rules','2016-08-12') ,
-( 'LABEL','ID_MAFE_70225f5038f2c7cb69db4656162a6fbd','en','File deleted successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_707914adb6ec5350ab99a6e8d5da050a','en','show today button','2016-08-12') ,
-( 'LABEL','ID_MAFE_7079c72c21415131774625ba1d64f4b0','en','Anonymous','2017-11-22') ,
-( 'LABEL','ID_MAFE_70d9be9b139893aa6c69b5e77e614311','en','Confirm','2016-08-12') ,
-( 'LABEL','ID_MAFE_7106cb2df5011f1eddfd5c67b3c84f0f','en','Variable saved successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_713aecbe2f5f5523ebccad6740dc1fc7','en','DynaForm','2016-08-12') ,
-( 'LABEL','ID_MAFE_714a04bc58e64a19344df22801f2f5b2','en','View groups','2016-08-12') ,
-( 'LABEL','ID_MAFE_716de874a0d74f25c0aa8c444c3a7539','en','Prefix','2016-08-12') ,
-( 'LABEL','ID_MAFE_716f6b30598ba30945d84485e61c1027','en','close','2016-08-12') ,
-( 'LABEL','ID_MAFE_71707d31908dc87d64747c61247db5f3','en','An unexpected error while deleting the DB Connection, please try again later.','2016-08-12') ,
-( 'LABEL','ID_MAFE_718bf2c47ea34a12a3c4cb559ba0fbd3','en','Input Document edited correctly.','2016-08-12') ,
-( 'LABEL','ID_MAFE_719430f5290466e7920b07175af870de','en','The process definition that you are trying to import contains BPMN elements that are not supported in ProcessMaker. Please try with other process.','2016-08-12') ,
-( 'LABEL','ID_MAFE_7208f9c293aca2d9a81fb9dc71229ee7','en','Properties saved successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_72116971e25c9b2e7926c62a5bacb915','en','Error Update File','2017-11-22') ,
-( 'LABEL','ID_MAFE_7215ee9c7d9dc229d2921a40e899ec5f','en','','2017-11-22') ,
-( 'LABEL','ID_MAFE_725255d7ccc0cf426c1da6abe0afe7e4','en','SDV','2016-08-12') ,
-( 'LABEL','ID_MAFE_728055b9c636bd86e1848c06f82be906','en','The process objects are used to add execution features to the current process design.','2016-08-12') ,
-( 'LABEL','ID_MAFE_72d6d7a1885885bb55a565fd1070581a','en','Import','2016-08-12') ,
-( 'LABEL','ID_MAFE_7308cd3156257f5139f5a76d3cace070','en','An unexpected error while assigning the trigger, please try again later.','2016-08-12') ,
-( 'LABEL','ID_MAFE_7351dffefed9ebab76b3bd34aa6f755e','en','Output Document','2016-08-12') ,
-( 'LABEL','ID_MAFE_73c146408e22128ca6a56f748ad0da66','en','| Unix Timestamp | X | 1360013296 |
| Unix Millisecond Timestamp | x | 1360013296123 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_73cacd9554a835ad196092bf378f66c3','en','array of [date, moment, string]','2016-08-12') ,
-( 'LABEL','ID_MAFE_73e27bc50aef21f6770190b3a2702123','en','Error value: Day: 0 - 31','2017-11-22') ,
-( 'LABEL','ID_MAFE_7436f942d5ea836cb84f1bb2527d8286','en','month','2016-08-12') ,
-( 'LABEL','ID_MAFE_7469a286259799e5b37e5db9296f00b3','en','YES','2016-08-12') ,
-( 'LABEL','ID_MAFE_7498c445a737312f3678aa1494e01a38','en','Dropdown','2017-11-22') ,
-( 'LABEL','ID_MAFE_755c1cdb25ce0b28166932338fc860d8','en','End Event: End the execution of the process.','2016-08-12') ,
-( 'LABEL','ID_MAFE_75906a4caccffa8417f46280958ca103','en','Web Entry updated successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_75a7511c1d369ec0a4b82d76b1627a36','en','col-span','2016-08-12') ,
-( 'LABEL','ID_MAFE_75aeb98e5241592ad6a6c2c4c78a16ef','en','years','2016-08-12') ,
-( 'LABEL','ID_MAFE_75f470a662481c10dda96968bbeb6d62','en','Export Process','2016-08-12') ,
-( 'LABEL','ID_MAFE_769cb50c95fd3a43c659aa73aba99e5b','en','Hourly','2016-08-12') ,
-( 'LABEL','ID_MAFE_76d5c10546065f2b71f8d0bfd242ebf5','en','Diverging Gateway must have an incoming sequence flow','2016-08-12') ,
-( 'LABEL','ID_MAFE_78463a384a5aa4fad5fa73e2f506ecfc','en','English','2016-08-12') ,
-( 'LABEL','ID_MAFE_7851010fa7f90ebe0c2e62a772dc009a','en','Intermediate Event: Used to define an event that happens in the middle of the process.','2017-11-22') ,
-( 'LABEL','ID_MAFE_7869eef58448eb45b15a15ff1913887f','en','Sub-process','2017-11-22') ,
-( 'LABEL','ID_MAFE_786c4135070aa1910d2f4ac8b2253235','en','Routing','2016-08-12') ,
-( 'LABEL','ID_MAFE_788287625aa640447c5d9fff50644915','en','Insert a table name','2016-08-12') ,
-( 'LABEL','ID_MAFE_78972d78128699c39ce214e712bd9b03','en','Related Input Document','2016-08-12') ,
-( 'LABEL','ID_MAFE_78ae6f0cd191d25147e252dc54768238','en','Thursday','2016-08-12') ,
-( 'LABEL','ID_MAFE_7916b6aa41d5ad862bfd15786f608ef9','en','Add Routing Rule','2016-08-12') ,
-( 'LABEL','ID_MAFE_7917f0a4bc9e0d07acf8cad570e5f68f','en','Dynaform Information','2016-08-12') ,
-( 'LABEL','ID_MAFE_7964c7a971166b4525713e1885ca4cc3','en','
Dynaforms: Create dynamic forms.','2016-08-12') ,
-( 'LABEL','ID_MAFE_796932652e81946789e875a9998ac1fb','en','Case Tracker Properties','2016-08-12') ,
-( 'LABEL','ID_MAFE_796c163589f295373e171842f37265d5','en','Wednesday','2016-08-12') ;
+( 'LABEL','ID_MAFE_66b4af3ab39216f5ecddcb0613abfe04','en','Select Dynaform use in case.', NOW()) ,
+( 'LABEL','ID_MAFE_671aa2e8cc2c2435cf509fa4a3baf26c','en','Executive', NOW()) ,
+( 'LABEL','ID_MAFE_67dab01827a619fdbcb137f18a83feb5','en','End of process', NOW()) ,
+( 'LABEL','ID_MAFE_67daf92c833c41c95db874e18fcb2786','en','description', NOW()) ,
+( 'LABEL','ID_MAFE_685a0de987f44b7f5d08be4de212bab2','en','Insert a condition', NOW()) ,
+( 'LABEL','ID_MAFE_686e697538050e4664636337cc3b834f','en','Create', NOW()) ,
+( 'LABEL','ID_MAFE_6887c495a8d963934af15a912151ac38','en','max file size', NOW()) ,
+( 'LABEL','ID_MAFE_688937ccaf2a2b0c45a1c9bbba09698d','en','June', NOW()) ,
+( 'LABEL','ID_MAFE_689202409e48743b914713f96d93947c','en','Value', NOW()) ,
+( 'LABEL','ID_MAFE_68934a3e9455fa72420237eb05902327','en','false', NOW()) ,
+( 'LABEL','ID_MAFE_68be06f16b9b17f3741cd3846a2d9190','en','Display :', NOW()) ,
+( 'LABEL','ID_MAFE_690605a78c5b7459462f97e6915929d9','en','Sub-process Properties', NOW()) ,
+( 'LABEL','ID_MAFE_6927a3a7218a3195858411433ec20a21','en','average', NOW()) ,
+( 'LABEL','ID_MAFE_692f9836dcf2a0314f415c873b58e8c4','en','The routing rule to "{0}" already exists', NOW()) ,
+( 'LABEL','ID_MAFE_696e6fecf8df306ffce7d776b175e9b9','en','Intermediate Event Type', NOW()) ,
+( 'LABEL','ID_MAFE_69bf4327261159c0bfd29ec31b47dff3','en','Start Event Type', NOW()) ,
+( 'LABEL','ID_MAFE_69f916b54b947775802a817788f74b52','en','New Trigger saved successfully', NOW()) ,
+( 'LABEL','ID_MAFE_6a26f548831e6a8c26bfbbd9f6ec61e0','en','Help', NOW()) ,
+( 'LABEL','ID_MAFE_6a3f2778916c9a66a69d93ebbebd3345','en','Open Editor', NOW()) ,
+( 'LABEL','ID_MAFE_6a7e73161603d87b26a8eac49dab0a9c','en','Hours', NOW()) ,
+( 'LABEL','ID_MAFE_6a99c575ab87f8c7d1ed1e52e7e349ce','en','placeholder', NOW()) ,
+( 'LABEL','ID_MAFE_6adf97f83acf6453d4a6a4b1070f3754','en','None', NOW()) ,
+( 'LABEL','ID_MAFE_6aeef5fece4bc801c9892670bf02117d','en','Start Timer Event', NOW()) ,
+( 'LABEL','ID_MAFE_6b69ae94c0b0bb433fb14f52f2f623b2','en','Inclusive Gateway', NOW()) ,
+( 'LABEL','ID_MAFE_6bc9a39dbeaa2c99c7d5d81c58a9b5fb','en','Assignee saved successfully', NOW()) ,
+( 'LABEL','ID_MAFE_6be8bfc7078373aa92b3a862b5253e7e','en','Mobile controls', NOW()) ,
+( 'LABEL','ID_MAFE_6c24f6923944d3f9d84bcf924661abff','en','New variables created', NOW()) ,
+( 'LABEL','ID_MAFE_6c25e6a6da95b3d583c6ec4c3f82ed4d','en','Weekly', NOW()) ,
+( 'LABEL','ID_MAFE_6cb85fb9933f1990eaa1dc7619c84233','en','Data Store', NOW()) ,
+( 'LABEL','ID_MAFE_6d7215c4b3bc4716d026ac46c6d9ae64','en','Apr', NOW()) ,
+( 'LABEL','ID_MAFE_6e139990d75202b4688849d505e9f659','en','Current form.', NOW()) ,
+( 'LABEL','ID_MAFE_6e51ca3efb50c3fa4e7eb7fb75cba556','en','Message content', NOW()) ,
+( 'LABEL','ID_MAFE_6e554a6c35c9b142ea806751d85818fa','en','Message Type', NOW()) ,
+( 'LABEL','ID_MAFE_6e599f7a2a9186d391be4537f105be98','en','Fourth', NOW()) ,
+( 'LABEL','ID_MAFE_6e5f5bbf51336918feac69b89e96f6e7','en','UPPERCASE', NOW()) ,
+( 'LABEL','ID_MAFE_6f7e4a2c4bf789e191bcd67e34aae75d','en','Owner Password', NOW()) ,
+( 'LABEL','ID_MAFE_6f8522e0610541f1ef215a22ffa66ff6','en','Monday', NOW()) ,
+( 'LABEL','ID_MAFE_6ff9dd0d34f65181173c1e4bc39939de','en','Selection', NOW()) ,
+( 'LABEL','ID_MAFE_6fff14365ddc2513ed26053e4b7161d0','en','Assignment Rules', NOW()) ,
+( 'LABEL','ID_MAFE_70225f5038f2c7cb69db4656162a6fbd','en','File deleted successfully', NOW()) ,
+( 'LABEL','ID_MAFE_707914adb6ec5350ab99a6e8d5da050a','en','show today button', NOW()) ,
+( 'LABEL','ID_MAFE_7079c72c21415131774625ba1d64f4b0','en','Anonymous', NOW()) ,
+( 'LABEL','ID_MAFE_70d9be9b139893aa6c69b5e77e614311','en','Confirm', NOW()) ,
+( 'LABEL','ID_MAFE_7106cb2df5011f1eddfd5c67b3c84f0f','en','Variable saved successfully', NOW()) ,
+( 'LABEL','ID_MAFE_713aecbe2f5f5523ebccad6740dc1fc7','en','DynaForm', NOW()) ,
+( 'LABEL','ID_MAFE_714a04bc58e64a19344df22801f2f5b2','en','View groups', NOW()) ,
+( 'LABEL','ID_MAFE_716de874a0d74f25c0aa8c444c3a7539','en','Prefix', NOW()) ,
+( 'LABEL','ID_MAFE_716f6b30598ba30945d84485e61c1027','en','close', NOW()) ,
+( 'LABEL','ID_MAFE_71707d31908dc87d64747c61247db5f3','en','An unexpected error while deleting the DB Connection, please try again later.', NOW()) ,
+( 'LABEL','ID_MAFE_718bf2c47ea34a12a3c4cb559ba0fbd3','en','Input Document edited correctly.', NOW()) ,
+( 'LABEL','ID_MAFE_719430f5290466e7920b07175af870de','en','The process definition that you are trying to import contains BPMN elements that are not supported in ProcessMaker. Please try with other process.', NOW()) ,
+( 'LABEL','ID_MAFE_7208f9c293aca2d9a81fb9dc71229ee7','en','Properties saved successfully', NOW()) ,
+( 'LABEL','ID_MAFE_72116971e25c9b2e7926c62a5bacb915','en','Error Update File', NOW()) ,
+( 'LABEL','ID_MAFE_7215ee9c7d9dc229d2921a40e899ec5f','en','', NOW()) ,
+( 'LABEL','ID_MAFE_725255d7ccc0cf426c1da6abe0afe7e4','en','SDV', NOW()) ,
+( 'LABEL','ID_MAFE_728055b9c636bd86e1848c06f82be906','en','The process objects are used to add execution features to the current process design.', NOW()) ,
+( 'LABEL','ID_MAFE_72d6d7a1885885bb55a565fd1070581a','en','Import', NOW()) ,
+( 'LABEL','ID_MAFE_7308cd3156257f5139f5a76d3cace070','en','An unexpected error while assigning the trigger, please try again later.', NOW()) ,
+( 'LABEL','ID_MAFE_7351dffefed9ebab76b3bd34aa6f755e','en','Output Document', NOW()) ,
+( 'LABEL','ID_MAFE_73c146408e22128ca6a56f748ad0da66','en','| Unix Timestamp | X | 1360013296 |
| Unix Millisecond Timestamp | x | 1360013296123 |
', NOW()) ,
+( 'LABEL','ID_MAFE_73cacd9554a835ad196092bf378f66c3','en','array of [date, moment, string]', NOW()) ,
+( 'LABEL','ID_MAFE_73e27bc50aef21f6770190b3a2702123','en','Error value: Day: 0 - 31', NOW()) ,
+( 'LABEL','ID_MAFE_7436f942d5ea836cb84f1bb2527d8286','en','month', NOW()) ,
+( 'LABEL','ID_MAFE_7469a286259799e5b37e5db9296f00b3','en','YES', NOW()) ,
+( 'LABEL','ID_MAFE_755c1cdb25ce0b28166932338fc860d8','en','End Event: End the execution of the process.', NOW()) ,
+( 'LABEL','ID_MAFE_75906a4caccffa8417f46280958ca103','en','Web Entry updated successfully', NOW()) ,
+( 'LABEL','ID_MAFE_75a7511c1d369ec0a4b82d76b1627a36','en','col-span', NOW()) ,
+( 'LABEL','ID_MAFE_75aeb98e5241592ad6a6c2c4c78a16ef','en','years', NOW()) ,
+( 'LABEL','ID_MAFE_75f470a662481c10dda96968bbeb6d62','en','Export Process', NOW()) ,
+( 'LABEL','ID_MAFE_769cb50c95fd3a43c659aa73aba99e5b','en','Hourly', NOW()) ,
+( 'LABEL','ID_MAFE_76d5c10546065f2b71f8d0bfd242ebf5','en','Diverging Gateway must have an incoming sequence flow', NOW()) ,
+( 'LABEL','ID_MAFE_78463a384a5aa4fad5fa73e2f506ecfc','en','English', NOW()) ,
+( 'LABEL','ID_MAFE_7851010fa7f90ebe0c2e62a772dc009a','en','Intermediate Event: Used to define an event that happens in the middle of the process.', NOW()) ,
+( 'LABEL','ID_MAFE_7869eef58448eb45b15a15ff1913887f','en','Sub-process', NOW()) ,
+( 'LABEL','ID_MAFE_786c4135070aa1910d2f4ac8b2253235','en','Routing', NOW()) ,
+( 'LABEL','ID_MAFE_78805a221a988e79ef3f42d7c5bfd418','en','image', NOW()) ,
+( 'LABEL','ID_MAFE_788287625aa640447c5d9fff50644915','en','Insert a table name', NOW()) ,
+( 'LABEL','ID_MAFE_78972d78128699c39ce214e712bd9b03','en','Related Input Document', NOW()) ,
+( 'LABEL','ID_MAFE_78ae6f0cd191d25147e252dc54768238','en','Thursday', NOW()) ,
+( 'LABEL','ID_MAFE_7916b6aa41d5ad862bfd15786f608ef9','en','Add Routing Rule', NOW()) ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-( 'LABEL','ID_MAFE_79e3176fd19afed33afea47570b3ddde','en','Task: Add to include an action in your process.','2017-11-22') ,
-( 'LABEL','ID_MAFE_79e6f4dd5b0c58b1357997d5f85b65bb','en','TCPDF','2016-08-12') ,
-( 'LABEL','ID_MAFE_7a21a691b5d03d92a29b79bbeecf706e','en','Custom actions','2016-08-12') ,
-( 'LABEL','ID_MAFE_7a48ae1b7387f8a8159c488fbd850021','en','Doc','2016-08-12') ,
-( 'LABEL','ID_MAFE_7a7651c80ec69d157840d517bc263f97','en','File name is invalid','2017-11-22') ,
-( 'LABEL','ID_MAFE_7a9e2a30e8e7b5f54f7590b1417a8573','en','Black Box Pool','2017-11-22') ,
-( 'LABEL','ID_MAFE_7acdf85c69cc3c5305456a293524386e','en','Hidden','2017-11-22') ,
-( 'LABEL','ID_MAFE_7aed506b0364be3a144ccb63ceb7b704','en','Pool: Place each process in a separate pool.','2017-11-22') ,
-( 'LABEL','ID_MAFE_7b7a4cc675a7dec4f33f0554209f1be9','en','Black Box Pool','2016-08-12') ,
-( 'LABEL','ID_MAFE_7bf7a32fd5dfdd1bdbd08a2360b6c72f','en','Supervisors','2016-08-12') ,
-( 'LABEL','ID_MAFE_7bfa30721c5e726ff17e3f972237a82c','en','Engine','2016-08-12') ,
-( 'LABEL','ID_MAFE_7bfcadb5535fe8aad5032762b7bfe159','en','After','2016-08-12') ,
-( 'LABEL','ID_MAFE_7c1f2a2d99328c41ac8c94a5871f2895','en','- Select a trigger -','2016-08-12') ,
-( 'LABEL','ID_MAFE_7c3c9ae5b8a82a715f5e606256560190','en','End Message Event','2017-11-22') ,
-( 'LABEL','ID_MAFE_7c9eed3b37ce19ac4a965a1e20b27b7b','en','Exclusive (XOR) Gateway','2017-11-22') ,
-( 'LABEL','ID_MAFE_7cdf4ad90037202e551d5bd8ffa7c64b','en','Create Variable','2016-08-12') ,
-( 'LABEL','ID_MAFE_7ce6b2286a5396e614b8484105d277e0','en','Mar','2016-08-12') ,
-( 'LABEL','ID_MAFE_7cfa673ab5fa815bb71b9950b8085e7e','en','Sub-Process name','2017-11-22') ,
-( 'LABEL','ID_MAFE_7d693ac1022a2b1da7faa568a9273367','en','Create Database Connection','2016-08-12') ,
-( 'LABEL','ID_MAFE_7dce122004969d56ae2e0245cb754d35','en','Edit','2017-11-22') ,
-( 'LABEL','ID_MAFE_7df96b18c230f90ada0a9e2307226338','en','Templates','2016-08-12') ,
-( 'LABEL','ID_MAFE_7e696c3a9460470397eba473a2072210','en','external libs','2016-08-12') ,
-( 'LABEL','ID_MAFE_7e78595cdd80192f888e0599c8dd06ca','en','Geomap','2017-11-22') ,
-( 'LABEL','ID_MAFE_7e823b37564da492ca1629b4732289a8','en','November','2016-08-12') ,
-( 'LABEL','ID_MAFE_7e8ad464ec9fa062e514fd034e6ea7a1','en','There are problems loading the process objects.','2016-08-12') ,
-( 'LABEL','ID_MAFE_7ee5b3669b4120f0b045c2d52a502fe6','en','Wizzard','2016-08-12') ,
-( 'LABEL','ID_MAFE_7f05a430b7c47d90cae34c9bef42060b','en','Do you want to clear? All your changes will be lost if you clear it.','2016-08-12') ,
-( 'LABEL','ID_MAFE_7fa67ad3c1eade92cef07ff53f6ed2f5','en','Insert a description','2016-08-12') ,
-( 'LABEL','ID_MAFE_7fb55ed0b7a30342ba6da306428cae04','en','First','2016-08-12') ,
-( 'LABEL','ID_MAFE_7fb9ebbfd610593e7fbe1c7067039ac5','en','Invalid operation.','2017-11-22') ,
-( 'LABEL','ID_MAFE_7fdb996b58affc6fdabafed35efec939','en','Task duration','2016-08-12') ,
-( 'LABEL','ID_MAFE_80038ba1c7711ab8f120940b59e85dc2','en','Insert a subject variable','2016-08-12') ,
-( 'LABEL','ID_MAFE_801ab24683a4a8c433c6eb40c48bcd9d','en','Download','2016-08-12') ,
-( 'LABEL','ID_MAFE_80582834244e4d1f06860c1a18062667','en','| Day of Year | DDD | 1 2 ... 364 365 |
| DDDo | 1st 2nd ... 364th 365th |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_8061e4236e0f5d816ccfb3684a1e279c','en','There are problems updating the Case Tracker, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_80896219739fe46ae6982d3ac855a5ad','en','Please configure cron to wait for time event.','2016-08-12') ,
-( 'LABEL','ID_MAFE_812a48ba719daeda82e4da8e812d426c','en','Custom URL','2017-11-22') ,
-( 'LABEL','ID_MAFE_813f078c7fbc03a222410f48f74a68c4','en','Intermediate Email Event','2017-11-22') ,
-( 'LABEL','ID_MAFE_815b565aff7fbfe8db5eb2573677e9a4','en','SubProcess must have an incoming sequence flow','2016-08-12') ,
-( 'LABEL','ID_MAFE_815dff01257e5ef182b25d4c1ef0a7a0','en','Landscape','2016-08-12') ,
-( 'LABEL','ID_MAFE_8184d9b3e9184c68f8687e9a2adb764e','en','Open the file','2016-08-12') ,
-( 'LABEL','ID_MAFE_81a5579a3eb984a82f9071e2e98e5839','en','Do you want to delete this Key Value?','2016-08-12') ,
-( 'LABEL','ID_MAFE_81a7427163958378a4181ae66e8e2b0c','en','Save as','2016-08-12') ,
-( 'LABEL','ID_MAFE_8203af436c88713cf6853998fb45e8df','en','calendar weeks','2016-08-12') ,
-( 'LABEL','ID_MAFE_82331503174acbae012b2004f6431fa5','en','December','2016-08-12') ,
-( 'LABEL','ID_MAFE_823a38edcd60271ed5106469ce7de36a','en','End date:','2016-08-12') ,
-( 'LABEL','ID_MAFE_823e3d309f271d17abda0806debebd13','en','Enable versioning','2016-08-12') ,
-( 'LABEL','ID_MAFE_825689fed4e8cd85dbc5beedf98feec0','en','Database Name','2016-08-12') ,
-( 'LABEL','ID_MAFE_8292553558a75e672bc62e5a84244c82','en','Folio','2016-08-12') ,
-( 'LABEL','ID_MAFE_83482d97257d0242d1f259eb5d34a9f9','en','Cyclical Assignment','2016-08-12') ,
-( 'LABEL','ID_MAFE_84ae11ae520a036da288ca8a0acc89b1','en','New Trigger','2016-08-12') ,
-( 'LABEL','ID_MAFE_84cdc76cabf41bd7c961f6ab12f117d8','en','year','2016-08-12') ,
-( 'LABEL','ID_MAFE_84f6ae383a4278397861eb8c783fe1d8','en','Export Process Objects','2016-08-12') ,
-( 'LABEL','ID_MAFE_84ff23e034dfdf2b03ed32a46c01b3a1','en','Triggers','2016-08-12') ,
-( 'LABEL','ID_MAFE_8512ae7d57b1396273f76fe6ed341a23','en','language','2016-08-12') ,
-( 'LABEL','ID_MAFE_853ca16bda4f3d303e70e48db81c17c6','en','Smartphone','2016-08-12') ,
-( 'LABEL','ID_MAFE_854f4a84f44dfa5ea4ad4b0bb953bc49','en','Validate Now','2016-08-12') ,
-( 'LABEL','ID_MAFE_85cc96b9ef52490be95df14539d47a39','en','SubProcess must have an outgoing sequence flow','2016-08-12') ,
-( 'LABEL','ID_MAFE_86266ee937d97f812a8e57d22b62ee29','en','reset','2016-08-12') ,
-( 'LABEL','ID_MAFE_8650e375ee80b2277a84fc9b85375e36','en','A9','2016-08-12') ,
-( 'LABEL','ID_MAFE_868e45e7bc9c1b6c723724f85f00defc','en','Select Origin Process','2017-11-22') ,
-( 'LABEL','ID_MAFE_8691b6a6780d4bb3dd62a8376a54be64','en','There are problems updating the Email Event, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_86f5978d9b80124f509bdb71786e929e','en','January','2016-08-12') ,
-( 'LABEL','ID_MAFE_86fd9a7abc9f357e7fa206b2d42ec5ba','en','Destination Path','2016-08-12') ,
-( 'LABEL','ID_MAFE_87557f11575c0ad78e4e28abedc13b6e','en','End','2016-08-12') ,
-( 'LABEL','ID_MAFE_87b74ebf71923a7992adcc3bb0cad08e','en','Email Message','2016-08-12') ,
-( 'LABEL','ID_MAFE_87b7760f14fbff78d8819291f36ab9a0','en','Button','2017-11-22') ,
-( 'LABEL','ID_MAFE_87d17f4624a514e81dc7c8e016a7405c','en','Mobile','2017-11-22') ,
-( 'LABEL','ID_MAFE_881fedcef7e0cc05ab238d2564401150','en','Day of month','2016-08-12') ,
-( 'LABEL','ID_MAFE_882e640f7952787473c72777f4e5fae7','en','up & down','2016-08-12') ,
-( 'LABEL','ID_MAFE_88aa96c7e5cdcdd3f73efb61d77eda30','en','display text','2016-08-12') ,
-( 'LABEL','ID_MAFE_88afc834597e983a83077522bb57d7a6','en','Validator','2016-08-12') ,
-( 'LABEL','ID_MAFE_88ee153347bd5d42dcf24dec1f78080b','en','Intermediate event must have an outgoing sequence flow','2016-08-12') ,
-( 'LABEL','ID_MAFE_896c55cc5e46fab38ce9f51ebf7bfcd3','en','hour','2016-08-12') ,
-( 'LABEL','ID_MAFE_897356954c2cd3d41b221e3f24f99bba','en','Key','2017-11-22') ,
-( 'LABEL','ID_MAFE_898f54db33f64c0a7ecc7507b9cc5744','en','There are problems, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_8991f7d434ea8104741fe2c008c09f5a','en','Database connection deleted successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_899607da7ac548d9a143b9a649d9da96','en','Copy Trigger','2016-08-12') ,
-( 'LABEL','ID_MAFE_89d626523f83c2d1f8a5549a845dd6aa','en','Start Event must have an outgoing sequence flow','2016-08-12') ,
-( 'LABEL','ID_MAFE_89d7b10cb4238977d2b523dfd9ea7745','en','Loop','2016-08-12') ;
+( 'LABEL','ID_MAFE_7917f0a4bc9e0d07acf8cad570e5f68f','en','Dynaform Information', NOW()) ,
+( 'LABEL','ID_MAFE_7964c7a971166b4525713e1885ca4cc3','en','
Dynaforms: Create dynamic forms.', NOW()) ,
+( 'LABEL','ID_MAFE_796932652e81946789e875a9998ac1fb','en','Case Tracker Properties', NOW()) ,
+( 'LABEL','ID_MAFE_796c163589f295373e171842f37265d5','en','Wednesday', NOW()) ,
+( 'LABEL','ID_MAFE_79e3176fd19afed33afea47570b3ddde','en','Task: Add to include an action in your process.', NOW()) ,
+( 'LABEL','ID_MAFE_79e6f4dd5b0c58b1357997d5f85b65bb','en','TCPDF', NOW()) ,
+( 'LABEL','ID_MAFE_7a21a691b5d03d92a29b79bbeecf706e','en','Custom actions', NOW()) ,
+( 'LABEL','ID_MAFE_7a48ae1b7387f8a8159c488fbd850021','en','Doc', NOW()) ,
+( 'LABEL','ID_MAFE_7a7651c80ec69d157840d517bc263f97','en','File name is invalid', NOW()) ,
+( 'LABEL','ID_MAFE_7a9e2a30e8e7b5f54f7590b1417a8573','en','Black Box Pool', NOW()) ,
+( 'LABEL','ID_MAFE_7aed506b0364be3a144ccb63ceb7b704','en','Pool: Place each process in a separate pool.', NOW()) ,
+( 'LABEL','ID_MAFE_7b7a4cc675a7dec4f33f0554209f1be9','en','Black Box Pool', NOW()) ,
+( 'LABEL','ID_MAFE_7bf7a32fd5dfdd1bdbd08a2360b6c72f','en','Supervisors', NOW()) ,
+( 'LABEL','ID_MAFE_7bfa30721c5e726ff17e3f972237a82c','en','Engine', NOW()) ,
+( 'LABEL','ID_MAFE_7bfcadb5535fe8aad5032762b7bfe159','en','After', NOW()) ,
+( 'LABEL','ID_MAFE_7c1f2a2d99328c41ac8c94a5871f2895','en','- Select a trigger -', NOW()) ,
+( 'LABEL','ID_MAFE_7c3c9ae5b8a82a715f5e606256560190','en','End Message Event', NOW()) ,
+( 'LABEL','ID_MAFE_7c9eed3b37ce19ac4a965a1e20b27b7b','en','Exclusive (XOR) Gateway', NOW()) ,
+( 'LABEL','ID_MAFE_7cdf4ad90037202e551d5bd8ffa7c64b','en','Create Variable', NOW()) ,
+( 'LABEL','ID_MAFE_7ce6b2286a5396e614b8484105d277e0','en','Mar', NOW()) ,
+( 'LABEL','ID_MAFE_7cfa673ab5fa815bb71b9950b8085e7e','en','Sub-Process name', NOW()) ,
+( 'LABEL','ID_MAFE_7d693ac1022a2b1da7faa568a9273367','en','Create Database Connection', NOW()) ,
+( 'LABEL','ID_MAFE_7dce122004969d56ae2e0245cb754d35','en','Edit', NOW()) ,
+( 'LABEL','ID_MAFE_7df96b18c230f90ada0a9e2307226338','en','Templates', NOW()) ,
+( 'LABEL','ID_MAFE_7e696c3a9460470397eba473a2072210','en','external libs', NOW()) ,
+( 'LABEL','ID_MAFE_7e823b37564da492ca1629b4732289a8','en','November', NOW()) ,
+( 'LABEL','ID_MAFE_7e8ad464ec9fa062e514fd034e6ea7a1','en','There are problems loading the process objects.', NOW()) ,
+( 'LABEL','ID_MAFE_7ee5b3669b4120f0b045c2d52a502fe6','en','Wizzard', NOW()) ,
+( 'LABEL','ID_MAFE_7f05a430b7c47d90cae34c9bef42060b','en','Do you want to clear? All your changes will be lost if you clear it.', NOW()) ,
+( 'LABEL','ID_MAFE_7fa67ad3c1eade92cef07ff53f6ed2f5','en','Insert a description', NOW()) ,
+( 'LABEL','ID_MAFE_7fb55ed0b7a30342ba6da306428cae04','en','First', NOW()) ,
+( 'LABEL','ID_MAFE_7fb9ebbfd610593e7fbe1c7067039ac5','en','Invalid operation.', NOW()) ,
+( 'LABEL','ID_MAFE_7fdb996b58affc6fdabafed35efec939','en','Task duration', NOW()) ,
+( 'LABEL','ID_MAFE_80038ba1c7711ab8f120940b59e85dc2','en','Insert a subject variable', NOW()) ,
+( 'LABEL','ID_MAFE_801ab24683a4a8c433c6eb40c48bcd9d','en','Download', NOW()) ,
+( 'LABEL','ID_MAFE_80582834244e4d1f06860c1a18062667','en','| Day of Year | DDD | 1 2 ... 364 365 |
| DDDo | 1st 2nd ... 364th 365th |
', NOW()) ,
+( 'LABEL','ID_MAFE_8061e4236e0f5d816ccfb3684a1e279c','en','There are problems updating the Case Tracker, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_80896219739fe46ae6982d3ac855a5ad','en','Please configure cron to wait for time event.', NOW()) ,
+( 'LABEL','ID_MAFE_812a48ba719daeda82e4da8e812d426c','en','Custom URL', NOW()) ,
+( 'LABEL','ID_MAFE_813f078c7fbc03a222410f48f74a68c4','en','Intermediate Email Event', NOW()) ,
+( 'LABEL','ID_MAFE_815b565aff7fbfe8db5eb2573677e9a4','en','SubProcess must have an incoming sequence flow', NOW()) ,
+( 'LABEL','ID_MAFE_815dff01257e5ef182b25d4c1ef0a7a0','en','Landscape', NOW()) ,
+( 'LABEL','ID_MAFE_8184d9b3e9184c68f8687e9a2adb764e','en','Open the file', NOW()) ,
+( 'LABEL','ID_MAFE_81a5579a3eb984a82f9071e2e98e5839','en','Do you want to delete this Key Value?', NOW()) ,
+( 'LABEL','ID_MAFE_81a7427163958378a4181ae66e8e2b0c','en','Save as', NOW()) ,
+( 'LABEL','ID_MAFE_8203af436c88713cf6853998fb45e8df','en','calendar weeks', NOW()) ,
+( 'LABEL','ID_MAFE_82331503174acbae012b2004f6431fa5','en','December', NOW()) ,
+( 'LABEL','ID_MAFE_823a38edcd60271ed5106469ce7de36a','en','End date:', NOW()) ,
+( 'LABEL','ID_MAFE_823e3d309f271d17abda0806debebd13','en','Enable versioning', NOW()) ,
+( 'LABEL','ID_MAFE_825689fed4e8cd85dbc5beedf98feec0','en','Database Name', NOW()) ,
+( 'LABEL','ID_MAFE_8292553558a75e672bc62e5a84244c82','en','Folio', NOW()) ,
+( 'LABEL','ID_MAFE_83482d97257d0242d1f259eb5d34a9f9','en','Cyclical Assignment', NOW()) ,
+( 'LABEL','ID_MAFE_84ae11ae520a036da288ca8a0acc89b1','en','New Trigger', NOW()) ,
+( 'LABEL','ID_MAFE_84cdc76cabf41bd7c961f6ab12f117d8','en','year', NOW()) ,
+( 'LABEL','ID_MAFE_84f6ae383a4278397861eb8c783fe1d8','en','Export Process Objects', NOW()) ,
+( 'LABEL','ID_MAFE_84ff23e034dfdf2b03ed32a46c01b3a1','en','Triggers', NOW()) ,
+( 'LABEL','ID_MAFE_8512ae7d57b1396273f76fe6ed341a23','en','language', NOW()) ,
+( 'LABEL','ID_MAFE_853ca16bda4f3d303e70e48db81c17c6','en','Smartphone', NOW()) ,
+( 'LABEL','ID_MAFE_854f4a84f44dfa5ea4ad4b0bb953bc49','en','Validate Now', NOW()) ,
+( 'LABEL','ID_MAFE_85cc96b9ef52490be95df14539d47a39','en','SubProcess must have an outgoing sequence flow', NOW()) ,
+( 'LABEL','ID_MAFE_86266ee937d97f812a8e57d22b62ee29','en','reset', NOW()) ,
+( 'LABEL','ID_MAFE_8650e375ee80b2277a84fc9b85375e36','en','A9', NOW()) ,
+( 'LABEL','ID_MAFE_868e45e7bc9c1b6c723724f85f00defc','en','Select Origin Process', NOW()) ,
+( 'LABEL','ID_MAFE_8691b6a6780d4bb3dd62a8376a54be64','en','There are problems updating the Email Event, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_86f5978d9b80124f509bdb71786e929e','en','January', NOW()) ,
+( 'LABEL','ID_MAFE_86fd9a7abc9f357e7fa206b2d42ec5ba','en','Destination Path', NOW()) ,
+( 'LABEL','ID_MAFE_87557f11575c0ad78e4e28abedc13b6e','en','End', NOW()) ,
+( 'LABEL','ID_MAFE_87b74ebf71923a7992adcc3bb0cad08e','en','Email Message', NOW()) ,
+( 'LABEL','ID_MAFE_87d17f4624a514e81dc7c8e016a7405c','en','Mobile', NOW()) ,
+( 'LABEL','ID_MAFE_881fedcef7e0cc05ab238d2564401150','en','Day of month', NOW()) ,
+( 'LABEL','ID_MAFE_882e640f7952787473c72777f4e5fae7','en','up & down', NOW()) ,
+( 'LABEL','ID_MAFE_88aa96c7e5cdcdd3f73efb61d77eda30','en','display text', NOW()) ,
+( 'LABEL','ID_MAFE_88afc834597e983a83077522bb57d7a6','en','Validator', NOW()) ,
+( 'LABEL','ID_MAFE_88ee153347bd5d42dcf24dec1f78080b','en','Intermediate event must have an outgoing sequence flow', NOW()) ,
+( 'LABEL','ID_MAFE_896c55cc5e46fab38ce9f51ebf7bfcd3','en','hour', NOW()) ,
+( 'LABEL','ID_MAFE_897356954c2cd3d41b221e3f24f99bba','en','Key', NOW()) ,
+( 'LABEL','ID_MAFE_898f54db33f64c0a7ecc7507b9cc5744','en','There are problems, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_8991f7d434ea8104741fe2c008c09f5a','en','Database connection deleted successfully', NOW()) ,
+( 'LABEL','ID_MAFE_899607da7ac548d9a143b9a649d9da96','en','Copy Trigger', NOW()) ,
+( 'LABEL','ID_MAFE_89d626523f83c2d1f8a5549a845dd6aa','en','Start Event must have an outgoing sequence flow', NOW()) ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-( 'LABEL','ID_MAFE_89f7ce5690523e6fdb35f6117d9dc902','en','Enable consolidate for this task.','2016-08-12') ,
-( 'LABEL','ID_MAFE_8a32f139d42c17d5ed5fe2c8ca02958f','en','Data Object','2017-11-22') ,
-( 'LABEL','ID_MAFE_8a8cf97a6531f11d7e9adcf0f0d5ba12','en','Digital/Printed','2016-08-12') ,
-( 'LABEL','ID_MAFE_8a8e57b1911b99b924191503017760d7','en','Full Screen','2016-08-12') ,
-( 'LABEL','ID_MAFE_8ac0a5f008a929a85fe29e738a9cce1b','en','Please configure cron to create cases in base to a condition.','2016-08-12') ,
-( 'LABEL','ID_MAFE_8b2930b0ef56a344685dc79ff4aa5cb0','en','Start Event must not have any outgoing Message Flows','2016-08-12') ,
-( 'LABEL','ID_MAFE_8b419cf7127d60d5e8f5bf25de7b6b9c','en','A valid variable starts with a letter or underscore, followed by any number of letters, numbers, or underscores.','2016-08-12') ,
-( 'LABEL','ID_MAFE_8b6aa397ec2c1da9f4ac5444b35e45ae','en','Please configure script to send a signal.','2016-08-12') ,
-( 'LABEL','ID_MAFE_8b7051187b9191cdcdae6ed5a10e5adc','en','Saturday','2016-08-12') ,
-( 'LABEL','ID_MAFE_8b74de4ff3921872e9fa720a55220c6c','en','Script Task saved correctly','2016-08-12') ,
-( 'LABEL','ID_MAFE_8bf8854bebe108183caeb845c7676ae4','en','of','2016-08-12') ,
-( 'LABEL','ID_MAFE_8bf8bd52a2df4f9292a3a9b7c469fada','en','To learn more about regular expressions, see the wiki.
','2016-08-12') ,
-( 'LABEL','ID_MAFE_8c09001c99ecb6fdd8d6023fcf039054','en','Signature','2017-11-22') ,
-( 'LABEL','ID_MAFE_8c38e95ae34b84df395afebaff1ffb21','en','Do you want to delete this option?','2016-08-12') ,
-( 'LABEL','ID_MAFE_8c73a98a300905900337f535531dfca6','en','shape','2016-08-12') ,
-( 'LABEL','ID_MAFE_8c74ecee5f291eab7aef6f98e5cda411','en','Supported Controls: grid.','2016-08-12') ,
-( 'LABEL','ID_MAFE_8c7dd922ad47494fc02c388e12c00eac','en','file','2016-08-12') ,
-( 'LABEL','ID_MAFE_8c89757e46e215545fe3bdfe188436ac','en','Insert User','2017-11-22') ,
-( 'LABEL','ID_MAFE_8ccde31b4c183541d3375ffba65f617d','en','default date','2016-08-12') ,
-( 'LABEL','ID_MAFE_8d777f385d3dfec8815d20f7496026dc','en','data','2016-08-12') ,
-( 'LABEL','ID_MAFE_8d8fcc1abd550c5f25dbfaa57d59cb67','en','MB','2016-08-12') ,
-( 'LABEL','ID_MAFE_8df6976e000977e9757caa5d9ed7c1aa','en','enabled dates','2016-08-12') ,
-( 'LABEL','ID_MAFE_8e30879d8055ec47caf714b934312110','en','to activate autocompletion','2016-08-12') ,
-( 'LABEL','ID_MAFE_8e7cafd90aa2f61de2953d482bc2ed27','en','extra formats','2016-08-12') ,
-( 'LABEL','ID_MAFE_8ebc5d5d6f945c2c7e6d8db6d339e6f0','en','Variable deleted successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_8ed7724f13ef6d80145fe7291f0b37eb','en','Mobile Controls','2017-11-22') ,
-( 'LABEL','ID_MAFE_8f0996dac68d535131ecd654a0345a75','en','widget positioning','2016-08-12') ,
-( 'LABEL','ID_MAFE_8f45539f90c1409482f8222018541bb7','en','Parallel Join','2017-11-22') ,
-( 'LABEL','ID_MAFE_8f45a2644508b5282f57fe129f62d19a','en','modify','2016-08-12') ,
-( 'LABEL','ID_MAFE_8f497c1a3d15af9e0c215019f26b887d','en','Delay','2017-11-22') ,
-( 'LABEL','ID_MAFE_8f72759a8a4c1e446eed395d1adc3d1c','en','- Select an email account -','2016-08-12') ,
-( 'LABEL','ID_MAFE_8f7afecbc8fbc4cd0f50a57d1172482e','en','COMPLETED','2016-08-12') ,
-( 'LABEL','ID_MAFE_8f9204c55a59d787851fc3af81abc23c','en','Link to fill a form','2016-08-12') ,
-( 'LABEL','ID_MAFE_8f9bfe9d1345237cb3b2b205864da075','en','User','2016-08-12') ,
-( 'LABEL','ID_MAFE_8fa7b05ab45935bf4833909578a3a3e5','en','Table Name','2016-08-12') ,
-( 'LABEL','ID_MAFE_8fec38c19cc33a4d96868b2bfefbb933','en','Set a timeout','2016-08-12') ,
-( 'LABEL','ID_MAFE_8ff922bbcd8ad41cdfc48d3c5163b2ab','en','Calendar','2016-08-12') ,
-( 'LABEL','ID_MAFE_902b0d55fddef6f8d651fe1035b7d4bd','en','Error','2016-08-12') ,
-( 'LABEL','ID_MAFE_9030e39f00132d583da4122532e509e9','en','Monthly','2016-08-12') ,
-( 'LABEL','ID_MAFE_9060587edeb01a63e3d3edc959678d1e','en','Before','2016-08-12') ,
-( 'LABEL','ID_MAFE_9119da1dd85e63663fb91ce63de56b09','en','Start Event: The process always begins with a start event.','2017-11-22') ,
-( 'LABEL','ID_MAFE_912ce77b9eb2aa7567125d574283747c','en','Assignment Rules saved successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_912f459b875e7f5f2a16c29700adc28e','en','Available Users List','2016-08-12') ,
-( 'LABEL','ID_MAFE_91325d2839558dade6b5d7443822a536','en','Available Elements','2016-08-12') ,
-( 'LABEL','ID_MAFE_9137b642b56c7affcc215d1f027b11d0','en','Dynaform to show a case summary','2016-08-12') ,
-( 'LABEL','ID_MAFE_91412465ea9169dfd901dd5e7c96dd99','en','Upload','2016-08-12') ,
-( 'LABEL','ID_MAFE_916a154243f0a90150198e6fba099305','en','edit...','2016-08-12') ,
-( 'LABEL','ID_MAFE_91c7645ad0ba98666ab1648102f986e7','en','min date','2016-08-12') ,
-( 'LABEL','ID_MAFE_920337d67a019f218e8ccc1cc90a7e04','en','Exclusive Gateway','2017-11-22') ,
-( 'LABEL','ID_MAFE_920a87dfc39e65161a1edb118e9c728c','en','Delegations','2016-08-12') ,
-( 'LABEL','ID_MAFE_920f86f9d4a86d27b2776d84329a97ce','en','Dynaform deleted successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_9239185714c402746aa3a17ad583fdd4','en','grid store','2016-08-12') ,
-( 'LABEL','ID_MAFE_925844a30a1dbbba5e086b96c9dda97b','en','Step Properties','2016-08-12') ,
-( 'LABEL','ID_MAFE_926dec9494209cb088b4962509df1a91','en','Gateway','2016-08-12') ,
-( 'LABEL','ID_MAFE_92703f330e823886bdf4891e0c1a3a0f','en','Redo Action','2016-08-12') ,
-( 'LABEL','ID_MAFE_92a690d939a9dd0ba183db27ca8a3725','en','Process Variables','2016-08-12') ,
-( 'LABEL','ID_MAFE_92b09c7c48c520c3c55e497875da437c','en','Right','2016-08-12') ,
-( 'LABEL','ID_MAFE_92f1b1481fa6ff46c4a3caae78354dab','en','User Name','2017-11-22') ,
-( 'LABEL','ID_MAFE_9303c9bd4f8178680dc382adbfcd62af','en','This field is required.','2016-08-12') ,
-( 'LABEL','ID_MAFE_9313566fe19aca293daefe4ce37942bf','en','Skin','2017-11-22') ,
-( 'LABEL','ID_MAFE_93c3629ce90c4740f1674bd71f0b79cc','en','Ad Hoc Users','2016-08-12') ,
-( 'LABEL','ID_MAFE_93cba07454f06a4a960172bbd6e2a435','en','Yes','2016-08-12') ,
-( 'LABEL','ID_MAFE_93da65a9fd0004d9477aeac024e08e15','en','options','2016-08-12') ,
-( 'LABEL','ID_MAFE_9405c3aff9112c3c60d03b94792877dc','en','Route','2016-08-12') ,
-( 'LABEL','ID_MAFE_9435c91d556796c1386cb4005aa9634b','en','It was not possible to establish a connection with the server','2016-08-12') ,
-( 'LABEL','ID_MAFE_944b95760dc358a122162ce63974488a','en','Enter a regular expression which is a search pattern which matches the text entered in the field.','2016-08-12') ,
-( 'LABEL','ID_MAFE_945d5e233cf7d6240f6b783b36a374ff','en','Left','2016-08-12') ,
-( 'LABEL','ID_MAFE_94c0e9b311d45b04fc37b41903c6debc','en','Data Output','2016-08-12') ,
-( 'LABEL','ID_MAFE_94db17a1397178b4a6f6757c2a4d0938','en','There are problems creating the dynaform, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_94e411da9586524fc73e45bb22776378','en','Dynaform Template','2016-08-12') ,
-( 'LABEL','ID_MAFE_951d4dff3c22e9fcc4a2707009f45ea8','en','thumbnail','2016-08-12') ,
-( 'LABEL','ID_MAFE_9530d977022e1fce705fc0f93af0a9b7','en','delete row','2016-08-12') ,
-( 'LABEL','ID_MAFE_9571a194f1c1b9adf3a4d10736eabfb2','en','Do you want to delete this Element?','2016-08-12') ,
-( 'LABEL','ID_MAFE_957903d24fd400242e5732414bcfe53a','en','Receive Task','2016-08-12') ,
-( 'LABEL','ID_MAFE_95c44d967dca9312e445ee18f6e610c6','en','Routing Screen Template','2016-08-12') ,
-( 'LABEL','ID_MAFE_960b44c579bc2f6818d2daaf9e4c16f0','en','Normal','2016-08-12') ,
-( 'LABEL','ID_MAFE_962b90039a542a29cedd51d87a9f28a1','en','Html Editor','2017-11-22') ,
-( 'LABEL','ID_MAFE_9639e32cab248434a17ab32237cb3b71','en','Apply','2016-08-12') ,
-( 'LABEL','ID_MAFE_9766aede44e9d1b176b4fbb0367b9853','en','@@ string, @# float, @% integer, @= original type, @& object.','2017-11-22') ,
-( 'LABEL','ID_MAFE_9778840a0100cb30c982876741b0b5a2','en','SQL','2017-11-22') ;
+( 'LABEL','ID_MAFE_89d7b10cb4238977d2b523dfd9ea7745','en','Loop', NOW()) ,
+( 'LABEL','ID_MAFE_89f7ce5690523e6fdb35f6117d9dc902','en','Enable consolidate for this task.', NOW()) ,
+( 'LABEL','ID_MAFE_8a32f139d42c17d5ed5fe2c8ca02958f','en','Data Object', NOW()) ,
+( 'LABEL','ID_MAFE_8a8cf97a6531f11d7e9adcf0f0d5ba12','en','Digital/Printed', NOW()) ,
+( 'LABEL','ID_MAFE_8a8e57b1911b99b924191503017760d7','en','Full Screen', NOW()) ,
+( 'LABEL','ID_MAFE_8ac0a5f008a929a85fe29e738a9cce1b','en','Please configure cron to create cases in base to a condition.', NOW()) ,
+( 'LABEL','ID_MAFE_8b2930b0ef56a344685dc79ff4aa5cb0','en','Start Event must not have any outgoing Message Flows', NOW()) ,
+( 'LABEL','ID_MAFE_8b419cf7127d60d5e8f5bf25de7b6b9c','en','A valid variable starts with a letter or underscore, followed by any number of letters, numbers, or underscores.', NOW()) ,
+( 'LABEL','ID_MAFE_8b6aa397ec2c1da9f4ac5444b35e45ae','en','Please configure script to send a signal.', NOW()) ,
+( 'LABEL','ID_MAFE_8b7051187b9191cdcdae6ed5a10e5adc','en','Saturday', NOW()) ,
+( 'LABEL','ID_MAFE_8b74de4ff3921872e9fa720a55220c6c','en','Script Task saved correctly', NOW()) ,
+( 'LABEL','ID_MAFE_8bf8854bebe108183caeb845c7676ae4','en','of', NOW()) ,
+( 'LABEL','ID_MAFE_8bf8bd52a2df4f9292a3a9b7c469fada','en','To learn more about regular expressions, see the wiki.
', NOW()) ,
+( 'LABEL','ID_MAFE_8c38e95ae34b84df395afebaff1ffb21','en','Do you want to delete this option?', NOW()) ,
+( 'LABEL','ID_MAFE_8c73a98a300905900337f535531dfca6','en','shape', NOW()) ,
+( 'LABEL','ID_MAFE_8c74ecee5f291eab7aef6f98e5cda411','en','Supported Controls: grid.', NOW()) ,
+( 'LABEL','ID_MAFE_8c7dd922ad47494fc02c388e12c00eac','en','file', NOW()) ,
+( 'LABEL','ID_MAFE_8c89757e46e215545fe3bdfe188436ac','en','Insert User', NOW()) ,
+( 'LABEL','ID_MAFE_8ccde31b4c183541d3375ffba65f617d','en','default date', NOW()) ,
+( 'LABEL','ID_MAFE_8d777f385d3dfec8815d20f7496026dc','en','data', NOW()) ,
+( 'LABEL','ID_MAFE_8d8fcc1abd550c5f25dbfaa57d59cb67','en','MB', NOW()) ,
+( 'LABEL','ID_MAFE_8df6976e000977e9757caa5d9ed7c1aa','en','enabled dates', NOW()) ,
+( 'LABEL','ID_MAFE_8e30879d8055ec47caf714b934312110','en','to activate autocompletion', NOW()) ,
+( 'LABEL','ID_MAFE_8e7cafd90aa2f61de2953d482bc2ed27','en','extra formats', NOW()) ,
+( 'LABEL','ID_MAFE_8ebc5d5d6f945c2c7e6d8db6d339e6f0','en','Variable deleted successfully', NOW()) ,
+( 'LABEL','ID_MAFE_8f0996dac68d535131ecd654a0345a75','en','widget positioning', NOW()) ,
+( 'LABEL','ID_MAFE_8f45539f90c1409482f8222018541bb7','en','Parallel Join', NOW()) ,
+( 'LABEL','ID_MAFE_8f45a2644508b5282f57fe129f62d19a','en','modify', NOW()) ,
+( 'LABEL','ID_MAFE_8f497c1a3d15af9e0c215019f26b887d','en','Delay', NOW()) ,
+( 'LABEL','ID_MAFE_8f72759a8a4c1e446eed395d1adc3d1c','en','- Select an email account -', NOW()) ,
+( 'LABEL','ID_MAFE_8f7afecbc8fbc4cd0f50a57d1172482e','en','COMPLETED', NOW()) ,
+( 'LABEL','ID_MAFE_8f9204c55a59d787851fc3af81abc23c','en','Link to fill a form', NOW()) ,
+( 'LABEL','ID_MAFE_8f9bfe9d1345237cb3b2b205864da075','en','User', NOW()) ,
+( 'LABEL','ID_MAFE_8fa7b05ab45935bf4833909578a3a3e5','en','Table Name', NOW()) ,
+( 'LABEL','ID_MAFE_8fec38c19cc33a4d96868b2bfefbb933','en','Set a timeout', NOW()) ,
+( 'LABEL','ID_MAFE_8ff922bbcd8ad41cdfc48d3c5163b2ab','en','Calendar', NOW()) ,
+( 'LABEL','ID_MAFE_902b0d55fddef6f8d651fe1035b7d4bd','en','Error', NOW()) ,
+( 'LABEL','ID_MAFE_9030e39f00132d583da4122532e509e9','en','Monthly', NOW()) ,
+( 'LABEL','ID_MAFE_9060587edeb01a63e3d3edc959678d1e','en','Before', NOW()) ,
+( 'LABEL','ID_MAFE_9119da1dd85e63663fb91ce63de56b09','en','Start Event: The process always begins with a start event.', NOW()) ,
+( 'LABEL','ID_MAFE_912ce77b9eb2aa7567125d574283747c','en','Assignment Rules saved successfully', NOW()) ,
+( 'LABEL','ID_MAFE_912f459b875e7f5f2a16c29700adc28e','en','Available Users List', NOW()) ,
+( 'LABEL','ID_MAFE_91325d2839558dade6b5d7443822a536','en','Available Elements', NOW()) ,
+( 'LABEL','ID_MAFE_9137b642b56c7affcc215d1f027b11d0','en','Dynaform to show a case summary', NOW()) ,
+( 'LABEL','ID_MAFE_91412465ea9169dfd901dd5e7c96dd99','en','Upload', NOW()) ,
+( 'LABEL','ID_MAFE_916a154243f0a90150198e6fba099305','en','edit...', NOW()) ,
+( 'LABEL','ID_MAFE_91c7645ad0ba98666ab1648102f986e7','en','min date', NOW()) ,
+( 'LABEL','ID_MAFE_920337d67a019f218e8ccc1cc90a7e04','en','Exclusive Gateway', NOW()) ,
+( 'LABEL','ID_MAFE_920a87dfc39e65161a1edb118e9c728c','en','Delegations', NOW()) ,
+( 'LABEL','ID_MAFE_920f86f9d4a86d27b2776d84329a97ce','en','Dynaform deleted successfully', NOW()) ,
+( 'LABEL','ID_MAFE_9239185714c402746aa3a17ad583fdd4','en','grid store', NOW()) ,
+( 'LABEL','ID_MAFE_925844a30a1dbbba5e086b96c9dda97b','en','Step Properties', NOW()) ,
+( 'LABEL','ID_MAFE_926dec9494209cb088b4962509df1a91','en','Gateway', NOW()) ,
+( 'LABEL','ID_MAFE_92703f330e823886bdf4891e0c1a3a0f','en','Redo Action', NOW()) ,
+( 'LABEL','ID_MAFE_92a690d939a9dd0ba183db27ca8a3725','en','Process Variables', NOW()) ,
+( 'LABEL','ID_MAFE_92b09c7c48c520c3c55e497875da437c','en','Right', NOW()) ,
+( 'LABEL','ID_MAFE_92f1b1481fa6ff46c4a3caae78354dab','en','User Name', NOW()) ,
+( 'LABEL','ID_MAFE_9303c9bd4f8178680dc382adbfcd62af','en','This field is required.', NOW()) ,
+( 'LABEL','ID_MAFE_9313566fe19aca293daefe4ce37942bf','en','Skin', NOW()) ,
+( 'LABEL','ID_MAFE_93c3629ce90c4740f1674bd71f0b79cc','en','Ad Hoc Users', NOW()) ,
+( 'LABEL','ID_MAFE_93cba07454f06a4a960172bbd6e2a435','en','Yes', NOW()) ,
+( 'LABEL','ID_MAFE_93da65a9fd0004d9477aeac024e08e15','en','options', NOW()) ,
+( 'LABEL','ID_MAFE_9405c3aff9112c3c60d03b94792877dc','en','Route', NOW()) ,
+( 'LABEL','ID_MAFE_9435c91d556796c1386cb4005aa9634b','en','It was not possible to establish a connection with the server', NOW()) ,
+( 'LABEL','ID_MAFE_944b95760dc358a122162ce63974488a','en','Enter a regular expression which is a search pattern which matches the text entered in the field.', NOW()) ,
+( 'LABEL','ID_MAFE_945d5e233cf7d6240f6b783b36a374ff','en','Left', NOW()) ,
+( 'LABEL','ID_MAFE_94c0e9b311d45b04fc37b41903c6debc','en','Data Output', NOW()) ,
+( 'LABEL','ID_MAFE_94db17a1397178b4a6f6757c2a4d0938','en','There are problems creating the dynaform, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_94e411da9586524fc73e45bb22776378','en','Dynaform Template', NOW()) ,
+( 'LABEL','ID_MAFE_951d4dff3c22e9fcc4a2707009f45ea8','en','thumbnail', NOW()) ,
+( 'LABEL','ID_MAFE_9530d977022e1fce705fc0f93af0a9b7','en','delete row', NOW()) ,
+( 'LABEL','ID_MAFE_9571a194f1c1b9adf3a4d10736eabfb2','en','Do you want to delete this Element?', NOW()) ,
+( 'LABEL','ID_MAFE_957903d24fd400242e5732414bcfe53a','en','Receive Task', NOW()) ,
+( 'LABEL','ID_MAFE_95c44d967dca9312e445ee18f6e610c6','en','Routing Screen Template', NOW()) ,
+( 'LABEL','ID_MAFE_960b44c579bc2f6818d2daaf9e4c16f0','en','Normal', NOW()) ,
+( 'LABEL','ID_MAFE_962b90039a542a29cedd51d87a9f28a1','en','Html Editor', NOW()) ,
+( 'LABEL','ID_MAFE_9639e32cab248434a17ab32237cb3b71','en','Apply', NOW()) ,
+( 'LABEL','ID_MAFE_9766aede44e9d1b176b4fbb0367b9853','en','@@ string, @# float, @% integer, @= original type, @& object.', NOW()) ,
+( 'LABEL','ID_MAFE_9778840a0100cb30c982876741b0b5a2','en','SQL', NOW()) ,
+( 'LABEL','ID_MAFE_97d8f56bf41502f60ca6fdd5d5da8edc','en','Definitions', NOW()) ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-( 'LABEL','ID_MAFE_97d8f56bf41502f60ca6fdd5d5da8edc','en','Definitions','2016-08-12') ,
-( 'LABEL','ID_MAFE_97e7c9a7d06eac006a28bf05467fcc8b','en','Link','2016-04-08') ,
-( 'LABEL','ID_MAFE_97f09283ddeadda4e80f20d9608cd8dd','en','An unexpected error while editing the step, please try again later.','2016-08-12') ,
-( 'LABEL','ID_MAFE_98369609669478919c74c916440e9978','en','Margin','2016-08-12') ,
-( 'LABEL','ID_MAFE_98386bbf2a867253744d3c47171b99dc','en',' | ww | 01 02 ... 52 53 |
| Week of Year (ISO) | W | 1 2 ... 52 53 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_98402eecfbcefc336954458a01752131','en','Parallel','2016-08-12') ,
-( 'LABEL','ID_MAFE_98611a4ed602dfc4087f66ce54c1e9a8','en','Activity must have an incoming sequence flow','2016-08-12') ,
-( 'LABEL','ID_MAFE_990fcd0ba3c5c9e322c930c83a93be48','en','rounded','2016-08-12') ,
-( 'LABEL','ID_MAFE_9925fd3c9d09e862da22c5d6912420d9','en','End event must have an incoming sequence flow','2016-08-12') ,
-( 'LABEL','ID_MAFE_992d1d47106d77216cd6c3a15415dbea','en','Screenshot640','2016-08-12') ,
-( 'LABEL','ID_MAFE_99493c187e709deb387b6ee3ec6c8179','en','The input document is required, please select the value.','2016-08-12') ,
-( 'LABEL','ID_MAFE_99b2439e63f73ad515f7ab2447a80673','en','PAUSED','2016-08-12') ,
-( 'LABEL','ID_MAFE_99c293babcada00063dd86b4f53bccd7','en','Variable sent in email','2016-08-12') ,
-( 'LABEL','ID_MAFE_9a0364b9e99bb480dd25e1f0284c8555','en','content','2016-08-12') ,
-( 'LABEL','ID_MAFE_9aa1b03934893d7134a660af4204f2a9','en','Server','2016-08-12') ,
-( 'LABEL','ID_MAFE_9ac255aa1787084131704557a026ffce','en','a cost here','2016-08-12') ,
-( 'LABEL','ID_MAFE_9afde9da9d0df4286959bae99d3a7e4b','en','Clicking the "Clear" button will set the calendar to null.','2016-08-12') ,
-( 'LABEL','ID_MAFE_9b07c1269fe3afd3f2bbae338f93ce07','en','Printed','2016-08-12') ,
-( 'LABEL','ID_MAFE_9b25c6480dd99fc5c1712cadefa756e7','en',' | do | 0th 1st ... 5th 6th |
| dd | Su Mo ... Fr Sa |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_9b377ab6489b9495395f3fc4f4a03fb4','en','Initial Dynaform','2016-08-12') ,
-( 'LABEL','ID_MAFE_9b6ddeba5b33e577c07c35d8505c6072','en','circle','2016-08-12') ,
-( 'LABEL','ID_MAFE_9bea7040abc67529a463697e233bcbe9','en','The colspan change is going to remove columns and content fields. Do you want to continue?','2016-08-12') ,
-( 'LABEL','ID_MAFE_9bef0fa08d3d079a5e1a6134b35fa3f0','en','End Event Type','2016-08-12') ,
-( 'LABEL','ID_MAFE_9c197a0cff0c1e0b4410227c537b87ca','en','a unit cost here','2016-08-12') ,
-( 'LABEL','ID_MAFE_9c8a77ee3bca206e3dfab19d94eb5127','en','Working...','2016-08-12') ,
-( 'LABEL','ID_MAFE_9cd2a4862f826886105d87195ee6998c','en','Input Documents','2016-08-12') ,
-( 'LABEL','ID_MAFE_9cd75a090ed78909e6b9f4311a31e46f','en','Intermediate Event','2016-08-12') ,
-( 'LABEL','ID_MAFE_9d1a0949c39e66a0cd65240bc0ac9177','en','Sunday','2016-08-12') ,
-( 'LABEL','ID_MAFE_9d3afea73e90192d96dda8d38c87a4fe','en','Conditional','2016-08-12') ,
-( 'LABEL','ID_MAFE_9dcfba52eee7cb299acdeb584bfc76bd','en','End Email Event','2016-08-12') ,
-( 'LABEL','ID_MAFE_9dd5fda31e43186448cb9b888b206abf','en','Task Type','2016-08-12') ,
-( 'LABEL','ID_MAFE_9de5dffddfd3a91bc11389e926801d35','en','Time unit','2016-08-12') ,
-( 'LABEL','ID_MAFE_9e064ba6ba566c8f1cf0c1b0bee46b1d','en','- Select a Template -','2016-08-12') ,
-( 'LABEL','ID_MAFE_9e13b69d1d2da927102acaaaf7154a37','en','Javascript','2016-08-12') ,
-( 'LABEL','ID_MAFE_9e2941b3c81256fac10392aaca4ccfde','en','Condition','2016-08-12') ,
-( 'LABEL','ID_MAFE_9e794f2c08707053dd2bb22a3b4d8888','en','Output Document deleted successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_9f1658da12738ea1b34318bd8258181b','en','','2016-08-12') ,
-( 'LABEL','ID_MAFE_9f22a77c63bef412675c4fc45e3ea11b','en','| Quarter | Q | 1 2 3 4 |
| Day of Month | D | 1 2 ... 30 31 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_9fc2d28c05ed9eb1d75ba4465abf15a9','en','Properties','2016-08-12') ,
-( 'LABEL','ID_MAFE_9fced129522f128b2445a41fb0b6ef9f','en','checkbox','2016-08-12') ,
-( 'LABEL','ID_MAFE_a05ac4341235111bd2cba5c3c105ba81','en','Rich Text','2017-11-22') ,
-( 'LABEL','ID_MAFE_a0bfb8e59e6c13fc8d990781f77694fe','en','Continue','2016-08-12') ,
-( 'LABEL','ID_MAFE_a0faef0851b4294c06f2b94bb1cb2044','en','Integer','2016-08-12') ,
-( 'LABEL','ID_MAFE_a10a9bcd450087de1ce1f80b35f44883','en','Legal','2016-08-12') ,
-( 'LABEL','ID_MAFE_a11e743927967a854e7f54cd9f621e9c','en',' | Z | -07:00 -06:00 ... +06:00 +07:00 |
| ZZ | -0700 -0600 ... +0600 +0700 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_a1af5f0718bfae275ce162362d0e43c5','en','Datetime','2016-08-12') ,
-( 'LABEL','ID_MAFE_a1d5cbaf61c018e7d8456c66df0332c3','en','An integer or decimal number','2016-08-12') ,
-( 'LABEL','ID_MAFE_a1d80becb5b8402bd8a4236920c12e87','en','Suggest','2017-11-22') ,
-( 'LABEL','ID_MAFE_a1fa27779242b4902f7ae3bdd5c6d508','en','Type','2016-08-12') ,
-( 'LABEL','ID_MAFE_a22ab4f79904355ae25dfa5afff1dc3b','en','Select the mode of the control:
','2016-08-12') ,
-( 'LABEL','ID_MAFE_a2609d846e9af22fcc3412a8c99510a5','en','show clear button','2016-08-12') ,
-( 'LABEL','ID_MAFE_a274f4d4670213a9045ce258c6c56b80','en','Notifications','2016-08-12') ,
-( 'LABEL','ID_MAFE_a2866cd6efaa65c92278d4771a9eaec7','en','Jul','2016-08-12') ,
-( 'LABEL','ID_MAFE_a32a9f28ab30c6d2592043e874163a63','en','Permission deleted successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_a3365da89800c556fc769d0b544c3f72','en','Default Flow','2017-11-22') ,
-( 'LABEL','ID_MAFE_a359eaa62de4166c4de8c9699cd42870','en','Activity Properties','2016-08-12') ,
-( 'LABEL','ID_MAFE_a37ede293936e29279ed543129451ec3','en','Groups','2016-08-12') ,
-( 'LABEL','ID_MAFE_a398fb77df76e6153df57cd65fd0a7c5','en','radio','2016-08-12') ,
-( 'LABEL','ID_MAFE_a3abcefb106274416cde9154cfed6a8c','en','Do you want to delete this Message Type?','2016-08-12') ,
-( 'LABEL','ID_MAFE_a3d9d08ecae92ab5b2aa76e761935405','en','Use a field to generate actions links','2016-08-12') ,
-( 'LABEL','ID_MAFE_a3e91bd787d916fe4980f4e1892b05f9','en','Reset to original position','2016-08-12') ,
-( 'LABEL','ID_MAFE_a466673aa0487e479c2603e855eb431c','en','For a better design we recommend using values above 3.
If you need more info please visit Bootstrap grid system.','2016-08-12') ,
-( 'LABEL','ID_MAFE_a49bfc71497c26acd31d67999e9767ee','en','File updated successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_a4d3b161ce1309df1c4e25df28694b7b','en','Submit','2017-11-22') ,
-( 'LABEL','ID_MAFE_a4ecfc70574394990cf17bd83df499f7','en','Event','2016-08-12') ,
-( 'LABEL','ID_MAFE_a4ffdcf0dc1f31b9acaf295d75b51d00','en','Top','2016-08-12') ,
-( 'LABEL','ID_MAFE_a5048ef2c0f6cc31473263718782029b','en','Select a Skin.','2017-11-22') ,
-( 'LABEL','ID_MAFE_a5a299eb1993f98a6b58401ee62b66a0','en','Do you want to delete this permission?','2016-08-12') ,
-( 'LABEL','ID_MAFE_a5b72d5e03d21409fcd79bf3f8715f6d','en','setOrientation(): parameter is not valid','2017-11-22') ,
-( 'LABEL','ID_MAFE_a603905470e2a5b8c13e96b579ef0dba','en','Debug','2016-08-12') ,
-( 'LABEL','ID_MAFE_a60852f204ed8028c1c58808b746d115','en','Ok','2016-08-12') ,
-( 'LABEL','ID_MAFE_a60cf2ece5b3e294aa794916477ac6a8','en','Notify the assigned user to this task','2017-11-22') ,
-( 'LABEL','ID_MAFE_a6527af0da63377b07a3effae750a485','en','
Triggers: Create scripts.','2016-08-12') ,
-( 'LABEL','ID_MAFE_a6c0580005d36b8ad4194b3b31cdb9ee','en','Input Document deleted successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_a6ce2340cef46384d71cb790606e9c67','en','text transform to','2016-08-12') ,
-( 'LABEL','ID_MAFE_a6f7bd5f5255325b9cf287402c6782dd','en',' | Do | 1st 2nd ... 30th 31st |
| DD | 01 02 ... 30 31 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_a76d4ef5f3f6a672bbfab2865563e530','en','Time','2016-08-12') ,
-( 'LABEL','ID_MAFE_a79a682f66f0f9b8aa2ca16816883717','en','Encode','2016-08-12') ,
-( 'LABEL','ID_MAFE_a7dd12b1dab17d25467b0b0a4c8d4a92','en','show','2016-08-12') ,
-( 'LABEL','ID_MAFE_a7e82daa7280af25afbaa076ac16eb1e','en','Sequential','2016-08-12') ;
+( 'LABEL','ID_MAFE_97e7c9a7d06eac006a28bf05467fcc8b','en','Link', NOW()) ,
+( 'LABEL','ID_MAFE_97f09283ddeadda4e80f20d9608cd8dd','en','An unexpected error while editing the step, please try again later.', NOW()) ,
+( 'LABEL','ID_MAFE_98369609669478919c74c916440e9978','en','Margin', NOW()) ,
+( 'LABEL','ID_MAFE_98386bbf2a867253744d3c47171b99dc','en',' | ww | 01 02 ... 52 53 |
| Week of Year (ISO) | W | 1 2 ... 52 53 |
', NOW()) ,
+( 'LABEL','ID_MAFE_98402eecfbcefc336954458a01752131','en','Parallel', NOW()) ,
+( 'LABEL','ID_MAFE_98611a4ed602dfc4087f66ce54c1e9a8','en','Activity must have an incoming sequence flow', NOW()) ,
+( 'LABEL','ID_MAFE_990fcd0ba3c5c9e322c930c83a93be48','en','rounded', NOW()) ,
+( 'LABEL','ID_MAFE_9925fd3c9d09e862da22c5d6912420d9','en','End event must have an incoming sequence flow', NOW()) ,
+( 'LABEL','ID_MAFE_992d1d47106d77216cd6c3a15415dbea','en','Screenshot640', NOW()) ,
+( 'LABEL','ID_MAFE_99493c187e709deb387b6ee3ec6c8179','en','The input document is required, please select the value.', NOW()) ,
+( 'LABEL','ID_MAFE_99b2439e63f73ad515f7ab2447a80673','en','PAUSED', NOW()) ,
+( 'LABEL','ID_MAFE_99c293babcada00063dd86b4f53bccd7','en','Variable sent in email', NOW()) ,
+( 'LABEL','ID_MAFE_9a0364b9e99bb480dd25e1f0284c8555','en','content', NOW()) ,
+( 'LABEL','ID_MAFE_9aa1b03934893d7134a660af4204f2a9','en','Server', NOW()) ,
+( 'LABEL','ID_MAFE_9ac255aa1787084131704557a026ffce','en','a cost here', NOW()) ,
+( 'LABEL','ID_MAFE_9afde9da9d0df4286959bae99d3a7e4b','en','Clicking the "Clear" button will set the calendar to null.', NOW()) ,
+( 'LABEL','ID_MAFE_9b07c1269fe3afd3f2bbae338f93ce07','en','Printed', NOW()) ,
+( 'LABEL','ID_MAFE_9b25c6480dd99fc5c1712cadefa756e7','en',' | do | 0th 1st ... 5th 6th |
| dd | Su Mo ... Fr Sa |
', NOW()) ,
+( 'LABEL','ID_MAFE_9b377ab6489b9495395f3fc4f4a03fb4','en','Initial Dynaform', NOW()) ,
+( 'LABEL','ID_MAFE_9b6ddeba5b33e577c07c35d8505c6072','en','circle', NOW()) ,
+( 'LABEL','ID_MAFE_9bea7040abc67529a463697e233bcbe9','en','The colspan change is going to remove columns and content fields. Do you want to continue?', NOW()) ,
+( 'LABEL','ID_MAFE_9bef0fa08d3d079a5e1a6134b35fa3f0','en','End Event Type', NOW()) ,
+( 'LABEL','ID_MAFE_9c197a0cff0c1e0b4410227c537b87ca','en','a unit cost here', NOW()) ,
+( 'LABEL','ID_MAFE_9c8a77ee3bca206e3dfab19d94eb5127','en','Working...', NOW()) ,
+( 'LABEL','ID_MAFE_9cd2a4862f826886105d87195ee6998c','en','Input Documents', NOW()) ,
+( 'LABEL','ID_MAFE_9cd75a090ed78909e6b9f4311a31e46f','en','Intermediate Event', NOW()) ,
+( 'LABEL','ID_MAFE_9d1a0949c39e66a0cd65240bc0ac9177','en','Sunday', NOW()) ,
+( 'LABEL','ID_MAFE_9d3afea73e90192d96dda8d38c87a4fe','en','Conditional', NOW()) ,
+( 'LABEL','ID_MAFE_9dcfba52eee7cb299acdeb584bfc76bd','en','End Email Event', NOW()) ,
+( 'LABEL','ID_MAFE_9dd5fda31e43186448cb9b888b206abf','en','Task Type', NOW()) ,
+( 'LABEL','ID_MAFE_9de5dffddfd3a91bc11389e926801d35','en','Time unit', NOW()) ,
+( 'LABEL','ID_MAFE_9e064ba6ba566c8f1cf0c1b0bee46b1d','en','- Select a Template -', NOW()) ,
+( 'LABEL','ID_MAFE_9e13b69d1d2da927102acaaaf7154a37','en','Javascript', NOW()) ,
+( 'LABEL','ID_MAFE_9e2941b3c81256fac10392aaca4ccfde','en','Condition', NOW()) ,
+( 'LABEL','ID_MAFE_9e794f2c08707053dd2bb22a3b4d8888','en','Output Document deleted successfully', NOW()) ,
+( 'LABEL','ID_MAFE_9f1658da12738ea1b34318bd8258181b','en','', NOW()) ,
+( 'LABEL','ID_MAFE_9f22a77c63bef412675c4fc45e3ea11b','en','| Quarter | Q | 1 2 3 4 |
| Day of Month | D | 1 2 ... 30 31 |
', NOW()) ,
+( 'LABEL','ID_MAFE_9fc2d28c05ed9eb1d75ba4465abf15a9','en','Properties', NOW()) ,
+( 'LABEL','ID_MAFE_9fced129522f128b2445a41fb0b6ef9f','en','checkbox', NOW()) ,
+( 'LABEL','ID_MAFE_a05ac4341235111bd2cba5c3c105ba81','en','Rich Text', NOW()) ,
+( 'LABEL','ID_MAFE_a0bfb8e59e6c13fc8d990781f77694fe','en','Continue', NOW()) ,
+( 'LABEL','ID_MAFE_a0faef0851b4294c06f2b94bb1cb2044','en','Integer', NOW()) ,
+( 'LABEL','ID_MAFE_a10a9bcd450087de1ce1f80b35f44883','en','Legal', NOW()) ,
+( 'LABEL','ID_MAFE_a11e743927967a854e7f54cd9f621e9c','en',' | Z | -07:00 -06:00 ... +06:00 +07:00 |
| ZZ | -0700 -0600 ... +0600 +0700 |
', NOW()) ,
+( 'LABEL','ID_MAFE_a1af5f0718bfae275ce162362d0e43c5','en','Datetime', NOW()) ,
+( 'LABEL','ID_MAFE_a1d5cbaf61c018e7d8456c66df0332c3','en','An integer or decimal number', NOW()) ,
+( 'LABEL','ID_MAFE_a1fa27779242b4902f7ae3bdd5c6d508','en','Type', NOW()) ,
+( 'LABEL','ID_MAFE_a22ab4f79904355ae25dfa5afff1dc3b','en','Select the mode of the control:
', NOW()) ,
+( 'LABEL','ID_MAFE_a2609d846e9af22fcc3412a8c99510a5','en','show clear button', NOW()) ,
+( 'LABEL','ID_MAFE_a274f4d4670213a9045ce258c6c56b80','en','Notifications', NOW()) ,
+( 'LABEL','ID_MAFE_a2866cd6efaa65c92278d4771a9eaec7','en','Jul', NOW()) ,
+( 'LABEL','ID_MAFE_a32a9f28ab30c6d2592043e874163a63','en','Permission deleted successfully', NOW()) ,
+( 'LABEL','ID_MAFE_a3365da89800c556fc769d0b544c3f72','en','Default Flow', NOW()) ,
+( 'LABEL','ID_MAFE_a359eaa62de4166c4de8c9699cd42870','en','Activity Properties', NOW()) ,
+( 'LABEL','ID_MAFE_a37ede293936e29279ed543129451ec3','en','Groups', NOW()) ,
+( 'LABEL','ID_MAFE_a398fb77df76e6153df57cd65fd0a7c5','en','radio', NOW()) ,
+( 'LABEL','ID_MAFE_a3abcefb106274416cde9154cfed6a8c','en','Do you want to delete this Message Type?', NOW()) ,
+( 'LABEL','ID_MAFE_a3d9d08ecae92ab5b2aa76e761935405','en','Use a field to generate actions links', NOW()) ,
+( 'LABEL','ID_MAFE_a3e91bd787d916fe4980f4e1892b05f9','en','Reset to original position', NOW()) ,
+( 'LABEL','ID_MAFE_a466673aa0487e479c2603e855eb431c','en','For a better design we recommend using values above 3.
If you need more info please visit Bootstrap grid system.', NOW()) ,
+( 'LABEL','ID_MAFE_a49bfc71497c26acd31d67999e9767ee','en','File updated successfully', NOW()) ,
+( 'LABEL','ID_MAFE_a4ecfc70574394990cf17bd83df499f7','en','Event', NOW()) ,
+( 'LABEL','ID_MAFE_a4ffdcf0dc1f31b9acaf295d75b51d00','en','Top', NOW()) ,
+( 'LABEL','ID_MAFE_a5048ef2c0f6cc31473263718782029b','en','Select a Skin.', NOW()) ,
+( 'LABEL','ID_MAFE_a5a299eb1993f98a6b58401ee62b66a0','en','Do you want to delete this permission?', NOW()) ,
+( 'LABEL','ID_MAFE_a5b72d5e03d21409fcd79bf3f8715f6d','en','setOrientation(): parameter is not valid', NOW()) ,
+( 'LABEL','ID_MAFE_a5ca0b5894324f8bb54bb9fffad29d1e','en','audio', NOW()) ,
+( 'LABEL','ID_MAFE_a603905470e2a5b8c13e96b579ef0dba','en','Debug', NOW()) ,
+( 'LABEL','ID_MAFE_a60852f204ed8028c1c58808b746d115','en','Ok', NOW()) ,
+( 'LABEL','ID_MAFE_a60cf2ece5b3e294aa794916477ac6a8','en','Notify the assigned user to this task', NOW()) ,
+( 'LABEL','ID_MAFE_a6527af0da63377b07a3effae750a485','en','
Triggers: Create scripts.', NOW()) ,
+( 'LABEL','ID_MAFE_a6c0580005d36b8ad4194b3b31cdb9ee','en','Input Document deleted successfully', NOW()) ,
+( 'LABEL','ID_MAFE_a6ce2340cef46384d71cb790606e9c67','en','text transform to', NOW()) ,
+( 'LABEL','ID_MAFE_a6f7bd5f5255325b9cf287402c6782dd','en',' | Do | 1st 2nd ... 30th 31st |
| DD | 01 02 ... 30 31 |
', NOW()) ,
+( 'LABEL','ID_MAFE_a76d4ef5f3f6a672bbfab2865563e530','en','Time', NOW()) ,
+( 'LABEL','ID_MAFE_a79a682f66f0f9b8aa2ca16816883717','en','Encode', NOW()) ,
+( 'LABEL','ID_MAFE_a7dd12b1dab17d25467b0b0a4c8d4a92','en','show', NOW()) ,
+( 'LABEL','ID_MAFE_a7e82daa7280af25afbaa076ac16eb1e','en','Sequential', NOW()) ,
+( 'LABEL','ID_MAFE_a7f138aa0ee8e9b7d82f49ada1bd22bf','en','datepicker', NOW()) ,
+( 'LABEL','ID_MAFE_a81259cef8e959c624df1d456e5d3297','en','static', NOW()) ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-( 'LABEL','ID_MAFE_a7f138aa0ee8e9b7d82f49ada1bd22bf','en','datepicker','2016-08-12') ,
-( 'LABEL','ID_MAFE_a81259cef8e959c624df1d456e5d3297','en','static','2016-08-12') ,
-( 'LABEL','ID_MAFE_a82be0f551b8708bc08eb33cd9ded0cf','en','Information','2016-08-12') ,
-( 'LABEL','ID_MAFE_a83ffccdc8a5c8ee14e4a51f403ccbe3','en','Redirect to ProcessMaker predefined response page','2017-11-22') ,
-( 'LABEL','ID_MAFE_a85b67e3a588039d4954c17730b41ed4','en','| Fractional Second | S | 0 1 ... 8 9 |
| SS | 0 1 ... 98 99 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_a88f05b6c963e145a45b58c47cd42a41','en','hide','2016-08-12') ,
-( 'LABEL','ID_MAFE_a8dd8f3a191bf5bd3fa7b267b6eb0e3b','en','Save & Open','2016-08-12') ,
-( 'LABEL','ID_MAFE_a959d712144264deebce99d1cb9183ed','en','Insert a title','2016-08-12') ,
-( 'LABEL','ID_MAFE_a95f0dd593f8e3eb09960c0fbfe9e133','en','Trigger removed successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_a9ef06d9637b09f171953304372d9bd8','en','Converging Gateway must have a outgoing sequence flow','2016-08-12') ,
-( 'LABEL','ID_MAFE_a9f2bfaa472c55e0975d15c0ba59d24d','en','Before Output Document','2016-08-12') ,
-( 'LABEL','ID_MAFE_aa0f2fff4f672e8106d8490171512bbd','en','The form was recovered from a previous version {0}. Possible missing controls are going to be recreated.','2016-08-12') ,
-( 'LABEL','ID_MAFE_ab3cc3868af33a9eb61a93bd0adec2a0','en','Collapse all','2016-08-12') ,
-( 'LABEL','ID_MAFE_ab57fd0432e25d5b3013133a1c910d56','en','KB','2016-08-12') ,
-( 'LABEL','ID_MAFE_aba9ccd2c1467c4108a6dc534dd2b355','en','Assigned Elements (Drop here)','2016-08-12') ,
-( 'LABEL','ID_MAFE_abbd64f40c34c537d3a571af068fce29','en','Orientation','2016-08-12') ,
-( 'LABEL','ID_MAFE_ac080d8699580b3079575335cf61e9f5','en','Text to search','2016-08-12') ,
-( 'LABEL','ID_MAFE_ac1b41823ac8a2ff1d66e2874557d268','en','Create Message Type','2016-08-12') ,
-( 'LABEL','ID_MAFE_ac48a7776ff0e8dc13b0a1300fc0a75f','en','Must connect to a Task','2016-08-12') ,
-( 'LABEL','ID_MAFE_ac5c74b64b4b8352ef2f181affb5ac2a','en','sql','2016-08-12') ,
-( 'LABEL','ID_MAFE_ac67ede5a84eb5a1add7ff4440e9a485','en','required','2016-08-12') ,
-( 'LABEL','ID_MAFE_ac68b62abfd6a9fe26e8ac4236c8ce0c','en','forms','2016-08-12') ,
-( 'LABEL','ID_MAFE_ad7bdeed2bf3d72e17abe1a8d0508958','en','Drag & Drop a User or a Group here','2016-08-12') ,
-( 'LABEL','ID_MAFE_ad9673dd7e15e17e0c045d02a48433c2','en','The value introduced doesn\'t have the correct format with a vallid prefix (@@, @#, @=, @&)','2017-11-22') ,
-( 'LABEL','ID_MAFE_ad973c252653a47144b79403cfb0668b','en','dropdown','2016-08-12') ,
-( 'LABEL','ID_MAFE_add097eaed8dfb3a5ca64ac7246ce50e','en','Please select the control you want to use with your variable.','2016-08-12') ,
-( 'LABEL','ID_MAFE_adf9f7f231cca8f669de9ebec73920c8','en','Error value: Hour: 0 - 23','2016-08-12') ,
-( 'LABEL','ID_MAFE_aed366133afd62b42069e50a58958f11','en','Enter a title displayed on web entry window (if applies).','2017-11-22') ,
-( 'LABEL','ID_MAFE_aeee5e5818e4bb3fea8fc30d163b0e93','en','Participation required?','2016-08-12') ,
-( 'LABEL','ID_MAFE_af1fde20506ab96ce731a0704492cdfb','en','The amount of time entered is not valid. Please fill in at least one of the fields (day, hour, or minute)','2017-11-22') ,
-( 'LABEL','ID_MAFE_b021df6aac4654c454f46c77646e745f','en','Label','2017-11-22') ,
-( 'LABEL','ID_MAFE_b068931cc450442b63f5b3d276ea4297','en','name','2016-08-12') ,
-( 'LABEL','ID_MAFE_b086843368d1c92d0a86cbee76b20b6f','en','Evaluate','2016-08-12') ,
-( 'LABEL','ID_MAFE_b0f069cf5ce65fef0eaf2967dff08867','en','column width','2016-08-12') ,
-( 'LABEL','ID_MAFE_b1570e5689ffa6f3055426ba877cc4fa','en',' | Mo | 1st 2nd ... 11th 12th |
| MM | 01 02 ... 11 12 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_b1897515d548a960afe49ecf66a29021','en','Average','2016-08-12') ,
-( 'LABEL','ID_MAFE_b1c94ca2fbc3e78fc30069c8d0f01680','en','All','2016-08-12') ,
-( 'LABEL','ID_MAFE_b1dfe4beb06060e1b96cdf51e446f762','en','add row','2016-08-12') ,
-( 'LABEL','ID_MAFE_b1f802924e8ba557524f0298a65dc345','en','Permission saved successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_b1fcd78a4983c63c73972229b16cb7a6','en','print dynaform','2016-08-12') ,
-( 'LABEL','ID_MAFE_b206a1b4ea1097761f78e8876f6da779','en','External','2017-11-22') ,
-( 'LABEL','ID_MAFE_b22f0418e8ac915eb66f829d262d14a2','en','Audio','2017-11-22') ,
-( 'LABEL','ID_MAFE_b243a6cb94ba1c81a0caa579227ab48c','en','Messages History','2016-08-12') ,
-( 'LABEL','ID_MAFE_b292e070d38cedac7309b0635d1edbfe','en','There are problems Edited the Email Event, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_b32493effa41a17220f8a0a7affaa8d9','en','Day of the month (example: 1)','2016-08-12') ,
-( 'LABEL','ID_MAFE_b326b5062b2f0e69046810717534cb09','en','true','2016-08-12') ,
-( 'LABEL','ID_MAFE_b33f61ccf2251cae904b8effbd7f57f0','en','https://example.com:8080','2017-11-22') ,
-( 'LABEL','ID_MAFE_b39dad036539dc7a45743536e3f8d8af','en','initial selection date','2016-08-12') ,
-( 'LABEL','ID_MAFE_b4263bcd21beffde1fc98b3dd88f86bd','en','Trigger is assigned.','2016-08-12') ,
-( 'LABEL','ID_MAFE_b4e7d2116bb1534c687d16bdc104ddfe','en','Register a Case Note when the recipient submits the Response','2016-08-12') ,
-( 'LABEL','ID_MAFE_b4fab4396dba8d97b190eb5f4c5dc76f','en','Do you want to remove the step ''{0}''?','2016-08-12') ,
-( 'LABEL','ID_MAFE_b52eb32fc15ea406ee6bb271983b5939','en','Vertical Text','2017-11-22') ,
-( 'LABEL','ID_MAFE_b55a7dbee5118fdf297492f8fb6e8d4a','en','Execute Trigger','2016-08-12') ,
-( 'LABEL','ID_MAFE_b55e509c697e4cca0e1d160a7806698f','en','Hour','2016-08-12') ,
-( 'LABEL','ID_MAFE_b57ed7a0b4f939d0c048882570336e3a','en','Intermediate','2016-08-12') ,
-( 'LABEL','ID_MAFE_b582209588fc582d8cd4ce26ad1d87ec','en','Do you want to import? All your changes will be lost if you import it.','2016-08-12') ,
-( 'LABEL','ID_MAFE_b59516b2b00f4cd096cd07ee67653aeb','en','Self Service Evaluate','2016-08-12') ,
-( 'LABEL','ID_MAFE_b595a13a031f4551ad8b5400ffb617b7','en','Error saving the process.','2016-08-12') ,
-( 'LABEL','ID_MAFE_b59a471e6943b33e32cc2482ec24fb12','en','| Hour | H | 0 1 ... 22 23 |
| HH | 00 01 ... 22 23 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_b5a7adde1af5c87d7fd797b6245c2a39','en','Description','2016-08-12') ,
-( 'LABEL','ID_MAFE_b5d4d25fe3fa9f8263b5f279a372b709','en','Textarea','2017-11-22') ,
-( 'LABEL','ID_MAFE_b5d909fa36b2d67d91e6607c7f23cd92','en','''default'', ''top'', ''bottom''','2016-08-12') ,
-( 'LABEL','ID_MAFE_b6240f93e977cf70300ffa6b5bff79f9','en','Perform this task','2016-08-12') ,
-( 'LABEL','ID_MAFE_b6660bb18f1a418f7a7de6d82c5e96e4','en','Insert a variable with options','2016-08-12') ,
-( 'LABEL','ID_MAFE_b6ec7abeb6ae29cc35a4b47475e12afe','en','Process','2017-11-22') ,
-( 'LABEL','ID_MAFE_b718adec73e04ce3ec720dd11a06a308','en','ID','2017-11-22') ,
-( 'LABEL','ID_MAFE_b71c644de3981875ca5fc9fdfffd55bc','en','Is not possible create the element in that area','2016-08-12') ,
-( 'LABEL','ID_MAFE_b728212c8bd0b2dbfd34b9d18e62504f','en','Do you want to close? All your changes will be lost if you close it.','2016-08-12') ,
-( 'LABEL','ID_MAFE_b74a43dbb36287ea86eb5b0c7b86e8e8','en','Evaluation','2017-11-22') ,
-( 'LABEL','ID_MAFE_b754d64a4ddb13e5eb9803baabb938b6','en','This content is empty.','2016-08-12') ,
-( 'LABEL','ID_MAFE_b776b96aded5145322e09111013ef8c5','en','Invalid connection type','2016-08-12') ,
-( 'LABEL','ID_MAFE_b77bbd177ec1e4d71a0fe96d3d4e8b39','en','Data Input','2016-08-12') ,
-( 'LABEL','ID_MAFE_b78a3223503896721cca1303f776159b','en','Title','2016-08-12') ,
-( 'LABEL','ID_MAFE_b79a5b8ee43aa9dc939723becd94a8c0','en','Please enter a numeric value','2016-08-12') ,
-( 'LABEL','ID_MAFE_b7de7e4247d4ab279ef031b7a44c201d','en','End date','2016-08-12') ,
-( 'LABEL','ID_MAFE_b7f6fdbd84a1e6b7e2b8ef9400c93ff3','en','There are problems updating the Start Timer, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_b80bb7740288fda1f201890375a60c8f','en','id','2016-08-12') ,
-( 'LABEL','ID_MAFE_b84b068f1f3f6b66583314870e2818c4','en','There are problems getting the output documents, please try again.','2017-11-22') ,
-( 'LABEL','ID_MAFE_b86f4a68d98e2e1b9ed38ec3d850b02a','en','Save your changes and exit ?','2016-08-12') ,
-( 'LABEL','ID_MAFE_b875db6ce4bf99e5abfb6d5488b1d80e','en','Webbot','2016-08-12') ;
+( 'LABEL','ID_MAFE_a82be0f551b8708bc08eb33cd9ded0cf','en','Information', NOW()) ,
+( 'LABEL','ID_MAFE_a83ffccdc8a5c8ee14e4a51f403ccbe3','en','Redirect to ProcessMaker predefined response page', NOW()) ,
+( 'LABEL','ID_MAFE_a85b67e3a588039d4954c17730b41ed4','en','| Fractional Second | S | 0 1 ... 8 9 |
| SS | 0 1 ... 98 99 |
', NOW()) ,
+( 'LABEL','ID_MAFE_a88f05b6c963e145a45b58c47cd42a41','en','hide', NOW()) ,
+( 'LABEL','ID_MAFE_a8dd8f3a191bf5bd3fa7b267b6eb0e3b','en','Save & Open', NOW()) ,
+( 'LABEL','ID_MAFE_a959d712144264deebce99d1cb9183ed','en','Insert a title', NOW()) ,
+( 'LABEL','ID_MAFE_a95f0dd593f8e3eb09960c0fbfe9e133','en','Trigger removed successfully', NOW()) ,
+( 'LABEL','ID_MAFE_a9ef06d9637b09f171953304372d9bd8','en','Converging Gateway must have a outgoing sequence flow', NOW()) ,
+( 'LABEL','ID_MAFE_a9f2bfaa472c55e0975d15c0ba59d24d','en','Before Output Document', NOW()) ,
+( 'LABEL','ID_MAFE_aa0f2fff4f672e8106d8490171512bbd','en','The form was recovered from a previous version {0}. Possible missing controls are going to be recreated.', NOW()) ,
+( 'LABEL','ID_MAFE_ab3cc3868af33a9eb61a93bd0adec2a0','en','Collapse all', NOW()) ,
+( 'LABEL','ID_MAFE_ab57fd0432e25d5b3013133a1c910d56','en','KB', NOW()) ,
+( 'LABEL','ID_MAFE_aba9ccd2c1467c4108a6dc534dd2b355','en','Assigned Elements (Drop here)', NOW()) ,
+( 'LABEL','ID_MAFE_abbd64f40c34c537d3a571af068fce29','en','Orientation', NOW()) ,
+( 'LABEL','ID_MAFE_ac080d8699580b3079575335cf61e9f5','en','Text to search', NOW()) ,
+( 'LABEL','ID_MAFE_ac1b41823ac8a2ff1d66e2874557d268','en','Create Message Type', NOW()) ,
+( 'LABEL','ID_MAFE_ac201fd270c3b96beab24f2829780ab2','en','signature', NOW()) ,
+( 'LABEL','ID_MAFE_ac48a7776ff0e8dc13b0a1300fc0a75f','en','Must connect to a Task', NOW()) ,
+( 'LABEL','ID_MAFE_ac5c74b64b4b8352ef2f181affb5ac2a','en','sql', NOW()) ,
+( 'LABEL','ID_MAFE_ac67ede5a84eb5a1add7ff4440e9a485','en','required', NOW()) ,
+( 'LABEL','ID_MAFE_ac68b62abfd6a9fe26e8ac4236c8ce0c','en','forms', NOW()) ,
+( 'LABEL','ID_MAFE_acd6337dfeb8a29685e3856bfa76756c','en','History of use', NOW()) ,
+( 'LABEL','ID_MAFE_ad7bdeed2bf3d72e17abe1a8d0508958','en','Drag & Drop a User or a Group here', NOW()) ,
+( 'LABEL','ID_MAFE_ad9673dd7e15e17e0c045d02a48433c2','en','The value introduced doesn''t have the correct format with a vallid prefix (@@, @#, @=, @&)', NOW()) ,
+( 'LABEL','ID_MAFE_ad973c252653a47144b79403cfb0668b','en','dropdown', NOW()) ,
+( 'LABEL','ID_MAFE_add097eaed8dfb3a5ca64ac7246ce50e','en','Please select the control you want to use with your variable.', NOW()) ,
+( 'LABEL','ID_MAFE_adf9f7f231cca8f669de9ebec73920c8','en','Error value: Hour: 0 - 23', NOW()) ,
+( 'LABEL','ID_MAFE_aed366133afd62b42069e50a58958f11','en','Enter a title displayed on web entry window (if applies).', NOW()) ,
+( 'LABEL','ID_MAFE_aeee5e5818e4bb3fea8fc30d163b0e93','en','Participation required?', NOW()) ,
+( 'LABEL','ID_MAFE_af1fde20506ab96ce731a0704492cdfb','en','The amount of time entered is not valid. Please fill in at least one of the fields (day, hour, or minute)', NOW()) ,
+( 'LABEL','ID_MAFE_b021df6aac4654c454f46c77646e745f','en','Label', NOW()) ,
+( 'LABEL','ID_MAFE_b068931cc450442b63f5b3d276ea4297','en','name', NOW()) ,
+( 'LABEL','ID_MAFE_b086843368d1c92d0a86cbee76b20b6f','en','Evaluate', NOW()) ,
+( 'LABEL','ID_MAFE_b0f069cf5ce65fef0eaf2967dff08867','en','column width', NOW()) ,
+( 'LABEL','ID_MAFE_b1570e5689ffa6f3055426ba877cc4fa','en',' | Mo | 1st 2nd ... 11th 12th |
| MM | 01 02 ... 11 12 |
', NOW()) ,
+( 'LABEL','ID_MAFE_b1897515d548a960afe49ecf66a29021','en','Average', NOW()) ,
+( 'LABEL','ID_MAFE_b1c94ca2fbc3e78fc30069c8d0f01680','en','All', NOW()) ,
+( 'LABEL','ID_MAFE_b1dfe4beb06060e1b96cdf51e446f762','en','add row', NOW()) ,
+( 'LABEL','ID_MAFE_b1f802924e8ba557524f0298a65dc345','en','Permission saved successfully', NOW()) ,
+( 'LABEL','ID_MAFE_b1fcd78a4983c63c73972229b16cb7a6','en','print dynaform', NOW()) ,
+( 'LABEL','ID_MAFE_b206a1b4ea1097761f78e8876f6da779','en','External', NOW()) ,
+( 'LABEL','ID_MAFE_b243a6cb94ba1c81a0caa579227ab48c','en','Messages History', NOW()) ,
+( 'LABEL','ID_MAFE_b292e070d38cedac7309b0635d1edbfe','en','There are problems Edited the Email Event, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_b32493effa41a17220f8a0a7affaa8d9','en','Day of the month (example: 1)', NOW()) ,
+( 'LABEL','ID_MAFE_b326b5062b2f0e69046810717534cb09','en','true', NOW()) ,
+( 'LABEL','ID_MAFE_b33f61ccf2251cae904b8effbd7f57f0','en','https://example.com:8080', NOW()) ,
+( 'LABEL','ID_MAFE_b39dad036539dc7a45743536e3f8d8af','en','initial selection date', NOW()) ,
+( 'LABEL','ID_MAFE_b4263bcd21beffde1fc98b3dd88f86bd','en','Trigger is assigned.', NOW()) ,
+( 'LABEL','ID_MAFE_b4e7d2116bb1534c687d16bdc104ddfe','en','Register a Case Note when the recipient submits the Response', NOW()) ,
+( 'LABEL','ID_MAFE_b4fab4396dba8d97b190eb5f4c5dc76f','en','Do you want to remove the step ''{0}''?', NOW()) ,
+( 'LABEL','ID_MAFE_b52eb32fc15ea406ee6bb271983b5939','en','Vertical Text', NOW()) ,
+( 'LABEL','ID_MAFE_b55a7dbee5118fdf297492f8fb6e8d4a','en','Execute Trigger', NOW()) ,
+( 'LABEL','ID_MAFE_b55e509c697e4cca0e1d160a7806698f','en','Hour', NOW()) ,
+( 'LABEL','ID_MAFE_b57ed7a0b4f939d0c048882570336e3a','en','Intermediate', NOW()) ,
+( 'LABEL','ID_MAFE_b582209588fc582d8cd4ce26ad1d87ec','en','Do you want to import? All your changes will be lost if you import it.', NOW()) ,
+( 'LABEL','ID_MAFE_b59516b2b00f4cd096cd07ee67653aeb','en','Self Service Evaluate', NOW()) ,
+( 'LABEL','ID_MAFE_b595a13a031f4551ad8b5400ffb617b7','en','Error saving the process.', NOW()) ,
+( 'LABEL','ID_MAFE_b59a471e6943b33e32cc2482ec24fb12','en','| Hour | H | 0 1 ... 22 23 |
| HH | 00 01 ... 22 23 |
', NOW()) ,
+( 'LABEL','ID_MAFE_b5a7adde1af5c87d7fd797b6245c2a39','en','Description', NOW()) ,
+( 'LABEL','ID_MAFE_b5ceb80c90c6b834060fcd7e0d2c0c28','en','subform', NOW()) ,
+( 'LABEL','ID_MAFE_b5d909fa36b2d67d91e6607c7f23cd92','en','''default'', ''top'', ''bottom''', NOW()) ,
+( 'LABEL','ID_MAFE_b6240f93e977cf70300ffa6b5bff79f9','en','Perform this task', NOW()) ,
+( 'LABEL','ID_MAFE_b6660bb18f1a418f7a7de6d82c5e96e4','en','Insert a variable with options', NOW()) ,
+( 'LABEL','ID_MAFE_b6ec7abeb6ae29cc35a4b47475e12afe','en','Process', NOW()) ,
+( 'LABEL','ID_MAFE_b718adec73e04ce3ec720dd11a06a308','en','ID', NOW()) ,
+( 'LABEL','ID_MAFE_b71c644de3981875ca5fc9fdfffd55bc','en','Is not possible create the element in that area', NOW()) ,
+( 'LABEL','ID_MAFE_b728212c8bd0b2dbfd34b9d18e62504f','en','Do you want to close? All your changes will be lost if you close it.', NOW()) ,
+( 'LABEL','ID_MAFE_b74a43dbb36287ea86eb5b0c7b86e8e8','en','Evaluation', NOW()) ,
+( 'LABEL','ID_MAFE_b754d64a4ddb13e5eb9803baabb938b6','en','This content is empty.', NOW()) ,
+( 'LABEL','ID_MAFE_b776b96aded5145322e09111013ef8c5','en','Invalid connection type', NOW()) ,
+( 'LABEL','ID_MAFE_b77bbd177ec1e4d71a0fe96d3d4e8b39','en','Data Input', NOW()) ,
+( 'LABEL','ID_MAFE_b78a3223503896721cca1303f776159b','en','Title', NOW()) ,
+( 'LABEL','ID_MAFE_b79a5b8ee43aa9dc939723becd94a8c0','en','Please enter a numeric value', NOW()) ,
+( 'LABEL','ID_MAFE_b7de7e4247d4ab279ef031b7a44c201d','en','End date', NOW()) ,
+( 'LABEL','ID_MAFE_b7f6fdbd84a1e6b7e2b8ef9400c93ff3','en','There are problems updating the Start Timer, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_b80bb7740288fda1f201890375a60c8f','en','id', NOW()) ,
+( 'LABEL','ID_MAFE_b84b068f1f3f6b66583314870e2818c4','en','There are problems getting the output documents, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_b86f4a68d98e2e1b9ed38ec3d850b02a','en','Save your changes and exit ?', NOW()) ,
+( 'LABEL','ID_MAFE_b875db6ce4bf99e5abfb6d5488b1d80e','en','Webbot', NOW()) ,
+( 'LABEL','ID_MAFE_b8afa4e8d5bb1dca8379fcfcee2d6480','en','- View: Allow user to only view the control''s value.
', NOW()) ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-( 'LABEL','ID_MAFE_b8afa4e8d5bb1dca8379fcfcee2d6480','en','- View: Allow user to only view the control''s value.
','2016-08-12') ,
-( 'LABEL','ID_MAFE_b8da6df14bf06283cbf588df6998722e','en','Panel','2017-11-22') ,
-( 'LABEL','ID_MAFE_b9925a331df6b1464182bdd6cbb2807c','en',' | SSS | 0 1 ... 998 999 |
| Timezone | z or zz | EST CST ... MST PST Note: as of 1.6.0, the z/zz format tokens have been deprecated.','2016-08-12') ,
-( 'LABEL','ID_MAFE_b9cf99bfe1ed82c4a117449ed85680db','en','There are problems saved the OutputDocument, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_b9f5c797ebbf55adccdd8539a65a0241','en','Disabled','2016-08-12') ,
-( 'LABEL','ID_MAFE_baf91b987e7003f016a96187c4aea54d','en','Please add option and click in cell for editing the cell value','2016-08-12') ,
-( 'LABEL','ID_MAFE_bafd7322c6e97d25b6299b5d6fe8920b','en','No','2016-08-12') ,
-( 'LABEL','ID_MAFE_bb3775bdd3504d816fafe7daaa3643e0','en',' |
| Day of Week (Locale) | e | 0 1 ... 5 6 |
| Day of Week (ISO) | E | 1 2 ... 6 7 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_bb3c8227885fe5d13241a9f7e5f06397','en','
Output documents: Generate documents with process data.','2016-08-12') ,
-( 'LABEL','ID_MAFE_bb7476567f5e12e60b01436dad77a533','en','is invalid.','2016-08-12') ,
-( 'LABEL','ID_MAFE_bbb13df048343bec1b7a2a92db9e861a','en','Show ID','2016-08-12') ,
-( 'LABEL','ID_MAFE_bbbabdbe1b262f75d99d62880b953be1','en','Role','2017-11-22') ,
-( 'LABEL','ID_MAFE_bbc0b13be5c0344b98b95223b813615d','en','Start Message Event','2017-11-22') ,
-( 'LABEL','ID_MAFE_bbf19b586e3b5fb519e07cff499c9d9e','en','Route case when back online','2017-11-22') ,
-( 'LABEL','ID_MAFE_bd16f59e931cb60f975d902d9a3b6cf0','en','| Second | s | 0 1 ... 58 59 |
| ss | 00 01 ... 58 59 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_bd21190449b7e88db48fa0f580a8f666','en','icons','2016-08-12') ,
-( 'LABEL','ID_MAFE_be1a57f7e1cfe44284e71c5175874967','en','Event','2016-08-12') ,
-( 'LABEL','ID_MAFE_be523bdcc111d8113eb54f747d89d4d7','en','A7','2016-08-12') ,
-( 'LABEL','ID_MAFE_be53a0541a6d36f6ecb879fa2c584b08','en','Image','2017-11-22') ,
-( 'LABEL','ID_MAFE_bebfb2a099450ef06ded421e59c888b2','en','Format (CSS)','2016-08-12') ,
-( 'LABEL','ID_MAFE_bec3c2ccfb01e007c2d5282b01766fe1','en','Trigger to execute','2016-08-12') ,
-( 'LABEL','ID_MAFE_bf207aee24e634019ce40f4bc04b7262','en','Insert a message','2016-08-12') ,
-( 'LABEL','ID_MAFE_bf8252265e26d92c011456899a2d522e','en','At least one option must be filled.','2016-08-12') ,
-( 'LABEL','ID_MAFE_bfdc20040cc51551fadc0dabe517af06','en','Self Service Value Based Assignment','2016-08-12') ,
-( 'LABEL','ID_MAFE_bfe379052f3914db06f3994651836d47','en','Edit Properties','2016-08-12') ,
-( 'LABEL','ID_MAFE_c028a05a817ab315a9784fa1f0d815dd','en','Parallel Assignment','2016-08-12') ,
-( 'LABEL','ID_MAFE_c0723cf0be9c7e3b99fcce0d8e894987','en','working...','2016-08-12') ,
-( 'LABEL','ID_MAFE_c0b06c68c75e0313cac38c4cc8a64d50','en','Generate Web Entry Page','2016-08-12') ,
-( 'LABEL','ID_MAFE_c13fa34b370a32d2936226f53ce86875','en','Process Users','2017-11-22') ,
-( 'LABEL','ID_MAFE_c1c425268e68385d1ab5074c17a94f14','en','function','2016-08-12') ,
-( 'LABEL','ID_MAFE_c1dbca99810306ad4278271382056e6b','en','This action will delete all options. Do you want to continue?','2016-08-12') ,
-( 'LABEL','ID_MAFE_c22cf8376b1893dcfcef0649fe1a7d87','en','Second','2016-08-12') ,
-( 'LABEL','ID_MAFE_c2f3f489a00553e7a01d369c103c7251','en','NO','2016-08-12') ,
-( 'LABEL','ID_MAFE_c312fca2f486deefd552a41ccc75bfab','en','Output Document edited successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_c336025d9ce830a12c4c3668febc2983','en','Trigger updated correctly','2016-08-12') ,
-( 'LABEL','ID_MAFE_c33b138a163847cdb6caeeb7c9a126b4','en','Friday','2016-08-12') ,
-( 'LABEL','ID_MAFE_c360a6b5c3b1b36a8a5a13737cfda21c','en','Message Field Name','2016-08-12') ,
-( 'LABEL','ID_MAFE_c40b29699c408c2934c6b87e776965db','en','There is already a connection between these elements','2017-11-22') ,
-( 'LABEL','ID_MAFE_c41a31890959544c6523af684561abe5','en','Target','2017-11-22') ,
-( 'LABEL','ID_MAFE_c4379b8aabc3e9403dd1076f8a3864b0','en','Please select the control you want to use with your variable.
','2016-08-12') ,
-( 'LABEL','ID_MAFE_c44e15eb538fed543cc4b76599859b09','en','Every time scheduled by cron','2016-08-12') ,
-( 'LABEL','ID_MAFE_c499a5f4b3762b6b464ede4a8055e121','en','Supported Controls: file.','2016-08-12') ,
-( 'LABEL','ID_MAFE_c4cdd5e672b274b476f4760a304445ba','en','The column sizes are defined with integer numbers separated by spaces. Any combination of column sizes can be defined but all the columns sizes should add 12.
','2016-08-12') ,
-( 'LABEL','ID_MAFE_c50c7d354b9bcf097722ffbce38990a4','en','stepping','2016-08-12') ,
-( 'LABEL','ID_MAFE_c512b685438f41daa7386329a3b8f8d3','en','Daily','2016-08-12') ,
-( 'LABEL','ID_MAFE_c53385d51221bcb27c5f37de31043c24','en','No Category','2016-08-12') ,
-( 'LABEL','ID_MAFE_c5bcf625cbb751aba886be634ef4ef47','en','Invalid Connection between elements','2016-08-12') ,
-( 'LABEL','ID_MAFE_c5d84b6c19cb058b7b5471b30e926823','en','Invalid operation: Delete message flow before converting it to','2016-08-12') ,
-( 'LABEL','ID_MAFE_c5f93fd19468533ea5c9114801c2958d','en','Input Document updated successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_c61404957758dfda283709e89376ab3e','en','layout','2016-08-12') ,
-( 'LABEL','ID_MAFE_c61dee25881b22ead46aca2bc70f0f9d','en','Assigned supervisors list','2016-08-12') ,
-( 'LABEL','ID_MAFE_c6589f5236c0c434d0c63dc5f9a856f2','en','Balanced','2016-08-12') ,
-( 'LABEL','ID_MAFE_c669a07db307f61a0e1c8e8cc030da6a','en','An unexpected error while assigning the step, please try again later.','2016-08-12') ,
-( 'LABEL','ID_MAFE_c6baf5d413034c4bbf37bdc231655e10','en','The lane can be dropped only over an empty pool. Please empty the pool before dropping a lane.','2017-11-22') ,
-( 'LABEL','ID_MAFE_c6bdf6f65f3845da9085e9ae5790b494','en','A2','2016-08-12') ,
-( 'LABEL','ID_MAFE_c6e76812e5ffe1d7adb0117469239f84','en','Lane: Used to divide a process into different sections.','2017-11-22') ,
-( 'LABEL','ID_MAFE_c6f2f93133905f75da4b02ccc19ab66a','en','A5','2016-08-12') ,
-( 'LABEL','ID_MAFE_c72d6772f171179fe635af3b5e544434','en','Legal Copy','2016-08-12') ,
-( 'LABEL','ID_MAFE_c72d7ee8a23bae4c80e8cc4521f89f7a','en','Steps for task','2016-08-12') ,
-( 'LABEL','ID_MAFE_c753162c88467b5e75884bb765d7a682','en','Multiple Steps','2017-11-22') ,
-( 'LABEL','ID_MAFE_c7892ebbb139886662c6f2fc8c450710','en','Subject','2016-08-12') ,
-( 'LABEL','ID_MAFE_c78a4a6f9ede9c76f26b0cebed36189b','en','OutPut Document (s)','2016-08-12') ,
-( 'LABEL','ID_MAFE_c793116b0fc9df6d8761028f4adbe90e','en','Execute a trigger when a case is opened','2016-08-12') ,
-( 'LABEL','ID_MAFE_c7f8f8652db6d74e086d297129179d2f','en','Task/sub-process name can''t be empty','2016-08-12') ,
-( 'LABEL','ID_MAFE_c811eda5d60b171dda58b7dcd2df1652','en','Enable this task for offline use:','2017-11-22') ,
-( 'LABEL','ID_MAFE_c84b883e444f5a6104a94e46190b1051','en','Edit Input Document','2016-08-12') ,
-( 'LABEL','ID_MAFE_c86d6b2734026553fcc1826b1813e662','en','string or jQuery object','2016-08-12') ,
-( 'LABEL','ID_MAFE_c88ad0157bfa285e16c222e651c6d482','en','Execute a trigger when a case is paused','2016-08-12') ,
-( 'LABEL','ID_MAFE_c942e2c249d4a7f9e2f4bddd02ef87e7','en','Default: false
Show the "Clear" button in the icon toolbar.
','2016-08-12') ,
-( 'LABEL','ID_MAFE_c97cca23ba8eebfbe951796f03915107','en','Edit Output Document','2016-08-12') ,
-( 'LABEL','ID_MAFE_c9838204ecea4595edd1ef4a76b66846','en','array variable','2016-08-12') ,
-( 'LABEL','ID_MAFE_c991b0dfe2947768cfc57a1acb65d721','en','Single Dynaform','2017-11-22') ,
-( 'LABEL','ID_MAFE_c9cc8cce247e49bae79f15173ce97354','en','Save','2017-11-22') ,
-( 'LABEL','ID_MAFE_ca0dbad92a874b2f69b549293387925e','en','Code','2016-08-12') ,
-( 'LABEL','ID_MAFE_ca54a730db8947fb7f724df269a4ad07','en','Gateway: Selects a path or divides the process into multiple paths and joins them together.','2017-11-22') ,
-( 'LABEL','ID_MAFE_ca66e7fe495e52dcf26d76a0e3fd3cd8','en','Event messages','2016-08-12') ,
-( 'LABEL','ID_MAFE_cab2f517f232fec132b37a4778df7139','en','| Week Year (ISO) | GG | 70 71 ... 29 30 |
| GGGG | 1970 1971 ... 2029 2030 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_cabf52523fbbddadbde30994e36845d0','en','Store Result In','2016-08-12') ,
-( 'LABEL','ID_MAFE_cae0206c31eaa305dd0e847330c5e837','en','wildcard','2016-08-12') ,
-( 'LABEL','ID_MAFE_cae09bbf47d1edd91f595be3d58c3fbb','en','Processmap','2016-08-12') ;
+( 'LABEL','ID_MAFE_b9925a331df6b1464182bdd6cbb2807c','en',' | SSS | 0 1 ... 998 999 |
| Timezone | z or zz | EST CST ... MST PST Note: as of 1.6.0, the z/zz format tokens have been deprecated.', NOW()) ,
+( 'LABEL','ID_MAFE_b9cf99bfe1ed82c4a117449ed85680db','en','There are problems saved the OutputDocument, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_b9f5c797ebbf55adccdd8539a65a0241','en','Disabled', NOW()) ,
+( 'LABEL','ID_MAFE_baf91b987e7003f016a96187c4aea54d','en','Please add option and click in cell for editing the cell value', NOW()) ,
+( 'LABEL','ID_MAFE_bafd7322c6e97d25b6299b5d6fe8920b','en','No', NOW()) ,
+( 'LABEL','ID_MAFE_bb3775bdd3504d816fafe7daaa3643e0','en',' |
| Day of Week (Locale) | e | 0 1 ... 5 6 |
| Day of Week (ISO) | E | 1 2 ... 6 7 |
', NOW()) ,
+( 'LABEL','ID_MAFE_bb3c8227885fe5d13241a9f7e5f06397','en','
Output documents: Generate documents with process data.', NOW()) ,
+( 'LABEL','ID_MAFE_bb7476567f5e12e60b01436dad77a533','en','is invalid.', NOW()) ,
+( 'LABEL','ID_MAFE_bbb13df048343bec1b7a2a92db9e861a','en','Show ID', NOW()) ,
+( 'LABEL','ID_MAFE_bbbabdbe1b262f75d99d62880b953be1','en','Role', NOW()) ,
+( 'LABEL','ID_MAFE_bbc0b13be5c0344b98b95223b813615d','en','Start Message Event', NOW()) ,
+( 'LABEL','ID_MAFE_bbf19b586e3b5fb519e07cff499c9d9e','en','Route case when back online', NOW()) ,
+( 'LABEL','ID_MAFE_bd16f59e931cb60f975d902d9a3b6cf0','en','| Second | s | 0 1 ... 58 59 |
| ss | 00 01 ... 58 59 |
', NOW()) ,
+( 'LABEL','ID_MAFE_bd21190449b7e88db48fa0f580a8f666','en','icons', NOW()) ,
+( 'LABEL','ID_MAFE_be1a57f7e1cfe44284e71c5175874967','en','Event', NOW()) ,
+( 'LABEL','ID_MAFE_be523bdcc111d8113eb54f747d89d4d7','en','A7', NOW()) ,
+( 'LABEL','ID_MAFE_bebfb2a099450ef06ded421e59c888b2','en','Format (CSS)', NOW()) ,
+( 'LABEL','ID_MAFE_bec3c2ccfb01e007c2d5282b01766fe1','en','Trigger to execute', NOW()) ,
+( 'LABEL','ID_MAFE_bf207aee24e634019ce40f4bc04b7262','en','Insert a message', NOW()) ,
+( 'LABEL','ID_MAFE_bf8252265e26d92c011456899a2d522e','en','At least one option must be filled.', NOW()) ,
+( 'LABEL','ID_MAFE_bfdc20040cc51551fadc0dabe517af06','en','Self Service Value Based Assignment', NOW()) ,
+( 'LABEL','ID_MAFE_bfe379052f3914db06f3994651836d47','en','Edit Properties', NOW()) ,
+( 'LABEL','ID_MAFE_c028a05a817ab315a9784fa1f0d815dd','en','Parallel Assignment', NOW()) ,
+( 'LABEL','ID_MAFE_c0723cf0be9c7e3b99fcce0d8e894987','en','working...', NOW()) ,
+( 'LABEL','ID_MAFE_c0b06c68c75e0313cac38c4cc8a64d50','en','Generate Web Entry Page', NOW()) ,
+( 'LABEL','ID_MAFE_c13fa34b370a32d2936226f53ce86875','en','Process Users', NOW()) ,
+( 'LABEL','ID_MAFE_c1c425268e68385d1ab5074c17a94f14','en','function', NOW()) ,
+( 'LABEL','ID_MAFE_c1dbca99810306ad4278271382056e6b','en','This action will delete all options. Do you want to continue?', NOW()) ,
+( 'LABEL','ID_MAFE_c22cf8376b1893dcfcef0649fe1a7d87','en','Second', NOW()) ,
+( 'LABEL','ID_MAFE_c2f3f489a00553e7a01d369c103c7251','en','NO', NOW()) ,
+( 'LABEL','ID_MAFE_c312fca2f486deefd552a41ccc75bfab','en','Output Document edited successfully', NOW()) ,
+( 'LABEL','ID_MAFE_c336025d9ce830a12c4c3668febc2983','en','Trigger updated correctly', NOW()) ,
+( 'LABEL','ID_MAFE_c33b138a163847cdb6caeeb7c9a126b4','en','Friday', NOW()) ,
+( 'LABEL','ID_MAFE_c360a6b5c3b1b36a8a5a13737cfda21c','en','Message Field Name', NOW()) ,
+( 'LABEL','ID_MAFE_c40b29699c408c2934c6b87e776965db','en','There is already a connection between these elements', NOW()) ,
+( 'LABEL','ID_MAFE_c41a31890959544c6523af684561abe5','en','Target', NOW()) ,
+( 'LABEL','ID_MAFE_c4379b8aabc3e9403dd1076f8a3864b0','en','Please select the control you want to use with your variable.
', NOW()) ,
+( 'LABEL','ID_MAFE_c44e15eb538fed543cc4b76599859b09','en','Every time scheduled by cron', NOW()) ,
+( 'LABEL','ID_MAFE_c499a5f4b3762b6b464ede4a8055e121','en','Supported Controls: file.', NOW()) ,
+( 'LABEL','ID_MAFE_c4cdd5e672b274b476f4760a304445ba','en','The column sizes are defined with integer numbers separated by spaces. Any combination of column sizes can be defined but all the columns sizes should add 12.
', NOW()) ,
+( 'LABEL','ID_MAFE_c50c7d354b9bcf097722ffbce38990a4','en','stepping', NOW()) ,
+( 'LABEL','ID_MAFE_c512b685438f41daa7386329a3b8f8d3','en','Daily', NOW()) ,
+( 'LABEL','ID_MAFE_c53385d51221bcb27c5f37de31043c24','en','No Category', NOW()) ,
+( 'LABEL','ID_MAFE_c5bcf625cbb751aba886be634ef4ef47','en','Invalid Connection between elements', NOW()) ,
+( 'LABEL','ID_MAFE_c5d84b6c19cb058b7b5471b30e926823','en','Invalid operation: Delete message flow before converting it to', NOW()) ,
+( 'LABEL','ID_MAFE_c5f93fd19468533ea5c9114801c2958d','en','Input Document updated successfully', NOW()) ,
+( 'LABEL','ID_MAFE_c61404957758dfda283709e89376ab3e','en','layout', NOW()) ,
+( 'LABEL','ID_MAFE_c61dee25881b22ead46aca2bc70f0f9d','en','Assigned supervisors list', NOW()) ,
+( 'LABEL','ID_MAFE_c6589f5236c0c434d0c63dc5f9a856f2','en','Balanced', NOW()) ,
+( 'LABEL','ID_MAFE_c669a07db307f61a0e1c8e8cc030da6a','en','An unexpected error while assigning the step, please try again later.', NOW()) ,
+( 'LABEL','ID_MAFE_c6baf5d413034c4bbf37bdc231655e10','en','The lane can be dropped only over an empty pool. Please empty the pool before dropping a lane.', NOW()) ,
+( 'LABEL','ID_MAFE_c6bdf6f65f3845da9085e9ae5790b494','en','A2', NOW()) ,
+( 'LABEL','ID_MAFE_c6e76812e5ffe1d7adb0117469239f84','en','Lane: Used to divide a process into different sections.', NOW()) ,
+( 'LABEL','ID_MAFE_c6f2f93133905f75da4b02ccc19ab66a','en','A5', NOW()) ,
+( 'LABEL','ID_MAFE_c72d6772f171179fe635af3b5e544434','en','Legal Copy', NOW()) ,
+( 'LABEL','ID_MAFE_c72d7ee8a23bae4c80e8cc4521f89f7a','en','Steps for task', NOW()) ,
+( 'LABEL','ID_MAFE_c753162c88467b5e75884bb765d7a682','en','Multiple Steps', NOW()) ,
+( 'LABEL','ID_MAFE_c7892ebbb139886662c6f2fc8c450710','en','Subject', NOW()) ,
+( 'LABEL','ID_MAFE_c78a4a6f9ede9c76f26b0cebed36189b','en','OutPut Document (s)', NOW()) ,
+( 'LABEL','ID_MAFE_c793116b0fc9df6d8761028f4adbe90e','en','Execute a trigger when a case is opened', NOW()) ,
+( 'LABEL','ID_MAFE_c79bdf421714f5087fc34b7c538b6807','en','submit', NOW()) ,
+( 'LABEL','ID_MAFE_c7f8f8652db6d74e086d297129179d2f','en','Task/sub-process name can''t be empty', NOW()) ,
+( 'LABEL','ID_MAFE_c811eda5d60b171dda58b7dcd2df1652','en','Enable this task for offline use:', NOW()) ,
+( 'LABEL','ID_MAFE_c84b883e444f5a6104a94e46190b1051','en','Edit Input Document', NOW()) ,
+( 'LABEL','ID_MAFE_c86d6b2734026553fcc1826b1813e662','en','string or jQuery object', NOW()) ,
+( 'LABEL','ID_MAFE_c88ad0157bfa285e16c222e651c6d482','en','Execute a trigger when a case is paused', NOW()) ,
+( 'LABEL','ID_MAFE_c942e2c249d4a7f9e2f4bddd02ef87e7','en','Default: false
Show the "Clear" button in the icon toolbar.
', NOW()) ,
+( 'LABEL','ID_MAFE_c97cca23ba8eebfbe951796f03915107','en','Edit Output Document', NOW()) ,
+( 'LABEL','ID_MAFE_c9838204ecea4595edd1ef4a76b66846','en','array variable', NOW()) ,
+( 'LABEL','ID_MAFE_c991b0dfe2947768cfc57a1acb65d721','en','Single Dynaform', NOW()) ,
+( 'LABEL','ID_MAFE_c9cc8cce247e49bae79f15173ce97354','en','Save', NOW()) ,
+( 'LABEL','ID_MAFE_ca0dbad92a874b2f69b549293387925e','en','Code', NOW()) ,
+( 'LABEL','ID_MAFE_ca54a730db8947fb7f724df269a4ad07','en','Gateway: Selects a path or divides the process into multiple paths and joins them together.', NOW()) ,
+( 'LABEL','ID_MAFE_ca66e7fe495e52dcf26d76a0e3fd3cd8','en','Event messages', NOW()) ,
+( 'LABEL','ID_MAFE_cab2f517f232fec132b37a4778df7139','en','| Week Year (ISO) | GG | 70 71 ... 29 30 |
| GGGG | 1970 1971 ... 2029 2030 |
', NOW()) ,
+( 'LABEL','ID_MAFE_cabf52523fbbddadbde30994e36845d0','en','Store Result In', NOW()) ,
+( 'LABEL','ID_MAFE_cae0206c31eaa305dd0e847330c5e837','en','wildcard', NOW()) ,
+( 'LABEL','ID_MAFE_cae09bbf47d1edd91f595be3d58c3fbb','en','Processmap', NOW()) ,
+( 'LABEL','ID_MAFE_cba3917d344178657c24e17192d622be','en','The following variables have been created:
', NOW()) ,
+( 'LABEL','ID_MAFE_cbcee680697ae9b5cd066ec611895829','en','Boundary Event Type', NOW()) ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-( 'LABEL','ID_MAFE_cba3917d344178657c24e17192d622be','en','The following variables have been created:
','2016-08-12') ,
-( 'LABEL','ID_MAFE_cbcee680697ae9b5cd066ec611895829','en','Boundary Event Type','2016-08-12') ,
-( 'LABEL','ID_MAFE_cbf3543f93135ddeb0fbe1b2f822799d','en','Colspan is used to define the size and number of columns of a selected row. Twelve columns can be defined as maximum.','2016-08-12') ,
-( 'LABEL','ID_MAFE_cbfc6ad7fc06283ba1556ed2e4d30ff4','en','Correlation Value','2016-08-12') ,
-( 'LABEL','ID_MAFE_cc392b567536af3977d356f3c4f201c6','en','Please upload a file with a valid extension (.json)','2016-08-12') ,
-( 'LABEL','ID_MAFE_cc476d42149b7b1bf8a60ea941970116','en','Properties invalid elements:
','2016-08-12') ,
-( 'LABEL','ID_MAFE_cc5d90569e1c8313c2b1c2aab1401174','en','September','2016-08-12') ,
-( 'LABEL','ID_MAFE_cc82ea5c68e8fef6fd016115180de7ec','en','Custom Hostname','2017-11-22') ,
-( 'LABEL','ID_MAFE_cd0c6092d6a6874f379fe4827ed1db8b','en','PUBLIC','2016-08-12') ,
-( 'LABEL','ID_MAFE_cda829a5b60fd623ccd9c89377c1ba7f','en','Date time','2016-08-12') ,
-( 'LABEL','ID_MAFE_cdc02faa21aec923a6865eed7803cf76','en','Target Task','2016-08-12') ,
-( 'LABEL','ID_MAFE_cdd1f7270c9e7d6be3a484121bf2cd70','en','Link Generation','2017-11-22') ,
-( 'LABEL','ID_MAFE_ce2c8aed9c2fa0cfbed56cbda4d8bf07','en','Empty','2016-08-12') ,
-( 'LABEL','ID_MAFE_ce495ab8d79db0d37413d8e95b54e606','en','multiple','2016-08-12') ,
-( 'LABEL','ID_MAFE_ce4d4b319a571fda7b689cee71432d5d','en','Custom Trigger','2016-08-12') ,
-( 'LABEL','ID_MAFE_ce5f8a0a2fea8e45ddfd3fe51ae60703','en','Fileupload','2017-11-22') ,
-( 'LABEL','ID_MAFE_ceacb93de81fd75fc4d78446523a451f','en','Textbox','2017-11-22') ,
-( 'LABEL','ID_MAFE_cec5d779d280ccc9c11ba492353a3a02','en','Remove Object','2016-08-12') ,
-( 'LABEL','ID_MAFE_cec5f5f46fe524c3b0f9f0c18d74af91','en','Select a language.','2017-11-22') ,
-( 'LABEL','ID_MAFE_ced3ccc640e21085b1bf8a2389332f70','en','| AM/PM | A | AM PM |
| a | am pm |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_cef5e20d12886936632c84c319057288','en','exmaple-name','2017-11-22') ,
-( 'LABEL','ID_MAFE_cf9f7adb0fd03f4072c4f44f8328433f','en','An integer','2016-08-12') ,
-( 'LABEL','ID_MAFE_d08ccf52b4cdd08e41cfb99ec42e0b29','en','Permissions','2016-08-12') ,
-( 'LABEL','ID_MAFE_d0aac4ce1ac97df2b4c6e456bbe3a061','en','Expand all','2016-08-12') ,
-( 'LABEL','ID_MAFE_d0cf959c7706a5c88e7b434c857f9ca8','en','Pending Task / Not Executed','2016-08-12') ,
-( 'LABEL','ID_MAFE_d0e45878043844ffc41aac437e86b602','en','parent','2016-08-12') ,
-( 'LABEL','ID_MAFE_d14f18dc87737c53160abb29b9da643c','en','Saving Process','2016-08-12') ,
-( 'LABEL','ID_MAFE_d1948d0992fcf56030d9f5b250736dad','en','Enable Versioning','2016-08-12') ,
-( 'LABEL','ID_MAFE_d207b4e0bce42a8f1555ce3a05e287f6','en','Dec','2016-08-12') ,
-( 'LABEL','ID_MAFE_d23b1ae2181127f01be369b1ca27fdf5','en','The key value already exists.','2016-08-12') ,
-( 'LABEL','ID_MAFE_d27532d90ecd513e97ab811c0f34dbfd','en','Minimize','2016-08-12') ,
-( 'LABEL','ID_MAFE_d287f7dbd26ba9650f495a91fd532191','en','object with the all or one of the parameters above; horizontal: ''auto'', ''left'', ''right'' or vertical: ''auto'', ''top'', ''bottom''','2016-08-12') ,
-( 'LABEL','ID_MAFE_d2bd8c9509fc30a577287acb37ca93e1','en','datepicker view mode','2016-08-12') ,
-( 'LABEL','ID_MAFE_d2cd6300ffb46de2841ccf9c252ad9b8','en','Create Input Document','2016-08-12') ,
-( 'LABEL','ID_MAFE_d2e8a6fdb73b61fc8bb63c75aa9921c8','en','Start file download successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_d304ba20e96d87411588eeabac850e34','en','label','2016-08-12') ,
-( 'LABEL','ID_MAFE_d329fd777726c300d7a044e482b967e7','en','clone','2017-11-22') ,
-( 'LABEL','ID_MAFE_d3548dd5f5b6667fdbd433a77288973c','en','Error, There are problems updating the element','2016-08-12') ,
-( 'LABEL','ID_MAFE_d3d2e617335f08df83599665eef8a418','en','Close','2017-11-22') ,
-( 'LABEL','ID_MAFE_d3eb32a3c80167aaa9aa114db53a22dd','en','Sql:','2016-08-12') ,
-( 'LABEL','ID_MAFE_d3f29913d052896a7de99dbc03691d93','en','PDF security','2016-08-12') ,
-( 'LABEL','ID_MAFE_d40a0246031d05173d2fe23ef8b4f7a9','en','Routing rule removed correctly','2016-08-12') ,
-( 'LABEL','ID_MAFE_d40a430b5994378821419101cda69c58','en','Parallel by Evaluation','2017-11-22') ,
-( 'LABEL','ID_MAFE_d4211e3744d9a86f562e76204530a2a5','en','Variable for Self Service Value Based Assignment','2016-08-12') ,
-( 'LABEL','ID_MAFE_d426d6effc8a921775964c7873067700','en',' | h | 1 2 ... 11 12 |
| hh | 01 02 ... 11 12 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_d47318a2a0d03c15dba85904e34c6afd','en','Hide Logged Information Bar','2017-11-22') ,
-( 'LABEL','ID_MAFE_d48c796fe10ae93243dd0202fbc5ed78','en','Duplicate value for key','2016-08-12') ,
-( 'LABEL','ID_MAFE_d4903c30cd1efde76c02488c8697503b','en','Assigned user','2017-11-22') ,
-( 'LABEL','ID_MAFE_d4eaf061d0141da13fc44f17a1484f19','en','Step {0} ( {1} )','2016-08-12') ,
-( 'LABEL','ID_MAFE_d55b30607c2a9a2616347d6edb789f6b','en','Last','2016-08-12') ,
-( 'LABEL','ID_MAFE_d5706ca375c8d6a21acb1deac3f7e357','en','Advanced link generation','2017-11-22') ,
-( 'LABEL','ID_MAFE_d5d3db1765287eef77d7927cc956f50a','en','title','2016-08-12') ,
-( 'LABEL','ID_MAFE_d62abd4be004b04615bd652961d6834f','en','Assigned objects','2016-08-12') ,
-( 'LABEL','ID_MAFE_d66bf84417d8bc392b891637f89e83eb','en','Error value: Minute: 0 - 59','2016-08-12') ,
-( 'LABEL','ID_MAFE_d685251a3afff77558aaa0101fc941ab','en','There are problems getting the list of dynaforms, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_d6d390d565e04f51d5d9e9b9d729927c','en','Do you want to delete this Trigger?','2016-08-12') ,
-( 'LABEL','ID_MAFE_d6f50a79f146ae5544b50c2d9b100a0d','en','Report Generator','2016-08-12') ,
-( 'LABEL','ID_MAFE_d74c675d11eb7323f063948513b9a14d','en','Empty Task','2016-08-12') ,
-( 'LABEL','ID_MAFE_d7dea2ba9be1a9aac2a1d06691e50570','en','Message Type Saved successfully.','2016-08-12') ,
-( 'LABEL','ID_MAFE_d8012aca7276ee78d2e2bd33861d72a1','en','At least one object should be selected in order to execute the action.','2016-08-12') ,
-( 'LABEL','ID_MAFE_d88c146dfafdea37a837778a92415bc2','en','A0','2016-08-12') ,
-( 'LABEL','ID_MAFE_d890b531c1bc187c2c2fad9da298cfc6','en','There are problems getting the list of projects.','2016-08-12') ,
-( 'LABEL','ID_MAFE_d90afd265d3ae2d1062a4dac2613fbd6','en','Web Entry URL:','2017-11-22') ,
-( 'LABEL','ID_MAFE_d9a178c34608359bd5608813a08de096','en','Manual Task','2016-08-12') ,
-( 'LABEL','ID_MAFE_d9b9a07c7b536fdc734d3b88b85aac82','en','Use a pattern (to be used in a search).','2016-08-12') ,
-( 'LABEL','ID_MAFE_da36cfaf48b9e19896e23e1207040d1e','en','months','2016-08-12') ,
-( 'LABEL','ID_MAFE_da899c7ecb82930d22fb8d1942581648','en','Origin Task','2016-08-12') ,
-( 'LABEL','ID_MAFE_dae8ace18bdcbcc6ae5aece263e14fe8','en','Options','2017-11-22') ,
-( 'LABEL','ID_MAFE_db0f6f37ebeb6ea09489124345af2a45','en','group','2016-08-12') ,
-( 'LABEL','ID_MAFE_db71d165eea16a6618d0aa8d9368c4ab','en','Define accepted variable values','2017-11-22') ,
-( 'LABEL','ID_MAFE_dc30bc0c7914db5918da4263fce93ad2','en','Clear','2016-08-12') ,
-( 'LABEL','ID_MAFE_dc45332742bde79337287a115c6422a4','en','Select variable','2016-08-12') ,
-( 'LABEL','ID_MAFE_dc57a7c94c6039e453fc44f153b865a4','en','The changed variables have been added with the suffix “_1â€.','2016-08-12') ,
-( 'LABEL','ID_MAFE_dc647eb65e6711e155375218212b3964','en','Password','2016-08-12') ,
-( 'LABEL','ID_MAFE_dc6efaeccf34d292ce91634e532d7b44','en','Hide the case number and the case title in the steps','2016-08-12') ,
-( 'LABEL','ID_MAFE_dc810b4cb74c8f016bceb38f35f14d34','en','Do you want to delete this DB Connection?','2016-08-12') ,
-( 'LABEL','ID_MAFE_dc8fc7a5b6a7c0f6711279c884cb4833','en','Web Entry Title','2017-11-22') ,
-( 'LABEL','ID_MAFE_dca2d7da83c33cb7110af7c69de355fc','en','The property event was saved successfully.','2016-08-12') ,
-( 'LABEL','ID_MAFE_dce333d9e7472c085cf0e12d13d52be7','en','self Service','2016-08-12') ,
-( 'LABEL','ID_MAFE_dd1f775e443ff3b9a89270713580a51b','en','Previous','2016-08-12') ;
+( 'LABEL','ID_MAFE_cbf3543f93135ddeb0fbe1b2f822799d','en','Colspan is used to define the size and number of columns of a selected row. Twelve columns can be defined as maximum.', NOW()) ,
+( 'LABEL','ID_MAFE_cbfc6ad7fc06283ba1556ed2e4d30ff4','en','Correlation Value', NOW()) ,
+( 'LABEL','ID_MAFE_cc392b567536af3977d356f3c4f201c6','en','Please upload a file with a valid extension (.json)', NOW()) ,
+( 'LABEL','ID_MAFE_cc476d42149b7b1bf8a60ea941970116','en','Properties invalid elements:
', NOW()) ,
+( 'LABEL','ID_MAFE_cc5d90569e1c8313c2b1c2aab1401174','en','September', NOW()) ,
+( 'LABEL','ID_MAFE_cc82ea5c68e8fef6fd016115180de7ec','en','Custom Hostname', NOW()) ,
+( 'LABEL','ID_MAFE_cd0c6092d6a6874f379fe4827ed1db8b','en','PUBLIC', NOW()) ,
+( 'LABEL','ID_MAFE_cda829a5b60fd623ccd9c89377c1ba7f','en','Date time', NOW()) ,
+( 'LABEL','ID_MAFE_cdc02faa21aec923a6865eed7803cf76','en','Target Task', NOW()) ,
+( 'LABEL','ID_MAFE_cdd1f7270c9e7d6be3a484121bf2cd70','en','Link Generation', NOW()) ,
+( 'LABEL','ID_MAFE_ce2c8aed9c2fa0cfbed56cbda4d8bf07','en','Empty', NOW()) ,
+( 'LABEL','ID_MAFE_ce495ab8d79db0d37413d8e95b54e606','en','multiple', NOW()) ,
+( 'LABEL','ID_MAFE_ce4d4b319a571fda7b689cee71432d5d','en','Custom Trigger', NOW()) ,
+( 'LABEL','ID_MAFE_ce50a09343724eb82df11390e2c1de18','en','button', NOW()) ,
+( 'LABEL','ID_MAFE_cec5d779d280ccc9c11ba492353a3a02','en','Remove Object', NOW()) ,
+( 'LABEL','ID_MAFE_cec5f5f46fe524c3b0f9f0c18d74af91','en','Select a language.', NOW()) ,
+( 'LABEL','ID_MAFE_ced3ccc640e21085b1bf8a2389332f70','en','| AM/PM | A | AM PM |
| a | am pm |
', NOW()) ,
+( 'LABEL','ID_MAFE_cef5e20d12886936632c84c319057288','en','exmaple-name', NOW()) ,
+( 'LABEL','ID_MAFE_cf9f7adb0fd03f4072c4f44f8328433f','en','An integer', NOW()) ,
+( 'LABEL','ID_MAFE_d08ccf52b4cdd08e41cfb99ec42e0b29','en','Permissions', NOW()) ,
+( 'LABEL','ID_MAFE_d0aac4ce1ac97df2b4c6e456bbe3a061','en','Expand all', NOW()) ,
+( 'LABEL','ID_MAFE_d0cf959c7706a5c88e7b434c857f9ca8','en','Pending Task / Not Executed', NOW()) ,
+( 'LABEL','ID_MAFE_d0e45878043844ffc41aac437e86b602','en','parent', NOW()) ,
+( 'LABEL','ID_MAFE_d14f18dc87737c53160abb29b9da643c','en','Saving Process', NOW()) ,
+( 'LABEL','ID_MAFE_d1948d0992fcf56030d9f5b250736dad','en','Enable Versioning', NOW()) ,
+( 'LABEL','ID_MAFE_d207b4e0bce42a8f1555ce3a05e287f6','en','Dec', NOW()) ,
+( 'LABEL','ID_MAFE_d23b1ae2181127f01be369b1ca27fdf5','en','The key value already exists.', NOW()) ,
+( 'LABEL','ID_MAFE_d27532d90ecd513e97ab811c0f34dbfd','en','Minimize', NOW()) ,
+( 'LABEL','ID_MAFE_d287f7dbd26ba9650f495a91fd532191','en','object with the all or one of the parameters above; horizontal: ''auto'', ''left'', ''right'' or vertical: ''auto'', ''top'', ''bottom''', NOW()) ,
+( 'LABEL','ID_MAFE_d2bd8c9509fc30a577287acb37ca93e1','en','datepicker view mode', NOW()) ,
+( 'LABEL','ID_MAFE_d2cd6300ffb46de2841ccf9c252ad9b8','en','Create Input Document', NOW()) ,
+( 'LABEL','ID_MAFE_d2e8a6fdb73b61fc8bb63c75aa9921c8','en','Start file download successfully', NOW()) ,
+( 'LABEL','ID_MAFE_d304ba20e96d87411588eeabac850e34','en','label', NOW()) ,
+( 'LABEL','ID_MAFE_d329fd777726c300d7a044e482b967e7','en','clone', NOW()) ,
+( 'LABEL','ID_MAFE_d3548dd5f5b6667fdbd433a77288973c','en','Error, There are problems updating the element', NOW()) ,
+( 'LABEL','ID_MAFE_d3d2e617335f08df83599665eef8a418','en','Close', NOW()) ,
+( 'LABEL','ID_MAFE_d3eb32a3c80167aaa9aa114db53a22dd','en','Sql:', NOW()) ,
+( 'LABEL','ID_MAFE_d3f29913d052896a7de99dbc03691d93','en','PDF security', NOW()) ,
+( 'LABEL','ID_MAFE_d40a0246031d05173d2fe23ef8b4f7a9','en','Routing rule removed correctly', NOW()) ,
+( 'LABEL','ID_MAFE_d40a430b5994378821419101cda69c58','en','Parallel by Evaluation', NOW()) ,
+( 'LABEL','ID_MAFE_d4211e3744d9a86f562e76204530a2a5','en','Variable for Self Service Value Based Assignment', NOW()) ,
+( 'LABEL','ID_MAFE_d426d6effc8a921775964c7873067700','en',' | h | 1 2 ... 11 12 |
| hh | 01 02 ... 11 12 |
', NOW()) ,
+( 'LABEL','ID_MAFE_d47318a2a0d03c15dba85904e34c6afd','en','Hide Logged Information Bar', NOW()) ,
+( 'LABEL','ID_MAFE_d48c796fe10ae93243dd0202fbc5ed78','en','Duplicate value for key', NOW()) ,
+( 'LABEL','ID_MAFE_d4903c30cd1efde76c02488c8697503b','en','Assigned user', NOW()) ,
+( 'LABEL','ID_MAFE_d4eaf061d0141da13fc44f17a1484f19','en','Step {0} ( {1} )', NOW()) ,
+( 'LABEL','ID_MAFE_d55b30607c2a9a2616347d6edb789f6b','en','Last', NOW()) ,
+( 'LABEL','ID_MAFE_d5706ca375c8d6a21acb1deac3f7e357','en','Advanced link generation', NOW()) ,
+( 'LABEL','ID_MAFE_d5d3db1765287eef77d7927cc956f50a','en','title', NOW()) ,
+( 'LABEL','ID_MAFE_d62abd4be004b04615bd652961d6834f','en','Assigned objects', NOW()) ,
+( 'LABEL','ID_MAFE_d66bf84417d8bc392b891637f89e83eb','en','Error value: Minute: 0 - 59', NOW()) ,
+( 'LABEL','ID_MAFE_d685251a3afff77558aaa0101fc941ab','en','There are problems getting the list of dynaforms, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_d6d390d565e04f51d5d9e9b9d729927c','en','Do you want to delete this Trigger?', NOW()) ,
+( 'LABEL','ID_MAFE_d6f50a79f146ae5544b50c2d9b100a0d','en','Report Generator', NOW()) ,
+( 'LABEL','ID_MAFE_d74c675d11eb7323f063948513b9a14d','en','Empty Task', NOW()) ,
+( 'LABEL','ID_MAFE_d7dea2ba9be1a9aac2a1d06691e50570','en','Message Type Saved successfully.', NOW()) ,
+( 'LABEL','ID_MAFE_d8012aca7276ee78d2e2bd33861d72a1','en','At least one object should be selected in order to execute the action.', NOW()) ,
+( 'LABEL','ID_MAFE_d88c146dfafdea37a837778a92415bc2','en','A0', NOW()) ,
+( 'LABEL','ID_MAFE_d890b531c1bc187c2c2fad9da298cfc6','en','There are problems getting the list of projects.', NOW()) ,
+( 'LABEL','ID_MAFE_d90afd265d3ae2d1062a4dac2613fbd6','en','Web Entry URL:', NOW()) ,
+( 'LABEL','ID_MAFE_d9a178c34608359bd5608813a08de096','en','Manual Task', NOW()) ,
+( 'LABEL','ID_MAFE_d9b9a07c7b536fdc734d3b88b85aac82','en','Use a pattern (to be used in a search).', NOW()) ,
+( 'LABEL','ID_MAFE_da36cfaf48b9e19896e23e1207040d1e','en','months', NOW()) ,
+( 'LABEL','ID_MAFE_da899c7ecb82930d22fb8d1942581648','en','Origin Task', NOW()) ,
+( 'LABEL','ID_MAFE_dae8ace18bdcbcc6ae5aece263e14fe8','en','Options', NOW()) ,
+( 'LABEL','ID_MAFE_db0f6f37ebeb6ea09489124345af2a45','en','group', NOW()) ,
+( 'LABEL','ID_MAFE_db71d165eea16a6618d0aa8d9368c4ab','en','Define accepted variable values', NOW()) ,
+( 'LABEL','ID_MAFE_dc30bc0c7914db5918da4263fce93ad2','en','Clear', NOW()) ,
+( 'LABEL','ID_MAFE_dc45332742bde79337287a115c6422a4','en','Select variable', NOW()) ,
+( 'LABEL','ID_MAFE_dc57a7c94c6039e453fc44f153b865a4','en','The changed variables have been added with the suffix “_1â€.', NOW()) ,
+( 'LABEL','ID_MAFE_dc647eb65e6711e155375218212b3964','en','Password', NOW()) ,
+( 'LABEL','ID_MAFE_dc6efaeccf34d292ce91634e532d7b44','en','Hide the case number and the case title in the steps', NOW()) ,
+( 'LABEL','ID_MAFE_dc810b4cb74c8f016bceb38f35f14d34','en','Do you want to delete this DB Connection?', NOW()) ,
+( 'LABEL','ID_MAFE_dc8fc7a5b6a7c0f6711279c884cb4833','en','Web Entry Title', NOW()) ,
+( 'LABEL','ID_MAFE_dca2d7da83c33cb7110af7c69de355fc','en','The property event was saved successfully.', NOW()) ,
+( 'LABEL','ID_MAFE_dce333d9e7472c085cf0e12d13d52be7','en','self Service', NOW()) ,
+( 'LABEL','ID_MAFE_dd1f775e443ff3b9a89270713580a51b','en','Previous', NOW()) ,
+( 'LABEL','ID_MAFE_dd7b1201c11de68c122a739622d5f377','en','Supported Controls: datetime, hidden.', NOW()) ,
+( 'LABEL','ID_MAFE_de04bbb13657e1df223071e8b2cfae41','en',' | Token | Output |
|---|
| Month | M | 1 2 ... 11 12 |
', NOW()) ,
+( 'LABEL','ID_MAFE_de340309f61afe838ad6b7666c38de22','en','Export process', NOW()) ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-( 'LABEL','ID_MAFE_dd7b1201c11de68c122a739622d5f377','en','Supported Controls: datetime, hidden.','2017-11-22') ,
-( 'LABEL','ID_MAFE_de04bbb13657e1df223071e8b2cfae41','en',' | Token | Output |
|---|
| Month | M | 1 2 ... 11 12 |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_de340309f61afe838ad6b7666c38de22','en','Export process','2016-08-12') ,
-( 'LABEL','ID_MAFE_de95b43bceeb4b998aed4aed5cef1ae7','en','edit','2016-08-12') ,
-( 'LABEL','ID_MAFE_de9b9ed78d7e2e1dceeffee780e2f919','en','javascript','2016-08-12') ,
-( 'LABEL','ID_MAFE_def36b726efed529b13ba240dd331a12','en','Pool','2017-11-22') ,
-( 'LABEL','ID_MAFE_df347a373b8f92aa0ae3dd920a5ec2f6','en','rows','2016-08-12') ,
-( 'LABEL','ID_MAFE_df9d1858f32ca3b186ac018ca508a144','en','Variable for Case priority','2016-08-12') ,
-( 'LABEL','ID_MAFE_dfc40f0e59f5a510ccd9db550affc2a5','en','Parallel gateway','2016-08-12') ,
-( 'LABEL','ID_MAFE_e019dd49d439bb6d6765f7d2f6915333','en','Close Validator','2016-08-12') ,
-( 'LABEL','ID_MAFE_e04aa5104d082e4a51d241391941ba26','en','variable','2016-08-12') ,
-( 'LABEL','ID_MAFE_e071ce22a73ed2e5ea13f4d61d76f5ab','en','Database Connection:','2016-08-12') ,
-( 'LABEL','ID_MAFE_e09646ce9f4b38cbf4816df15cee61d6','en','Report toO','2016-08-12') ,
-( 'LABEL','ID_MAFE_e0aa021e21dddbd6d8cecec71e9cf564','en','OK','2016-08-12') ,
-( 'LABEL','ID_MAFE_e0c9b0646bf818123171ad13d15b48e0','en','There are problems removing task','2016-08-12') ,
-( 'LABEL','ID_MAFE_e12167aa0a7698e6ebc92b4ce3909b53','en','To','2016-08-12') ,
-( 'LABEL','ID_MAFE_e148afc16b27021949123135f0cfb672','en','Array of users','2016-08-12') ,
-( 'LABEL','ID_MAFE_e16d24cd68030dda478e6ca7151010e2','en','@@myData','2016-08-12') ,
-( 'LABEL','ID_MAFE_e1a9dc9f23534e63de9df0d540ac1611','en','Once','2016-08-12') ,
-( 'LABEL','ID_MAFE_e1ba155a9f2e8c3be94020eef32a0301','en','Manual','2016-08-12') ,
-( 'LABEL','ID_MAFE_e1c496f67d70286897d9813254b4c0b1','en','Of the month(s)','2016-08-12') ,
-( 'LABEL','ID_MAFE_e1e4c8c9ccd9fc39c391da4bcd093fb2','en','Block','2016-08-12') ,
-( 'LABEL','ID_MAFE_e20cbb947afcf84cf58de1358ee1068d','en','Error message','2016-08-12') ,
-( 'LABEL','ID_MAFE_e21db27183e0325f6f827b5781336bab','en','Select a Skin','2017-11-22') ,
-( 'LABEL','ID_MAFE_e2627d9094274c7bcdc01ce1dadbaaab','en','Select Target Process','2017-11-22') ,
-( 'LABEL','ID_MAFE_e29d57981d438d31f08b968bb12ed568','en','Select a Control','2016-08-12') ,
-( 'LABEL','ID_MAFE_e2a990c9958b0fd2ecb860335737c258','en','Please configure script to wait for a signal.','2016-08-12') ,
-( 'LABEL','ID_MAFE_e2b9d6eb9f3ec7d4e6089274a4481fab','en','There are problems getting the list of DynaForms, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_e30f555e5a24f076a5d5be70a4625270','en','TNS','2016-08-12') ,
-( 'LABEL','ID_MAFE_e3ce9b91bd7b1be415b5e687006ad179','en','false: No default selection
true: current date
year: the first day of the current year
month: the first day of the month
day: the current day
hour: the current hour without minutes
minute: the current minute','2017-11-22') ,
-( 'LABEL','ID_MAFE_e4204641574e4827600356b4dcacd276','en','Pdf','2016-08-12') ,
-( 'LABEL','ID_MAFE_e44b145bd8b49b06e0ad2ced1ad56466','en','Plain Text','2016-08-12') ,
-( 'LABEL','ID_MAFE_e47eb6970857d9b170bb3691a0dad2f4','en','Activity must have an outgoing sequence flow','2016-08-12') ,
-( 'LABEL','ID_MAFE_e4cf1a5db1d2df2e913b6685e634afad','en','Enter a valid URL to be redirected when entry will be completed','2017-11-22') ,
-( 'LABEL','ID_MAFE_e54e3cf1f4745ffacdc539446402f9e4','en','Output Document to Generate','2016-08-12') ,
-( 'LABEL','ID_MAFE_e5771a362d88a71a657bfcd21ca54b3f','en','Units','2016-08-12') ,
-( 'LABEL','ID_MAFE_e5f8dbb32f8dead7935095ec1e38cc67','en','Start Event','2017-11-22') ,
-( 'LABEL','ID_MAFE_e659b52eba1f0299b2d8ca3483919e72','en','Type:','2016-08-12') ,
-( 'LABEL','ID_MAFE_e68564f23e0e939acea76dc3d2bc01bf','en','Jan','2016-08-12') ,
-( 'LABEL','ID_MAFE_e693021f9ae34a3833f0036c52837cfd','en','
Variables: Define the process data.','2016-08-12') ,
-( 'LABEL','ID_MAFE_e6fa96066374220d571ce0ed5f818ca2','en','One Time Only','2016-08-12') ,
-( 'LABEL','ID_MAFE_e6fe2cb291ace4c56d3f9481b3b963af','en','Select a language','2017-11-22') ,
-( 'LABEL','ID_MAFE_e70d93ce81ad26fe9c3c5d904a955260','en','Edit Variable','2016-08-12') ,
-( 'LABEL','ID_MAFE_e711a42279b23490048c2a4bbaeb1afc','en','Edit Message Type','2016-08-12') ,
-( 'LABEL','ID_MAFE_e72f0ee21d7c9d52b358a3bda9133429','en','Message Type Deleted successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_e76f82ba7eb19b9a6a22829ead887c7d','en','Self Service','2016-08-12') ,
-( 'LABEL','ID_MAFE_e787b4cb0cdefd8881e38a4f54305701','en','Examples:
','2016-08-12') ,
-( 'LABEL','ID_MAFE_e7d22294bdcb7133967c3548ece982e5','en','UID','2016-08-12') ,
-( 'LABEL','ID_MAFE_e807d3ccf8d24c8c1a3d86db5da78da8','en','Days','2016-08-12') ,
-( 'LABEL','ID_MAFE_e8308c9bdecef89676a80116e65d9210','en','- Select an input document -','2016-08-12') ,
-( 'LABEL','ID_MAFE_e8be55bf3a30501aef09d2e74de97976','en','This name already exists.','2016-08-12') ,
-( 'LABEL','ID_MAFE_e8fab833730f3a939d0b3812fe043b5d','en','href','2016-08-12') ,
-( 'LABEL','ID_MAFE_e93a4587303a40147959da9901f50e34','en','Horizontal Text','2017-11-22') ,
-( 'LABEL','ID_MAFE_e9baaa746b16c3c4b1c6668acba2a095','en','The day','2016-08-12') ,
-( 'LABEL','ID_MAFE_e9cb217697088a98b1937d111d936281','en','Attachment','2017-11-22') ,
-( 'LABEL','ID_MAFE_e9e8378dd79d6183c91dc32bb85e1363','en','Assigned users list','2016-08-12') ,
-( 'LABEL','ID_MAFE_ea171d540ccd5f0669171ef06d3cd848','en','Feb','2016-08-12') ,
-( 'LABEL','ID_MAFE_ea1dfeb79bcdfcc668bc8a09e101b7e9','en','- Select a process -','2017-11-22') ,
-( 'LABEL','ID_MAFE_ea307f4b2295ccbeec8e6ef77e0a3364','en','There are problems saved, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_ea4788705e6873b424c65e91c2846b19','en','Cancel','2017-11-22') ,
-( 'LABEL','ID_MAFE_eaeb30f9f18e0c50b178676f3eaef45f','en','Task','2016-08-12') ,
-( 'LABEL','ID_MAFE_eb0e94f426e2486a5af19633142d5ac7','en','No users','2016-08-12') ,
-( 'LABEL','ID_MAFE_eb178264802ebbd52cccc8feadb72a6f','en','PARAMETERS','2016-08-12') ,
-( 'LABEL','ID_MAFE_eb4b40c1221dad5b23fe7ef84d292be1','en','Jun','2016-08-12') ,
-( 'LABEL','ID_MAFE_eba58323955caff5dc6ed8b89fd52ccf','en','Cases Notes','2016-08-12') ,
-( 'LABEL','ID_MAFE_ebb035d359e317060c652f54a18cfb1b','en','Copy of','2016-08-12') ,
-( 'LABEL','ID_MAFE_ebc1c8328f25c6ccb2ff00dd27b56693','en','is required.','2016-08-12') ,
-( 'LABEL','ID_MAFE_ebcc39462e6620a8cf432194084a5483','en','Options:','2016-08-12') ,
-( 'LABEL','ID_MAFE_ec211f7c20af43e742bf2570c3cb84f9','en','Add','2017-11-22') ,
-( 'LABEL','ID_MAFE_ec36eecb212798bfc86076f1759b5824','en','Participation','2016-08-12') ,
-( 'LABEL','ID_MAFE_ec53a8c4f07baed5d8825072c89799be','en','Status','2016-08-12') ,
-( 'LABEL','ID_MAFE_ec6f1a89963c5b95d783e0c260fc959a','en','Can''t connect start event to subprocess','2016-08-12') ,
-( 'LABEL','ID_MAFE_ec724ea84e93ee183d93f0ee67eb5d47','en','string, moment.local(''locale'')','2016-08-12') ,
-( 'LABEL','ID_MAFE_ec8c00db917906278b80b96ded113351','en','Testing Server Connection','2016-08-12') ,
-( 'LABEL','ID_MAFE_eca60ae8611369fe28a02e2ab8c5d12e','en','October','2016-08-12') ,
-( 'LABEL','ID_MAFE_eca71f5ca33e0810a5eba99c4e31693b','en','Name Value','2016-08-12') ,
-( 'LABEL','ID_MAFE_ecc40a7a6571d7e558482fbc1fa8bf7e','en','An unexpected error while deleting the trigger, please try again later.','2016-08-12') ,
-( 'LABEL','ID_MAFE_ece7c5dcf104d858b2ea7b80d3c09dce','en','Select dates by days, months or years by default when the date picker is initially shown.
','2016-08-12') ,
-( 'LABEL','ID_MAFE_ed32b37d44409cdcca89b579bff51348','en','Do you want to delete this routing rule?','2016-08-12') ,
-( 'LABEL','ID_MAFE_ed484439470b8e84346a8117d0adf0c2','en','Public Files','2016-08-12') ;
+( 'LABEL','ID_MAFE_de95b43bceeb4b998aed4aed5cef1ae7','en','edit', NOW()) ,
+( 'LABEL','ID_MAFE_de9b9ed78d7e2e1dceeffee780e2f919','en','javascript', NOW()) ,
+( 'LABEL','ID_MAFE_def36b726efed529b13ba240dd331a12','en','Pool', NOW()) ,
+( 'LABEL','ID_MAFE_df347a373b8f92aa0ae3dd920a5ec2f6','en','rows', NOW()) ,
+( 'LABEL','ID_MAFE_df9d1858f32ca3b186ac018ca508a144','en','Variable for Case priority', NOW()) ,
+( 'LABEL','ID_MAFE_dfc40f0e59f5a510ccd9db550affc2a5','en','Parallel gateway', NOW()) ,
+( 'LABEL','ID_MAFE_dfeaaeb4316477bd556ea5e8c3295887','en','datetime', NOW()) ,
+( 'LABEL','ID_MAFE_e019dd49d439bb6d6765f7d2f6915333','en','Close Validator', NOW()) ,
+( 'LABEL','ID_MAFE_e04aa5104d082e4a51d241391941ba26','en','variable', NOW()) ,
+( 'LABEL','ID_MAFE_e071ce22a73ed2e5ea13f4d61d76f5ab','en','Database Connection:', NOW()) ,
+( 'LABEL','ID_MAFE_e09646ce9f4b38cbf4816df15cee61d6','en','Report toO', NOW()) ,
+( 'LABEL','ID_MAFE_e0aa021e21dddbd6d8cecec71e9cf564','en','OK', NOW()) ,
+( 'LABEL','ID_MAFE_e0c9b0646bf818123171ad13d15b48e0','en','There are problems removing task', NOW()) ,
+( 'LABEL','ID_MAFE_e12167aa0a7698e6ebc92b4ce3909b53','en','To', NOW()) ,
+( 'LABEL','ID_MAFE_e148afc16b27021949123135f0cfb672','en','Array of users', NOW()) ,
+( 'LABEL','ID_MAFE_e16d24cd68030dda478e6ca7151010e2','en','@@myData', NOW()) ,
+( 'LABEL','ID_MAFE_e1a9dc9f23534e63de9df0d540ac1611','en','Once', NOW()) ,
+( 'LABEL','ID_MAFE_e1ba155a9f2e8c3be94020eef32a0301','en','Manual', NOW()) ,
+( 'LABEL','ID_MAFE_e1c496f67d70286897d9813254b4c0b1','en','Of the month(s)', NOW()) ,
+( 'LABEL','ID_MAFE_e1e4c8c9ccd9fc39c391da4bcd093fb2','en','Block', NOW()) ,
+( 'LABEL','ID_MAFE_e20cbb947afcf84cf58de1358ee1068d','en','Error message', NOW()) ,
+( 'LABEL','ID_MAFE_e21db27183e0325f6f827b5781336bab','en','Select a Skin', NOW()) ,
+( 'LABEL','ID_MAFE_e2627d9094274c7bcdc01ce1dadbaaab','en','Select Target Process', NOW()) ,
+( 'LABEL','ID_MAFE_e29d57981d438d31f08b968bb12ed568','en','Select a Control', NOW()) ,
+( 'LABEL','ID_MAFE_e2a990c9958b0fd2ecb860335737c258','en','Please configure script to wait for a signal.', NOW()) ,
+( 'LABEL','ID_MAFE_e2b9d6eb9f3ec7d4e6089274a4481fab','en','There are problems getting the list of DynaForms, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_e30f555e5a24f076a5d5be70a4625270','en','TNS', NOW()) ,
+( 'LABEL','ID_MAFE_e3ce9b91bd7b1be415b5e687006ad179','en','false: No default selection
true: current date
year: the first day of the current year
month: the first day of the month
day: the current day
hour: the current hour without minutes
minute: the current minute', NOW()) ,
+( 'LABEL','ID_MAFE_e4204641574e4827600356b4dcacd276','en','Pdf', NOW()) ,
+( 'LABEL','ID_MAFE_e44b145bd8b49b06e0ad2ced1ad56466','en','Plain Text', NOW()) ,
+( 'LABEL','ID_MAFE_e47eb6970857d9b170bb3691a0dad2f4','en','Activity must have an outgoing sequence flow', NOW()) ,
+( 'LABEL','ID_MAFE_e4cf1a5db1d2df2e913b6685e634afad','en','Enter a valid URL to be redirected when entry will be completed', NOW()) ,
+( 'LABEL','ID_MAFE_e54e3cf1f4745ffacdc539446402f9e4','en','Output Document to Generate', NOW()) ,
+( 'LABEL','ID_MAFE_e5771a362d88a71a657bfcd21ca54b3f','en','Units', NOW()) ,
+( 'LABEL','ID_MAFE_e5f8dbb32f8dead7935095ec1e38cc67','en','Start Event', NOW()) ,
+( 'LABEL','ID_MAFE_e659b52eba1f0299b2d8ca3483919e72','en','Type:', NOW()) ,
+( 'LABEL','ID_MAFE_e68564f23e0e939acea76dc3d2bc01bf','en','Jan', NOW()) ,
+( 'LABEL','ID_MAFE_e693021f9ae34a3833f0036c52837cfd','en','
Variables: Define the process data.', NOW()) ,
+( 'LABEL','ID_MAFE_e6fa96066374220d571ce0ed5f818ca2','en','One Time Only', NOW()) ,
+( 'LABEL','ID_MAFE_e6fe2cb291ace4c56d3f9481b3b963af','en','Select a language', NOW()) ,
+( 'LABEL','ID_MAFE_e70d93ce81ad26fe9c3c5d904a955260','en','Edit Variable', NOW()) ,
+( 'LABEL','ID_MAFE_e711a42279b23490048c2a4bbaeb1afc','en','Edit Message Type', NOW()) ,
+( 'LABEL','ID_MAFE_e72f0ee21d7c9d52b358a3bda9133429','en','Message Type Deleted successfully', NOW()) ,
+( 'LABEL','ID_MAFE_e76f82ba7eb19b9a6a22829ead887c7d','en','Self Service', NOW()) ,
+( 'LABEL','ID_MAFE_e787b4cb0cdefd8881e38a4f54305701','en','Examples:
', NOW()) ,
+( 'LABEL','ID_MAFE_e7d22294bdcb7133967c3548ece982e5','en','UID', NOW()) ,
+( 'LABEL','ID_MAFE_e807d3ccf8d24c8c1a3d86db5da78da8','en','Days', NOW()) ,
+( 'LABEL','ID_MAFE_e8308c9bdecef89676a80116e65d9210','en','- Select an input document -', NOW()) ,
+( 'LABEL','ID_MAFE_e889b1ca9624a9fbe23c4f062d7e5f01','en','geomap', NOW()) ,
+( 'LABEL','ID_MAFE_e8be55bf3a30501aef09d2e74de97976','en','This name already exists.', NOW()) ,
+( 'LABEL','ID_MAFE_e8fab833730f3a939d0b3812fe043b5d','en','href', NOW()) ,
+( 'LABEL','ID_MAFE_e93a4587303a40147959da9901f50e34','en','Horizontal Text', NOW()) ,
+( 'LABEL','ID_MAFE_e9baaa746b16c3c4b1c6668acba2a095','en','The day', NOW()) ,
+( 'LABEL','ID_MAFE_e9cb217697088a98b1937d111d936281','en','Attachment', NOW()) ,
+( 'LABEL','ID_MAFE_e9e8378dd79d6183c91dc32bb85e1363','en','Assigned users list', NOW()) ,
+( 'LABEL','ID_MAFE_ea171d540ccd5f0669171ef06d3cd848','en','Feb', NOW()) ,
+( 'LABEL','ID_MAFE_ea1dfeb79bcdfcc668bc8a09e101b7e9','en','- Select a process -', NOW()) ,
+( 'LABEL','ID_MAFE_ea307f4b2295ccbeec8e6ef77e0a3364','en','There are problems saved, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_ea4788705e6873b424c65e91c2846b19','en','Cancel', NOW()) ,
+( 'LABEL','ID_MAFE_eaeb30f9f18e0c50b178676f3eaef45f','en','Task', NOW()) ,
+( 'LABEL','ID_MAFE_eb0e94f426e2486a5af19633142d5ac7','en','No users', NOW()) ,
+( 'LABEL','ID_MAFE_eb178264802ebbd52cccc8feadb72a6f','en','PARAMETERS', NOW()) ,
+( 'LABEL','ID_MAFE_eb4b40c1221dad5b23fe7ef84d292be1','en','Jun', NOW()) ,
+( 'LABEL','ID_MAFE_eba58323955caff5dc6ed8b89fd52ccf','en','Cases Notes', NOW()) ,
+( 'LABEL','ID_MAFE_ebb035d359e317060c652f54a18cfb1b','en','Copy of', NOW()) ,
+( 'LABEL','ID_MAFE_ebc1c8328f25c6ccb2ff00dd27b56693','en','is required.', NOW()) ,
+( 'LABEL','ID_MAFE_ebcc39462e6620a8cf432194084a5483','en','Options:', NOW()) ,
+( 'LABEL','ID_MAFE_ec211f7c20af43e742bf2570c3cb84f9','en','Add', NOW()) ,
+( 'LABEL','ID_MAFE_ec36eecb212798bfc86076f1759b5824','en','Participation', NOW()) ,
+( 'LABEL','ID_MAFE_ec53a8c4f07baed5d8825072c89799be','en','Status', NOW()) ,
+( 'LABEL','ID_MAFE_ec6f1a89963c5b95d783e0c260fc959a','en','Can''t connect start event to subprocess', NOW()) ,
+( 'LABEL','ID_MAFE_ec724ea84e93ee183d93f0ee67eb5d47','en','string, moment.local(''locale'')', NOW()) ,
+( 'LABEL','ID_MAFE_ec8c00db917906278b80b96ded113351','en','Testing Server Connection', NOW()) ,
+( 'LABEL','ID_MAFE_eca60ae8611369fe28a02e2ab8c5d12e','en','October', NOW()) ,
+( 'LABEL','ID_MAFE_eca71f5ca33e0810a5eba99c4e31693b','en','Name Value', NOW()) ,
+( 'LABEL','ID_MAFE_ecc40a7a6571d7e558482fbc1fa8bf7e','en','An unexpected error while deleting the trigger, please try again later.', NOW()) ,
+( 'LABEL','ID_MAFE_ece7c5dcf104d858b2ea7b80d3c09dce','en','Select dates by days, months or years by default when the date picker is initially shown.
', NOW()) ,
+( 'LABEL','ID_MAFE_ed32b37d44409cdcca89b579bff51348','en','Do you want to delete this routing rule?', NOW()) ,
+( 'LABEL','ID_MAFE_ed484439470b8e84346a8117d0adf0c2','en','Public Files', NOW()) ,
+( 'LABEL','ID_MAFE_ed5dea09095f671b801bee34ea28a319','en','Permission', NOW()) ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-( 'LABEL','ID_MAFE_ed5dea09095f671b801bee34ea28a319','en','Permission','2016-08-12') ,
-( 'LABEL','ID_MAFE_ee11cbb19052e40b07aac0ca060c23ee','en','user','2016-08-12') ,
-( 'LABEL','ID_MAFE_ee2faeed038501c1deab01c7b54f2fa9','en','hint','2016-08-12') ,
-( 'LABEL','ID_MAFE_ee458e0db2f22a6528caf5111e594df0','en','Export Diagram','2016-08-12') ,
-( 'LABEL','ID_MAFE_ee86a7940c08cf3c74b87afe09ce964c','en','Do you want to delete this DynaForm?','2016-08-12') ,
-( 'LABEL','ID_MAFE_ee89abf4f4c10ef961a90dd20e7979ed','en','There are problems creating the DynaForm, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_ef2e2525cf10996e5e7e480cdb28ec7f','en','Send Task','2016-08-12') ,
-( 'LABEL','ID_MAFE_ef61fb324d729c341ea8ab9901e23566','en','Add new','2016-08-12') ,
-( 'LABEL','ID_MAFE_ef78da8db34b8af99c406b2bddea82b2','en','Input Document (s)','2016-08-12') ,
-( 'LABEL','ID_MAFE_ef831a7b020689074c3df21c36dfc3c0','en','Months','2016-08-12') ,
-( 'LABEL','ID_MAFE_efb4777327e6f704fb1519c1882f93ec','en','Timer','2016-08-12') ,
-( 'LABEL','ID_MAFE_f04aa7019c490474fa3ce16e93501b57','en','Sep','2016-08-12') ,
-( 'LABEL','ID_MAFE_f0c8b2bc40856314cdc241d77f7eb12a','en','Horizontal line','2017-11-22') ,
-( 'LABEL','ID_MAFE_f11f4e6128e29dff10ba00f8c1254a48','en','Dynaform (s)','2016-08-12') ,
-( 'LABEL','ID_MAFE_f15c1cae7882448b3fb0404682e17e61','en','Content','2016-08-12') ,
-( 'LABEL','ID_MAFE_f19e18aa38c0387bebad06c76c638e0a','en','Sub Process','2016-08-12') ,
-( 'LABEL','ID_MAFE_f1a76f66cca677c6e628d9ca58a6c8fc','en','Flow','2017-11-22') ,
-( 'LABEL','ID_MAFE_f1e505c1ac6b1e2409fd1dd6520da2ce','en','Step editing successfully.','2016-08-12') ,
-( 'LABEL','ID_MAFE_f217bd2ed27f82d5c856035f95801373','en','Permission edited successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_f2a6c498fb90ee345d997f888fce3b18','en','Delete','2017-11-22') ,
-( 'LABEL','ID_MAFE_f2dc40c4f8e4d156f519a6453f6b2a27','en','day view header format','2016-08-12') ,
-( 'LABEL','ID_MAFE_f3a29486bed19a90f2da6d007818b427','en','Steps','2016-08-12') ,
-( 'LABEL','ID_MAFE_f3b92fc0f97f128818cfb44321376bca','en','Assignment','2016-08-12') ,
-( 'LABEL','ID_MAFE_f45c3a0bb3687ed8e221253b3fd4a2ce','en','EXCLUSIVE','2016-08-12') ,
-( 'LABEL','ID_MAFE_f4636507ca93332f92f92fb219a43b02','en','Database Connection','2017-11-22') ,
-( 'LABEL','ID_MAFE_f49b52022300199128ed01380edda751','en','There are problems updating the Timer Event, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_f4ae7ce97eda9edfe1541b3fdea115b6','en','Group or User','2016-08-12') ,
-( 'LABEL','ID_MAFE_f4b5974fd11406f8410fa7e8502a26a3','en','Granular','2016-08-12') ,
-( 'LABEL','ID_MAFE_f4ee0932c0b3cdb0af6d4407fc915b28','en','The variable Name already exists.','2016-08-12') ,
-( 'LABEL','ID_MAFE_f4f33214dfca4a6aa8a15fff06c43ff5','en','One date/time','2016-08-12') ,
-( 'LABEL','ID_MAFE_f4f70727dc34561dfde1a3c529b6205c','en','Settings','2016-08-12') ,
-( 'LABEL','ID_MAFE_f54d8cf0ad33dc46d9452d4ea2462459','en','There are problems update the Step Trigger, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_f6039d44b29456b20f8f373155ae4973','en','Username','2016-08-12') ,
-( 'LABEL','ID_MAFE_f670ea66cfb0e90bd6090472ad692694','en','Minutes','2016-08-12') ,
-( 'LABEL','ID_MAFE_f698f67f5666aff10729d8a1cb1c14d2','en','Trigger','2016-08-12') ,
-( 'LABEL','ID_MAFE_f6e23536e8d5c5f27f6f6d774eb81652','en','The configuring of multiple instances will be lost','2016-08-12') ,
-( 'LABEL','ID_MAFE_f6eb4ee83cd8508379e695479564fddd','en','The imported dynaform include new variables and existing variables that require changes.','2016-08-12') ,
-( 'LABEL','ID_MAFE_f70649197cbdd9cde4fa62f00355a144','en','The process was saved successfully.','2016-08-12') ,
-( 'LABEL','ID_MAFE_f724849ad2f7797436db0dbb5fc79a70','en','Do you want to delete all routing rules?','2016-08-12') ,
-( 'LABEL','ID_MAFE_f7531e2d0ea27233ce00b5f01c5bf335','en','print','2016-08-12') ,
-( 'LABEL','ID_MAFE_f775fa07e143b2e671946a48af8f42ca','en','versioning','2017-11-22') ,
-( 'LABEL','ID_MAFE_f7a524eeeba4c19644a8492b922547ef','en','Main Folders','2016-08-12') ,
-( 'LABEL','ID_MAFE_f7d0c779f08738b7af7e7da3777548c2','en','Unsupported element.','2016-08-12') ,
-( 'LABEL','ID_MAFE_f82413ecc07fb74bf40ccfe963a5c4b6','en','lowercase','2016-08-12') ,
-( 'LABEL','ID_MAFE_f827cf462f62848df37c5e1e94a4da74','en','True','2017-11-22') ,
-( 'LABEL','ID_MAFE_f82e519e2e82239be5f49d78b24ea228','en','Supported Controls: Multiple File.','2016-08-12') ,
-( 'LABEL','ID_MAFE_f8320b26d30ab433c5a54546d21f414c','en','False','2016-08-12') ,
-( 'LABEL','ID_MAFE_f870c761f7f6737381a821feb9a73890','en','This a sub-process','2016-08-12') ,
-( 'LABEL','ID_MAFE_f92965e2c8a7afb3c1b9a5c09a263636','en','Done','2016-08-12') ,
-( 'LABEL','ID_MAFE_f93509db95228584504382f98aae0f52','en','Message Types','2016-08-12') ,
-( 'LABEL','ID_MAFE_f945435ef7365a1e0ae2fa1b8230a17e','en','| Week of Year | w | 1 2 ... 52 53 |
| wo | 1st 2nd ... 52nd 53rd |
','2016-08-12') ,
-( 'LABEL','ID_MAFE_f97d2922ab3ce558f9943dd780d04ae7','en','Allowed file extensions (Use .* to allow any extension)','2016-08-12') ,
-( 'LABEL','ID_MAFE_f9aae5fda8d810a29f12d1e61b4ab25f','en','Users','2016-08-12') ,
-( 'LABEL','ID_MAFE_f9ab05454998236921a6b0e281fae632','en','validate','2016-08-12') ,
-( 'LABEL','ID_MAFE_fa3c608c8fc755543f0d37afd6a42651','en','TO DO','2016-08-12') ,
-( 'LABEL','ID_MAFE_fa3e5edac607a88d8fd7ecb9d6d67424','en','March','2016-08-12') ,
-( 'LABEL','ID_MAFE_fa53b9f14bee0d47d744863b871b4677','en','Intermediate Timer Event','2016-08-12') ,
-( 'LABEL','ID_MAFE_fb216d9e8791e63c8d12bdc420956839','en','locale','2016-08-12') ,
-( 'LABEL','ID_MAFE_fb7393c8bfd85b64a670cfd73a449a05','en','Disable Grid Lines','2016-08-12') ,
-( 'LABEL','ID_MAFE_fb8e567d9b10447761969e1e08eebc2b','en','Create','2016-08-12') ,
-( 'LABEL','ID_MAFE_fbb3a99250a09f01c3e8193f6fe9e1c4','en','Step removed successfully','2016-08-12') ,
-( 'LABEL','ID_MAFE_fbb7d71920afdff488c3514f3f99fe7c','en','Upload File','2016-08-12') ,
-( 'LABEL','ID_MAFE_fbd86a8fe4703e24aff466cbe75facd6','en','This is a Message of Error','2016-08-12') ,
-( 'LABEL','ID_MAFE_fc13e2d25ee4c9f4b2263aa7066790a9','en','Create Output Document','2016-08-12') ,
-( 'LABEL','ID_MAFE_fc4786f4974405965a4a00dde8d6e9f9','en','Create/Select Variable','2016-08-12') ,
-( 'LABEL','ID_MAFE_fc85b3878f914dbad84b82aa35d1c9b9','en','Output Documents','2016-08-12') ,
-( 'LABEL','ID_MAFE_fcf4ce3ff760206c487c9b5a6677dc1c','en','Allowed Permissions','2016-08-12') ,
-( 'LABEL','ID_MAFE_fcfa44a72c608ed9ba6a46ee1b77556b','en','There are problems updating the OutputDocument, please try again.','2016-08-12') ,
-( 'LABEL','ID_MAFE_fd05d7f6bfc90e815087880e8e915b43','en','Examples:','2016-08-12') ,
-( 'LABEL','ID_MAFE_fd301d675be7b677ba979a430a80c010','en','A8','2016-08-12') ,
-( 'LABEL','ID_MAFE_fe14a40df4290a46f7c41621d56ae987','en','- Disabled: Control is greyed out, but still displays its value.
','2016-08-12') ,
-( 'LABEL','ID_MAFE_fe8096b87357ded238c39b72488da84b','en','Saved correctly','2016-08-12') ,
-( 'LABEL','ID_MAFE_fee203b36e6653c5cbe12bd1f3c6b119','en','textfield','2016-08-12') ,
-( 'LABEL','ID_MAFE_ffc1dca70df11105d22d9f427a9e260b','en','Edit Label','2016-08-12') ,
-( 'LABEL','ID_MAFE_ffcf70e892b8ac3facbac0f88602396b','en','Every','2016-08-12') ,
+( 'LABEL','ID_MAFE_ee11cbb19052e40b07aac0ca060c23ee','en','user', NOW()) ,
+( 'LABEL','ID_MAFE_ee2faeed038501c1deab01c7b54f2fa9','en','hint', NOW()) ,
+( 'LABEL','ID_MAFE_ee458e0db2f22a6528caf5111e594df0','en','Export Diagram', NOW()) ,
+( 'LABEL','ID_MAFE_ee86a7940c08cf3c74b87afe09ce964c','en','Do you want to delete this DynaForm?', NOW()) ,
+( 'LABEL','ID_MAFE_ee89abf4f4c10ef961a90dd20e7979ed','en','There are problems creating the DynaForm, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_ef2e2525cf10996e5e7e480cdb28ec7f','en','Send Task', NOW()) ,
+( 'LABEL','ID_MAFE_ef61fb324d729c341ea8ab9901e23566','en','Add new', NOW()) ,
+( 'LABEL','ID_MAFE_ef78da8db34b8af99c406b2bddea82b2','en','Input Document (s)', NOW()) ,
+( 'LABEL','ID_MAFE_ef831a7b020689074c3df21c36dfc3c0','en','Months', NOW()) ,
+( 'LABEL','ID_MAFE_efb4777327e6f704fb1519c1882f93ec','en','Timer', NOW()) ,
+( 'LABEL','ID_MAFE_f04aa7019c490474fa3ce16e93501b57','en','Sep', NOW()) ,
+( 'LABEL','ID_MAFE_f0c8b2bc40856314cdc241d77f7eb12a','en','Horizontal line', NOW()) ,
+( 'LABEL','ID_MAFE_f11f4e6128e29dff10ba00f8c1254a48','en','Dynaform (s)', NOW()) ,
+( 'LABEL','ID_MAFE_f15c1cae7882448b3fb0404682e17e61','en','Content', NOW()) ,
+( 'LABEL','ID_MAFE_f19e18aa38c0387bebad06c76c638e0a','en','Sub Process', NOW()) ,
+( 'LABEL','ID_MAFE_f1a76f66cca677c6e628d9ca58a6c8fc','en','Flow', NOW()) ,
+( 'LABEL','ID_MAFE_f1e505c1ac6b1e2409fd1dd6520da2ce','en','Step editing successfully.', NOW()) ,
+( 'LABEL','ID_MAFE_f1e5d7a5fe13498abbdeb0f1f19136a8','en','panel', NOW()) ,
+( 'LABEL','ID_MAFE_f217bd2ed27f82d5c856035f95801373','en','Permission edited successfully', NOW()) ,
+( 'LABEL','ID_MAFE_f2a6c498fb90ee345d997f888fce3b18','en','Delete', NOW()) ,
+( 'LABEL','ID_MAFE_f2dc40c4f8e4d156f519a6453f6b2a27','en','day view header format', NOW()) ,
+( 'LABEL','ID_MAFE_f3a29486bed19a90f2da6d007818b427','en','Steps', NOW()) ,
+( 'LABEL','ID_MAFE_f3b92fc0f97f128818cfb44321376bca','en','Assignment', NOW()) ,
+( 'LABEL','ID_MAFE_f45c3a0bb3687ed8e221253b3fd4a2ce','en','EXCLUSIVE', NOW()) ,
+( 'LABEL','ID_MAFE_f4636507ca93332f92f92fb219a43b02','en','Database Connection', NOW()) ,
+( 'LABEL','ID_MAFE_f49b52022300199128ed01380edda751','en','There are problems updating the Timer Event, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_f4ae7ce97eda9edfe1541b3fdea115b6','en','Group or User', NOW()) ,
+( 'LABEL','ID_MAFE_f4b5974fd11406f8410fa7e8502a26a3','en','Granular', NOW()) ,
+( 'LABEL','ID_MAFE_f4ee0932c0b3cdb0af6d4407fc915b28','en','The variable Name already exists.', NOW()) ,
+( 'LABEL','ID_MAFE_f4f33214dfca4a6aa8a15fff06c43ff5','en','One date/time', NOW()) ,
+( 'LABEL','ID_MAFE_f4f70727dc34561dfde1a3c529b6205c','en','Settings', NOW()) ,
+( 'LABEL','ID_MAFE_f54d8cf0ad33dc46d9452d4ea2462459','en','There are problems update the Step Trigger, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_f6039d44b29456b20f8f373155ae4973','en','Username', NOW()) ,
+( 'LABEL','ID_MAFE_f670ea66cfb0e90bd6090472ad692694','en','Minutes', NOW()) ,
+( 'LABEL','ID_MAFE_f698f67f5666aff10729d8a1cb1c14d2','en','Trigger', NOW()) ,
+( 'LABEL','ID_MAFE_f6e23536e8d5c5f27f6f6d774eb81652','en','The configuring of multiple instances will be lost', NOW()) ,
+( 'LABEL','ID_MAFE_f6eb4ee83cd8508379e695479564fddd','en','The imported dynaform include new variables and existing variables that require changes.', NOW()) ,
+( 'LABEL','ID_MAFE_f70649197cbdd9cde4fa62f00355a144','en','The process was saved successfully.', NOW()) ,
+( 'LABEL','ID_MAFE_f724849ad2f7797436db0dbb5fc79a70','en','Do you want to delete all routing rules?', NOW()) ,
+( 'LABEL','ID_MAFE_f7531e2d0ea27233ce00b5f01c5bf335','en','print', NOW()) ,
+( 'LABEL','ID_MAFE_f775fa07e143b2e671946a48af8f42ca','en','versioning', NOW()) ,
+( 'LABEL','ID_MAFE_f7a524eeeba4c19644a8492b922547ef','en','Main Folders', NOW()) ,
+( 'LABEL','ID_MAFE_f7d0c779f08738b7af7e7da3777548c2','en','Unsupported element.', NOW()) ,
+( 'LABEL','ID_MAFE_f82413ecc07fb74bf40ccfe963a5c4b6','en','lowercase', NOW()) ,
+( 'LABEL','ID_MAFE_f827cf462f62848df37c5e1e94a4da74','en','True', NOW()) ,
+( 'LABEL','ID_MAFE_f82e519e2e82239be5f49d78b24ea228','en','Supported Controls: Multiple File.', NOW()) ,
+( 'LABEL','ID_MAFE_f8320b26d30ab433c5a54546d21f414c','en','False', NOW()) ,
+( 'LABEL','ID_MAFE_f870c761f7f6737381a821feb9a73890','en','This a sub-process', NOW()) ,
+( 'LABEL','ID_MAFE_f92965e2c8a7afb3c1b9a5c09a263636','en','Done', NOW()) ,
+( 'LABEL','ID_MAFE_f93509db95228584504382f98aae0f52','en','Message Types', NOW()) ,
+( 'LABEL','ID_MAFE_f945435ef7365a1e0ae2fa1b8230a17e','en','| Week of Year | w | 1 2 ... 52 53 |
| wo | 1st 2nd ... 52nd 53rd |
', NOW()) ,
+( 'LABEL','ID_MAFE_f97d2922ab3ce558f9943dd780d04ae7','en','Allowed file extensions (Use .* to allow any extension)', NOW()) ,
+( 'LABEL','ID_MAFE_f9aae5fda8d810a29f12d1e61b4ab25f','en','Users', NOW()) ,
+( 'LABEL','ID_MAFE_f9ab05454998236921a6b0e281fae632','en','validate', NOW()) ,
+( 'LABEL','ID_MAFE_fa3c608c8fc755543f0d37afd6a42651','en','TO DO', NOW()) ,
+( 'LABEL','ID_MAFE_fa3e5edac607a88d8fd7ecb9d6d67424','en','March', NOW()) ,
+( 'LABEL','ID_MAFE_fa53b9f14bee0d47d744863b871b4677','en','Intermediate Timer Event', NOW()) ,
+( 'LABEL','ID_MAFE_fb216d9e8791e63c8d12bdc420956839','en','locale', NOW()) ,
+( 'LABEL','ID_MAFE_fb7393c8bfd85b64a670cfd73a449a05','en','Disable Grid Lines', NOW()) ,
+( 'LABEL','ID_MAFE_fb8e567d9b10447761969e1e08eebc2b','en','Create', NOW()) ,
+( 'LABEL','ID_MAFE_fbb3a99250a09f01c3e8193f6fe9e1c4','en','Step removed successfully', NOW()) ,
+( 'LABEL','ID_MAFE_fbb7d71920afdff488c3514f3f99fe7c','en','Upload File', NOW()) ,
+( 'LABEL','ID_MAFE_fbd86a8fe4703e24aff466cbe75facd6','en','This is a Message of Error', NOW()) ,
+( 'LABEL','ID_MAFE_fc13e2d25ee4c9f4b2263aa7066790a9','en','Create Output Document', NOW()) ,
+( 'LABEL','ID_MAFE_fc4786f4974405965a4a00dde8d6e9f9','en','Create/Select Variable', NOW()) ,
+( 'LABEL','ID_MAFE_fc85b3878f914dbad84b82aa35d1c9b9','en','Output Documents', NOW()) ,
+( 'LABEL','ID_MAFE_fcf4ce3ff760206c487c9b5a6677dc1c','en','Allowed Permissions', NOW()) ,
+( 'LABEL','ID_MAFE_fcfa44a72c608ed9ba6a46ee1b77556b','en','There are problems updating the OutputDocument, please try again.', NOW()) ,
+( 'LABEL','ID_MAFE_fd05d7f6bfc90e815087880e8e915b43','en','Examples:', NOW()) ,
+( 'LABEL','ID_MAFE_fd301d675be7b677ba979a430a80c010','en','A8', NOW()) ,
+( 'LABEL','ID_MAFE_fe14a40df4290a46f7c41621d56ae987','en','- Disabled: Control is greyed out, but still displays its value.
', NOW()) ,
+( 'LABEL','ID_MAFE_fe8096b87357ded238c39b72488da84b','en','Saved correctly', NOW()) ,
+( 'LABEL','ID_MAFE_fee203b36e6653c5cbe12bd1f3c6b119','en','textfield', NOW()) ,
+( 'LABEL','ID_MAFE_ff4a008470319a22d9cf3d14af485977','en','grid', NOW()) ,
+( 'LABEL','ID_MAFE_ffc1dca70df11105d22d9f427a9e260b','en','Edit Label', NOW()) ,
+( 'LABEL','ID_MAFE_ffcf70e892b8ac3facbac0f88602396b','en','Every', NOW()) ,
( 'LABEL','ID_MAIL_SENT_SUCCESSFULLY','en','Your message has been sent successfully','2014-01-15') ,
( 'LABEL','ID_MAIL_TEST_SUCCESS','en','Test message sent successfully','2014-01-15') ,
( 'LABEL','ID_MAIL_TO_NOT_VALID_ADDRESS','en','"Mail to" does not contain a valid email address format','2014-01-15') ,
-( 'LABEL','ID_MAINTENANCE','en','Maintenance','2014-01-15') ,
-( 'LABEL','ID_MANAGER','en','Manager','2014-01-15') ;
+( 'LABEL','ID_MAINTENANCE','en','Maintenance','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_MANAGER','en','Manager','2014-01-15') ,
( 'LABEL','ID_MANAGERS_DASHBOARDS','en','Managers dashboard','2015-03-30') ,
( 'LABEL','ID_MANUAL_ASSIGNMENT','en','Manual Assignment','2014-01-15') ,
( 'LABEL','ID_MAP','en','My Case Status','2017-02-21') ,
@@ -59906,10 +59907,10 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_MONTH_9','en','September','2014-01-15') ,
( 'LABEL','ID_MONTH_ABB_1','en','Jan','2014-01-15') ,
( 'LABEL','ID_MONTH_ABB_10','en','Oct','2014-01-15') ,
-( 'LABEL','ID_MONTH_ABB_11','en','Nov','2014-01-15') ,
-( 'LABEL','ID_MONTH_ABB_12','en','Dec','2014-01-15') ;
+( 'LABEL','ID_MONTH_ABB_11','en','Nov','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_MONTH_ABB_12','en','Dec','2014-01-15') ,
( 'LABEL','ID_MONTH_ABB_2','en','Feb','2014-01-15') ,
( 'LABEL','ID_MONTH_ABB_3','en','Mar','2014-01-15') ,
( 'LABEL','ID_MONTH_ABB_4','en','Apr','2014-01-15') ,
@@ -59988,10 +59989,10 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_MYSQL_SUCCESS_CONNECT','en','Successfully connected to MySQL Server','2015-04-08') ,
( 'LABEL','ID_MY_ACCOUNT','en','My account','2014-01-15') ,
( 'LABEL','ID_MY_DRAFTS','en','My Drafts','2014-01-15') ,
-( 'LABEL','ID_MY_INBOX','en','My inbox','2014-01-15') ,
-( 'LABEL','ID_NAME','en','Name','2014-01-15') ;
+( 'LABEL','ID_MY_INBOX','en','My inbox','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_NAME','en','Name','2014-01-15') ,
( 'LABEL','ID_NAME_EXISTS','en','The name exists','2014-10-15') ,
( 'LABEL','ID_NAME_REQUIRED','en','Table Name is required.','2014-10-22') ,
( 'LABEL','ID_NAME_STG_TITLE_REQUIRE','en','Stage title required','2014-06-25') ,
@@ -60070,10 +60071,10 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_NOT_SENT','en','Not sent','2014-01-15') ,
( 'LABEL','ID_NOT_VALID_RELATION','en','This id for pu_uid: {0} does not correspond to a valid relation','2014-05-21') ,
( 'LABEL','ID_NOT_WORKSPACE','en','You have specified an unavailable workspace.','2014-01-15') ,
-( 'LABEL','ID_NOT_WORKSPACE_SPECIFIED','en','No workspace specified!','2014-01-15') ,
-( 'LABEL','ID_NO_DB_CONNECTION','en','No DB Connection to display','2014-01-15') ;
+( 'LABEL','ID_NOT_WORKSPACE_SPECIFIED','en','No workspace specified!','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_NO_DB_CONNECTION','en','No DB Connection to display','2014-01-15') ,
( 'LABEL','ID_NO_DERIVATION_BPMN_RULE','en','Process definition error: All conditions in evaluation routing rule evaluated to false, so workflow has stopped. Please change the definition of the evaluation routing rule.','2015-02-20') ,
( 'LABEL','ID_NO_DERIVATION_RULE','en','Process definition error: All conditions in parallel evaluation routing rule evaluated to false, so workflow has stopped. Please change the definition of the parallel evaluation routing rule.','2014-01-15') ,
( 'LABEL','ID_NO_EXIST','en','Does not exist','2015-03-05') ,
@@ -60152,10 +60153,10 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_OUTPUT_DOCUMENT_DOES_NOT_EXIST','en','The Output Document with {0}: {1} does not exist.','2014-05-20') ,
( 'LABEL','ID_OUTPUT_DOCUMENT_INVALID_EXTENSION','en','Invalid extension','2016-07-21') ,
( 'LABEL','ID_OUTPUT_DOCUMENT_ITS_ASSIGNED','en','The Output Document with {0}: {1} it''s assigned in "{2}".','2014-07-01') ,
-( 'LABEL','ID_OUTPUT_DOCUMENT_TEMPLATE','en','Output Document Template','2014-01-15') ,
-( 'LABEL','ID_OUTPUT_GENERATE','en','Output Document to Generate','2014-01-15') ;
+( 'LABEL','ID_OUTPUT_DOCUMENT_TEMPLATE','en','Output Document Template','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_OUTPUT_GENERATE','en','Output Document to Generate','2014-01-15') ,
( 'LABEL','ID_OUTPUT_INFO','en','Output Document Information','2014-01-15') ,
( 'LABEL','ID_OUTPUT_NOT_EXIST','en','The output with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_OUTPUT_NOT_SAVE','en','Not saved because there is an Output Document with the same name in this process.','2015-01-16') ,
@@ -60221,6 +60222,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_PHOTO','en','Photo','2014-01-15') ,
( 'LABEL','ID_PHP_INFO','en','PHP Information','2014-01-15') ,
( 'LABEL','ID_PHP_MSSQL_NOT_INSTALLED','en','php-mssql is Not Installed','2014-01-15') ,
+( 'LABEL','ID_PHP_MYSQLI_NOT_INSTALL','en','php-mysqli is Not Installed','2018-02-19') ,
( 'LABEL','ID_PHP_MYSQL_NOT _INSTALL','en','php-mysql is Not Installed','2014-01-15') ,
( 'LABEL','ID_PHP_VERSION','en','PHP Version','2014-01-15') ,
( 'LABEL','ID_PHP_WEB_SERVICE','en','PHP & Web Service options','2014-01-15') ,
@@ -60233,11 +60235,11 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_PLEASE_ENTER_CREDENTIALS','en','Please enter your credentials below','2015-04-09') ,
( 'LABEL','ID_PLEASE_ENTER_DESCRIPTION','en','Please, enter a description.','2014-10-23') ,
( 'LABEL','ID_PLEASE_ENTER_REQUIRED_FIELDS','en','Please enter the required fields','2014-01-15') ,
-( 'LABEL','ID_PLEASE_SELECT_FILE','en','Please select the file to attach!','2014-01-15') ,
-( 'LABEL','ID_PLEASE_SELECT_FILES_TO_UPLOAD','en','Please select the files to upload','2014-01-15') ,
-( 'LABEL','ID_PLEASE_SELECT_LOGO','en','Please Select Logo','2014-01-15') ;
+( 'LABEL','ID_PLEASE_SELECT_FILE','en','Please select the file to attach!','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_PLEASE_SELECT_FILES_TO_UPLOAD','en','Please select the files to upload','2014-01-15') ,
+( 'LABEL','ID_PLEASE_SELECT_LOGO','en','Please Select Logo','2014-01-15') ,
( 'LABEL','ID_PLEASE_SELECT_MAX_X_FIELDS','en','Please select 80 fields at most','2014-01-15') ,
( 'LABEL','ID_PLEASE_SELECT_PHOTO','en','Please select a photo','2014-01-15') ,
( 'LABEL','ID_PLEASE_SELECT_PLUGIN','en','Please select the plugin','2014-01-15') ,
@@ -60315,11 +60317,11 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_POSTED_AT','en','Posted at','2014-01-15') ,
( 'LABEL','ID_POSTED_DATA_EMPTY','en','The posted data is empty!','2015-01-16') ,
( 'LABEL','ID_PPP_CHANGE_PASSWORD_AFTER_NEXT_LOGIN','en','User must change his/her password after next login','2014-10-21') ,
-( 'LABEL','ID_PPP_EXPIRATION_IN','en','Password Expiration in','2014-01-15') ,
-( 'LABEL','ID_PPP_MAXIMUM_LENGTH','en','Maximum length','2014-01-15') ,
-( 'LABEL','ID_PPP_MAXIMUN_LENGTH','en','Maximum length','2014-01-15') ;
+( 'LABEL','ID_PPP_EXPIRATION_IN','en','Password Expiration in','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_PPP_MAXIMUM_LENGTH','en','Maximum length','2014-01-15') ,
+( 'LABEL','ID_PPP_MAXIMUN_LENGTH','en','Maximum length','2014-01-15') ,
( 'LABEL','ID_PPP_MINIMUM_LENGTH','en','Minimum length','2014-01-15') ,
( 'LABEL','ID_PPP_MINIMUN_LENGTH','en','Minimum length','2014-01-15') ,
( 'LABEL','ID_PPP_NUMERICAL_CHARACTER_REQUIRED','en','Numerical Character is required','2014-01-15') ,
@@ -60397,11 +60399,11 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_PROCESSMAP_PARALLEL_JOIN','en','Parallel (join)','2014-01-15') ,
( 'LABEL','ID_PROCESSMAP_SELECTION','en','Selection','2014-01-15') ,
( 'LABEL','ID_PROCESSMAP_SEQUENTIAL','en','Sequential','2014-01-15') ,
-( 'LABEL','ID_PROCESSMAP_TITLE','en','BPMN Designer','2014-01-15') ,
-( 'LABEL','ID_PROCESSNAME_ALREADY_EXISTS','en','The Process Name already exists!','2014-01-15') ,
-( 'LABEL','ID_PROCESSTITLE_ALREADY_EXISTS','en','The Process Title "{PRO_TITLE}" already exists!','2014-01-15') ;
+( 'LABEL','ID_PROCESSMAP_TITLE','en','BPMN Designer','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_PROCESSNAME_ALREADY_EXISTS','en','The Process Name already exists!','2014-01-15') ,
+( 'LABEL','ID_PROCESSTITLE_ALREADY_EXISTS','en','The Process Title "{PRO_TITLE}" already exists!','2014-01-15') ,
( 'LABEL','ID_PROCESS_ALREADY_IN_SYSTEM','en','The process is already in the System and the value for importOption is not specified.','2014-01-15') ,
( 'LABEL','ID_PROCESS_CANNOT_BE_UPDATED_THERE_ARE_TASKS_WITH_ACTIVE_CASES','en','The process cannot be updated because there are tasks with active cases which are not presented in the new definition of the process, please verify that there are not active cases in those tasks before trying to import the process again.','2016-07-15') ,
( 'LABEL','ID_PROCESS_CANT_DELETE','en','You can''t delete the process "{0}" because it has {1} cases.','2014-01-15') ,
@@ -60479,11 +60481,11 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_RADIO_NOT_IMPORTED_RPT','en','Do not import the report table','2016-03-07') ,
( 'LABEL','ID_RADIO_OVERWRITE','en','Overwrite the existing Table','2016-03-07') ,
( 'LABEL','ID_RADIO_RELATED_PROCESS','en','Import and relate it to the current process','2016-03-07') ,
-( 'LABEL','ID_RATING','en','Rating','2014-01-15') ,
-( 'LABEL','ID_RBAC_DATABASE','en','Rbac Database','2014-01-15') ,
-( 'LABEL','ID_RBAC_DATABASE_NAME','en','Please enter the Rbac Database Name.','2014-01-15') ;
+( 'LABEL','ID_RATING','en','Rating','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_RBAC_DATABASE','en','Rbac Database','2014-01-15') ,
+( 'LABEL','ID_RBAC_DATABASE_NAME','en','Please enter the Rbac Database Name.','2014-01-15') ,
( 'LABEL','ID_RB_DATABASE_NAME','en','Rbac Database Name','2014-01-15') ,
( 'LABEL','ID_REACTIVATE','en','Reactivate','2014-01-15') ,
( 'LABEL','ID_REACTIVATING_CASE','en','Reactivating case...','2014-01-15') ,
@@ -60561,11 +60563,11 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_REPORT1','en','Case duration by process and task','2014-01-15') ,
( 'LABEL','ID_REPORT2','en','Number of cases per process','2014-01-15') ,
( 'LABEL','ID_REPORT3','en','Number of cases per month','2014-01-15') ,
-( 'LABEL','ID_REPORT4','en','Number of cases per starting user','2014-01-15') ,
-( 'LABEL','ID_REPORT5','en','Number of cases per executing user','2014-01-15') ,
-( 'LABEL','ID_REPORTS','en','Reports','2014-01-15') ;
+( 'LABEL','ID_REPORT4','en','Number of cases per starting user','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_REPORT5','en','Number of cases per executing user','2014-01-15') ,
+( 'LABEL','ID_REPORTS','en','Reports','2014-01-15') ,
( 'LABEL','ID_REPORTS_TO','en','Reports to','2014-01-15') ,
( 'LABEL','ID_REPORT_DATABASE','en','Report Database','2014-01-15') ,
( 'LABEL','ID_REPORT_DATABASE_NAME','en','Please enter the Report Database Name.','2014-01-15') ,
@@ -60643,11 +60645,11 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_RT_RENAME_NAME_TABLE','en','All references to the previous table name are going to be invalid. Do you really want to change the table name?','2016-06-29') ,
( 'LABEL','ID_RULES_AND_USER_GROUPS','en','Rules and user groups','2014-01-15') ,
( 'LABEL','ID_SALES_DEPARTMENT_REQUEST','en','It sends a request to Sales Department, do you want to continue?','2014-10-21') ,
-( 'LABEL','ID_SAMPLES','en','Samples','2014-01-15') ,
-( 'LABEL','ID_SAT','en','Sat','2014-01-15') ,
-( 'LABEL','ID_SAVE','en','Save','2014-01-15') ;
+( 'LABEL','ID_SAMPLES','en','Samples','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_SAT','en','Sat','2014-01-15') ,
+( 'LABEL','ID_SAVE','en','Save','2014-01-15') ,
( 'LABEL','ID_SAVED','en','Saved','2014-01-15') ,
( 'LABEL','ID_SAVED2','en','Saved...','2014-01-15') ,
( 'LABEL','ID_SAVED_SUCCESSFULLY','en','Saved Successfully','2014-01-15') ,
@@ -60725,11 +60727,11 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_SELECT_WORKSPACE','en','Select a workspace','2014-01-15') ,
( 'LABEL','ID_SELFSERVICE','en','Self Service','2014-01-15') ,
( 'LABEL','ID_SELF_SERVICE','en','Self Service','2014-01-15') ,
-( 'LABEL','ID_SEL_AFTER_DATE','en','Please select after date','2014-01-15') ,
-( 'LABEL','ID_SEL_BEFORE_DATE','en','Please select before date','2014-01-15') ,
-( 'LABEL','ID_SEL_END_DATE','en','Please select end date','2014-01-15') ;
+( 'LABEL','ID_SEL_AFTER_DATE','en','Please select after date','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_SEL_BEFORE_DATE','en','Please select before date','2014-01-15') ,
+( 'LABEL','ID_SEL_END_DATE','en','Please select end date','2014-01-15') ,
( 'LABEL','ID_SEL_START_DATE','en','Please select start date','2014-01-15') ,
( 'LABEL','ID_SEMESTER','en','Semester','2015-03-09') ,
( 'LABEL','ID_SEND','en','Post','2014-01-15') ,
@@ -60807,11 +60809,11 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_SKIN_TEAM','en','ProcessMaker Team','2014-01-15') ,
( 'LABEL','ID_SLOW','en','slow','2014-01-15') ,
( 'LABEL','ID_SMTP_ALREADY_CONNECTED','en','Already connected to a server','2014-02-12') ,
-( 'LABEL','ID_SMTP_ERROR_AUTH_NOT_ACCEPTED','en','Authentication not accepted in server','2014-10-21') ,
-( 'LABEL','ID_SMTP_ERROR_CALLED_DATA_WITHOUT','en','Called Data() without being connected','2014-02-12') ,
-( 'LABEL','ID_SMTP_ERROR_CALLED_HELLO_WITHOUT','en','Called Hello() without being connected','2014-02-12') ;
+( 'LABEL','ID_SMTP_ERROR_AUTH_NOT_ACCEPTED','en','Authentication not accepted in server','2014-10-21') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_SMTP_ERROR_CALLED_DATA_WITHOUT','en','Called Data() without being connected','2014-02-12') ,
+( 'LABEL','ID_SMTP_ERROR_CALLED_HELLO_WITHOUT','en','Called Hello() without being connected','2014-02-12') ,
( 'LABEL','ID_SMTP_ERROR_CALLED_MAIL_WITHOUT','en','Called Mail() without being connected','2014-02-12') ,
( 'LABEL','ID_SMTP_ERROR_CALLED_QUIT_WITHOUT','en','Called Quit() without being connected','2014-02-12') ,
( 'LABEL','ID_SMTP_ERROR_CALLED_RECIPIENT_WITHOUT','en','Called Recipient() without being connected','2014-02-12') ,
@@ -60846,6 +60848,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_SQL_FILE_INVALID','en','File {0} is not a valid sql file','2014-01-15') ,
( 'LABEL','ID_STAGE','en','Stage','2014-01-15') ,
( 'LABEL','ID_STAGES','en','Stages','2014-01-15') ,
+( 'LABEL','ID_STANDARD_LOGGING','en','Log Files','2018-02-19') ,
( 'LABEL','ID_STARTED_CASES','en','My Started Cases','2014-01-15') ,
( 'LABEL','ID_STARTED_SUCCESSFULLY','en','Started successfully','2014-01-15') ,
( 'LABEL','ID_STARTING_LOG_FILE','en','Starting log file','2014-01-15') ,
@@ -60888,12 +60891,12 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_SUCCESSFULLY','en','Successfully','2014-01-28') ,
( 'LABEL','ID_SUCCESSFULLY_CONNECTED','en','Successfully connected','2015-09-15') ,
( 'LABEL','ID_SUCCESSFULLY_UPLOADED','en','Successfully uploaded.','2014-09-18') ,
-( 'LABEL','ID_SUCCESSFUL_CONNECTION','en','Successful connection','2014-01-15') ,
-( 'LABEL','ID_SUCCESS_DIRECTORIES_WRITABLE','en','Success, all required directories are writable.','2014-01-15') ,
-( 'LABEL','ID_SUCCESS_RECORD','en','Success Records:','2014-01-15') ,
-( 'LABEL','ID_SUCESSFUL','en','Sucessful','2014-01-15') ;
+( 'LABEL','ID_SUCCESSFUL_CONNECTION','en','Successful connection','2014-01-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_SUCCESS_DIRECTORIES_WRITABLE','en','Success, all required directories are writable.','2014-01-15') ,
+( 'LABEL','ID_SUCCESS_RECORD','en','Success Records:','2014-01-15') ,
+( 'LABEL','ID_SUCESSFUL','en','Sucessful','2014-01-15') ,
( 'LABEL','ID_SUMMARY','en','Summary','2014-01-15') ,
( 'LABEL','ID_SUMMARY_DERIVATION_BATCH_ROUTING','en','Summary of Derivations','2016-02-29') ,
( 'LABEL','ID_SUMMARY_FORM','en','Summary form','2014-08-21') ,
@@ -60970,15 +60973,16 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_TEXT','en','TEXT','2014-01-15') ,
( 'LABEL','ID_THANKS_USE_SERVICES','en','Thanks for using the ProcessMaker services','2014-01-15') ,
( 'LABEL','ID_THE','en','The','2016-03-02') ,
-( 'LABEL','ID_THERE_ARE_NO_LDAP_USERS','en','There are no LDAP Users','2015-09-15') ,
-( 'LABEL','ID_THERE_MUST__LEAST_HOLIDAY','en','There must be at least a holiday','2014-01-15') ,
-( 'LABEL','ID_THERE_PROBLEM_SENDING_EMAIL','en','There was a problem sending the email to','2016-04-08') ,
-( 'LABEL','ID_THE_APPLICATION_IS_NOT_CANCELED','en','Error: The application {0} is not canceled.','2016-06-15') ;
+( 'LABEL','ID_THERE_ARE_NO_LDAP_USERS','en','There are no LDAP Users','2015-09-15') ;
INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+( 'LABEL','ID_THERE_MUST__LEAST_HOLIDAY','en','There must be at least a holiday','2014-01-15') ,
+( 'LABEL','ID_THERE_PROBLEM_SENDING_EMAIL','en','There was a problem sending the email to','2016-04-08') ,
+( 'LABEL','ID_THE_APPLICATION_IS_NOT_CANCELED','en','Error: The application {0} is not canceled.','2016-06-15') ,
( 'LABEL','ID_THE_DEFAULT_CONFIGURATION','en','The default configuration was not defined','2016-11-16') ,
( 'LABEL','ID_THE_NAME_CHANGE_MAY_CAUSE_DATA_LOSS','en','The change might cause data loss in the PM table. Do you want to continue?','2017-03-30') ,
( 'LABEL','ID_THE_REASON_REASSIGN_USER_EMPTY','en','Please complete the reassign reason.','2016-10-20') ,
+( 'LABEL','ID_THE_USERNAME_EMAIL_IS_INCORRECT','en','The username or email is incorrect','2018-01-18') ,
( 'LABEL','ID_THIS_MONTH','en','This Month','2014-01-15') ,
( 'LABEL','ID_THIS_QUARTER','en','This quarter','2014-01-15') ,
( 'LABEL','ID_THIS_WEEK','en','This Week','2014-01-15') ,
@@ -61051,13 +61055,13 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_TRIGGERS_VALIDATE_EERR1','en','* The {Object} {Description} depends.','2014-01-15') ,
( 'LABEL','ID_TRIGGERS_VALIDATION','en','No Dependencies were found for this trigger in {Object} definitions','2014-01-15') ,
( 'LABEL','ID_TRIGGERS_VALIDATION_ERR2','en','({N}) Dependencies were found for this trigger in {Object} objects','2014-01-15') ,
-( 'LABEL','ID_TRIGGERS_VALIDATION_ERR3','en','* The {Object} {Description} depends.','2014-01-15') ,
+( 'LABEL','ID_TRIGGERS_VALIDATION_ERR3','en','* The {Object} {Description} depends.','2014-01-15') ;
+INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+
( 'LABEL','ID_TRIGGER_ASSIGN','en','Triggers has been assigned successfully.','2014-01-15') ,
( 'LABEL','ID_TRIGGER_COPY_OPTION','en','Copy/Import Triggers from a Process','2014-01-15') ,
( 'LABEL','ID_TRIGGER_COPY_OPTION_DESCRIPTION','en','With this option you can copy/import a trigger from any other processes in the system.','2014-01-15') ,
-( 'LABEL','ID_TRIGGER_COPY_TITLE','en','Copy/Import Trigger','2014-01-15') ;
-INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-
+( 'LABEL','ID_TRIGGER_COPY_TITLE','en','Copy/Import Trigger','2014-01-15') ,
( 'LABEL','ID_TRIGGER_DB','en','Trigger','2014-10-08') ,
( 'LABEL','ID_TRIGGER_DOES_NOT_EXIST','en','The trigger with {0}: {1} does not exist.','2014-05-20') ,
( 'LABEL','ID_TRIGGER_EDITOR_HINT_ADVISE_MESSAGE','en','Press Ctrl + Space in the Editor, to get the function list','2014-01-15') ,
@@ -61133,13 +61137,13 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_UPDATING_TABLE','en','Updating table, please wait...','2014-01-15') ,
( 'LABEL','ID_UPGRADE','en','Upgrade System','2014-01-15') ,
( 'LABEL','ID_UPGRADES_PATCHES','en','Upgrades/Patches','2014-01-15') ,
-( 'LABEL','ID_UPGRADE_ENTERPRISE','en','This feature is not available in ProcessMaker Community Edition. Please upgrade to ProcessMaker Enterprise Edition.','2015-09-11') ,
+( 'LABEL','ID_UPGRADE_ENTERPRISE','en','This feature is not available in ProcessMaker Community Edition. Please upgrade to ProcessMaker Enterprise Edition.','2015-09-11') ;
+INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+
( 'LABEL','ID_UPGRADE_FINISHED','en','Upgrade finished.','2014-09-18') ,
( 'LABEL','ID_UPGRADE_LABEL','en','Upgrade','2014-09-18') ,
( 'LABEL','ID_UPGRADE_NEVER_UPGRADE','en','Never upgraded','2014-01-15') ,
-( 'LABEL','ID_UPGRADE_NOW','en','Upgrade now','2014-09-18') ;
-INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-
+( 'LABEL','ID_UPGRADE_NOW','en','Upgrade now','2014-09-18') ,
( 'LABEL','ID_UPGRADE_READY','en','System upgraded from revision','2014-01-15') ,
( 'LABEL','ID_UPGRADE_STARTING','en','Please wait while the upgrade is starting...','2014-09-18') ,
( 'LABEL','ID_UPGRADE_SYSTEM','en','Upgrade System','2014-01-15') ,
@@ -61215,13 +61219,13 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_USER_GROUPS_ADHOC','en','Users and User Groups(Ad Hoc)','2014-01-15') ,
( 'LABEL','ID_USER_GROUP_NOT_CORRESPOND','en','This id: {0} not correspond to a {1}','2016-07-14') ,
( 'LABEL','ID_USER_HAVENT_RIGHTS_PAGE','en','User does not have rights on this page.','2014-01-15') ,
-( 'LABEL','ID_USER_HAVENT_RIGHTS_SYSTEM','en','User does not have access to the system','2014-01-15') ,
+( 'LABEL','ID_USER_HAVENT_RIGHTS_SYSTEM','en','User does not have access to the system','2014-01-15') ;
+INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+
( 'LABEL','ID_USER_ID','en','Username','2014-10-09') ,
( 'LABEL','ID_USER_IDENTIFIER','en','User Identifier','2015-09-15') ,
( 'LABEL','ID_USER_INACTIVE','en','User inactive!','2014-01-15') ,
-( 'LABEL','ID_USER_INACTIVE_BY_DATE','en','User''s account has expired','2014-10-21') ;
-INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-
+( 'LABEL','ID_USER_INACTIVE_BY_DATE','en','User''s account has expired','2014-10-21') ,
( 'LABEL','ID_USER_INEFFICIENCE','en','Inefficience Cost By User','2015-03-09') ,
( 'LABEL','ID_USER_INFORMATION','en','User Information','2014-01-15') ,
( 'LABEL','ID_USER_IS_SUPERVISOR_DOES_NOT_ASSOCIATED_INPUT_DOCUMENT','en','The user is supervisor, but it does not have an associated input document','2016-07-06') ,
@@ -61297,13 +61301,13 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_VIEW_INFO','en','View Information','2014-01-15') ,
( 'LABEL','ID_VIEW_RESPONSE','en','View Response','2017-02-22') ,
( 'LABEL','ID_VIEW_USER_GROUP','en','Groups','2014-01-15') ,
-( 'LABEL','ID_VISIBLE','en','Visible','2014-01-15') ,
+( 'LABEL','ID_VISIBLE','en','Visible','2014-01-15') ;
+INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+
( 'LABEL','ID_VISIT','en','Visit','2014-01-15') ,
( 'LABEL','ID_WAIT_INSTALLING_PLUGIN','en','Please wait while the plugin is being installed...','2014-10-21') ,
( 'LABEL','ID_WAIT_WHILE_UPGRADING_PROCESSMAKER','en','Please wait while upgrading ProcessMaker...','2014-09-18') ,
-( 'LABEL','ID_WARNING','en','WARNING','2014-01-15') ;
-INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-
+( 'LABEL','ID_WARNING','en','WARNING','2014-01-15') ,
( 'LABEL','ID_WARNING_ENTERPRISE_LICENSE_MSG','en','Please select a valid license file.','2014-09-18') ,
( 'LABEL','ID_WARNING_ENTERPRISE_LICENSE_MSG_DAT','en','The file doesn''t have a .dat extension, please select another file.','2014-09-18') ,
( 'LABEL','ID_WARNING_ERROR_UPDATING','en','Error uploading the license file.','2014-09-18') ,
@@ -61379,13 +61383,13 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_YOUR_IMAGE_HAS_BEEN_SUCCESSFULLY','en','Your image has been successfully uploaded','2014-01-15') ,
( 'LABEL','ID_YOUR_LICENSE','en','Your license','2014-09-18') ,
( 'LABEL','ID_YOUR_PASSWORD_IS','en','Your password is','2014-01-15') ,
-( 'LABEL','ID_YOUR_USERMANE_IS','en','Your username is','2014-01-15') ,
+( 'LABEL','ID_YOUR_USERMANE_IS','en','Your username is','2014-01-15') ;
+INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+
( 'LABEL','ID_YOU_ARE_FIRST_STEP','en','You are in the first step!','2014-01-15') ,
( 'LABEL','ID_YOU_ARE_NOT_CAN_SELECT_PHOTO','en','You can not select more than one photo.','2014-10-21') ,
( 'LABEL','ID_YOU_DO_NOT_HAVE_PERMISSION','en','Error: You do not have permission.','2016-06-15') ,
-( 'LABEL','ID_YOU_DO_NOT_SELECT_ANY_USER_TO_IMPORT','en','You do not select any user to import','2015-09-15') ;
-INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-
+( 'LABEL','ID_YOU_DO_NOT_SELECT_ANY_USER_TO_IMPORT','en','You do not select any user to import','2015-09-15') ,
( 'LABEL','ID_YOU_HAVE_ERROR','en','you have an error','2014-01-15') ,
( 'LABEL','ID_ZIP_CODE','en','Zip Code','2014-01-15') ,
( 'LABEL','IMAGE_DETAIL','en','Image detail','2014-01-15') ,
@@ -61461,13 +61465,13 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','NEW_SITE_SUCCESS_CONFIRMNOTE','en','Note.- If you open the new site your current session will be closed.','2014-01-15') ,
( 'LABEL','OPEN_NEW_WS','en','Open new site','2014-01-15') ,
( 'LABEL','OUTPUT_CREATE','en','Output document has been created successfully','2014-01-15') ,
-( 'LABEL','PASSWORD_HISTORY','en','Password history','2014-01-15') ,
+( 'LABEL','PASSWORD_HISTORY','en','Password history','2014-01-15') ;
+INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
+
( 'LABEL','PAUSED','en','Pause','2014-01-15') ,
( 'LABEL','PENTAHO_LABEL_CONFIGURATION','en','Configuration','2014-01-15') ,
( 'LABEL','PENTAHO_LABEL_DATASOURCE','en','Datasource Name','2014-01-15') ,
-( 'LABEL','PENTAHO_LABEL_DB_EXISTS','en','Datasource already exist','2014-01-15') ;
-INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES
-
+( 'LABEL','PENTAHO_LABEL_DB_EXISTS','en','Datasource already exist','2014-01-15') ,
( 'LABEL','PENTAHO_LABEL_DB_SUCCESS','en','Datasource created successfully','2014-01-15') ,
( 'LABEL','PENTAHO_LABEL_DRIVER_CLASS','en','Driver Class','2014-01-15') ,
( 'LABEL','PENTAHO_LABEL_JNDI_CONNECTION','en','JNDI Connection','2014-01-15') ,
@@ -61525,14 +61529,14 @@ INSERT INTO DASHLET_INSTANCE (DAS_INS_UID,DAS_UID,DAS_INS_OWNER_TYPE,DAS_INS_OWN
('00000000000000000000000000000002','00000000000000000000000000000002','EVERYBODY','','','2011-12-02 00:00:00','2011-12-02 00:00:00',1),
('00000000000000000000000000000003','00000000000000000000000000000003','EVERYBODY','','','2011-12-05 00:00:00','2011-12-05 00:00:00',1);
-INSERT INTO CONFIGURATION (CFG_UID,OBJ_UID,CFG_VALUE,PRO_UID,USR_UID,APP_UID) VALUES
+INSERT INTO CONFIGURATION (CFG_UID,OBJ_UID,CFG_VALUE,PRO_UID,USR_UID,APP_UID) VALUES
('AUDIT_LOG','log','s:5:"false";','','',''),
('ENTERPRISE_SETTING_ENCRYPT','','a:2:{s:7:"current";s:6:"sha256";s:8:"previous";s:3:"md5";}','','',''),
('ENVIRONMENT_SETTINGS','','a:1:{s:18:"directoryStructure";i:2;}','','',''),
('MIGRATED_CONTENT','content','a:12:{i:0;s:7:"Groupwf";i:1;s:7:"Process";i:2;s:10:"Department";i:3;s:4:"Task";i:4;s:13:"InputDocument";i:5;s:11:"Application";i:6;s:11:"AppDocument";i:7;s:8:"Dynaform";i:8;s:14:"OutputDocument";i:9;s:11:"ReportTable";i:10;s:8:"Triggers";i:11;s:41:"\\ProcessMaker\\BusinessModel\\WebEntryEvent";}','','',''),
('MIGRATED_LIST','list','true','list','list','list'),
('MIGRATED_LIST_UNASSIGNED','list','true','list','list','list'),
-('SKIN_CRON','','s:10:"neoclassic";','','','');
+('SKIN_CRON','','s:10:\"neoclassic\";','','','');
INSERT INTO CATALOG (CAT_UID,CAT_LABEL_ID,CAT_TYPE,CAT_FLAG,CAT_OBSERVATION,CAT_CREATE_DATE,CAT_UPDATE_DATE) VALUES
('10','ID_BARS','GRAPHIC','','','2015-03-04 00:00:00','2015-03-04 00:00:00'),
@@ -61545,24 +61549,24 @@ INSERT INTO CATALOG (CAT_UID,CAT_LABEL_ID,CAT_TYPE,CAT_FLAG,CAT_OBSERVATION,CAT_
('300','ID_SEMESTER','PERIODICITY','','','2015-03-04 00:00:00','2015-03-04 00:00:00'),
('400','ID_YEAR','PERIODICITY','','','2015-03-04 00:00:00','2015-03-04 00:00:00');
-INSERT INTO ADDONS_MANAGER (ADDON_DESCRIPTION,ADDON_ID,ADDON_NAME,ADDON_NICK,ADDON_PUBLISHER,ADDON_RELEASE_TYPE,ADDON_STATUS,STORE_ID,ADDON_TYPE,ADDON_DOWNLOAD_URL,ADDON_VERSION,ADDON_DOWNLOAD_PROGRESS) VALUES
-('Actions By Email allows users to enter information and route cases via email.','actionsByEmail','actionsByEmail','actionsByEmail','Colosa','localRegistry','ready','00000000000000000000000000010004','features','','','0'),
-('Registers every administrator action in a log. Any change in the settings under the Admin menu is registered in the log.','auditLog','auditLog','auditLog','Colosa','localRegistry','ready','00000000000000000000000000010001','features','','','0'),
-('Enables the code scanner feature.','codeScanner','codeScanner','codeScanner','Colosa','localRegistry','ready','00000000000000000000000000010007','features','','','0'),
-('This plugin will synchronize ProcessMaker with an LDAP or Active Directory server for user authentication.','ldapAdvanced','ldapAdvanced','ldapAdvanced','Colosa','localRegistry','ready','00000000000000000000000000010010','features','','','0'),
-('Enables the mobile fields.','mobileFields','mobileFields','mobileFields','Colosa','localRegistry','ready','00000000000000000000000000010008','features','','','0'),
-('Enables the multiple email configuration feature.','multipleEmailServers','multipleEmailServers','multipleEmailServers','Colosa','localRegistry','ready','00000000000000000000000000010009','features','','','0'),
-('Batch Routing allows a user to route multiple cases at a time onto the next task in the process.','pmConsolidatedCL','pmConsolidatedCL','pmConsolidatedCL','Colosa','localRegistry','ready','00000000000000000000000000010005','features','','','0'),
-('Integration with Gmail','pmGmail','pmGmail','pmGmail','Colosa','localRegistry','ready','00000000000000000000000000010012','features','','','0'),
-('This Feature will allow to store all input, output and attached documents generated in your processes in Google Drive.','pmGoogleDrive','pmGoogleDrive','pmGoogleDrive','Colosa','localRegistry','ready','00000000000000000000000000010015','features','','','0'),
-('Enables the configuration of a second database connection in order to divide the database requests in read and write operations. This features is used with database clusters to improve the application performance.','secondDatabaseConnection','secondDatabaseConnection','secondDatabaseConnection','Colosa','localRegistry','ready','00000000000000000000000000010000','features','','','0'),
-('A more secure option to store user passwords in ProcessMaker. The modern algorithm SHA-2 is used to store the passwords.','secureUserPasswordHash','secureUserPasswordHash','secureUserPasswordHash','Colosa','localRegistry','ready','00000000000000000000000000010002','features','','','0'),
-('Promotion Manager','selectiveImportExport','selectiveImportExport','selectiveImportExport','Colosa','localRegistry','ready','00000000000000000000000000010016','features','','','0'),
-('This features allows ProcessMaker to send out notifications using different email accounts and email servers.','sendEmailFromDifferentEmailServers','sendEmailFromDifferentEmailServers','sendEmailFromDifferentEmailServers','Colosa','localRegistry','ready','00000000000000000000000000010003','features','','','0'),
-('Dashboard with improved charting graphics and optimized to show strategic information like Process Efficiency and User Efficiency indicators.','strategicDashboards','strategicDashboards','Strategic Dashboards','Colosa','localRegistry','ready','00000000000000000000000000010006','features','','','0'),
-('User-based Language Management.','userBasedLanguage','userBasedLanguage','userBasedLanguage','Colosa','localRegistry','ready','00000000000000000000000000010013','features','','','0'),
-('User-based Time Zone Management.','userBasedTimeZone','userBasedTimeZone','userBasedTimeZone','Colosa','localRegistry','ready','00000000000000000000000000010014','features','','','0'),
-('SSO with an LDAP provider.','windowsSSO','windowsSSO','windowsSSO','Colosa','localRegistry','ready','00000000000000000000000000010011','features','','','0');
+INSERT INTO ADDONS_MANAGER (ADDON_DESCRIPTION,ADDON_ID,ADDON_NAME,ADDON_NICK,ADDON_PUBLISHER,ADDON_RELEASE_TYPE,ADDON_STATUS,ADDON_STATE,STORE_ID,ADDON_TYPE,ADDON_DOWNLOAD_URL,ADDON_VERSION,ADDON_DOWNLOAD_PROGRESS) VALUES
+('Actions By Email allows users to enter information and route cases via email.','actionsByEmail','actionsByEmail','actionsByEmail','Colosa','localRegistry','ready','','00000000000000000000000000010004','features','','','0'),
+('Registers every administrator action in a log. Any change in the settings under the Admin menu is registered in the log.','auditLog','auditLog','auditLog','Colosa','localRegistry','ready','','00000000000000000000000000010001','features','','','0'),
+('Enables the code scanner feature.','codeScanner','codeScanner','codeScanner','Colosa','localRegistry','ready','','00000000000000000000000000010007','features','','','0'),
+('This plugin will synchronize ProcessMaker with an LDAP or Active Directory server for user authentication.','ldapAdvanced','ldapAdvanced','ldapAdvanced','Colosa','localRegistry','ready','','00000000000000000000000000010010','features','','','0'),
+('Enables the mobile fields.','mobileFields','mobileFields','mobileFields','Colosa','localRegistry','ready','','00000000000000000000000000010008','features','','','0'),
+('Enables the multiple email configuration feature.','multipleEmailServers','multipleEmailServers','multipleEmailServers','Colosa','localRegistry','ready','','00000000000000000000000000010009','features','','','0'),
+('Batch Routing allows a user to route multiple cases at a time onto the next task in the process.','pmConsolidatedCL','pmConsolidatedCL','pmConsolidatedCL','Colosa','localRegistry','ready','','00000000000000000000000000010005','features','','','0'),
+('Integration with Gmail','pmGmail','pmGmail','pmGmail','Colosa','localRegistry','ready','','00000000000000000000000000010012','features','','','0'),
+('This Feature will allow to store all input, output and attached documents generated in your processes in Google Drive.','pmGoogleDrive','pmGoogleDrive','pmGoogleDrive','Colosa','localRegistry','ready','','00000000000000000000000000010015','features','','','0'),
+('Enables the configuration of a second database connection in order to divide the database requests in read and write operations. This features is used with database clusters to improve the application performance.','secondDatabaseConnection','secondDatabaseConnection','secondDatabaseConnection','Colosa','localRegistry','ready','','00000000000000000000000000010000','features','','','0'),
+('A more secure option to store user passwords in ProcessMaker. The modern algorithm SHA-2 is used to store the passwords.','secureUserPasswordHash','secureUserPasswordHash','secureUserPasswordHash','Colosa','localRegistry','ready','','00000000000000000000000000010002','features','','','0'),
+('Promotion Manager','selectiveImportExport','selectiveImportExport','selectiveImportExport','Colosa','localRegistry','ready','','00000000000000000000000000010016','features','','','0'),
+('This features allows ProcessMaker to send out notifications using different email accounts and email servers.','sendEmailFromDifferentEmailServers','sendEmailFromDifferentEmailServers','sendEmailFromDifferentEmailServers','Colosa','localRegistry','ready','','00000000000000000000000000010003','features','','','0'),
+('Dashboard with improved charting graphics and optimized to show strategic information like Process Efficiency and User Efficiency indicators.','strategicDashboards','strategicDashboards','Strategic Dashboards','Colosa','localRegistry','ready','','00000000000000000000000000010006','features','','','0'),
+('User-based Language Management.','userBasedLanguage','userBasedLanguage','userBasedLanguage','Colosa','localRegistry','ready','','00000000000000000000000000010013','features','','','0'),
+('User-based Time Zone Management.','userBasedTimeZone','userBasedTimeZone','userBasedTimeZone','Colosa','localRegistry','ready','','00000000000000000000000000010014','features','','','0'),
+('SSO with an LDAP provider.','windowsSSO','windowsSSO','windowsSSO','Colosa','localRegistry','ready','','00000000000000000000000000010011','features','','','0');
INSERT INTO APP_SEQUENCE (ID) VALUES
('0');
diff --git a/workflow/engine/data/mysql/schema.sql b/workflow/engine/data/mysql/schema.sql
index 3804849f8..b18043a39 100644
--- a/workflow/engine/data/mysql/schema.sql
+++ b/workflow/engine/data/mysql/schema.sql
@@ -2297,7 +2297,7 @@ CREATE TABLE `ADDONS_MANAGER`
`ADDON_NICK` VARCHAR(255) NOT NULL,
`ADDON_DOWNLOAD_FILENAME` VARCHAR(1024),
`ADDON_DESCRIPTION` VARCHAR(2048),
- `ADDON_STATE` VARCHAR(255) NOT NULL,
+ `ADDON_STATE` VARCHAR(255) NOT NULL DEFAULT '',
`ADDON_STATE_CHANGED` DATETIME,
`ADDON_STATUS` VARCHAR(255) NOT NULL,
`ADDON_VERSION` VARCHAR(255) NOT NULL,
diff --git a/workflow/engine/menus/setup.php b/workflow/engine/menus/setup.php
index 638958001..1b2c69ad4 100644
--- a/workflow/engine/menus/setup.php
+++ b/workflow/engine/menus/setup.php
@@ -1,27 +1,4 @@
.
- *
- * For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
- * Coral Gables, FL, 33134, USA, or email info@colosa.com.
- *
- */
use ProcessMaker\Plugins\PluginRegistry;
@@ -228,6 +205,16 @@ if ($RBAC->userCanAccess('PM_SETUP') === 1 && $RBAC->userCanAccess('PM_SETUP_LOG
/*----------------------------------********---------------------------------*/
}
+/*----------------------------------********---------------------------------*/
+if ($RBAC->userCanAccess('PM_SETUP_LOG_FILES') === 1) {
+ $G_TMP_MENU->AddIdRawOption(
+ 'STANDARD_LOGGING', '../FileLogs/fileList',
+ G::LoadTranslation('ID_STANDARD_LOGGING'), '', '', 'logs'
+ );
+}
+/*----------------------------------********---------------------------------*/
+
+
if ($RBAC->userCanAccess('PM_SETUP') === 1) {
$G_TMP_MENU->AddIdRawOption(
'PM_REQUIREMENTS', '../setup/systemInfo',
diff --git a/workflow/engine/methods/setup/auditLog.php b/workflow/engine/methods/setup/auditLog.php
index ee93cf9b9..e77ec5d57 100644
--- a/workflow/engine/methods/setup/auditLog.php
+++ b/workflow/engine/methods/setup/auditLog.php
@@ -1,4 +1,7 @@
userCanAccess("PM_SETUP") != 1) {
@@ -6,166 +9,11 @@ if ($RBAC->userCanAccess("PM_SETUP") != 1) {
exit(0);
}
-$c = new Configurations();
-$configPage = $c->getConfiguration("auditLogList", "pageSize", null, $_SESSION["USER_LOGGED"]);
-
-$config = array();
-$config["pageSize"] = (isset($configPage["pageSize"])) ? $configPage["pageSize"] : 20;
-
-$arrayAction = array(
- "CreateUser" => G::LoadTranslation("ID_CREATE_USER"),
- "UpdateUser" => G::LoadTranslation("ID_UPDATE_USER"),
- "DeleteUser" => G::LoadTranslation("ID_DELETE_USER"),
- "EnableUser" => G::LoadTranslation("ID_ENABLE_USER"),
- "DisableUser" => G::LoadTranslation("ID_DISABLE_USER"),
- "AssignAuthenticationSource" => G::LoadTranslation("ID_ASSIGN_AUTHENTICATION_SOURCE"),
- "AssignUserToGroup" => G::LoadTranslation("ID_ASSIGN_USER_TO_GROUP"),
- "CreateAuthSource" => G::LoadTranslation("ID_CREATE_AUTH_SOURCE"),
- "UpdateAuthSource" => G::LoadTranslation("ID_UPDATE_AUTH_SOURCE"),
- "DeleteAuthSource" => G::LoadTranslation("ID_DELETE_AUTH_SOURCE"),
- "CreateRole" => G::LoadTranslation("ID_CREATE_ROLE"),
- "UpdateRole" => G::LoadTranslation("ID_UPDATE_ROLE"),
- "DeleteRole" => G::LoadTranslation("ID_DELETE_ROLE"),
- "AssignUserToRole" => G::LoadTranslation("ID_ASSIGN_USER_TO_ROLE"),
- "DeleteUserToRole" => G::LoadTranslation("ID_DELETE_USER_TO_ROLE"),
- "AddPermissionToRole" => G::LoadTranslation("ID_ADD_PERMISSION_TO_ROLE"),
- "DeletePermissionToRole" => G::LoadTranslation("ID_DELETE_PERMISSION_TO_ROLE"),
- "CreateSkin" => G::LoadTranslation("ID_CREATE_SKIN"),
- "ImportSkin" => G::LoadTranslation("ID_IMPORT_SKIN"),
- "ExportSkin" => G::LoadTranslation("ID_EXPORT_SKIN"),
- "DeleteSkin" => G::LoadTranslation("ID_DELETE_SKIN"),
- "CreateGroup" => G::LoadTranslation("ID_CREATE_GROUP"),
- "UpdateGroup" => G::LoadTranslation("ID_UPDATE_GROUP"),
- "DeleteGroup" => G::LoadTranslation("ID_DELETE_GROUP"),
- "CreateCategory" => G::LoadTranslation("ID_CREATE_CATEGORY"),
- "UpdateCategory" => G::LoadTranslation("ID_UPDATE_CATEGORY"),
- "DeleteCategory" => G::LoadTranslation("ID_DELETE_CATEGORY"),
- "BuildCache" => G::LoadTranslation("ID_BUILD_CACHE"),
- "ClearCache" => G::LoadTranslation("ID_CLEAR_CACHE"),
- "ClearCron" => G::LoadTranslation("ID_CLEAR_CRON"),
- "UpdateEnvironmentSettings" => G::LoadTranslation("ID_UPDATE_ENVIRONMENT_SETTINGS"),
- "UpdateLoginSettings" => G::LoadTranslation("ID_UPDATE_LOGIN_SETTINGS"),
- "EnableHeartBeat" => G::LoadTranslation("ID_ENABLE_HEART_BEAT"),
- "DisableHeartBeat" => G::LoadTranslation("ID_DISABLE_HEART_BEAT"),
- "CreatePmtable" => G::LoadTranslation("ID_CREATE_PMTABLE"),
- "UpdatePmtable" => G::LoadTranslation("ID_UPDATE_PMTABLE"),
- "DeletePmtable" => G::LoadTranslation("ID_DELETE_PMTABLE"),
- "AddDataPmtable" => G::LoadTranslation("ID_ADD_DATA_PMTABLE"),
- "UpdateDataPmtable" => G::LoadTranslation("ID_UPDATE_DATA_PMTABLE"),
- "DeleteDataPmtable" => G::LoadTranslation("ID_DELETE_DATA_PMTABLE"),
- "ImportTable" => G::LoadTranslation("ID_IMPORT_TABLE"),
- "ExportTable" => G::LoadTranslation("ID_EXPORT_TABLE"),
- "CreateCalendar" => G::LoadTranslation("ID_CREATE_CALENDAR"),
- "UpdateCalendar" => G::LoadTranslation("ID_UPDATE_CALENDAR"),
- "DeleteCalendar" => G::LoadTranslation("ID_DELETE_CALENDAR"),
- "CreateDashletInstance" => G::LoadTranslation("ID_CREATE_DASHLET_INSTANCE"),
- "UpdateDashletInstance" => G::LoadTranslation("ID_UPDATE_DASHLET_INSTANCE"),
- "DeleteDashletInstance" => G::LoadTranslation("ID_DELETE_DASHLET_INSTANCE"),
- "CreateDepartament" => G::LoadTranslation("ID_CREATE_DEPARTAMENT"),
- "CreateSubDepartament" => G::LoadTranslation("ID_CREATE_SUB_DEPARTAMENT"),
- "UpdateDepartament" => G::LoadTranslation("ID_UPDATE_DEPARTAMENT"),
- "UpdateSubDepartament" => G::LoadTranslation("ID_UPDATE_SUB_DEPARTAMENT"),
- "DeleteDepartament" => G::LoadTranslation("ID_DELETE_DEPARTAMENT"),
- "AssignManagerToDepartament" => G::LoadTranslation("ID_ASSIGN_MANAGER_TO_DEPARTAMENT"),
- "AssignUserToDepartament" => G::LoadTranslation("ID_ASSIGN_USER_TO_DEPARTAMENT"),
- "RemoveUsersFromDepartament" => G::LoadTranslation("ID_REMOVE_USERS_FROM_DEPARTAMENT"),
- "AssignUserToGroup" => G::LoadTranslation("ID_ASSIGN_USER_TO_GROUP"),
- "UploadLanguage" => G::LoadTranslation("ID_UPLOAD_LANGUAGE"),
- "ExportLanguage" => G::LoadTranslation("ID_EXPORT_LANGUAGE"),
- "DeleteLanguage" => G::LoadTranslation("ID_DELETE_LAGUAGE"),
- "UploadSystemSettings" => G::LoadTranslation("ID_UPLOAD_SYSTEM_SETTINGS"),
- "UpdateEmailSettings" => G::LoadTranslation("ID_UPDATE_EMAIL_SETTINGS"),
- "CreateEmailSettings" => G::LoadTranslation("ID_CREATE_EMAIL_SETTINGS"),
- "UploadLogo" => G::LoadTranslation("ID_UPLOAD_LOGO"),
- "DeleteLogo" => G::LoadTranslation("ID_DELETE_LOGO"),
- "RestoreLogo" => G::LoadTranslation("ID_RESTORE_LOGO"),
- "ReplaceLogo" => G::LoadTranslation("ID_REPLACE_LOGO"),
- "InstallPlugin" => G::LoadTranslation("ID_INSTALL_PLUGIN"),
- "EnablePlugin" => G::LoadTranslation("ID_ENABLE_PLUGIN"),
- "DisablePlugin" => G::LoadTranslation("ID_DISABLE_PLUGIN"),
- "RemovePlugin" => G::LoadTranslation("ID_REMOVE_PLUGIN"),
- "SetColumns" => G::LoadTranslation("ID_SET_COLUMNS"),
- "EnableAuditLog" => G::LoadTranslation("ID_ENABLE_AUDIT_LOG"),
- "DisableAuditLog" => G::LoadTranslation("ID_DISABLE_AUDIT_LOG"),
- "EditProcess" => G::LoadTranslation("ID_EDIT_PROCESS"),
- "ExportProcess" => G::LoadTranslation("ID_EXPORT_PROCESS"),
- "WebEntry" => G::LoadTranslation("ID_WEB_ENTRY"),
- "AssignRole" => G::LoadTranslation("ID_ASSIGN_ROLE"),
- "RemoveUser" => G::LoadTranslation("ID_REMOVE_USER"),
- "AddTask" => G::LoadTranslation("ID_ADD_TASK"),
- "AddSubProcess" => G::LoadTranslation("ID_ADD_SUB_PROCESS"),
- "SaveTaskPosition" => G::LoadTranslation("ID_SAVE_TASK_POSITION"),
- "AddHorizontalLine" => G::LoadTranslation("ID_ADD_HORIZONTAL_LINE"),
- "AddVerticalLine" => G::LoadTranslation("ID_ADD_VERTICAL_LINE"),
- "SaveGuidePosition" => G::LoadTranslation("ID_SAVE_GUIDE_POSITION"),
- "DeleteLine" => G::LoadTranslation("ID_DELETE_LINE"),
- "DeleteLines" => G::LoadTranslation("ID_DELETE_LINES"),
- "AddText" => G::LoadTranslation("ID_ADD_TEXT"),
- "UpdateText" => G::LoadTranslation("ID_UPDATE_TEXT"),
- "SaveTextPosition" => G::LoadTranslation("ID_SAVE_TEXT_POSITION"),
- "DeleteText" => G::LoadTranslation("ID_DELETE_TEXT"),
- "ProcessFileManager" => G::LoadTranslation("ID_PROCESS_FILE_MANAGER"),
- "ProcessPermissions" => G::LoadTranslation("ID_PROCESS_PERMISSIONS"),
- "DeletePermissions" => G::LoadTranslation("ID_DELETE_PERMISSIONS"),
- "AssignSupervisorDynaform" => G::LoadTranslation("ID_ASSIGN_SUPERVISOR_DYNAFORM"),
- "RemoveSupervisorDynaform" => G::LoadTranslation("ID_REMOVE_SUPERVISOR_DYNAFORM"),
- "AssignSupervisorInput" => G::LoadTranslation("ID_ASSIGN_SUPERVISOR_INPUT"),
- "RemoveSupervisorInput" => G::LoadTranslation("ID_REMOVE_SUPERVISOR_INPUT"),
- "CaseTrackers" => G::LoadTranslation("ID_CASE_TRACKERS"),
- "EditEvent" => G::LoadTranslation("ID_EDIT_EVENT"),
- "DeleteEvent" => G::LoadTranslation("ID_EVENT_DELETED"),
- "CreateDynaform" => G::LoadTranslation("ID_CREATE_DYNAFORM"),
- "UpdateDynaform" => G::LoadTranslation("ID_UPDATE_DYNAFORM"),
- "DeleteDynaform" => G::LoadTranslation("ID_DELETE_DYNAFORM"),
- "ConditionsEditorDynaform" => G::LoadTranslation("ID_CONDITIONS_EDITOR_DYNAFORM"),
- "CreateCaseScheduler" => G::LoadTranslation("ID_CREATE_CASE_SCHEDULER"),
- "UpdateCaseScheduler" => G::LoadTranslation("ID_UPDATE_CASE_SCHEDULER"),
- "DeleteCaseScheduler" => G::LoadTranslation("ID_DELETE_CASE_SCHEDULER"),
- "CreateDatabaseConnection" => G::LoadTranslation("ID_CREATE_DATABASE_CONNECTION"),
- "UpdateDatabaseConnection" => G::LoadTranslation("ID_UPDATE_DATABASE_CONNECTION"),
- "DeleteDatabaseConnection" => G::LoadTranslation("ID_DELETE_DATABASE_CONNECTION"),
- "CreateInputDocument" => G::LoadTranslation("ID_CREATE_INPUT_DOCUMENT"),
- "UpdateInputDocument" => G::LoadTranslation("ID_UPDATE_INPUT_DOCUMENT"),
- "DeleteInputDocument" => G::LoadTranslation("ID_DELETE_INPUT_DOCUMENT"),
- "CreateOutputDocument" => G::LoadTranslation("ID_CREATE_OUTPUT_DOCUMENT"),
- "UpdateOutputDocument" => G::LoadTranslation("ID_UPDATE_OUTPUT_DOCUMENT"),
- "DeleteOutputDocument" => G::LoadTranslation("ID_DELETE_OUTPUT_DOCUMENT"),
- "CreateTrigger" => G::LoadTranslation("ID_CREATE_TRIGGER"),
- "UpdateTrigger" => G::LoadTranslation("ID_UPDATE_TRIGGER"),
- "DeleteTrigger" => G::LoadTranslation("ID_DELETE_TRIGGER"),
- "DerivationRule" => G::LoadTranslation("ID_DERIVATION_RULE"),
- "DeleteTask" => G::LoadTranslation("ID_DELETE_TASK"),
- "DeleteSubProcess" => G::LoadTranslation("ID_DELETE_SUB_PROCESS"),
- "OptionsMenuTask" => G::LoadTranslation("ID_OPTIONS_MENU_TASK"),
- "SaveTaskProperties" => G::LoadTranslation("ID_SAVE_TASK_PROPERTIES"),
- "DeleteRoutes" => G::LoadTranslation("ID_DELETE_ROUTES"),
- "NewConditionFromStep" => G::LoadTranslation("ID_NEW_CONDITION_FROM_STEP"),
- "AssignTrigger" => G::LoadTranslation("ID_ASSIGN_TRIGGER"),
- "UpTrigger" => G::LoadTranslation("ID_UP_TRIGGER"),
- "DownTrigger" => G::LoadTranslation("ID_DOWN_TRIGGER"),
- "StepDelete" => G::LoadTranslation("ID_STEP_DELETE"),
- "StepUp" => G::LoadTranslation("ID_STEP_UP"),
- "StepDown" => G::LoadTranslation("ID_STEP_DOWN"),
- "SaveNewStep" => G::LoadTranslation("ID_SAVE_NEW_STEP"),
- "AssignUserTask" => G::LoadTranslation("ID_ASSIGN_USER_TASK"),
- "AssignGroupTask" => G::LoadTranslation("ID_ASSIGN_GROUP_TASK"),
- "DeleteUserTask" => G::LoadTranslation("ID_DELETE_USER_TASK"),
- "DeleteGroupTask" => G::LoadTranslation("ID_DELETE_GROUP_TASK"),
- "ImportProcess" => G::LoadTranslation("ID_IMPORT_PROCESS"),
- "DeleteProcess" => G::LoadTranslation("ID_DELETE_PROCESS")
-);
-
-asort($arrayAction);
-
-$arrayActionAux = $arrayAction;
-$arrayAction = array(array("ALL", G::LoadTranslation("ID_ALL")));
-
-foreach ($arrayActionAux as $key => $value) {
- $arrayAction[] = array($key, $value);
-}
+$auditLog = new AuditLog();
+$auditLog->setUserLogged($_SESSION["USER_LOGGED"]);
$oHeadPublisher = headPublisher::getSingleton();
$oHeadPublisher->addExtJsScript("setup/auditLog", true);
-$oHeadPublisher->assign("CONFIG", $config);
-$oHeadPublisher->assign("ACTION", $arrayAction);
+$oHeadPublisher->assign("CONFIG", $auditLog->getConfig());
+$oHeadPublisher->assign("ACTION", $auditLog->getActions());
G::RenderPage("publish", "extJs");
diff --git a/workflow/engine/methods/setup/auditLogAjax.php b/workflow/engine/methods/setup/auditLogAjax.php
index c344e7277..6b70640ca 100644
--- a/workflow/engine/methods/setup/auditLogAjax.php
+++ b/workflow/engine/methods/setup/auditLogAjax.php
@@ -1,111 +1,13 @@
1) {
- $date = (isset( $arrayAux[0] )) ? trim( $arrayAux[0] ) : "";
- $workspace = (isset( $arrayAux[1] )) ? trim( $arrayAux[1] ) : "";
- $ip = (isset( $arrayAux[2] )) ? trim( $arrayAux[2] ) : "";
- $user = (isset( $arrayAux[4] )) ? trim( $arrayAux[4] ) : "";
- $action = (isset( $arrayAux[5] )) ? trim( $arrayAux[5] ) : "";
- $description = (isset( $arrayAux[6] )) ? trim( $arrayAux[6] ) : "";
- }
+$auditLog = new AuditLog();
+$auditLog->setUserLogged($_SESSION["USER_LOGGED"]);
- $mktDate = (! empty( $date )) ? mktimeDate( $date ) : 0;
-
- //Filter
- $sw = 1;
- if ($workspace != $filter["workspace"]) {
- $sw = 0;
- }
+$response = [];
- if ($filter["action"] != "ALL") {
- if ($action != $filter["action"]) {
- $sw = 0;
- }
- }
-
- if ($filter["dateFrom"] && $mktDate > 0) {
- if (! (mktimeDate( $filter["dateFrom"] ) <= $mktDate)) {
- $sw = 0;
- }
- }
-
- if ($filter["dateTo"] && $mktDate > 0) {
- if (! ($mktDate <= mktimeDate( $filter["dateTo"] . " 23:59:59" ))) {
- $sw = 0;
- }
- }
-
- if ($filter["description"]) {
- $sw = 0;
- $string = $filter["description"];
-
- if ( (stristr($date, $string) !== false) || (stristr($ip, $string) !== false) || (stristr($user, $string) !== false) || (stristr($action, $string) !== false) || (stristr($description, $string) !== false) ) {
- $sw = 1;
- }
- }
-
- $arrayData = array ();
- $newAction = preg_replace('/([A-Z])/', '_$1', $action);
- $newAction = "ID".strtoupper($newAction);
-
- if ($sw == 1) {
- $arrayData = array ("DATE" => $date, "USER" => $user, "IP" =>$ip, "ACTION" => G::LoadTranslation($newAction), "DESCRIPTION" => $description);
- }
-
- return $arrayData;
-}
-
-function getAuditLogData ($filter, $r, $i)
-{
- $arrayData = array ();
- $strAux = null;
- $count = 0;
-
- $file = PATH_DATA . "log" . PATH_SEP . "audit.log";
-
- if (file_exists($file)) {
- $arrayFileData = file($file);
-
- for ($k = 0; $k < count($arrayFileData); $k++) {
-
- $strAux = $arrayFileData[$k];
-
- if ($strAux) {
- $arrayAux = auditLogArraySet($strAux, $filter);
- if (count($arrayAux) > 0) {
- $count = $count + 1;
-
- if ($count > $i && count($arrayData) < $r) {
- $arrayData[] = $arrayAux;
- }
- }
- }
- }
- }
-
- return array($count, $arrayData);
-}
-
-$option = (isset( $_REQUEST["option"] )) ? $_REQUEST["option"] : null;
-
-$response = array ();
+$option = (isset($_REQUEST["option"])) ? $_REQUEST["option"] : null;
switch ($option) {
case "LST":
@@ -116,15 +18,23 @@ switch ($option) {
$dateFrom = $_REQUEST["dateFrom"];
$dateTo = $_REQUEST["dateTo"];
- $arrayFilter = array ("workspace" => $workspace, "action" => $action, "description" => $description,"dateFrom" => str_replace( "T00:00:00", null, $dateFrom ),"dateTo" => str_replace( "T00:00:00", null, $dateTo )
- );
+ $arrayFilter = [
+ "workspace" => $workspace,
+ "action" => $action,
+ "description" => $description,
+ "dateFrom" => str_replace("T00:00:00", null, $dateFrom),
+ "dateTo" => str_replace("T00:00:00", null, $dateTo)
+ ];
- $limit = isset( $_REQUEST["limit"] ) ? $_REQUEST["limit"] : $pageSize;
- $start = isset( $_REQUEST["start"] ) ? $_REQUEST["start"] : 0;
+ $limit = isset($_REQUEST["limit"]) ? $_REQUEST["limit"] : $pageSize;
+ $start = isset($_REQUEST["start"]) ? $_REQUEST["start"] : 0;
- list ($count, $data) = getAuditLogData( $arrayFilter, $limit, $start );
- $response = array ("success" => true,"resultTotal" => $count,"resultRoot" => $data
- );
+ list ($count, $data) = $auditLog->getAuditLogData($arrayFilter, $limit, $start);
+ $response = [
+ "success" => true,
+ "resultTotal" => $count,
+ "resultRoot" => $data
+ ];
break;
case "EMPTY":
$status = 1;
@@ -132,8 +42,8 @@ switch ($option) {
try {
$file = PATH_DATA . "log" . PATH_SEP . "cron.log";
- if (file_exists( $file )) {
- unlink( $file );
+ if (file_exists($file)) {
+ unlink($file);
}
$response["status"] = "OK";
@@ -148,4 +58,4 @@ switch ($option) {
break;
}
-echo G::json_encode( $response );
\ No newline at end of file
+echo G::json_encode($response);
diff --git a/workflow/engine/skinEngine/neoclassic/css/pmos-xtheme-gray.css b/workflow/engine/skinEngine/neoclassic/css/pmos-xtheme-gray.css
index 388e22e4f..17b6db332 100644
--- a/workflow/engine/skinEngine/neoclassic/css/pmos-xtheme-gray.css
+++ b/workflow/engine/skinEngine/neoclassic/css/pmos-xtheme-gray.css
@@ -890,6 +890,10 @@ antes funcionaba.
width: 16px !important;
height: 16px !important;
}
+
+.ICON_STANDARD_LOGGING{
+ background-image: url(/images/import.gif) !important;
+}
.ICON_EMAILS {
/*ss_email_edit*/
diff --git a/workflow/engine/src/ProcessMaker/AuditLog/AuditLog.php b/workflow/engine/src/ProcessMaker/AuditLog/AuditLog.php
new file mode 100644
index 000000000..83946cfb6
--- /dev/null
+++ b/workflow/engine/src/ProcessMaker/AuditLog/AuditLog.php
@@ -0,0 +1,485 @@
+pathGlobalLog = PATH_DATA . 'log';
+ $this->columns = ['date', 'workspace', 'ip', 'id', 'user', 'action', 'description'];
+
+ $this->actions = [
+ "CreateUser" => G::LoadTranslation("ID_CREATE_USER"),
+ "UpdateUser" => G::LoadTranslation("ID_UPDATE_USER"),
+ "DeleteUser" => G::LoadTranslation("ID_DELETE_USER"),
+ "EnableUser" => G::LoadTranslation("ID_ENABLE_USER"),
+ "DisableUser" => G::LoadTranslation("ID_DISABLE_USER"),
+ "AssignAuthenticationSource" => G::LoadTranslation("ID_ASSIGN_AUTHENTICATION_SOURCE"),
+ "AssignUserToGroup" => G::LoadTranslation("ID_ASSIGN_USER_TO_GROUP"),
+ "CreateAuthSource" => G::LoadTranslation("ID_CREATE_AUTH_SOURCE"),
+ "UpdateAuthSource" => G::LoadTranslation("ID_UPDATE_AUTH_SOURCE"),
+ "DeleteAuthSource" => G::LoadTranslation("ID_DELETE_AUTH_SOURCE"),
+ "CreateRole" => G::LoadTranslation("ID_CREATE_ROLE"),
+ "UpdateRole" => G::LoadTranslation("ID_UPDATE_ROLE"),
+ "DeleteRole" => G::LoadTranslation("ID_DELETE_ROLE"),
+ "AssignUserToRole" => G::LoadTranslation("ID_ASSIGN_USER_TO_ROLE"),
+ "DeleteUserToRole" => G::LoadTranslation("ID_DELETE_USER_TO_ROLE"),
+ "AddPermissionToRole" => G::LoadTranslation("ID_ADD_PERMISSION_TO_ROLE"),
+ "DeletePermissionToRole" => G::LoadTranslation("ID_DELETE_PERMISSION_TO_ROLE"),
+ "CreateSkin" => G::LoadTranslation("ID_CREATE_SKIN"),
+ "ImportSkin" => G::LoadTranslation("ID_IMPORT_SKIN"),
+ "ExportSkin" => G::LoadTranslation("ID_EXPORT_SKIN"),
+ "DeleteSkin" => G::LoadTranslation("ID_DELETE_SKIN"),
+ "CreateGroup" => G::LoadTranslation("ID_CREATE_GROUP"),
+ "UpdateGroup" => G::LoadTranslation("ID_UPDATE_GROUP"),
+ "DeleteGroup" => G::LoadTranslation("ID_DELETE_GROUP"),
+ "CreateCategory" => G::LoadTranslation("ID_CREATE_CATEGORY"),
+ "UpdateCategory" => G::LoadTranslation("ID_UPDATE_CATEGORY"),
+ "DeleteCategory" => G::LoadTranslation("ID_DELETE_CATEGORY"),
+ "BuildCache" => G::LoadTranslation("ID_BUILD_CACHE"),
+ "ClearCache" => G::LoadTranslation("ID_CLEAR_CACHE"),
+ "ClearCron" => G::LoadTranslation("ID_CLEAR_CRON"),
+ "UpdateEnvironmentSettings" => G::LoadTranslation("ID_UPDATE_ENVIRONMENT_SETTINGS"),
+ "UpdateLoginSettings" => G::LoadTranslation("ID_UPDATE_LOGIN_SETTINGS"),
+ "EnableHeartBeat" => G::LoadTranslation("ID_ENABLE_HEART_BEAT"),
+ "DisableHeartBeat" => G::LoadTranslation("ID_DISABLE_HEART_BEAT"),
+ "CreatePmtable" => G::LoadTranslation("ID_CREATE_PMTABLE"),
+ "UpdatePmtable" => G::LoadTranslation("ID_UPDATE_PMTABLE"),
+ "DeletePmtable" => G::LoadTranslation("ID_DELETE_PMTABLE"),
+ "AddDataPmtable" => G::LoadTranslation("ID_ADD_DATA_PMTABLE"),
+ "UpdateDataPmtable" => G::LoadTranslation("ID_UPDATE_DATA_PMTABLE"),
+ "DeleteDataPmtable" => G::LoadTranslation("ID_DELETE_DATA_PMTABLE"),
+ "ImportTable" => G::LoadTranslation("ID_IMPORT_TABLE"),
+ "ExportTable" => G::LoadTranslation("ID_EXPORT_TABLE"),
+ "CreateCalendar" => G::LoadTranslation("ID_CREATE_CALENDAR"),
+ "UpdateCalendar" => G::LoadTranslation("ID_UPDATE_CALENDAR"),
+ "DeleteCalendar" => G::LoadTranslation("ID_DELETE_CALENDAR"),
+ "CreateDashletInstance" => G::LoadTranslation("ID_CREATE_DASHLET_INSTANCE"),
+ "UpdateDashletInstance" => G::LoadTranslation("ID_UPDATE_DASHLET_INSTANCE"),
+ "DeleteDashletInstance" => G::LoadTranslation("ID_DELETE_DASHLET_INSTANCE"),
+ "CreateDepartament" => G::LoadTranslation("ID_CREATE_DEPARTAMENT"),
+ "CreateSubDepartament" => G::LoadTranslation("ID_CREATE_SUB_DEPARTAMENT"),
+ "UpdateDepartament" => G::LoadTranslation("ID_UPDATE_DEPARTAMENT"),
+ "UpdateSubDepartament" => G::LoadTranslation("ID_UPDATE_SUB_DEPARTAMENT"),
+ "DeleteDepartament" => G::LoadTranslation("ID_DELETE_DEPARTAMENT"),
+ "AssignManagerToDepartament" => G::LoadTranslation("ID_ASSIGN_MANAGER_TO_DEPARTAMENT"),
+ "AssignUserToDepartament" => G::LoadTranslation("ID_ASSIGN_USER_TO_DEPARTAMENT"),
+ "RemoveUsersFromDepartament" => G::LoadTranslation("ID_REMOVE_USERS_FROM_DEPARTAMENT"),
+ "AssignUserToGroup" => G::LoadTranslation("ID_ASSIGN_USER_TO_GROUP"),
+ "UploadLanguage" => G::LoadTranslation("ID_UPLOAD_LANGUAGE"),
+ "ExportLanguage" => G::LoadTranslation("ID_EXPORT_LANGUAGE"),
+ "DeleteLanguage" => G::LoadTranslation("ID_DELETE_LAGUAGE"),
+ "UploadSystemSettings" => G::LoadTranslation("ID_UPLOAD_SYSTEM_SETTINGS"),
+ "UpdateEmailSettings" => G::LoadTranslation("ID_UPDATE_EMAIL_SETTINGS"),
+ "CreateEmailSettings" => G::LoadTranslation("ID_CREATE_EMAIL_SETTINGS"),
+ "UploadLogo" => G::LoadTranslation("ID_UPLOAD_LOGO"),
+ "DeleteLogo" => G::LoadTranslation("ID_DELETE_LOGO"),
+ "RestoreLogo" => G::LoadTranslation("ID_RESTORE_LOGO"),
+ "ReplaceLogo" => G::LoadTranslation("ID_REPLACE_LOGO"),
+ "InstallPlugin" => G::LoadTranslation("ID_INSTALL_PLUGIN"),
+ "EnablePlugin" => G::LoadTranslation("ID_ENABLE_PLUGIN"),
+ "DisablePlugin" => G::LoadTranslation("ID_DISABLE_PLUGIN"),
+ "RemovePlugin" => G::LoadTranslation("ID_REMOVE_PLUGIN"),
+ "SetColumns" => G::LoadTranslation("ID_SET_COLUMNS"),
+ "EnableAuditLog" => G::LoadTranslation("ID_ENABLE_AUDIT_LOG"),
+ "DisableAuditLog" => G::LoadTranslation("ID_DISABLE_AUDIT_LOG"),
+ "EditProcess" => G::LoadTranslation("ID_EDIT_PROCESS"),
+ "ExportProcess" => G::LoadTranslation("ID_EXPORT_PROCESS"),
+ "WebEntry" => G::LoadTranslation("ID_WEB_ENTRY"),
+ "AssignRole" => G::LoadTranslation("ID_ASSIGN_ROLE"),
+ "RemoveUser" => G::LoadTranslation("ID_REMOVE_USER"),
+ "AddTask" => G::LoadTranslation("ID_ADD_TASK"),
+ "AddSubProcess" => G::LoadTranslation("ID_ADD_SUB_PROCESS"),
+ "SaveTaskPosition" => G::LoadTranslation("ID_SAVE_TASK_POSITION"),
+ "AddHorizontalLine" => G::LoadTranslation("ID_ADD_HORIZONTAL_LINE"),
+ "AddVerticalLine" => G::LoadTranslation("ID_ADD_VERTICAL_LINE"),
+ "SaveGuidePosition" => G::LoadTranslation("ID_SAVE_GUIDE_POSITION"),
+ "DeleteLine" => G::LoadTranslation("ID_DELETE_LINE"),
+ "DeleteLines" => G::LoadTranslation("ID_DELETE_LINES"),
+ "AddText" => G::LoadTranslation("ID_ADD_TEXT"),
+ "UpdateText" => G::LoadTranslation("ID_UPDATE_TEXT"),
+ "SaveTextPosition" => G::LoadTranslation("ID_SAVE_TEXT_POSITION"),
+ "DeleteText" => G::LoadTranslation("ID_DELETE_TEXT"),
+ "ProcessFileManager" => G::LoadTranslation("ID_PROCESS_FILE_MANAGER"),
+ "ProcessPermissions" => G::LoadTranslation("ID_PROCESS_PERMISSIONS"),
+ "DeletePermissions" => G::LoadTranslation("ID_DELETE_PERMISSIONS"),
+ "AssignSupervisorDynaform" => G::LoadTranslation("ID_ASSIGN_SUPERVISOR_DYNAFORM"),
+ "RemoveSupervisorDynaform" => G::LoadTranslation("ID_REMOVE_SUPERVISOR_DYNAFORM"),
+ "AssignSupervisorInput" => G::LoadTranslation("ID_ASSIGN_SUPERVISOR_INPUT"),
+ "RemoveSupervisorInput" => G::LoadTranslation("ID_REMOVE_SUPERVISOR_INPUT"),
+ "CaseTrackers" => G::LoadTranslation("ID_CASE_TRACKERS"),
+ "EditEvent" => G::LoadTranslation("ID_EDIT_EVENT"),
+ "DeleteEvent" => G::LoadTranslation("ID_EVENT_DELETED"),
+ "CreateDynaform" => G::LoadTranslation("ID_CREATE_DYNAFORM"),
+ "UpdateDynaform" => G::LoadTranslation("ID_UPDATE_DYNAFORM"),
+ "DeleteDynaform" => G::LoadTranslation("ID_DELETE_DYNAFORM"),
+ "ConditionsEditorDynaform" => G::LoadTranslation("ID_CONDITIONS_EDITOR_DYNAFORM"),
+ "CreateCaseScheduler" => G::LoadTranslation("ID_CREATE_CASE_SCHEDULER"),
+ "UpdateCaseScheduler" => G::LoadTranslation("ID_UPDATE_CASE_SCHEDULER"),
+ "DeleteCaseScheduler" => G::LoadTranslation("ID_DELETE_CASE_SCHEDULER"),
+ "CreateDatabaseConnection" => G::LoadTranslation("ID_CREATE_DATABASE_CONNECTION"),
+ "UpdateDatabaseConnection" => G::LoadTranslation("ID_UPDATE_DATABASE_CONNECTION"),
+ "DeleteDatabaseConnection" => G::LoadTranslation("ID_DELETE_DATABASE_CONNECTION"),
+ "CreateInputDocument" => G::LoadTranslation("ID_CREATE_INPUT_DOCUMENT"),
+ "UpdateInputDocument" => G::LoadTranslation("ID_UPDATE_INPUT_DOCUMENT"),
+ "DeleteInputDocument" => G::LoadTranslation("ID_DELETE_INPUT_DOCUMENT"),
+ "CreateOutputDocument" => G::LoadTranslation("ID_CREATE_OUTPUT_DOCUMENT"),
+ "UpdateOutputDocument" => G::LoadTranslation("ID_UPDATE_OUTPUT_DOCUMENT"),
+ "DeleteOutputDocument" => G::LoadTranslation("ID_DELETE_OUTPUT_DOCUMENT"),
+ "CreateTrigger" => G::LoadTranslation("ID_CREATE_TRIGGER"),
+ "UpdateTrigger" => G::LoadTranslation("ID_UPDATE_TRIGGER"),
+ "DeleteTrigger" => G::LoadTranslation("ID_DELETE_TRIGGER"),
+ "DerivationRule" => G::LoadTranslation("ID_DERIVATION_RULE"),
+ "DeleteTask" => G::LoadTranslation("ID_DELETE_TASK"),
+ "DeleteSubProcess" => G::LoadTranslation("ID_DELETE_SUB_PROCESS"),
+ "OptionsMenuTask" => G::LoadTranslation("ID_OPTIONS_MENU_TASK"),
+ "SaveTaskProperties" => G::LoadTranslation("ID_SAVE_TASK_PROPERTIES"),
+ "DeleteRoutes" => G::LoadTranslation("ID_DELETE_ROUTES"),
+ "NewConditionFromStep" => G::LoadTranslation("ID_NEW_CONDITION_FROM_STEP"),
+ "AssignTrigger" => G::LoadTranslation("ID_ASSIGN_TRIGGER"),
+ "UpTrigger" => G::LoadTranslation("ID_UP_TRIGGER"),
+ "DownTrigger" => G::LoadTranslation("ID_DOWN_TRIGGER"),
+ "StepDelete" => G::LoadTranslation("ID_STEP_DELETE"),
+ "StepUp" => G::LoadTranslation("ID_STEP_UP"),
+ "StepDown" => G::LoadTranslation("ID_STEP_DOWN"),
+ "SaveNewStep" => G::LoadTranslation("ID_SAVE_NEW_STEP"),
+ "AssignUserTask" => G::LoadTranslation("ID_ASSIGN_USER_TASK"),
+ "AssignGroupTask" => G::LoadTranslation("ID_ASSIGN_GROUP_TASK"),
+ "DeleteUserTask" => G::LoadTranslation("ID_DELETE_USER_TASK"),
+ "DeleteGroupTask" => G::LoadTranslation("ID_DELETE_GROUP_TASK"),
+ "ImportProcess" => G::LoadTranslation("ID_IMPORT_PROCESS"),
+ "DeleteProcess" => G::LoadTranslation("ID_DELETE_PROCESS")
+ ];
+ }
+
+ /**
+ * Set the identifier of the logged user.
+ *
+ * @param string $userLogged
+ */
+ function setUserLogged($userLogged)
+ {
+ $this->userLogged = $userLogged;
+ }
+
+ /**
+ * Set the full name of the logged user.
+ *
+ * @param string $userFullname
+ */
+ function setUserFullname($userFullname)
+ {
+ $this->userFullname = $userFullname;
+ }
+
+ /**
+ * Get the configuration for the Audit Log.
+ *
+ * @return array
+ */
+ public function getConfig()
+ {
+ $configurations = new Configurations();
+ $configPage = $configurations->getConfiguration("auditLogList", "pageSize", null, $this->userLogged);
+
+ $config = [];
+ $config["pageSize"] = isset($configPage["pageSize"]) ? $configPage["pageSize"] : $this->pageSizeDefault;
+
+ return $config;
+ }
+
+ /**
+ * Get the actions for Audit Log.
+ *
+ * @return array
+ */
+ public function getActions()
+ {
+ $actions = [];
+ $actions[] = ["ALL", G::LoadTranslation("ID_ALL")];
+ /**
+ * We arrange the arrangement to create an ordered list and that the option
+ * 'All' be found at the beginning.
+ */
+ asort($this->actions);
+ foreach ($this->actions as $key => $value) {
+ $actions[] = [$key, $value];
+ }
+ return $actions;
+ }
+
+ /**
+ * Get the data of the files registered by Audit Log.
+ *
+ * @param array $filter
+ * @param int $limit
+ * @param int $start
+ * @return array
+ */
+ public function getAuditLogData($filter, $limit, $start)
+ {
+ $result = [];
+ $count = 0;
+
+ $files = $this->getFiles($this->pathGlobalLog, 'audit*.log');
+ foreach ($files as $file) {
+ $lines = file($file->getPathname());
+ foreach ($lines as $line) {
+ if ($start <= $count && count($result) < $limit) {
+ $data = $this->lineToObject($line);
+ if ($this->validate($filter, $data)) {
+ $result[] = $this->lineToArray($data);
+ }
+ }
+ $count = $count + 1;
+ }
+ }
+
+ //from workspace
+ $system = System::getSystemConfiguration();
+ $path = PATH_DATA . 'sites' . PATH_SEP . config('system.workspace') . PATH_SEP . 'log' . PATH_SEP;
+ if (isset($system['logs_location']) && !empty($system['logs_location']) && is_dir($system['logs_location'])) {
+ $path = $system['logs_location'];
+ }
+ $files = $this->getFiles($path, 'audit*.log');
+ foreach ($files as $file) {
+ $lines = file($file->getPathname());
+ foreach ($lines as $line) {
+ if ($start <= $count && count($result) < $limit) {
+ /**
+ * processmaker/gulliver/system/class.monologProvider.php
+ * "<%level%> %datetime% %channel% %level_name%: %message% %context% %extra%\n"
+ */
+ $data = $this->lineToObject($line, '/([A-Z][a-z][a-z]\s{1,2}\d{1,2}\s\d{2}[:]\d{2}[:]\d{2})\s([\w][\w\d\.@-]*)\s(.*)$/');
+ if ($this->validate($filter, $data)) {
+ $result[] = $this->lineToArray($data);
+ }
+ }
+ $count = $count + 1;
+ }
+ }
+
+ return [$count, $result];
+ }
+
+ /**
+ * Register an action for Audit Log.
+ *
+ * @param string $action
+ * @param string $value
+ */
+ public function register($action, $value = '')
+ {
+ $context = Bootstrap::getDefaultContextLog();
+ $context['usrUid'] = $this->userLogged;
+ $context['usrName'] = $this->userFullname;
+ $context['action'] = $action;
+ $context['description'] = $value;
+ Bootstrap::registerMonolog($action, 200, $action, $context, $context['workspace'], 'audit.log');
+ }
+
+ /**
+ * Get the Audit Log files.
+ *
+ * @param string $path
+ * @param string $pattern
+ * @param string $dir
+ * @return array
+ */
+ private function getFiles($path, $pattern = '', $dir = 'ASC')
+ {
+ $finder = new Finder();
+ $finder->files()
+ ->in($path)
+ ->name($pattern);
+ $files = iterator_to_array($finder->getIterator());
+ uasort($files, function ($a, $b) use ($dir) {
+ $name1 = $a->getFilename();
+ $name2 = $b->getFilename();
+ if ($dir === 'ASC') {
+ return strcmp($name1, $name2);
+ } else {
+ return strcmp($name2, $name1);
+ }
+ });
+ return $files;
+ }
+
+ /**
+ * Transforms a line of content from the file into an object.
+ *
+ * @param string $line
+ * @param string $pattern
+ * @return object
+ */
+ private function lineToObject($line, $pattern = '|')
+ {
+ $result = [];
+ $data = [];
+ if ($pattern === '|') {
+ $data = explode("|", $line);
+ } else {
+ $data = $this->getDataFromJson($line, $pattern);
+ }
+
+ foreach ($this->columns as $index => $column) {
+ $result[$column] = isset($data[$index]) ? trim($data[$index]) : '';
+ }
+ return (object) $result;
+ }
+
+ /**
+ * Gets the Json data stored from a line of contents of Audit Log files.
+ *
+ * @param string $line
+ * @param string $pattern
+ * @return array
+ */
+ private function getDataFromJson($line, $pattern)
+ {
+ /**
+ * $matches[0]: datetime
+ * $matches[1]: channel
+ * $matches[2]: level_name + message + context
+ */
+ preg_match($pattern, $line, $matches);
+ array_shift($matches);
+
+ if (!isset($matches[2])) {
+ return [];
+ }
+
+ $data = $matches[2];
+ $position = strpos($data, ' {');
+ if ($position === false) {
+ return [];
+ }
+
+ $data = substr($data, $position);
+ $data = str_replace('} {', '}, {', $data);
+ $data = '[' . $data . ']';
+ try {
+ $data = G::json_decode($data);
+ } catch (Exception $e) {
+ return [];
+ }
+
+ $join = [];
+ foreach ($data as $value) {
+ $value = (array) $value;
+ $join = array_merge($join, $value);
+ }
+ $join = (object) $join;
+
+ return [
+ empty($join->timeZone) ? '' : $join->timeZone,
+ empty($join->workspace) ? '' : $join->workspace,
+ empty($join->ip) ? '' : $join->ip,
+ empty($join->usrUid) ? '' : $join->usrUid,
+ empty($join->usrName) ? '' : $join->usrName,
+ empty($join->action) ? '' : $join->action,
+ empty($join->description) ? '' : $join->description
+ ];
+ }
+
+ /**
+ * Apply filters to an Audit Log record.
+ *
+ * @param array $filter
+ * @param object $data
+ * @return boolean
+ */
+ private function validate($filter, $data)
+ {
+ $result = true;
+ $date = !empty($data->date) ? $this->mktimeDate($data->date) : 0;
+ if ($filter["workspace"] != $data->workspace) {
+ $result = false;
+ }
+
+ if ($filter["action"] != "ALL") {
+ if ($data->action != $filter["action"]) {
+ $result = false;
+ }
+ }
+
+ if ($filter["dateFrom"] && $date > 0) {
+ if (!($this->mktimeDate($filter["dateFrom"]) <= $date)) {
+ $result = false;
+ }
+ }
+
+ if ($filter["dateTo"] && $date > 0) {
+ if (!($date <= $this->mktimeDate($filter["dateTo"] . " 23:59:59"))) {
+ $result = false;
+ }
+ }
+
+ if ($filter["description"]) {
+ $result = false;
+ $string = $filter["description"];
+
+ if ((stristr($data->date, $string) !== false) ||
+ (stristr($data->ip, $string) !== false) ||
+ (stristr($data->user, $string) !== false) ||
+ (stristr($data->action, $string) !== false) ||
+ (stristr($data->description, $string) !== false)) {
+ $result = true;
+ }
+ }
+ return $result;
+ }
+
+ /**
+ * Get the timestamp of the date given.
+ *
+ * @param string $date
+ * @return int
+ */
+ private function mktimeDate($date)
+ {
+ $array = getdate(strtotime($date));
+ $mktime = mktime($array["hours"], $array["minutes"], $array["seconds"], $array["mon"], $array["mday"], $array["year"]);
+ return $mktime;
+ }
+
+ /**
+ * Obtain the corresponding arrangement for the columns of the Audit Log user
+ * interface.
+ *
+ * @param array $data
+ * @return array
+ */
+ private function lineToArray($data)
+ {
+ $action = $data->action;
+ $action = preg_replace('/([A-Z])/', '_$1', $data->action);
+ $action = "ID" . strtoupper($action);
+ $action = G::LoadTranslation($action);
+ return [
+ "DATE" => $data->date,
+ "USER" => $data->user,
+ "IP" => $data->ip,
+ "ACTION" => $action,
+ "DESCRIPTION" => $data->description
+ ];
+ }
+}
diff --git a/workflow/engine/src/ProcessMaker/BusinessModel/Files/Files.php b/workflow/engine/src/ProcessMaker/BusinessModel/Files/Files.php
new file mode 100644
index 000000000..2b7c0705c
--- /dev/null
+++ b/workflow/engine/src/ProcessMaker/BusinessModel/Files/Files.php
@@ -0,0 +1,59 @@
+pathFiles = $path;
+ }
+
+ /**
+ * Get path files
+ *
+ * @return string
+ */
+ public function getPathFiles()
+ {
+ return $this->pathFiles;
+ }
+
+
+ /**
+ * This function get the list of the log files
+ *
+ * @param string $filter
+ * @param string $sort
+ * @param int $start
+ * @param int $limit
+ * @param string $dir related to order the column
+ *
+ * @return array
+ */
+ abstract public function getAllFiles(
+ $filter = '',
+ $sort = '',
+ $start = 0,
+ $limit = 20,
+ $dir = 'ASC'
+ );
+
+ /**
+ * Download file
+ *
+ * @param array files
+ */
+ abstract public function download($files);
+
+}
\ No newline at end of file
diff --git a/workflow/engine/src/ProcessMaker/BusinessModel/Files/FilesLogs.php b/workflow/engine/src/ProcessMaker/BusinessModel/Files/FilesLogs.php
new file mode 100644
index 000000000..3e3bdcae5
--- /dev/null
+++ b/workflow/engine/src/ProcessMaker/BusinessModel/Files/FilesLogs.php
@@ -0,0 +1,283 @@
+getConfiguration('ENVIRONMENT_SETTINGS', '');
+ if (isset($generalConfig['casesListDateFormat']) && !empty($generalConfig['casesListDateFormat'])) {
+ $this->setDateFormat($generalConfig['casesListDateFormat']);
+ }
+ $path = PATH_DATA . 'sites' . PATH_SEP . config('system.workspace') . PATH_SEP . 'log' . PATH_SEP;
+ if (isset($system['logs_location']) && !empty($system['logs_location']) && is_dir($system['logs_location'])) {
+ $path = $system['logs_location'];
+ }
+ $this->setPathDataSaveFile(PATH_DATA_PUBLIC);
+ parent::__construct($path);
+ }
+
+ /**
+ * Get Date Format
+ *
+ * @return string
+ */
+ public function getDateFormat()
+ {
+ return $this->dateFormat;
+ }
+
+ /**
+ * Set Date Format
+ *
+ * @param string $dateFormat
+ */
+ public function setDateFormat($dateFormat)
+ {
+ $this->dateFormat = $dateFormat;
+ }
+
+ /**
+ * Get Path data
+ *
+ * @return string
+ */
+ public function getPathDataSaveFile()
+ {
+ return $this->pathData;
+ }
+
+ /**
+ * Set path data
+ *
+ * @param string $pathData
+ */
+ public function setPathDataSaveFile($pathData)
+ {
+ G::mk_dir($pathData);
+ $this->pathData = $pathData;
+ }
+
+ /**
+ * This function get the list of the log files
+ *
+ * @param string $filter
+ * @param string $sort
+ * @param int $start
+ * @param int $limit
+ * @param string $dir related to order the column
+ *
+ * @return array
+ */
+ public function getAllFiles($filter = '', $sort = 'fileCreated', $start = 0, $limit = 20, $dir = 'DESC')
+ {
+ if (!file_exists($this->getPathFiles())) {
+ return [
+ 'totalRows' => 0,
+ 'data' => []
+ ];
+ }
+
+ $finder = new Finder();
+ $finder->files()
+ ->in($this->getPathFiles())
+ ->name('processmaker*.log')
+ ->name('audit*.log');
+
+ if (!empty($filter)) {
+ $finder->filter(function (SplFileInfo $file) use ($filter) {
+ if (stristr($file->getFilename(), $filter) === false &&
+ stristr($file->getSize(), $filter) === false &&
+ stristr($file->getMTime(), $filter) === false
+ ) {
+ return false;
+ }
+ });
+ }
+
+ //get files
+ $iterator = $finder->getIterator();
+ $files = iterator_to_array($iterator);
+
+ //sort files
+ switch ($sort) {
+ case 'fileSize':
+ uasort($files, function (SplFileInfo $a, SplFileInfo $b) use ($dir) {
+ $size1 = $a->getSize();
+ $size2 = $b->getSize();
+ if ($dir === 'ASC') {
+ return $size1 > $size2;
+ } else {
+ return $size1 < $size2;
+ }
+ });
+ break;
+ case 'fileCreated':
+ uasort($files, function ($a, $b) use ($dir) {
+ $time1 = $a->getMTime();
+ $time2 = $b->getMTime();
+ if ($dir === 'ASC') {
+ return $time1 > $time2;
+ } else {
+ return $time1 < $time2;
+ }
+ });
+ break;
+ case 'fileName':
+ default:
+ uasort($files, function ($a, $b) use ($dir) {
+ $name1 = $a->getFilename();
+ $name2 = $b->getFilename();
+ if ($dir === 'ASC') {
+ return strcmp($name1, $name2);
+ } else {
+ return strcmp($name2, $name1);
+ }
+ });
+ break;
+ }
+
+ //count files
+ $total = count($files);
+
+ //limit files
+ $files = array_slice(
+ $files, !empty($start) ? $start : 0, !empty($limit) ? $limit : 20
+ );
+
+ //create out element
+ $result = [];
+ foreach ($files as $file) {
+ $result[] = [
+ 'fileName' => $file->getFilename(),
+ 'fileSize' => $this->size($file->getSize()),
+ 'fileCreated' => date($this->getDateFormat(), $file->getMTime())
+ ];
+ }
+ return [
+ 'totalRows' => $total,
+ 'data' => $result
+ ];
+ }
+
+ /**
+ * Change the size of a file in bytes to its literal equivalent
+ *
+ * @param int $size file size in bytes
+ * @param string $format
+ * @return string
+ */
+ private function size($size, $format = null)
+ {
+ $sizes = ['Bytes', 'Kbytes', 'Mbytes', 'Gbytes', 'Tbytes', 'Pbytes', 'Ebytes', 'Zbytes', 'Ybytes'];
+ if ($format === null) {
+ $format = ' % 01.2f % s';
+ }
+ $lastSizesLabel = end($sizes);
+ foreach ($sizes as $sizeLabel) {
+ if ($size < 1024) {
+ break;
+ }
+ if ($sizeLabel !== $lastSizesLabel) {
+ $size /= 1024;
+ }
+ }
+ if ($sizeLabel === $sizes[0]) {
+ // Format bytes
+ $format = '%01d %s';
+ }
+ return sprintf($format, $size, $sizeLabel);
+ }
+
+ /**
+ * Create file zip
+ *
+ * @param array $files file name
+ *
+ * @return string path file
+ * @throws Exception
+ */
+ private function createZip($files)
+ {
+ try {
+ $zipper = new Zipper();
+ $name = str_replace('.log', '.zip', $files[0]);
+ if (count($files) > 1) {
+ $name = 'processmaker_logs.zip';
+ }
+
+ $zipper->zip($this->getPathDataSaveFile() . $name);
+
+ $pathFileLogs = $this->getPathFiles();
+ $pathSep = '/';
+ if (strpos($pathFileLogs, '\\') !== false) {
+ $pathSep = '\\';
+ }
+ if (substr($pathFileLogs, -1, strlen($pathSep)) !== $pathSep) {
+ $pathFileLogs .= $pathSep;
+ }
+
+ foreach ($files as $key => $file) {
+ $info = pathinfo($file);
+ if (file_exists($pathFileLogs . $info['basename'])) {
+ $zipper->add($pathFileLogs . $info['basename']);
+ }
+ }
+ $zipper->close();
+
+ return $this->getPathDataSaveFile() . $name;
+ } catch (Exception $error) {
+ throw $error;
+ }
+ }
+
+ /**
+ * Download log files compressed in a Zip format
+ *
+ * @param array $files files names
+ *
+ * @throws Exception
+ */
+ public function download($files)
+ {
+ try {
+ $fileZip = $this->createZip($files);
+
+ if (file_exists($fileZip)) {
+ G::streamFile($fileZip, true);
+ } else {
+ throw new Exception('File not exist.');
+ }
+ G::rm_dir($fileZip);
+ } catch (Exception $error) {
+ throw $error;
+ }
+ }
+}
diff --git a/workflow/engine/src/ProcessMaker/Core/System.php b/workflow/engine/src/ProcessMaker/Core/System.php
index 0cabf7f8b..516f199fa 100644
--- a/workflow/engine/src/ProcessMaker/Core/System.php
+++ b/workflow/engine/src/ProcessMaker/Core/System.php
@@ -1,6 +1,7 @@
0,
'redirect_to_mobile' => 0,
'disable_php_upload_execution' => 0,
- 'disable_download_documents_session_validation' => 0
+ 'disable_download_documents_session_validation' => 0,
+ 'logs_max_files' => 60
);
/**
@@ -1129,18 +1131,26 @@ class System
}
if (empty($wsIniFile)) {
+
if (defined('PATH_DB')) {
// if we're on a valid workspace env.
if (empty($wsName)) {
- $uriParts = explode('/', getenv("REQUEST_URI"));
-
- if (isset($uriParts[1])) {
- if (substr($uriParts[1], 0, 3) == 'sys') {
- $wsName = substr($uriParts[1], 3);
+ try {
+ if (function_exists('config')) {
+ $wsName = config("system.workspace");
+ }
+ } catch (Exception $exception) {
+ $wsName = '';
+ }
+ if (empty($wsName)) {
+ $uriParts = explode('/', getenv("REQUEST_URI"));
+ if (isset($uriParts[1])) {
+ if (substr($uriParts[1], 0, 3) === 'sys') {
+ $wsName = substr($uriParts[1], 3);
+ }
}
}
}
-
$wsIniFile = PATH_DB . $wsName . PATH_SEP . 'env.ini';
}
}
diff --git a/workflow/engine/src/ProcessMaker/Services/Api/FileLogs.php b/workflow/engine/src/ProcessMaker/Services/Api/FileLogs.php
new file mode 100644
index 000000000..63306136c
--- /dev/null
+++ b/workflow/engine/src/ProcessMaker/Services/Api/FileLogs.php
@@ -0,0 +1,73 @@
+getAllFiles($filter, $sort, $start, $limit, $dir);
+ } catch (Exception $e) {
+ throw new RestException(Api::STAT_APP_EXCEPTION, $e->getMessage());
+ }
+ }
+
+ /**
+ * Download file.
+ *
+ * @url POST /download
+ *
+ * @param array $request_data name of the files
+ *
+ * @throws RestException
+ *
+ * @access protected
+ * @class AccessControl {@permission PM_SETUP_LOG_FILES}
+ */
+ public function doPostDownload($request_data)
+ {
+ try {
+ $file = new FilesLogs();
+ $file->download(G::json_decode($request_data['files']));
+ } catch (Exception $e) {
+ throw new RestException(Api::STAT_APP_EXCEPTION, $e->getMessage());
+ }
+ }
+
+}
diff --git a/workflow/engine/src/ProcessMaker/Services/api.ini b/workflow/engine/src/ProcessMaker/Services/api.ini
index 9c05af1ba..cc6694805 100644
--- a/workflow/engine/src/ProcessMaker/Services/api.ini
+++ b/workflow/engine/src/ProcessMaker/Services/api.ini
@@ -121,8 +121,11 @@ debug = 1
authentication = "ProcessMaker\Services\Api\Google\Authentication"
[alias: gmailIntegration]
- gmailIntegration = "ProcessMaker\Services\Api\GmailIntegration"
- token = "ProcessMaker\Services\Api\GmailToken"
+ gmailIntegration = "ProcessMaker\Services\Api\GmailIntegration"
+ token = "ProcessMaker\Services\Api\GmailToken"
[alias: reportingIndicators]
- reportingIndicators = "ProcessMaker\Services\Api\ReportingIndicators"
\ No newline at end of file
+ reportingIndicators = "ProcessMaker\Services\Api\ReportingIndicators"
+
+[alias: logs]
+log = "ProcessMaker\Services\Api\FileLogs"
\ No newline at end of file
diff --git a/workflow/engine/templates/fileLogs/list.html b/workflow/engine/templates/fileLogs/list.html
new file mode 100644
index 000000000..1cf56fb71
--- /dev/null
+++ b/workflow/engine/templates/fileLogs/list.html
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/workflow/engine/templates/fileLogs/list.js b/workflow/engine/templates/fileLogs/list.js
new file mode 100644
index 000000000..dd487ac75
--- /dev/null
+++ b/workflow/engine/templates/fileLogs/list.js
@@ -0,0 +1,174 @@
+Ext.namespace('fileLogs');
+
+fileLogs.application = {
+ init: function () {
+ var loading = new Ext.LoadMask(Ext.getBody(), {msg: _('ID_LOADING_GRID')});
+
+ var downloadFiles = function () {
+ var records = gridFileLog.getSelectionModel().getSelections(),
+ data = [], headers = {}, fd = new FormData();
+
+ records.forEach(function (row) {
+ data.push(row.data.fileName)
+ });
+
+ fd.append('files', JSON.stringify(data));
+ headers['Authorization'] = 'Bearer ' + getToken();
+
+ downloadFile('POST', urlProxy + 'filelogs/download', headers, fd);
+ };
+
+ var pageSize = parseInt(CONFIG.pageSize);
+ var token = '';
+
+ var getToken = function () {
+ if (token === '') {
+ credentials = RCBase64.decode(credentials);
+ token = (credentials === '') ? "" : JSON.parse(credentials);
+ }
+ return token.access_token;
+ };
+
+ var storeFileLogs = new Ext.data.GroupingStore({
+ remoteSort: true,
+ proxy: new Ext.data.HttpProxy({
+ api: {
+ read: urlProxy + 'filelogs/list'
+ },
+ method: 'GET',
+ headers: {
+ 'Content-Type': 'application/json',
+ 'Authorization': 'Bearer ' + getToken()
+ }
+ }),
+ reader: new Ext.data.JsonReader({
+ root: 'data',
+ totalProperty: 'totalRows',
+ fields: [
+ {name: 'fileName'},
+ {name: 'fileCreated'},
+ {name: 'fileSize'}
+ ]
+ }),
+ sortInfo: {
+ field: 'fileCreated',
+ direction: 'DESC'
+ },
+ listeners: {
+ beforeload: function (store) {
+ loading.show();
+ },
+ load: function (store, record, opt) {
+ loading.hide();
+ }
+ }
+ });
+
+ var storePageSize = new Ext.data.SimpleStore({
+ fields: ['size'],
+ data: [['20'], ['30'], ['40'], ['50'], ['100']],
+ autoLoad: true
+ });
+
+ var cboPageSize = new Ext.form.ComboBox({
+ id: 'cboPageSize',
+
+ mode: 'local',
+ triggerAction: 'all',
+ store: storePageSize,
+ valueField: 'size',
+ displayField: 'size',
+ width: 50,
+ editable: false,
+ listeners: {
+ select: function (combo, record, index) {
+ pageSize = parseInt(record.data['size']);
+ paging.pageSize = pageSize;
+ paging.moveFirst();
+ }
+ }
+ });
+
+ var paging = new Ext.PagingToolbar({
+ id: 'paging',
+ pageSize: pageSize,
+ store: storeFileLogs,
+ displayInfo: true,
+ displayMsg: _('ID_GRID_PAGE_DISPLAYING_FILE_LOGS'),
+ emptyMsg: _('ID_NO_RECORDS_FOUND'),
+ items: ['-', _('ID_PAGE_SIZE') + ' ', cboPageSize]
+ });
+
+ var cmodel = new Ext.grid.ColumnModel({
+ defaults: {
+ width: 50,
+ sortable: true
+ },
+ columns: [
+ {header: _('ID_FILE_NAME'), dataIndex: 'fileName', width: 15},
+ {header: _('ID_FILE_LOG_CREATED'), dataIndex: 'fileCreated', width: 15},
+ {header: _('ID_FILE_LOG_SIZE'), dataIndex: 'fileSize', width: 10}
+ ]
+ });
+
+ var smodel = new Ext.grid.RowSelectionModel({
+ singleSelect: false,
+ disableSelection: true,
+ listeners: {
+ beforerowselect: function (sm, rowIndex, keepExisting, record) {
+ sm.suspendEvents();
+ if (sm.isSelected(rowIndex)) {
+ // row already selected, deselect it
+ sm.deselectRow(rowIndex);
+ } else {
+ Ext.getCmp('btnDownload').enable();
+ sm.selectRow(rowIndex, true)
+ }
+ sm.resumeEvents();
+ return false;
+ }
+ }
+ });
+
+ var gridFileLog = new Ext.grid.GridPanel({
+ id: 'gridFileLog',
+ title: _('ID_STANDARD_LOGGING'),
+
+ store: storeFileLogs,
+ colModel: cmodel,
+ selModel: smodel,
+ cls: 'grid_with_checkbox',
+ columnLines: true,
+ viewConfig: {forceFit: true},
+ enableColumnResize: true,
+ enableHdMenu: false,
+ tbar: [
+ {
+ id: 'btnDownload',
+ text: _('ID_DOWNLOAD') + ' ',
+ iconCls: 'button_menu_ext ICON_STANDARD_LOGGING',
+ disabled: true,
+ handler: downloadFiles
+ }
+ ],
+ bbar: paging,
+ border: true
+ });
+
+ storeFileLogs.load();
+
+ cboPageSize.setValue(pageSize);
+
+ var viewport = new Ext.Viewport({
+ layout: 'fit',
+ autoScroll: false,
+ items: [gridFileLog]
+ });
+
+ if (typeof(__FILE_LOGS_ERROR__) !== 'undefined') {
+ PMExt.notify(_('ID_STANDARD_LOGGING'), __FILE_LOGS_ERROR__);
+ }
+ }
+};
+
+Ext.onReady(fileLogs.application.init, fileLogs.application);
\ No newline at end of file