This commit is contained in:
Marc Delisle
2002-02-11 18:23:04 +00:00
parent 89111018ad
commit 93b5256b23
2 changed files with 4 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2002-02-11 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3: $table was emptied when the query was not a Select
* lang/norwegian.inc.php3 updates thanks to Sven-Erik Andersen
2002-02-09 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* most of the scripts: removed tabs and/or trailing spaces.

View File

@@ -267,6 +267,8 @@ $strRunSQLQuery = 'Kj
$strSave = 'Lagre';
$strSelect = 'Sp<53>rring';
$strSelectADb = 'Vennligst velg en database';
$strSelectAll = 'Velg alle';
$strSelectFields = 'Velg felt (minst ett):';
$strSelectNumRows = 'i sp<73>rring';
$strSend = 'Last ned og lagre som fil';
@@ -316,6 +318,7 @@ $strType = 'Type';
$strUncheckAll = 'Fjern avmerking';
$strUnique = 'Unik';
$strUnselectAll = 'Fjern alle valgte';
$strUpdatePrivMessage = 'Du har oppdatert privilegiene til %s.';
$strUpdateProfile = 'Oppdater profil:';
$strUpdateProfileMessage = 'Profilen har blitt oppdatert.';
@@ -341,7 +344,4 @@ $strYes = 'Ja';
$strZip = '"komprimert (zip)"';
// To translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>