From 06ac042c913dea558c3f03372292ad31cab2c524 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 22 Mar 2002 14:15:00 +0000 Subject: [PATCH] strPmaUriError --- lang/finnish.inc.php3 | 3 +-- lang/norwegian.inc.php3 | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lang/finnish.inc.php3 b/lang/finnish.inc.php3 index b82d0d89d2..a4a524d013 100644 --- a/lang/finnish.inc.php3 +++ b/lang/finnish.inc.php3 @@ -228,6 +228,7 @@ $strPasswordEmpty = 'Salasana puuttuu!'; $strPasswordNotSame = 'Salasanat eivät ole samat!'; $strPHPVersion = 'PHP:n versio'; $strPmaDocumentation = 'phpMyAdminin dokumentaatio'; +$strPmaUriError = '$cfgPmaAbsoluteUri täytyy määritellä asetustiedostossa!'; $strPos1 = 'Alku'; $strPrevious = 'Edellinen'; $strPrimary = 'Ensisijainen'; @@ -350,6 +351,4 @@ $strYes = 'Kyll $strZip = '"zip-pakattu"'; // To translate -$strChangePassword = 'Vaihda salasanaa'; -$strPmaUriError = 'The $cfgPmaAbsoluteUri directive MUST be set in your configuration file!'; ?> diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index ef0db94545..7af0fa0edc 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -223,6 +223,7 @@ $strPasswordEmpty = 'Passordet er blankt!'; $strPasswordNotSame = 'Passordene er ikke like!'; $strPHPVersion = 'PHP Versjon'; $strPmaDocumentation = 'phpMyAdmin Dokumentasjon'; +$strPmaUriError = '$cfgPmaAbsoluteUri variabelen MÅ være innstilt i din konfigurasjons-fil!'; $strPos1 = 'Start'; $strPrevious = 'Forrige'; $strPrimary = 'Primær'; @@ -345,5 +346,4 @@ $strYes = 'Ja'; $strZip = '"komprimert (zip)"'; // To translate -$strPmaUriError = 'The $cfgPmaAbsoluteUri directive MUST be set in your configuration file!'; ?>