Revision 925
Added by doc almost 16 years ago
TR.php | ||
---|---|---|
33 | 33 |
// Set the language information |
34 | 34 |
$language_code = 'TR'; |
35 | 35 |
$language_name = 'Turkish'; |
36 |
$language_version = '2.7';
|
|
37 |
$language_platform = '2.7.x';
|
|
36 |
$language_version = '2.8';
|
|
37 |
$language_platform = '2.8.x';
|
|
38 | 38 |
$language_author = 'Atakan KOÇ'; |
39 | 39 |
$language_license = 'GNU General Public License'; |
40 | 40 |
|
... | ... | |
120 | 120 |
$HEADING['ADD_GROUP'] = 'Grup Ekle'; |
121 | 121 |
$HEADING['MODIFY_GROUP'] = 'Grup Düzenle'; |
122 | 122 |
|
123 |
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met'; |
|
124 |
|
|
123 | 125 |
// Other text |
124 | 126 |
$TEXT['OPEN'] = 'Open'; |
125 | 127 |
$TEXT['ADD'] = 'Ekle'; |
... | ... | |
426 | 428 |
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: '; |
427 | 429 |
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.'; |
428 | 430 |
$TEXT['CODE_SNIPPET'] = "Code-snippet"; |
431 |
$TEXT['REQUIREMENT'] = "Requirement"; |
|
432 |
$TEXT['INSTALLED'] = "installed"; |
|
433 |
$TEXT['NOT_INSTALLED'] = "not installed"; |
|
434 |
$TEXT['ADDON'] = "Add-On"; |
|
435 |
$TEXT['EXTENSION'] = "Extension"; |
|
429 | 436 |
|
430 | 437 |
// Success/error messages |
431 | 438 |
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Üzgünüm, bu sayfayý görüntülemeye yetkiniz yok'; |
... | ... | |
571 | 578 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Lütfen daha sonra kontrol edin...'; |
572 | 579 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Ol hasta memnun et, bu, bir anda alabilirdi.'; |
573 | 580 |
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Dosya açarken hata.'; |
581 |
$MESSAGE['GENERIC']['INVALID_ADDON_FILE'] = 'Invalid Website Baker installation file. Please check the *.zip format.'; |
|
582 |
$MESSAGE['GENERIC']['INVALID_LANGUAGE_FILE'] = 'Invalid Website Baker language file. Please check the text file.'; |
|
574 | 583 |
|
575 | 584 |
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'You must enter details for the following fields'; |
576 | 585 |
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.'; |
... | ... | |
581 | 590 |
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Kalýplar, baþarýlý bir þekildeninkini tekrar yüklendi'; |
582 | 591 |
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Diller, baþarýlý bir þekildeninkini tekrar yüklendi'; |
583 | 592 |
|
593 |
$MESSAGE['ADDON_PRECHECK']['FAILED'] = 'Add-on installation failed. Your system does not fulfill the requirements of this Add-on. To make this Add-on working on your system, please fix the issues summarized below.'; |
|
594 |
|
|
584 | 595 |
?> |
Also available in: Unified diff
Added option to perform pre-installation checks to test requirements of Add-Ons