mirror of
https://github.com/Chouchen/shorturl.git
synced 2018-06-07 06:34:38 +02:00
Messages changed to english
This commit is contained in:
parent
5adb58f365
commit
8f4f38cd9f
@ -3,9 +3,10 @@ include 'XMLSQL.php';
|
||||
class ShortURL extends XMLSQL{
|
||||
|
||||
const DATABASE = "db/database.xml";
|
||||
const STATE_ALREADY_EXIST = "Ce nom de raccourci existe déjà";
|
||||
const STATE_FIELD_MISSING = "Merci de remplir les 2 champs. ";
|
||||
const STATE_ERROR = "Erreur. ";
|
||||
const STATE_ALREADY_EXIST = "This shortcut already exists. ";
|
||||
const STATE_FIELD_MISSING = "Don't leave any field blank ! ";
|
||||
const STATE_ERROR = "Error. ";
|
||||
const STATE_CREATED = "Shortcut created ";
|
||||
public $_debug = false;
|
||||
|
||||
public function __construct($path = ''){
|
||||
|
Loading…
Reference in New Issue
Block a user