BUG 5004 Change text doesn't exists!
All wrong texts like doesn't exists or not exists by doesn't exist
This commit is contained in:
@@ -20,13 +20,13 @@ Labels['ID_NO_ROOM_FORMS']['es'] = 'No hay sitio para m
|
||||
Labels['ID_NO_ROOM_FORMS']['en'] = 'There is no room for more forms';
|
||||
Labels['ID_PARAMETERS_NOT_EXISTS'] = new Array(2)
|
||||
Labels['ID_PARAMETERS_NOT_EXISTS']['es'] = 'No existen par<61>metros';
|
||||
Labels['ID_PARAMETERS_NOT_EXISTS']['en'] = 'Parameters do not exists';
|
||||
Labels['ID_PARAMETERS_NOT_EXISTS']['en'] = 'Parameters doesn\'t exist';
|
||||
Labels['ID_PARAMETER_NOT_FOUND'] = new Array(2)
|
||||
Labels['ID_PARAMETER_NOT_FOUND']['es'] = 'Par<61>metro requerido no encontrado';
|
||||
Labels['ID_PARAMETER_NOT_FOUND']['en'] = 'Required parameter not found';
|
||||
Labels['ID_FIELD_NOT_EXISTS'] = new Array(2)
|
||||
Labels['ID_FIELD_NOT_EXISTS']['es'] = 'No existe el campo';
|
||||
Labels['ID_FIELD_NOT_EXISTS']['en'] = 'Not exists the field';
|
||||
Labels['ID_FIELD_NOT_EXISTS']['en'] = 'Doesn\'t exist the field';
|
||||
Labels['ID_INVALID_EMAIL']= new Array(2)
|
||||
Labels['ID_INVALID_EMAIL']['es']="Email invalido";
|
||||
Labels['ID_INVALID_EMAIL']['en']="Invalid Email";
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
if ( !is_file( "/shared/workflow_data/sites/".$webAddress."/db.php") ) {
|
||||
$server = getenv ( "SERVER_NAME");
|
||||
//redirect to https in case the workspace it doesn't exists
|
||||
//redirect to https in case the workspace it doesn't exist
|
||||
if (( $server == 'www.processmaker.com' )||( $server == 'processmaker.com' ))
|
||||
$COMPLETE_URI = "https://www.processmaker.com";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user