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/vi_VN/plugin.lang.php

    r8258 r8259  
    2222// +-----------------------------------------------------------------------+ 
    2323 
    24 $lang['locfiledit_onglet_localconf'] = 'Local config'; 
     24$lang['locfiledit_onglet_localconf'] = 'Cấu hình cục bộ'; 
    2525$lang['locfiledit_onglet_css'] = 'CSS'; 
    2626$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'; 
    48 $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.'; 
     27$lang['locfiledit_onglet_lang'] = 'Ngôn ngữ'; 
     28$lang['locfiledit_onglet_plug'] = 'Plugin cá nhân'; 
     29$lang['locfiledit_cant_save'] = 'Tệp tin hiện tại không được phép ghi. Kiểm tra nếu thư mục "include/" có thể ghi được (chmod).'; 
     30$lang['locfiledit_newfile'] = 'Tệp tin không tồn tại và sẽ được tạo ra bởi LocalFiles Editor'; 
     31$lang['locfiledit_save_config'] = 'Tệp tin đã được ghi thành công.'; 
     32$lang['locfiledit_show_default'] = 'Hiển thị tệp tin tham khảo: '; 
     33$lang['locfiledit_save_bak'] = 'Bản sao backup sẽ được tạo ra để dự phòng.'; 
     34$lang['locfiledit_saved_bak'] = 'Tệp tin backup file được tạo ra (%s)'; 
     35$lang['locfiledit_save_file'] = 'Lưu tệp tin'; 
     36$lang['locfiledit_choose_file'] = 'Chọn tệp tin để hiệu chỉnh'; 
     37$lang['locfiledit_edit'] = 'Hiệu chỉnh'; 
     38$lang['locfiledit_restore'] = 'Phục hồi tệp tin backup'; 
     39$lang['locfiledit_restore_confirm'] = 'Vui lòng xác nhận? Việc phục hồi sẽ không có hiệu lực cho đến lần dự phòng tiếp theo.'; 
     40$lang['locfiledit_bak_loaded1'] = 'Tệp tin backup đã được nạp.'; 
     41$lang['locfiledit_bak_loaded2'] = 'Bạn phải lưu lại tệp tin để phục hồi nó.'; 
     42$lang['locfiledit_syntax_error'] = 'Lỗi cú pháp! Tệp tin không thể được lưu.'; 
     43$lang['locfiledit_enable_editarea'] = 'Kích hoạt vùng nhập dữ liệu'; 
     44$lang['locfiledit_disable_editarea'] = 'Tắt vùng nhập dữ liệu'; 
     45$lang['locfiledit_new_tpl'] = 'Tạo tệp tin mới'; 
     46$lang['locfiledit_new_filename'] = 'Tên tệp tin'; 
     47$lang['locfiledit_model'] = 'Mô hình'; 
     48$lang['locfiledit_empty_page'] = 'Trang trống'; 
     49$lang['locfiledit_parent_directory'] = 'Thư mục gốc'; 
     50$lang['locfiledit_filename_error'] = 'Ký tự bị cấm trong tên tệp tin.'; 
     51$lang['locfiledit_file_already_exists'] = 'Tệp tin đã có.'; 
     52$lang['locfiledit_model_error'] = 'Bạn phải chọn một mô hình.'; 
     53$lang['locfiledit_empty_filename'] = 'Bạn phải điền đủ tên tệp tin.'; 
     54$lang['locfiledit_webmaster_only'] = 'Chỉ có webmasters mới có thể tạo hoặc biên tập tệp tin trên máy.'; 
    5655 
    5756?>