From 602a4060bcf15bb25a01436c2c9940ce19e7fed9 Mon Sep 17 00:00:00 2001 From: Shikiryu Date: Tue, 4 Jan 2011 11:26:21 +0000 Subject: [PATCH] Messages changed to english --- class/ShortURL.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/class/ShortURL.php b/class/ShortURL.php index 390090d..5c6507a 100644 --- a/class/ShortURL.php +++ b/class/ShortURL.php @@ -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 = ''){