!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.4.18 (Ubuntu). PHP/7.0.33-0ubuntu0.16.04.16 

uname -a: Linux digifus 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/almazenServer/assets/grocery_crud/languages/   drwxr-xr-x
Free 10.05 GB of 29.4 GB (34.16%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     vietnamese.php (3.76 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php  
/* Translated by: @Vuong */
    
$lang['list_add']                 = 'Thêm';
    
$lang['list_actions']             = 'Tác vụ';
    
$lang['list_page']                 = 'Trang';    
    
$lang['list_paging_of']         = 'tổng';
    
$lang['list_displaying']        = 'Hiện thị từ {start} tới {end} trong tổng số {results}';
    
$lang['list_filtered_from']        = '(lọc từ tổng số {total_results} bản ghi)';
    
$lang['list_show_entries']        = 'Hiển thị {paging} bản ghi';
    
$lang['list_no_items']            = 'Không có gì để hiển thị';
    
$lang['list_zero_entries']        = '0 bản ghi';
    
$lang['list_search']             = 'Tìm kiếm';    
    
$lang['list_search_all']         = 'Tất cả';
    
$lang['list_clear_filtering']     = 'Xóa tìm kiếm';
    
$lang['list_delete']             = 'Xóa';
    
$lang['list_edit']                 = 'Thay đổi';    
    
$lang['list_paging_first']         = 'Đầu tiên';
    
$lang['list_paging_previous']     = 'Trước đó';
    
$lang['list_paging_next']         = 'Tiếp theo';
    
$lang['list_paging_last']         = 'Cuối';
    
$lang['list_loading']             = 'Đang tải...';    

    
$lang['form_edit']                 = 'Thay đổi';
    
$lang['form_back_to_list']         = 'Quay lại danh sách';
    
$lang['form_update_changes']     = 'Lưu thay đổi';
    
$lang['form_cancel']             = 'Hủy';    
    
$lang['form_update_loading']     = 'Đang thay đổi...';
    
$lang['update_success_message'] = 'Thay đổi thành công.';    
    
$lang['form_go_back_to_list']     = 'Quay lại danh sách';
    
    
$lang['form_add']                 = 'Thêm';
    
$lang['insert_success_message'] = 'Thêm thành công.';
    
$lang['form_or']                = 'hoặc';
    
$lang['form_save']                 = 'Thêm';
    
$lang['form_insert_loading']     = 'Đang thêm...';
    
    
$lang['form_upload_a_file']     = 'Tải file lên';
    
$lang['form_upload_delete']     = 'Xóa file';
    
$lang['form_button_clear']         = 'Xóa';    
    
    
$lang['delete_success_message'] = 'Xóa thành công.';
    
$lang['delete_error_message']     = 'Dữ liệu chưa được xóa.';
    
    
/* Javascript messages */
    
$lang['alert_add_form']            = 'Dữ liệu thêm vào chưa được lưu.\\nBạn có chắc rằng muốn quay lại danh sách?';
    
$lang['alert_edit_form']        = 'Dữ liệu thay đổi chưa được lưu.\\nBạn có chắc rằng muốn quay lại danh sách?';
    
$lang['alert_delete']            = 'Bạn có chắc rằng muốn xóa bản ghi này?';
    
    
$lang['insert_error']            = 'Có lỗi khi thêm dữ liệu.';
    
$lang['update_error']            = 'Có lỗi khi thay đổi dữ liệu.';
    
    
/* Added in version 1.2.1 */
    
$lang['set_relation_title']        = 'Select {field_display_as}';    
    
$lang['list_record']            = 'Bản ghi';
    
$lang['form_inactive']            = 'inactive';
    
$lang['form_active']            = 'active';
    
    
/* Added in version 1.2.2 */
    
$lang['form_save_and_go_back']    = 'Lưu và trở lại danh sách';
    
$lang['form_update_and_go_back']= 'Cập nhật và trở lại danh sách';

    
/* Upload functionality */
    
$lang['string_delete_file']     = "Đang xóa tập tin";
    
$lang['string_progress']         = "Progress: ";
    
$lang['error_on_uploading']     = "Một lỗi đã xảy ra khi tải lên.";
    
$lang['message_prompt_delete_file']     = "Bạn có chắc chắn muốn xóa tập tin này?";
    
    
$lang['error_max_number_of_files']     = "Chỉ có thể tải lên một tập tin mỗi lần.";
    
$lang['error_accept_file_types']     = "Không được phép để tải lên loại file có phần mở rộng này.";
    
$lang['error_max_file_size']         = "Tập tin tải lên vượt quá dung lượng cho phép ({max_file_size}).";
    
$lang['error_min_file_size']         = "Không thể tải lên tập tin rỗng.";

    
/* Added in version 1.3.1 */
    
$lang['list_export']     = "Xuất file XLS";
    
$lang['list_print']     = "In";
    
$lang['minimize_maximize'] = 'Minimize/Maximize';

    
/* Added in version 1.4 */
    
$lang['list_view'] = 'Chi tiết';

    
/* Added in version 1.5.1 */
    
$lang['ui_day'] = 'dd';
    
$lang['ui_month'] = 'mm';
    
$lang['ui_year'] = 'yyyy';

    
/* Added in version 1.5.2 */
    
$lang['list_more'] = 'More';


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0064 ]--