lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen

This commit is contained in:
Robin Johnson
2003-01-17 16:35:28 +00:00
parent ca19a3319d
commit 78b40de5cc
2 changed files with 11 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2003-01-17 Robin Johnson <robbat2@users.sourceforge.net>
* lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
* lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
2003-01-17 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: Wrong label.

View File

@@ -537,17 +537,14 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Merk: Ved <20> sette disse til 0 (null) fjerner begrensningen.';
$strZip = 'Komprimert (zip)';
// To translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strImportFinished = 'Import finished'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strAbsolutePathToDocSqlDir = 'Vennligst skriv inn den absolutte stien p<> webserveren til docSQL katalogen';
$strAddedColumnComment = 'Lagt til kolonnekommentar';
$strAddedColumnRelation = 'Lagt til relasjon for kolonne';
$strFileCouldNotBeRead = 'Fila kunne ikke leses';
$strIgnoringFile = 'Ignorerer fil %s';
$strImportFiles = 'Importer filer';
$strImportFinished = 'Importen er ferdig';
$strThisNotDirectory = 'Dette var ikke en katalog';
$strWritingCommentNotPossible = 'Skriving av kommentar er ikke mulig';
$strWritingRelationNotPossible = 'Skriving av relasjon er ikke mulig';
?>