strPmaUriError

This commit is contained in:
Marc Delisle 2002-03-22 14:15:00 +00:00
parent ebde1ad544
commit 06ac042c91
2 changed files with 2 additions and 3 deletions

View File

@ -228,6 +228,7 @@ $strPasswordEmpty = 'Salasana puuttuu!';
$strPasswordNotSame = 'Salasanat eivät ole samat!';
$strPHPVersion = 'PHP:n versio';
$strPmaDocumentation = 'phpMyAdminin dokumentaatio';
$strPmaUriError = '<tt>$cfgPmaAbsoluteUri</tt> 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 <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!';
?>

View File

@ -223,6 +223,7 @@ $strPasswordEmpty = 'Passordet er blankt!';
$strPasswordNotSame = 'Passordene er ikke like!';
$strPHPVersion = 'PHP Versjon';
$strPmaDocumentation = 'phpMyAdmin Dokumentasjon';
$strPmaUriError = '<tt>$cfgPmaAbsoluteUri</tt> 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 <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!';
?>