Error messages were outsourced & font family is now language dependant

This commit is contained in:
Loïc Chapeaux
2001-07-07 15:15:02 +00:00
parent 8d8e054389
commit 1cba3da3de
24 changed files with 102 additions and 9 deletions

View File

@@ -2,6 +2,8 @@
/* $Id$ */
$charset = "iso-8859-1";
$left_font_family = "verdana, helvetica, arial, geneva, sans-serif";
$right_font_family = "helvetica, arial, geneva, sans-serif";
$strAccessDenied = "Ingen tilgang";
$strAction = "Handling";
@@ -264,4 +266,6 @@ $strYes = "Ja";
$strBinary=" Binary "; //to translate
$strBinaryDoNotEdit=" Binary - do not edit "; //to translate
$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate
$strNotNumber = "This is not a number!"; //to translate
$strNotValidNumber = " is not a valid row number!"; //to translate
?>