Show
Ignore:
Timestamp:
12/23/10 19:19:58 (2 years ago)
Author:
ddtddt
Message:

[trunk] - language - step3 for 2.2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/LocalFilesEditor/language/tr_TR/plugin.lang.php

    r8258 r8259  
    2222// +-----------------------------------------------------------------------+ 
    2323 
    24 $lang['locfiledit_onglet_localconf'] = 'Local config'; 
     24$lang['locfiledit_onglet_localconf'] = 'Lokal Ayarlar'; 
    2525$lang['locfiledit_onglet_css'] = 'CSS'; 
    26 $lang['locfiledit_onglet_tpl'] = 'Templates'; 
    27 $lang['locfiledit_onglet_lang'] = 'Languages'; 
    28 $lang['locfiledit_onglet_plug'] = 'Personal Plugin'; 
    29 $lang['locfiledit_cant_save'] = 'Current file isn\'t writeable. Check if a directory "include/" is writeable (chmod).'; 
    30 $lang['locfiledit_newfile'] = 'File is not existing and will be created by LocalFiles Editor'; 
    31 $lang['locfiledit_save_config'] = 'File written successfully.'; 
    32 $lang['locfiledit_show_default'] = 'Display reference file: '; 
    33 $lang['locfiledit_save_bak'] = 'Backup copy will be created on save.'; 
    34 $lang['locfiledit_saved_bak'] = 'Backup file created (%s)'; 
    35 $lang['locfiledit_save_file'] = 'Save file'; 
    36 $lang['locfiledit_choose_file'] = 'Choose the file to be edited'; 
    37 $lang['locfiledit_edit'] = 'Edit'; 
    38 $lang['locfiledit_restore'] = 'Restore the backup file'; 
    39 $lang['locfiledit_restore_confirm'] = 'Please confirm? 
    40 Restore won\'t be effective till next save.'; 
    41 $lang['locfiledit_bak_loaded1'] = 'Backup file loaded.'; 
    42 $lang['locfiledit_bak_loaded2'] = 'You must save file to restore it.'; 
    43 $lang['locfiledit_syntax_error'] = 'Syntax error! File can\'t be saved.'; 
    44 $lang['locfiledit_enable_editarea'] = 'Enable Editarea'; 
    45 $lang['locfiledit_disable_editarea'] = 'Disable Editarea'; 
    46 $lang['locfiledit_new_tpl'] = 'Create new file'; 
    47 $lang['locfiledit_new_filename'] = 'File name'; 
     26$lang['locfiledit_onglet_tpl'] = 'Sablonlar'; 
     27$lang['locfiledit_onglet_lang'] = 'Dil Destegi'; 
     28$lang['locfiledit_onglet_plug'] = 'Kisisel Plugin'; 
     29$lang['locfiledit_cant_save'] = 'Seçili dosyanin yazilabilirlik izni yok. Lütfen "include/" klasörünü yazilabilir yapiniz (chmod).'; 
     30$lang['locfiledit_newfile'] = 'Böyle bir dosya bulunamadi ya da Lokal dosya editörü ile yaratildi'; 
     31$lang['locfiledit_save_config'] = 'Dosya basariyla yazildi.'; 
     32$lang['locfiledit_show_default'] = 'Referans dosyayi göster: '; 
     33$lang['locfiledit_save_bak'] = 'Yedekleme dosyasi basariyla kaydedildi.'; 
     34$lang['locfiledit_saved_bak'] = 'Yedekleme dosyasi yaratildi (%s)'; 
     35$lang['locfiledit_save_file'] = 'Dosyayi kaydet'; 
     36$lang['locfiledit_choose_file'] = 'Editlenen dosyayi seç'; 
     37$lang['locfiledit_edit'] = 'Editle'; 
     38$lang['locfiledit_restore'] = 'Yedekleme dosyasini geri yükle'; 
     39$lang['locfiledit_restore_confirm'] = 'Lütfen onayla?  
     40bir sonraki kaydetmeye kadar geri yükleme yapilamayacak.'; 
     41$lang['locfiledit_bak_loaded1'] = 'yedekleme dosyasi yüklendi.'; 
     42$lang['locfiledit_bak_loaded2'] = 'Geri yükledikten sonra save etmeyi unutmayiniz.'; 
     43$lang['locfiledit_syntax_error'] = 'Syntax error! Dosya kayit edilemiyor.'; 
     44$lang['locfiledit_enable_editarea'] = 'Editleme açik'; 
     45$lang['locfiledit_disable_editarea'] = 'Editleme kapali'; 
     46$lang['locfiledit_new_tpl'] = 'Yeni Dosya Yarat'; 
     47$lang['locfiledit_new_filename'] = 'Dosya Adi'; 
    4848$lang['locfiledit_model'] = 'Model'; 
    49 $lang['locfiledit_empty_page'] = 'Empty page'; 
    50 $lang['locfiledit_parent_directory'] = 'Parent directory'; 
    51 $lang['locfiledit_filename_error'] = 'Forbidden characters in file name.'; 
    52 $lang['locfiledit_file_already_exists'] = 'File already exists.'; 
    53 $lang['locfiledit_model_error'] = 'You must choose a model.'; 
    54 $lang['locfiledit_empty_filename'] = 'You must fill file name.'; 
    55 $lang['locfiledit_webmaster_only'] = 'Only webmasters can create or modify local files.'; 
     49$lang['locfiledit_empty_page'] = 'Bos Sayfa'; 
     50$lang['locfiledit_parent_directory'] = 'Üst Klasör'; 
     51$lang['locfiledit_filename_error'] = 'Dosya adinda tanimlanamayan karakterler kullanilmis.'; 
     52$lang['locfiledit_file_already_exists'] = 'Bu dosya zaten var.'; 
     53$lang['locfiledit_model_error'] = 'Model seçmek zorundasin.'; 
     54$lang['locfiledit_empty_filename'] = 'Adi doldurmak zorundasin.'; 
     55$lang['locfiledit_webmaster_only'] = 'Sadece yöneticiler dosyalari degistirebilir .'; 
    5656 
    5757?>