This commit is contained in:
Marc Delisle 2002-03-21 17:12:50 +00:00
parent aff59e4749
commit c7de97d290

View File

@ -224,6 +224,7 @@ $strPasswordEmpty = '
$strPasswordNotSame = 'Girilen þifreler ayný deðil!';
$strPHPVersion = 'PHP Sürümü';
$strPmaDocumentation = 'phpMyAdmin dökümantasyonu';
$strPmaUriError = '<tt>$cfgPmaAbsoluteUri</tt>\' nin değeri konfigurasyon dosyasının içinde verilmelidir!';
$strPos1 = 'Baþlangýç';
$strPrevious = 'Önceki';
$strPrimary = 'Birincil';
@ -346,5 +347,4 @@ $strYes = 'Evet';
$strZip = '"ziplenmiþ"';
// To translate
$strPmaUriError = 'The <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!';
?>