This commit is contained in:
Marc Delisle
2005-08-18 20:47:08 +00:00
parent 8646b8d986
commit a66a21c3b9
2 changed files with 2 additions and 4 deletions

View File

@@ -5,7 +5,6 @@
// <20>ehriyar <20>manov 30 Avqust 2003... Shehi // <20>ehriyar <20>manov 30 Avqust 2003... Shehi
$charset = 'iso-8859-9'; $charset = 'iso-8859-9';
$allow_recoding = FALSE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left) $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif'; $right_font_family = 'arial, helvetica, geneva, sans-serif';
@@ -198,6 +197,7 @@ $strEndCut = 'END CUT';
$strEndRaw = 'END RAW'; $strEndRaw = 'END RAW';
$strEnd = 'Son'; $strEnd = 'Son';
$strEngineDisabled = '%s motoru bu serverde s<>nd<6E>r<EFBFBD>lm<6C><6D>d<EFBFBD>r.'; $strEngineDisabled = '%s motoru bu serverde s<>nd<6E>r<EFBFBD>lm<6C><6D>d<EFBFBD>r.';
$strEngines = 'Motorlar';
$strEngineUnsupported = 'Bu MySQL server %s depolama motorunu desteklememektedir.'; $strEngineUnsupported = 'Bu MySQL server %s depolama motorunu desteklememektedir.';
$strEnglishPrivileges = ' Qeyd: MySQL selahiyyet adlar<61> ingilis dilinde ifade edilmi<6D>dir '; $strEnglishPrivileges = ' Qeyd: MySQL selahiyyet adlar<61> ingilis dilinde ifade edilmi<6D>dir ';
$strEnglish = '<27>ngilis Dili'; $strEnglish = '<27>ngilis Dili';
@@ -715,7 +715,6 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate $strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEngineAvailable = '%s bu MySQL serverde quruludur.'; //to translate $strEngineAvailable = '%s bu MySQL serverde quruludur.'; //to translate
$strEngines = 'Motorlar'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate $strExecuteBookmarked = 'Execute bookmarked query'; //to translate

View File

@@ -6,7 +6,6 @@
$charset = 'utf-8'; $charset = 'utf-8';
$allow_recoding = TRUE; $allow_recoding = TRUE;
$allow_recoding = FALSE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left) $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif'; $right_font_family = 'arial, helvetica, geneva, sans-serif';
@@ -199,6 +198,7 @@ $strEndCut = 'END CUT';
$strEndRaw = 'END RAW'; $strEndRaw = 'END RAW';
$strEnd = 'Son'; $strEnd = 'Son';
$strEngineDisabled = '%s motoru bu serverde söndürülmüşdür.'; $strEngineDisabled = '%s motoru bu serverde söndürülmüşdür.';
$strEngines = 'Motorlar';
$strEngineUnsupported = 'Bu MySQL server %s depolama motorunu desteklememektedir.'; $strEngineUnsupported = 'Bu MySQL server %s depolama motorunu desteklememektedir.';
$strEnglishPrivileges = ' Qeyd: MySQL selahiyyet adları ingilis dilinde ifade edilmişdir '; $strEnglishPrivileges = ' Qeyd: MySQL selahiyyet adları ingilis dilinde ifade edilmişdir ';
$strEnglish = 'İngilis Dili'; $strEnglish = 'İngilis Dili';
@@ -716,7 +716,6 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate $strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEngineAvailable = '%s bu MySQL serverde quruludur.'; //to translate $strEngineAvailable = '%s bu MySQL serverde quruludur.'; //to translate
$strEngines = 'Motorlar'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate $strExecuteBookmarked = 'Execute bookmarked query'; //to translate