From 93b5256b234966b4ae783c195fd60d53d29a9965 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 11 Feb 2002 18:23:04 +0000 Subject: [PATCH] updates --- ChangeLog | 1 + lang/norwegian.inc.php3 | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8dd870b9e..dbacb8e5a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2002-02-11 Marc Delisle * 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ïc Chapeaux * most of the scripts: removed tabs and/or trailing spaces. diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index d9c34065c..3e4253233 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -267,6 +267,8 @@ $strRunSQLQuery = 'Kj $strSave = 'Lagre'; $strSelect = 'Spørring'; +$strSelectADb = 'Vennligst velg en database'; +$strSelectAll = 'Velg alle'; $strSelectFields = 'Velg felt (minst ett):'; $strSelectNumRows = 'i spø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 ?>