From dcc3a51065bf5e2bf2135312a2665ccafcc34e1a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 5 Dec 2001 14:26:02 +0000 Subject: [PATCH] strSend --- ChangeLog | 3 +++ lang/norwegian.inc.php3 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b998be5ac..9dc267664 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-12-05 Marc Delisle + * lang/norwegian.inc.php3 updates thanks to Sven-Erik Andersen + 2001-12-04 Loïc Chapeaux * config.inc.php3; Documentation.html; left.php3; libraries/display_tbl.php3; libraries/common.lib.php3: diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index 0b9947ba4..2d03bb730 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -264,7 +264,7 @@ $strSave = 'Lagre'; $strSelect = 'Spørring'; $strSelectFields = 'Velg felt (minst ett):'; $strSelectNumRows = 'i spørring'; -$strSend = 'Kjør'; +$strSend = 'Last ned og lagre som fil'; $strSequence = 'Rekkefølge'; $strServerChoice = 'Server valg'; $strServerVersion = 'Server versjon';