[task 189] Move Error* key from other.lang into errors.lang files

This commit is contained in:
Juanjo Menent
2011-10-29 23:52:05 +02:00
parent 609632244c
commit 5c9ba8a548
72 changed files with 610 additions and 574 deletions

View File

@@ -7,7 +7,7 @@
* Copyright (C) 2004 Christophe Combelles <ccomb@free.fr>
* Copyright (C) 2005-2010 Regis Houssin <regis@dolibarr.fr>
* Copyright (C) 2008 Raphael Bertrand (Resultic) <raphael.bertrand@resultic.fr>
* Copyright (C) 2010 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2010-2011 Juanjo Menent <jmenent@2byte.es>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -2494,7 +2494,7 @@ function accessforbidden($message='',$printheader=1,$printfooter=1,$showonlymess
$langs=new Translate('',$conf);
}
$langs->load("other");
$langs->load("errors");
if ($printheader)
{