⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
apache
/
htdocs
/
webftp_simple
/
languages
/
View File Name :
en_us.php
<?php // Language: English (US) // Author: Monsta Apps // Last Updated: 16/07/2013 $file_lang_name = "English (US)"; $file_lang_default = 1; // 1 for default, 0 for not $lang_title_ended = "Session Ended"; $lang_title_errors = "Errors Occured"; $lang_session_expired = "Your session has expired"; $lang_ip_conflict = "Your IP address conflicts with the session IP"; $lang_btn_login = "Login"; $lang_ftp_host = "FTP Host"; $lang_port = "Port"; $lang_passive_mode = "Passive mode (default)"; $lang_username = "Username"; $lang_password = "Password"; $lang_ftp_ssl = "Connect using SSL (if available)"; $lang_adv_interface = "Advanced interface"; $lang_save_login = "Save login details"; $lang_language = "Language"; $lang_skin = "Skin"; $lang_ip_check = "Lock session to IP"; $lang_skins_empty = "[skins] folder empty!"; $lang_skins_locked = "[skins] folder locked!"; $lang_skins_missing = "[skins] folder missing!"; $lang_missing_fields = "Error! Please complete all the marked fields"; $lang_max_logins = "You have exceeded the allowed login attempts and have been locked out. Please try again in [n] minutes"; $lang_cant_connect = "Error! Couldn't connect to FTP host"; $lang_cant_authenticate = "Error! Couldn't authenticate your login"; $lang_ip_conflict = "An IP conflict has been detected"; $lang_table_name = "Name"; $lang_table_size = "Size"; $lang_table_date = "Date"; $lang_table_time = "Time"; $lang_table_user = "User"; $lang_table_group = "Group"; $lang_table_perms = "Permissions"; $lang_size_b = "B"; $lang_size_kb = "KB"; $lang_size_mb = "MB"; $lang_size_gb = "GB"; $lang_size_tb = "TB"; $lang_btn_refresh = "Refresh"; $lang_btn_cut = "Cut"; $lang_btn_copy = "Copy"; $lang_btn_paste = "Paste"; $lang_btn_rename = "Rename"; $lang_btn_delete = "Delete"; $lang_btn_chmod = "Chmod"; $lang_btn_logout = "Logout"; $lang_btn_save = "Save"; $lang_btn_close = "Close"; $lang_btn_cancel = "Cancel"; $lang_btn_ok = "OK"; $lang_btn_new_folder = "New Folder"; $lang_btn_new_file = "New File"; $lang_btn_upload_file = "Upload File"; $lang_btn_upload_files = "Upload Files"; $lang_btn_upload_repeat = "Repeat Upload"; $lang_btn_upload_folder = "Upload Folder"; $lang_info_host = "Host"; $lang_info_user = "User"; $lang_info_upload_limit = "Upload Limit"; $lang_info_drag_drop = "Drag & Drop"; $lang_xfer_file = "File"; $lang_xfer_size = "Size"; $lang_xfer_progress = "Progress"; $lang_xfer_elapsed = "Time Elapsed"; $lang_xfer_uploaded = "Uploaded"; $lang_xfer_rate = "Transfer Rate"; $lang_xfer_remain = "Time Remaining"; $lang_move_conflict = "Destination folder is a subfolder of the source folder"; $lang_cant_rename = "Unable to rename [file]"; $lang_cant_delete = "Unable to delete [file]"; $lang_folder_exists = "Folder [folder] already exists"; $lang_folder_doesnt_exist = "Folder [folder] doesn't exist"; $lang_folder_cant_move = "Unable to move [folder]"; $lang_folder_cant_delete = "Unable to delete [folder]"; $lang_folder_cant_access = "Unable to access [folder]"; $lang_folder_cant_make = "Unable to create [folder]"; $lang_file_exists = "File [file] already exists"; $lang_file_doesnt_exist = "File [file] doesn't exist"; $lang_file_cant_move = "Unable to move [file]"; $lang_file_cant_make = "Couldn't create [file]"; $lang_server_error_down = "Server error downloading [file]"; $lang_server_error_up = "Server error uploading [file]"; $lang_browser_error_up = "Browser error uploading [file]"; $lang_file_size_error = "File size exceeds allowed limit"; $lang_file_size_copy_error = "[file] size exceeds allowed limit"; $lang_folder_cant_chmod = "Unable to chmod [perms] [folder]"; $lang_file_cant_chmod = "Unable to chmod [perms] [file]"; $lang_chmod_max_777 = "Chmod cannot be higher than 777"; $lang_chmod_owner = "Owner Permissions"; $lang_chmod_group = "Group Permissions"; $lang_chmod_public = "Public Permissions"; $lang_chmod_manual = "Manual"; $lang_chmod_read = "Read"; $lang_chmod_write = "Write"; $lang_chmod_exe = "Execute"; $lang_chmod_no_support = "Your PHP server does not support ftp_chmod"; $lang_title_rename = "Rename Files"; $lang_title_chmod = "Change File Attributes"; $lang_title_edit_file = "Editing"; $lang_title_new_file = "New File"; $lang_title_new_folder = "New Folder"; $lang_new_folder_name = "Enter new folder name..."; $lang_new_file_name = "Enter new file name..."; $lang_template = "Template"; $lang_no_template = "No Template"; $lang_no_xmlhttp = "Your browser does not support XMLHTTP!"; $lang_support_drop = "Supported"; $lang_no_support_drop = "Not Supported"; $lang_transfer_pending = "Pending"; $lang_transferring_to_ftp = "Transferring to FTP server..."; $lang_no_file_selected = "Please click BROWSE and choose a file to upload!"; $lang_none_selected = "Please select at least one file or folder!"; $lang_context_open = "Open"; $lang_context_download = "Download"; $lang_context_edit = "Edit"; $lang_context_cut = "Cut"; $lang_context_copy = "Copy"; $lang_context_paste = "Paste"; $lang_context_rename = "Rename"; $lang_context_delete = "Delete"; $lang_context_chmod = "Chmod"; ?>