strPmaUriError
This commit is contained in:
parent
ebde1ad544
commit
06ac042c91
@ -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!';
|
||||
?>
|
||||
|
||||
@ -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!';
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user