From 28e34fdecbae44261370e0b04940e11c3ac11533 Mon Sep 17 00:00:00 2001 From: darkworks Date: Sat, 14 Jan 2017 22:11:22 +0500 Subject: [PATCH 01/14] Unzip Archive overwrite fix when zip archive is unzip it gives error "" archive was not extracted "" in case there were same files already present in the folder , its due to overwrite flag (-o) missing in unzip command used in vestacp --- bin/v-extract-fs-archive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-extract-fs-archive b/bin/v-extract-fs-archive index ec70baba..1ea608af 100755 --- a/bin/v-extract-fs-archive +++ b/bin/v-extract-fs-archive @@ -82,7 +82,7 @@ fi # Extracting ziped archive if [ ! -z "$(echo $src_file |grep -i '.zip')" ]; then sudo -u $user mkdir -p "$dst_dir" >/dev/null 2>&1 - sudo -u $user unzip "$src_file" -d "$dst_dir" >/dev/null 2>&1 + sudo -u $user unzip -o "$src_file" -d "$dst_dir" >/dev/null 2>&1 rc=$? fi From 37bd0d2404b61c00ff1867fe1b82575360143ca4 Mon Sep 17 00:00:00 2001 From: darkworks Date: Wed, 25 Jan 2017 22:13:15 +0500 Subject: [PATCH 02/14] Create ur.php --- web/inc/i18n/ur.php | 1 + 1 file changed, 1 insertion(+) create mode 100644 web/inc/i18n/ur.php diff --git a/web/inc/i18n/ur.php b/web/inc/i18n/ur.php new file mode 100644 index 00000000..cfe23f7e --- /dev/null +++ b/web/inc/i18n/ur.php @@ -0,0 +1 @@ +/ urdu config file From 429b4d02205c326c64ea93bfe6a7cbb2d3dfa633 Mon Sep 17 00:00:00 2001 From: darkworks Date: Wed, 25 Jan 2017 22:13:56 +0500 Subject: [PATCH 03/14] Update ur.php --- web/inc/i18n/ur.php | 757 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 756 insertions(+), 1 deletion(-) diff --git a/web/inc/i18n/ur.php b/web/inc/i18n/ur.php index cfe23f7e..a02ad7cc 100644 --- a/web/inc/i18n/ur.php +++ b/web/inc/i18n/ur.php @@ -1 +1,756 @@ -/ urdu config file + 'Packages', + 'IP' => 'IP', + 'Graphs' => 'Graphs', + 'Statistics' => 'Statistics', + 'Log' => 'Log', + 'Server' => 'Server', + 'Services' => 'Services', + 'Firewall' => 'Firewall', + 'Updates' => 'Updates', + 'Log in' => 'Log in', + 'Log out' => 'Log out', + + 'USER' => 'USER', + 'WEB' => 'WEB', + 'DNS' => 'DNS', + 'MAIL' => 'MAIL', + 'DB' => 'DB', + 'CRON' => 'CRON', + 'BACKUP' => 'BACKUP', + + 'LOGIN' => 'LOGIN', + 'RESET PASSWORD' => 'RESET PASSWORD', + 'SEARCH' => 'SEARCH', + 'PACKAGE' => 'PACKAGE', + 'RRD' => 'RRD', + 'STATS' => 'STATS', + 'LOG' => 'LOG', + 'UPDATES' => 'UPDATES', + 'FIREWALL' => 'FIREWALL', + 'SERVER' => 'SERVER', + 'MEMORY' => 'MEMORY', + 'DISK' => 'DISK', + 'NETWORK' => 'NETWORK', + 'Web Log Manager' => 'Web Log Manager', + + 'no notifications' => 'no notifications', + + 'Add User' => 'Add User', + 'Add Domain' => 'Add Domain', + 'Add Web Domain' => 'Add Web Domain', + 'Add DNS Domain' => 'Add DNS Domain', + 'Add DNS Record' => 'Add DNS Record', + 'Add Mail Domain' => 'Add Mail Domain', + 'Add Mail Account' => 'Add Mail Account', + 'Add Database' => 'Add Database', + 'Add Cron Job' => 'Add Cron Job', + 'Create Backup' => 'Create Backup', + 'Configure' => 'Configure', + 'Restore All' => 'Restore All', + 'Add Package' => 'Add Package', + 'Add IP' => 'Add IP Address', + 'Add Rule' => 'Add Rule', + 'Ban IP Address' => 'Ban IP Address', + 'Search' => 'Search', + 'Add one more FTP Account' => 'Add one more FTP Account', + 'Overall Statistics' => 'Overall Statistics', + 'Daily' => 'Daily', + 'Weekly' => 'Weekly', + 'Monthly' => 'Monthly', + 'Yearly' => 'Yearly', + 'Add' => 'Add', + 'Back' => 'Back', + 'Save' => 'Save', + 'Submit' => 'Submit', + + 'toggle all' => 'toggle all', + 'apply to selected' => 'apply to selected', + 'rebuild' => 'rebuild', + 'rebuild web' => 'rebuild web', + 'rebuild dns' => 'rebuild dns', + 'rebuild mail' => 'rebuild mail', + 'rebuild db' => 'rebuild db', + 'rebuild cron' => 'rebuild cron', + 'update counters' => 'update counters', + 'suspend' => 'suspend', + 'unsuspend' => 'unsuspend', + 'delete' => 'delete', + 'show per user' => 'show per user', + 'login as' => 'login as', + 'logout' => 'logout', + 'edit' => 'edit', + 'open webstats' => 'open webstats', + 'view logs' => 'view logs', + 'list records' => 'list %s records', + 'add record' => 'add record', + 'list accounts' => 'list %s accounts', + 'add account' => 'add account', + 'open webmail' => 'open webmail', + 'list fail2ban' => 'list fail2ban', + 'open %s' => 'open %s', + 'download' => 'download', + 'restore' => 'restore', + 'configure restore settings' => 'configure restore settings', + 'stop' => 'stop', + 'start' => 'start', + 'restart' => 'restart', + 'update' => 'update', + 'generate' => 'generate', + 'Generate CSR' => 'Generate CSR', + 'reread IP' => 'reread IP', + 'enable autoupdate' => 'enable autoupdate', + 'disable autoupdate' => 'disable autoupdate', + 'turn on notifications' => 'turn on notifications', + 'turn off notifications' => 'turn off notifications', + 'configure' => 'configure', + + 'Adding User' => 'Adding User', + 'Editing User' => 'Editing User', + 'Adding Domain' => 'Adding Domain', + 'Editing Domain' => 'Editing Domain', + 'Adding DNS Domain' => 'Adding DNS Domain', + 'Editing DNS Domain' => 'Editing DNS Domain', + 'Adding DNS Record' => 'Adding DNS Record', + 'Editing DNS Record' => 'Editing DNS Record', + 'Adding Mail Domain' => 'Adding Mail Domain', + 'Editing Mail Domain' => 'Editing Mail Domain', + 'Adding Mail Account' => 'Adding Mail Account', + 'Editing Mail Account' => 'Editing Mail Account', + 'Adding database' => 'Adding database', + 'Editing Cron Job' => 'Editing Cron Job', + 'Adding Cron Job' => 'Adding Cron Job', + 'Editing Database' => 'Editing Database', + 'Adding Package' => 'Adding Package', + 'Editing Package' => 'Editing Package', + 'Adding IP address' => 'Adding IP address', + 'Editing IP Address' => 'Editing IP Address', + 'Editing Backup Exclusions' => 'Editing Backup Exclusions', + 'Generating CSR' => 'Generating CSR', + 'Listing' => 'Listing', + 'Search Results' => 'Search Results', + 'Adding Firewall Rule' => 'Adding Firewall Rule', + 'Editing Firewall Rule' => 'Editing Firewall Rule', + 'Adding IP Address to Banlist' => 'Adding IP Address to Banlist', + + 'active' => 'active', + 'spnd' => 'suspended', + 'suspended' => 'suspended', + 'running' => 'running', + 'stopped' => 'stopped', + 'outdated' => 'outdated', + 'updated' => 'updated', + + 'yes' => 'yes', + 'no' => 'no', + 'none' => 'none', + 'pb' => 'pb', + 'tb' => 'tb', + 'gb' => 'gb', + 'mb' => 'mb', + 'minute' => 'minute', + 'hour' => 'hour', + 'day' => 'day', + 'days' => 'days', + 'hours' => 'hours', + 'minutes' => 'minutes', + 'month' => 'month', + 'package' => 'package', + 'Bandwidth' => 'Bandwidth', + 'Disk' => 'Disk', + 'Web' => 'Web', + 'Mail' => 'Mail', + 'Databases' => 'Databases', + 'User Directories' => 'User Directories', + 'Template' => 'Template', + 'Web Template' => 'Web Template', + 'Backend Template' => 'Backend Template', + 'Proxy Template' =>'Proxy Template', + 'DNS Template' => 'DNS Template', + 'Web Domains' => 'Web Domains', + 'SSL Domains' => 'SSL Domains', + 'Web Aliases' => 'Web Aliases', + 'per domain' => 'per domain', + 'DNS Domains' => 'DNS Domains', + 'DNS domains' => 'DNS domains', + 'DNS records' => 'DNS records', + 'Name Servers' => 'Name Servers', + 'Mail Domains' => 'Mail Domains', + 'Mail Accounts' => 'Mail Accounts', + 'Cron Jobs' => 'Cron Jobs', + 'SSH Access' => 'SSH Access', + 'IP Address' => 'IP Address', + 'IP Addresses' => 'IP Addresses', + 'Backups' => 'Backups', + 'Backup System' => 'Backup System', + 'backup exclusions' => 'backup exclusions', + 'template' => 'template', + 'SSL Support' => 'SSL Support', + 'SSL Home Directory' => 'SSL Home', + 'Lets Encrypt Support' => 'Lets Encrypt Support', + 'Lets Encrypt' => 'Lets Encrypt', + 'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes', + 'Proxy Support' => 'Proxy Support', + 'Proxy Extensions' => 'Proxy Extensions', + 'Web Statistics' => 'Web Statistics', + 'Additional FTP Account' => 'Additional FTP', + 'Path' => 'Path', + 'SOA' => 'SOA', + 'TTL' => 'TTL', + 'Expire' => 'Expire', + 'Records' => 'Records', + 'Serial' => 'Serial', + 'Catchall email' => 'Catchall email', + 'AntiVirus Support' => 'AntiVirus Support', + 'AntiSpam Support' => 'AntiSpam Support', + 'DKIM Support' => 'DKIM Support', + 'Accounts' => 'Accounts', + 'Quota' => 'Quota', + 'Autoreply' => 'Autoreply', + 'Forward to' => 'Forward to', + 'Do not store forwarded mail' => 'Do not store forwarded mail', + 'IMAP hostname' => 'IMAP hostname', + 'IMAP port' => 'IMAP port', + 'IMAP security' => 'IMAP security', + 'IMAP auth method' => 'IMAP auth method', + 'SMTP hostname' => 'SMTP hostname', + 'SMTP port' => 'SMTP port', + 'SMTP security' => 'SMTP security', + 'SMTP auth method' => 'SMTP auth method', + 'STARTTLS' => 'STARTTLS', + 'Normal password' => 'Normal password', + 'database' => 'database', + 'User' => 'User', + 'Host' => 'Host', + 'Charset' => 'Charset', + 'Min' => 'Min', + 'Hour' => 'Hour', + 'Day' => 'Day', + 'Month' => 'Month', + 'Day of week' => 'Day of week', + 'local' => 'local', + 'Run Time' => 'Run Time', + 'Backup Size' => 'Backup Size', + 'SYS' => 'SYS', + 'Domains' => 'Domains', + 'Status' => 'Status', + 'shared' => 'shared', + 'dedicated' => 'dedicated', + 'Owner' => 'Owner', + 'Users' => 'Users', + 'Load Average' => 'Load Average', + 'Memory Usage' => 'Memory Usage', + 'APACHE2 Usage' => 'APACHE2 Usage', + 'HTTPD Usage' => 'HTTPD Usage', + 'NGINX Usage' => 'NGINX Usage', + 'MySQL Usage on localhost' => 'MySQL Usage on localhost', + 'PostgreSQL Usage on localhost' => 'PostgreSQL Usage on localhost', + 'Bandwidth Usage eth0' => 'Bandwidth Usage eth0', + 'Bandwidth Usage eth1' => 'Bandwidth Usage eth1', + 'Exim Usage' => 'Exim Usage', + 'FTP Usage' => 'FTP Usage', + 'SSH Usage' => 'SSH Usage', + 'reverse proxy' => 'reverse proxy', + 'web server' => 'web server', + 'dns server' => 'dns server', + 'mail server' => 'mail server', + 'pop/imap server' => 'pop/imap server', + 'email antivirus' => 'email antivirus', + 'email antispam' => 'email antispam', + 'database server' => 'database server', + 'ftp server' => 'ftp server', + 'job scheduler' => 'job scheduler', + 'firewall' => 'firewall', + 'brute-force monitor' => 'brute-force monitor', + 'CPU' => 'CPU', + 'Memory' => 'Memory', + 'Uptime' => 'Uptime', + 'core package' => 'core package', + 'php interpreter' => 'php interpreter', + 'internal web server' => 'internal web server', + 'Version' => 'Version', + 'Release' => 'Release', + 'Architecture' => 'Architecture', + 'Object' => 'Object', + 'Username' => 'Username', + 'Password' => 'Password', + 'Email' => 'Email', + 'Package' => 'Package', + 'Language' => 'Language', + 'First Name' => 'First Name', + 'Last Name' => 'Last Name', + 'Send login credentials to email address' => 'Send login credentials to email address', + 'Default Template' => 'Default Template', + 'Default Name Servers' => 'Default Name Servers', + 'Domain' => 'Domain', + 'DNS Support' => 'DNS Support', + 'Mail Support' => 'Mail Support', + 'Advanced options' => 'Advanced options', + 'Basic options' => 'Basic options', + 'Aliases' => 'Aliases', + 'SSL Certificate' => 'SSL Certificate', + 'SSL Key' => 'SSL Key', + 'SSL Certificate Authority / Intermediate' => 'SSL Certificate Authority / Intermediate', + 'SSL CSR' => 'SSL CSR', + 'optional' => 'optional', + 'internal' => 'internal', + 'Statistics Authorization' => 'Statistics Authorization', + 'Statistics Auth' => 'Statistics Auth', + 'Account' => 'Account', + 'Prefix will be automaticaly added to username' => 'Prefix %s will be automaticaly added to username', + 'Send FTP credentials to email' => 'Send FTP credentials to email', + 'Expiration Date' => 'Expiration Date', + 'YYYY-MM-DD' => 'YYYY-MM-DD', + 'Name servers' => 'Name servers', + 'Record' => 'Record', + 'IP or Value' => 'IP or Value', + 'Priority' => 'Priority', + 'Record Number' => 'Record Number', + 'in megabytes' => 'in megabytes', + 'Message' => 'Message', + 'use local-part' => 'use local-part', + 'one or more email addresses' => 'one or more email addresses', + 'Prefix will be automaticaly added to database name and database user' => 'Prefix %s will be automaticaly added to database name and database user.', + 'Database' => 'Database', + 'Type' => 'Type', + 'Minute' => 'Minute', + 'Command' => 'Command', + 'Package Name' => 'Package Name', + 'Netmask' => 'Netmask', + 'Interface' => 'Interface', + 'Shared' => 'Shared', + 'Assigned user' => 'Assigned user', + 'Assigned domain' => 'Assigned domain', + 'NAT IP association' => 'NAT IP association', + 'shell' => 'shell', + 'web domains' => 'web domains', + 'web aliases' => 'web aliases', + 'dns records' => 'dns records', + 'mail domains' => 'mail domains', + 'mail accounts' => 'mail accounts', + 'accounts' => 'accounts', + 'databases' => 'databases', + 'cron jobs' => 'cron jobs', + 'backups' => 'backups', + 'quota' => 'quota', + 'day of week' => 'day of week', + 'cmd' => 'cmd', + 'users' => 'users', + 'domains' => 'domains', + 'aliases' => 'aliases', + 'records' => 'records', + 'jobs' => 'jobs', + 'username' => 'username', + 'password' => 'password', + 'type' => 'type', + 'charset' => 'charset', + 'domain' => 'domain', + 'ip' => 'ip', + 'ip address' => 'ip address', + 'IP address' => 'IP address', + 'netmask' => 'netmask', + 'interface' => 'interface', + 'assigned user' => 'assigned user', + 'ns1' => 'ns1', + 'ns2' => 'ns2', + 'user' => 'user', + 'email' => 'email', + 'first name' => 'first name', + 'last name' => 'last name', + 'account' => 'account', + 'ssl certificate' => 'ssl certificate', + 'ssl key' => 'ssl key', + 'stats user password' => 'stats user password', + 'stats username' => 'stats username', + 'stats password' => 'stats password', + 'ftp user password' => 'ftp user password', + 'ftp user' => 'ftp user', + 'Last 70 lines of %s.%s.log' => 'Last 70 lines of %s.%s.log', + 'AccessLog' => 'AccessLog', + 'ErrorLog' => 'ErrorLog', + 'Download AccessLog' => 'Download AccessLog', + 'Download ErrorLog' => 'Download ErrorLog', + 'Country' => 'Country', + '2 letter code' => '2 letter code', + 'State / Province' => 'State / Province', + 'City / Locality' => 'City / Locality', + 'Organization' => 'Organization', + 'Action' => 'Action', + 'Protocol' => 'Protocol', + 'Port' => 'Port', + 'Comment' => 'Comment', + 'Banlist' => 'Banlist', + 'ranges are acceptable' => 'ranges are acceptable', + 'CIDR format is supported' => 'CIDR format is supported', + 'ACCEPT' => 'ACCEPT', + 'DROP' => 'DROP', + 'TCP' => 'TCP', + 'UDP' => 'UDP', + 'ICMP' => 'ICMP', + 'SSH' => 'SSH', + 'FTP' => 'FTP', + 'VESTA' => 'VESTA', + 'Add one more Name Server' => 'Add one more Name Server', + + 'web domain' => 'web domain', + 'dns domain' => 'dns domain', + 'dns record' => 'dns record', + 'mail domain' => 'mail domain', + 'mail account' => 'mail account', + 'cron job' => 'cron job', + + 'cron' => 'cron', + 'user dir' => 'user dir', + + 'unlimited' => 'unlimited', + '1 account' => '1 account', + '%s accounts' => '%s accounts', + '1 domain' => '1 domain', + '%s domains' => '%s domains', + '1 record' => '1 record', + '%s records' => '%s records', + '1 mail account' => '1 mail account', + '%s mail accounts' => '%s mail accounts', + '1 database' => '1 database', + '%s databases' => '%s databases', + '1 cron job' => '1 cron job', + '%s cron jobs' => '%s cron jobs', + '1 archive' => '1 archive', + '%s archives' => '%s archives', + '1 item' => '1 item', + '%s items' => '%s items', + '1 package' => '1 package', + '%s packages' => '%s packages', + '1 IP address' => '1 IP address', + '%s IP addresses' => '%s IP addresses', + '1 month' => '1 month', + '%s months' => '%s months', + '1 log record' => '1 log record', + '%s log records' => '%s log records', + '1 object' => '1 object', + '%s objects' => '%s objects', + 'no exclusions' => 'no exclusions', + '1 rule' => '1 rule', + '%s rules' => '%s rules', + 'There are no currently banned IP' => 'There are no currently banned IP', + + 'USER_CREATED_OK' => 'User %s has been created successfully.', + 'WEB_DOMAIN_CREATED_OK' => 'Domain %s has been created successfully.', + 'DNS_DOMAIN_CREATED_OK' => 'DNS domain %s has been created successfully.', + 'DNS_RECORD_CREATED_OK' => 'Record %s.%s has been created successfully.', + 'MAIL_DOMAIN_CREATED_OK' => 'Mail domain %s has been created successfully.', + 'MAIL_ACCOUNT_CREATED_OK' => 'Mail account %s@%s has been created successfully.', + 'DATABASE_CREATED_OK' => 'Database %s has been created successfully.', + 'CRON_CREATED_OK' => 'Cron job has been created successfully.', + 'IP_CREATED_OK' => 'IP address %s has been created successfully.', + 'PACKAGE_CREATED_OK' => 'Package %s has been created successfully.', + 'SSL_GENERATED_OK' => 'Certificate has been generated successfully.', + 'RULE_CREATED_OK' => 'Rule has been created successfully.', + 'BANLIST_CREATED_OK' => 'IP address has been banned successfully', + 'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled.', + 'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled.', + 'Cronjob email reporting has been successfully enabled' => 'Cronjob email reporting has been successfully enabled', + 'Cronjob email reporting has been successfully disabled' => 'Cronjob email reporting has been successfully disabled', + 'Changes has been saved.' => 'Changes have been saved.', + 'Confirmation' => 'Confirmation', + 'DELETE_USER_CONFIRMATION' => 'Are you sure you want to delete user %s?', + 'SUSPEND_USER_CONFIRMATION' => 'Are you sure you want to suspend user %s?', + 'UNSUSPEND_USER_CONFIRMATION' => 'Are you sure you want to unsuspend user %s?', + 'DELETE_DOMAIN_CONFIRMATION' => 'Are you sure you want to delete domain %s?', + 'SUSPEND_DOMAIN_CONFIRMATION' => 'Are you sure you want to suspend domain %s?', + 'UNSUSPEND_DOMAIN_CONFIRMATION' => 'Are you sure you want to unsuspend domain %s?', + 'DELETE_RECORD_CONFIRMATION' => 'Are you sure you want to delete record %s?', + 'SUSPEND_RECORD_CONFIRMATION' => 'Are you sure you want to suspend record %s?', + 'UNSUSPEND_RECORD_CONFIRMATION' => 'Are you sure you want to unsuspend record %s?', + 'DELETE_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure you want to delete %s?', + 'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure you want to suspend %s?', + 'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure you want to unsuspend %s?', + 'DELETE_DATABASE_CONFIRMATION' => 'Are you sure you want to delete database %s?', + 'SUSPEND_DATABASE_CONFIRMATION' => 'Are you sure you want to suspend database %s?', + 'UNSUSPEND_DATABASE_CONFIRMATION' => 'Are you sure you want to unsuspend database %s?', + 'DELETE_CRON_CONFIRMATION' => 'Are you sure you want to delete cron job?', + 'SUSPEND_CRON_CONFIRMATION' => 'Are you sure you want to suspend cron job?', + 'UNSUSPEND_CRON_CONFIRMATION' => 'Are you sure you want to unsuspend cron job?', + 'DELETE_BACKUP_CONFIRMATION' => 'Are you sure you want to delete %s backup?', + 'DELETE_EXCLUSION_CONFIRMATION' => 'Are you sure you want to delete %s exclusion?', + 'DELETE_PACKAGE_CONFIRMATION' => 'Are you sure you want to delete package %s?', + 'DELETE_IP_CONFIRMATION' => 'Are you sure you want to delete IP address %s?', + 'DELETE_RULE_CONFIRMATION' => 'Are you sure you want to delete rule #%s?', + 'SUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to suspend rule #%s?', + 'UNSUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to unsuspend rule #%s?', + 'LEAVE_PAGE_CONFIRMATION' => 'Leave Page?', + 'RESTART_CONFIRMATION' => 'Are you sure you want to restart %s?', + 'Welcome' => 'Welcome', + 'LOGGED_IN_AS' => 'Logged in as user %s', + 'Error' => 'Error', + 'Invalid username or password' => 'Invalid username or password.', + 'Invalid username or code' => 'Invalid username or code.', + 'Passwords not match' => 'Passwords do not match.', + 'Please enter valid email address.' => 'Please enter a valid email address.', + 'Field "%s" can not be blank.' => 'Field "%s" can not be blank.', + 'Password is too short.' => 'Password is too short (minimum is 6 characters)', + 'Error code:' => 'Error code: %s', + 'SERVICE_ACTION_FAILED' => '"%s" "%s" failed', + 'IP address is in use' => 'IP address is in use', + 'BACKUP_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your backup is ready for download.', + 'BACKUP_EXISTS' => 'An existing backup is already running. Please wait for that backup to finish.', + 'RESTORE_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your restore has been completed.', + 'RESTORE_EXISTS' => 'An existing restoration task is already running. Please wait for it to finish before launching it again.', + + 'WEB_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *. To exclude specific dirs use following format: domain.com:public_html/cache:public_html/tmp', + 'DNS_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *', + 'MAIL_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *. To exclude specific accounts use following format: domain.com:info:support:postmaster', + 'DB_EXCLUSIONS' => 'Type full database name, one per line. To exclude all databases use *', + 'CRON_EXCLUSIONS' => 'To exclude all jobs use *', + 'USER_EXCLUSIONS' => 'Type directory name, one per line. To exlude all dirs use *', + + 'Welcome to Vesta Control Panel' => 'Welcome to Vesta Control Panel', + 'MAIL_FROM' => 'Vesta Control Panel ', + 'GREETINGS_GORDON_FREEMAN' => "Hello, %s %s,\n", + 'GREETINGS' => "Hello,\n", + 'ACCOUNT_READY' => "Your account has been created and is ready for use.\n\nhttps://%s/login/\nUsername: %s\nPassword: %s\n\n--\nVesta Control Panel\n", + + 'FTP login credentials' => 'FTP login credentials', + 'FTP_ACCOUNT_READY' => "FTP account has been created and is ready for use.\n\nHostname: %s\nUsername: %s_%s\nPassword: %s\n\n--\nVesta Control Panel\n", + + 'Database Credentials' => 'Database Credentials', + 'DATABASE_READY' => "Database has been created successfully.\n\nDatabase: %s\nUser: %s\nPassword: %s\n%s\n\n--\nVesta Control Panel\n", + + 'forgot password' => 'forgot password', + 'Confirm' => 'Confirm', + 'New Password' => 'New Password', + 'Confirm Password' => 'Confirm Password', + 'Reset' => 'Reset', + 'Reset Code' => 'Reset Code', + 'RESET_NOTICE' => '', + 'RESET_CODE_SENT' => 'Password reset code has been sent to your email address
', + 'MAIL_RESET_SUBJECT' => 'Password Reset at %s', + 'PASSWORD_RESET_REQUEST' => "To reset your control panel password, please follow this link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternatively, you may go to https://%s/reset/?action=code&user=%s and enter the following reset code:\n%s\n\nIf you did not request password reset, please ignore this message and accept our apologies.\n\n--\nVesta Control Panel\n", + + 'Jan' => 'Jan', + 'Feb' => 'Feb', + 'Mar' => 'Mar', + 'Apr' => 'Apr', + 'May' => 'May', + 'Jun' => 'Jun', + 'Jul' => 'Jul', + 'Aug' => 'Aug', + 'Sep' => 'Sep', + 'Oct' => 'Oct', + 'Nov' => 'Nov', + 'Dec' => 'Dec', + + 'Configuring Server' => 'Configuring Server', + 'Hostname' => 'Hostname', + 'Time Zone' => 'Time Zone', + 'Default Language' => 'Default Language', + 'Proxy Server' => 'Proxy Server', + 'Web Server' => 'Web Server', + 'Backend Server' => 'Backend Server', + 'Backend Pool Mode' => 'Backend Pool Mode', + 'DNS Server' => 'DNS Server', + 'DNS Cluster' => 'DNS Cluster', + 'MAIL Server' => 'MAIL Server', + 'Antivirus' => 'Antivirus', + 'AntiSpam' => 'AntiSpam', + 'Webmail URL' => 'Webmail URL', + 'MySQL Support' => 'MySQL Support', + 'phpMyAdmin URL' => 'phpMyAdmin URL', + 'PostgreSQL Support' => 'PostgreSQL Support', + 'phpPgAdmin URL' => 'phpPgAdmin URL', + 'Maximum Number Of Databases' => 'Maximum Number Of Databases', + 'Current Number Of Databases' => 'Current Number Of Databases', + 'Local backup' => 'Local backup', + 'Compression level' => 'Compression level', + 'Directory' => 'Directory', + 'Remote backup' => 'Remote backup', + 'ftp' => 'FTP', + 'sftp' => 'SFTP', + 'SFTP Chroot' => 'SFTP Chroot', + 'FileSystem Disk Quota' => 'FileSystem Disk Quota', + 'Vesta Control Panel Plugins' => 'Vesta Control Panel Plugins', + 'preview' => 'preview', + 'Reseller Role' => 'Reseller Role', + 'Web Config Editor' => 'Web Config Editor', + 'Template Manager' => 'Template Manager', + 'Backup Migration Manager' => 'Backup Migration Manager', + 'FileManager' => 'FileManager', + 'show: CPU / MEM / NET / DISK' => 'show: CPU / MEM / NET / DISK', + + 'sort by' => 'sort by', + 'Date' => 'Date', + 'Starred' => 'Starred', + 'Name' => 'Name', + + 'save to favorites' => 'save to favorites', + + 'File Manager' => 'File Manager', + 'size' => 'size', + 'date' => 'date', + 'name' => 'name', + 'Initializing' => 'Initializing', + 'UPLOAD' => 'UPLOAD', + 'NEW FILE' => 'NEW FILE', + 'NEW DIR' => 'NEW DIR', + 'DELETE' => 'DELETE', + 'RENAME' => 'RENAME', + 'MOVE' => 'MOVE', + 'RIGHTS' => 'RIGHTS', + 'COPY' => 'COPY', + 'ARCHIVE' => 'ARCHIVE', + 'EXTRACT' => 'EXTRACT', + 'DOWNLOAD' => 'DOWNLOAD', + 'Are you sure?' => 'Are you sure?', + 'Hit' => 'Hit', + 'to reload the page' => 'to reload the page', + 'Directory name cannot be empty' => 'Directory name cannot be empty', + 'File name cannot be empty' => 'File name cannot be empty', + 'No file selected' => 'No file selected', + 'No file or folder selected' => 'No file or folder selected', + 'File type not supported' => 'File type not supported', + 'Directory download not available in current version' => 'Directory download not available in current version', + 'Directory not available' => 'Directory not available', + 'Done' => 'Done', + 'Close' => 'Close', + 'Copy' => 'Copy', + 'Cancel' => 'Cancel', + 'Rename' => 'Rename', + 'Move' => 'Move', + 'Change Rights' => 'Change Rights', + 'Delete' => 'Delete', + 'Extract' => 'Extract', + 'Create' => 'Create', + 'Compress' => 'Compress', + 'OK' => 'OK', + 'YOU ARE COPYING' => 'YOU ARE COPYING', + 'YOU ARE REMOVING' => 'YOU ARE REMOVING', + 'Delete items' => 'Delete items', + 'Copy files' => 'Copy files', + 'Move files' => 'Move files', + 'Are you sure you want to copy' => 'Are you sure you want to copy', + 'Are you sure you want to move' => 'Are you sure you want to move', + 'Are you sure you want to delete' => 'Are you sure you want to delete', + 'into' => 'into', + 'existing files will be replaced' => 'existing files will be replaced', + 'Original name' => 'Original name', + 'File' => 'File', + 'already exists' => 'already exists', + 'Create file' => 'Create file', + 'Create directory' => 'Create directory', + 'read by owner' => 'read by owner', + 'write by owner' => 'write by owner', + 'execute/search by owner' => 'execute/search by owner', + 'read by group' => 'read by group', + 'write by group' => 'write by group', + 'execute/search by group' => 'execute/search by group', + 'read by others' => 'read by others', + 'write by others' => 'write by others', + 'execute/search by others' => 'execute/search by others', + + 'Shortcuts' => 'Shortcuts', + 'Add New object' => 'Add New object', + 'Save Form' => 'Save Form', + 'Cancel saving form' => 'Cancel saving form', + 'Go to USER list' => 'Go to USER list', + 'Go to WEB list' => 'Go to WEB list', + 'Go to DNS list' => 'Go to DNS list', + 'Go to MAIL list' => 'Go to MAIL list', + 'Go to DB list' => 'Go to DB list', + 'Go to CRON list' => 'Go to CRON list', + 'Go to BACKUP list' => 'Go to BACKUP list', + 'Focus on search' => 'Focus on search', + 'Display/Close shortcuts' => 'Display/Close shortcuts', + 'Move backward through top menu' => 'Move backward through top menu', + 'Move forward through top menu' => 'Move forward through top menu', + 'Enter focused element' => 'Enter focused element', + 'Move up through elements list' => 'Move up through elements list', + 'Move down through elements list' => 'Move down through elements list', + + 'Upload' => 'Upload', + 'New File' => 'New File', + 'New Folder' => 'New Folder', + 'Download' => 'Download', + 'Archive' => 'Archive', + 'Save File (in text editor)' => 'Save File (in text editor)', + 'Close Popup / Cancel' => 'Close Popup / Cancel', + 'Move Cursor Up' => 'Move Cursor Up', + 'Move Cursor Down' => 'Move Cursor Down', + 'Switch to Left Tab' => 'Switch to Left Tab', + 'Switch to Right Tab' => 'Switch to Right Tab', + 'Switch Tab' => 'Switch Tab', + 'Go to the Top of the File List' => 'Go to the Top of the File List', + 'Go to the Last File' => 'Go to the Last File', + 'Open File / Enter Directory' => 'Open File / Enter Directory', + 'Edit File' => 'Edit File', + 'Go to Parent Directory' => 'Go to Parent Directory', + 'Select Current File' => 'Select Current File', + 'Select Bunch of Files' => 'Select Bunch of Files', + 'Add File to the Current Selection' => 'Add File to the Current Selection', + 'Select All Files' => 'Select All Files', + 'shortcuts are inspired by magnificent GNU Midnight Commander file manager' => + 'shortcuts are inspired by magnificent GNU Midnight Commander file manager', + + 'Licence Key' => 'Licence Key', + 'Enter License Key' => 'Enter License Key', + 'Buy Licence' => 'Buy Licence', + 'Buy Lifetime License' => 'Buy Lifetime License', + 'Disable and Cancel Licence' => 'Disable and Cancel Licence', + 'Licence Activated' => 'Licence Activated', + 'Licence Deactivated' => 'Licence Deactivated', + 'Restrict users so that they cannot use SSH and access only their home directory.' => 'Restrict users so that they cannot use SSH and access only their home directory.', + 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.', + 'This is a commercial module, you would need to purchace license key to enable it.' => 'This is a commercial module, you would need to purchace license key to enable it.', + + 'Minutes' => 'Minutes', + 'Hourly' => 'Hourly', + 'Run Command' => 'Run Command', + 'every month' => 'every month', + 'every odd month' => 'every odd month', + 'every even month' => 'every even month', + 'every day' => 'every day', + 'every odd day' => 'every odd day', + 'every even day' => 'every even day', + 'weekdays (5 days)' => 'weekdays (5 days)', + 'weekend (2 days)' => 'weekend (2 days)', + 'Monday' => 'Monday', + 'Tuesday' => 'Tuesday', + 'Wednesday' => 'Wednesday', + 'Thursday' => 'Thursday', + 'Friday' => 'Friday', + 'Saturday' => 'Saturday', + 'Sunday' => 'Sunday', + 'every hour' => 'every hour', + 'every two hours' => 'every two hours', + 'every minute' => 'every minute', + 'every two minutes' => 'every two minutes', + 'every' => 'every', + 'Generate' => 'Generate', + + 'webalizer' => 'webalizer', + 'awstats' => 'awstats', + + 'Vesta SSL' => 'Vesta SSL', + 'SUBJECT' => 'SUBJECT', + 'ALIASES' => 'ALIASES', + 'NOT_BEFORE' => 'NOT_BEFORE', + 'NOT_AFTER' => 'NOT_AFTER', + 'SIGNATURE' => 'SIGNATURE', + 'PUB_KEY' => 'PUB_KEY', + 'ISSUER' => 'ISSUER', + + 'Use server hostname' => 'Use server hostname', + 'Use domain hostname' => 'Use domain hostname', + 'Use STARTTLS' => 'Use STARTTLS', + 'Use SSL' => 'Use SSL', + 'No encryption' => 'No encryption', + 'Do not use encryption' => 'Do not use encryption', + + 'maximum characters length, including prefix' => 'maximum %s characters length, including prefix', + +); From 60b1651ef7ba9cd2126df32ef33b0f1ba12ae4e9 Mon Sep 17 00:00:00 2001 From: darkworks Date: Wed, 25 Jan 2017 22:28:20 +0500 Subject: [PATCH 04/14] Update ur.php --- web/inc/i18n/ur.php | 65 +++++++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/web/inc/i18n/ur.php b/web/inc/i18n/ur.php index a02ad7cc..e63510d7 100644 --- a/web/inc/i18n/ur.php +++ b/web/inc/i18n/ur.php @@ -1,48 +1,49 @@ 'Packages', + 'Packages' => 'پیکیجز', 'IP' => 'IP', - 'Graphs' => 'Graphs', - 'Statistics' => 'Statistics', - 'Log' => 'Log', - 'Server' => 'Server', - 'Services' => 'Services', - 'Firewall' => 'Firewall', - 'Updates' => 'Updates', - 'Log in' => 'Log in', - 'Log out' => 'Log out', + 'Graphs' => 'گرافس', + 'Statistics' => 'شماریات', + 'Log' => 'لاگ', + 'Server' => 'سرور', + 'Services' => 'سروسز', + 'Firewall' => 'آگ کی دیوار', + 'Updates' => 'تازہ کاریاں', + 'Log in' => 'لاگ ان', + 'Log out' => 'لاگ آوٹ', - 'USER' => 'USER', - 'WEB' => 'WEB', + 'USER' => 'صارف', + 'WEB' => 'ویب', 'DNS' => 'DNS', - 'MAIL' => 'MAIL', - 'DB' => 'DB', - 'CRON' => 'CRON', - 'BACKUP' => 'BACKUP', + 'MAIL' => 'میل', + 'DB' => 'ڈیٹا بیس', + 'CRON' => 'کرون', + 'BACKUP' => 'بیک اپ', - 'LOGIN' => 'LOGIN', - 'RESET PASSWORD' => 'RESET PASSWORD', - 'SEARCH' => 'SEARCH', - 'PACKAGE' => 'PACKAGE', + 'LOGIN' => 'لاگ ان', + 'RESET PASSWORD' => 'پاس ورڈ ری سیٹ', + 'SEARCH' => 'تلاش', + 'PACKAGE' => 'پیکیج', 'RRD' => 'RRD', - 'STATS' => 'STATS', - 'LOG' => 'LOG', - 'UPDATES' => 'UPDATES', - 'FIREWALL' => 'FIREWALL', - 'SERVER' => 'SERVER', - 'MEMORY' => 'MEMORY', - 'DISK' => 'DISK', - 'NETWORK' => 'NETWORK', - 'Web Log Manager' => 'Web Log Manager', + 'STATS' => 'اعدادوشمار', + 'LOG' => 'لاگ', + 'UPDATES' => 'تازہ کاریاں', + 'FIREWALL' => 'آگ کی دیوار', + 'SERVER' => 'سرور', + 'MEMORY' => 'یاداشت', + 'DISK' => 'ڈسک', + 'NETWORK' => 'نیٹ ورک', + 'Web Log Manager' => 'ویب لاگ مینیجر', - 'no notifications' => 'no notifications', + 'no notifications' => 'کوئی اطلاع نہیں', - 'Add User' => 'Add User', + 'Add User' => 'صارف شامل کریں', 'Add Domain' => 'Add Domain', 'Add Web Domain' => 'Add Web Domain', 'Add DNS Domain' => 'Add DNS Domain', From 08ef43c8012d13ac59054e13aa0a3873af474462 Mon Sep 17 00:00:00 2001 From: darkworks Date: Sat, 6 May 2017 18:37:00 +0500 Subject: [PATCH 05/14] Update ur.php --- web/inc/i18n/ur.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/inc/i18n/ur.php b/web/inc/i18n/ur.php index e63510d7..45c6b3c2 100644 --- a/web/inc/i18n/ur.php +++ b/web/inc/i18n/ur.php @@ -44,13 +44,13 @@ $LANG['en'] = array( 'no notifications' => 'کوئی اطلاع نہیں', 'Add User' => 'صارف شامل کریں', - 'Add Domain' => 'Add Domain', - 'Add Web Domain' => 'Add Web Domain', - 'Add DNS Domain' => 'Add DNS Domain', - 'Add DNS Record' => 'Add DNS Record', - 'Add Mail Domain' => 'Add Mail Domain', - 'Add Mail Account' => 'Add Mail Account', - 'Add Database' => 'Add Database', + 'Add Domain' => 'ڈومین کا اضافہ کریں', + 'Add Web Domain' => 'ویب ڈومین کا اضافہ کریں', + 'Add DNS Domain' => 'DNS ڈومین کا اضافہ کریں', + 'Add DNS Record' => 'DNS ریکارڈ شامل', + 'Add Mail Domain' => 'میل ڈومین کا اضافہ کریں', + 'Add Mail Account' => 'میل اکاؤنٹ کا اضافہ کریں', + 'Add Database' => 'ڈیٹا بیس میں شامل کریں', 'Add Cron Job' => 'Add Cron Job', 'Create Backup' => 'Create Backup', 'Configure' => 'Configure', From fe73aa0852f3b7a1753476f34b1991f2bb5bb745 Mon Sep 17 00:00:00 2001 From: darkworks Date: Sat, 6 May 2017 18:39:52 +0500 Subject: [PATCH 06/14] Update ur.php --- web/inc/i18n/ur.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/inc/i18n/ur.php b/web/inc/i18n/ur.php index 45c6b3c2..82129cd6 100644 --- a/web/inc/i18n/ur.php +++ b/web/inc/i18n/ur.php @@ -51,9 +51,9 @@ $LANG['en'] = array( 'Add Mail Domain' => 'میل ڈومین کا اضافہ کریں', 'Add Mail Account' => 'میل اکاؤنٹ کا اضافہ کریں', 'Add Database' => 'ڈیٹا بیس میں شامل کریں', - 'Add Cron Job' => 'Add Cron Job', - 'Create Backup' => 'Create Backup', - 'Configure' => 'Configure', + 'Add Cron Job' => 'کرون کام کا اضافہ کریں', + 'Create Backup' => 'بیک اپ بنائیں', + 'Configure' => 'تشکیل کریں', 'Restore All' => 'Restore All', 'Add Package' => 'Add Package', 'Add IP' => 'Add IP Address', From edf38f16a2cb3fdd42287bbed0955861fa8fc285 Mon Sep 17 00:00:00 2001 From: darkworks Date: Sat, 6 May 2017 21:48:02 +0500 Subject: [PATCH 07/14] Delete ur.php --- web/inc/i18n/ur.php | 757 -------------------------------------------- 1 file changed, 757 deletions(-) delete mode 100644 web/inc/i18n/ur.php diff --git a/web/inc/i18n/ur.php b/web/inc/i18n/ur.php deleted file mode 100644 index 82129cd6..00000000 --- a/web/inc/i18n/ur.php +++ /dev/null @@ -1,757 +0,0 @@ - 'پیکیجز', - 'IP' => 'IP', - 'Graphs' => 'گرافس', - 'Statistics' => 'شماریات', - 'Log' => 'لاگ', - 'Server' => 'سرور', - 'Services' => 'سروسز', - 'Firewall' => 'آگ کی دیوار', - 'Updates' => 'تازہ کاریاں', - 'Log in' => 'لاگ ان', - 'Log out' => 'لاگ آوٹ', - - 'USER' => 'صارف', - 'WEB' => 'ویب', - 'DNS' => 'DNS', - 'MAIL' => 'میل', - 'DB' => 'ڈیٹا بیس', - 'CRON' => 'کرون', - 'BACKUP' => 'بیک اپ', - - 'LOGIN' => 'لاگ ان', - 'RESET PASSWORD' => 'پاس ورڈ ری سیٹ', - 'SEARCH' => 'تلاش', - 'PACKAGE' => 'پیکیج', - 'RRD' => 'RRD', - 'STATS' => 'اعدادوشمار', - 'LOG' => 'لاگ', - 'UPDATES' => 'تازہ کاریاں', - 'FIREWALL' => 'آگ کی دیوار', - 'SERVER' => 'سرور', - 'MEMORY' => 'یاداشت', - 'DISK' => 'ڈسک', - 'NETWORK' => 'نیٹ ورک', - 'Web Log Manager' => 'ویب لاگ مینیجر', - - 'no notifications' => 'کوئی اطلاع نہیں', - - 'Add User' => 'صارف شامل کریں', - 'Add Domain' => 'ڈومین کا اضافہ کریں', - 'Add Web Domain' => 'ویب ڈومین کا اضافہ کریں', - 'Add DNS Domain' => 'DNS ڈومین کا اضافہ کریں', - 'Add DNS Record' => 'DNS ریکارڈ شامل', - 'Add Mail Domain' => 'میل ڈومین کا اضافہ کریں', - 'Add Mail Account' => 'میل اکاؤنٹ کا اضافہ کریں', - 'Add Database' => 'ڈیٹا بیس میں شامل کریں', - 'Add Cron Job' => 'کرون کام کا اضافہ کریں', - 'Create Backup' => 'بیک اپ بنائیں', - 'Configure' => 'تشکیل کریں', - 'Restore All' => 'Restore All', - 'Add Package' => 'Add Package', - 'Add IP' => 'Add IP Address', - 'Add Rule' => 'Add Rule', - 'Ban IP Address' => 'Ban IP Address', - 'Search' => 'Search', - 'Add one more FTP Account' => 'Add one more FTP Account', - 'Overall Statistics' => 'Overall Statistics', - 'Daily' => 'Daily', - 'Weekly' => 'Weekly', - 'Monthly' => 'Monthly', - 'Yearly' => 'Yearly', - 'Add' => 'Add', - 'Back' => 'Back', - 'Save' => 'Save', - 'Submit' => 'Submit', - - 'toggle all' => 'toggle all', - 'apply to selected' => 'apply to selected', - 'rebuild' => 'rebuild', - 'rebuild web' => 'rebuild web', - 'rebuild dns' => 'rebuild dns', - 'rebuild mail' => 'rebuild mail', - 'rebuild db' => 'rebuild db', - 'rebuild cron' => 'rebuild cron', - 'update counters' => 'update counters', - 'suspend' => 'suspend', - 'unsuspend' => 'unsuspend', - 'delete' => 'delete', - 'show per user' => 'show per user', - 'login as' => 'login as', - 'logout' => 'logout', - 'edit' => 'edit', - 'open webstats' => 'open webstats', - 'view logs' => 'view logs', - 'list records' => 'list %s records', - 'add record' => 'add record', - 'list accounts' => 'list %s accounts', - 'add account' => 'add account', - 'open webmail' => 'open webmail', - 'list fail2ban' => 'list fail2ban', - 'open %s' => 'open %s', - 'download' => 'download', - 'restore' => 'restore', - 'configure restore settings' => 'configure restore settings', - 'stop' => 'stop', - 'start' => 'start', - 'restart' => 'restart', - 'update' => 'update', - 'generate' => 'generate', - 'Generate CSR' => 'Generate CSR', - 'reread IP' => 'reread IP', - 'enable autoupdate' => 'enable autoupdate', - 'disable autoupdate' => 'disable autoupdate', - 'turn on notifications' => 'turn on notifications', - 'turn off notifications' => 'turn off notifications', - 'configure' => 'configure', - - 'Adding User' => 'Adding User', - 'Editing User' => 'Editing User', - 'Adding Domain' => 'Adding Domain', - 'Editing Domain' => 'Editing Domain', - 'Adding DNS Domain' => 'Adding DNS Domain', - 'Editing DNS Domain' => 'Editing DNS Domain', - 'Adding DNS Record' => 'Adding DNS Record', - 'Editing DNS Record' => 'Editing DNS Record', - 'Adding Mail Domain' => 'Adding Mail Domain', - 'Editing Mail Domain' => 'Editing Mail Domain', - 'Adding Mail Account' => 'Adding Mail Account', - 'Editing Mail Account' => 'Editing Mail Account', - 'Adding database' => 'Adding database', - 'Editing Cron Job' => 'Editing Cron Job', - 'Adding Cron Job' => 'Adding Cron Job', - 'Editing Database' => 'Editing Database', - 'Adding Package' => 'Adding Package', - 'Editing Package' => 'Editing Package', - 'Adding IP address' => 'Adding IP address', - 'Editing IP Address' => 'Editing IP Address', - 'Editing Backup Exclusions' => 'Editing Backup Exclusions', - 'Generating CSR' => 'Generating CSR', - 'Listing' => 'Listing', - 'Search Results' => 'Search Results', - 'Adding Firewall Rule' => 'Adding Firewall Rule', - 'Editing Firewall Rule' => 'Editing Firewall Rule', - 'Adding IP Address to Banlist' => 'Adding IP Address to Banlist', - - 'active' => 'active', - 'spnd' => 'suspended', - 'suspended' => 'suspended', - 'running' => 'running', - 'stopped' => 'stopped', - 'outdated' => 'outdated', - 'updated' => 'updated', - - 'yes' => 'yes', - 'no' => 'no', - 'none' => 'none', - 'pb' => 'pb', - 'tb' => 'tb', - 'gb' => 'gb', - 'mb' => 'mb', - 'minute' => 'minute', - 'hour' => 'hour', - 'day' => 'day', - 'days' => 'days', - 'hours' => 'hours', - 'minutes' => 'minutes', - 'month' => 'month', - 'package' => 'package', - 'Bandwidth' => 'Bandwidth', - 'Disk' => 'Disk', - 'Web' => 'Web', - 'Mail' => 'Mail', - 'Databases' => 'Databases', - 'User Directories' => 'User Directories', - 'Template' => 'Template', - 'Web Template' => 'Web Template', - 'Backend Template' => 'Backend Template', - 'Proxy Template' =>'Proxy Template', - 'DNS Template' => 'DNS Template', - 'Web Domains' => 'Web Domains', - 'SSL Domains' => 'SSL Domains', - 'Web Aliases' => 'Web Aliases', - 'per domain' => 'per domain', - 'DNS Domains' => 'DNS Domains', - 'DNS domains' => 'DNS domains', - 'DNS records' => 'DNS records', - 'Name Servers' => 'Name Servers', - 'Mail Domains' => 'Mail Domains', - 'Mail Accounts' => 'Mail Accounts', - 'Cron Jobs' => 'Cron Jobs', - 'SSH Access' => 'SSH Access', - 'IP Address' => 'IP Address', - 'IP Addresses' => 'IP Addresses', - 'Backups' => 'Backups', - 'Backup System' => 'Backup System', - 'backup exclusions' => 'backup exclusions', - 'template' => 'template', - 'SSL Support' => 'SSL Support', - 'SSL Home Directory' => 'SSL Home', - 'Lets Encrypt Support' => 'Lets Encrypt Support', - 'Lets Encrypt' => 'Lets Encrypt', - 'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes', - 'Proxy Support' => 'Proxy Support', - 'Proxy Extensions' => 'Proxy Extensions', - 'Web Statistics' => 'Web Statistics', - 'Additional FTP Account' => 'Additional FTP', - 'Path' => 'Path', - 'SOA' => 'SOA', - 'TTL' => 'TTL', - 'Expire' => 'Expire', - 'Records' => 'Records', - 'Serial' => 'Serial', - 'Catchall email' => 'Catchall email', - 'AntiVirus Support' => 'AntiVirus Support', - 'AntiSpam Support' => 'AntiSpam Support', - 'DKIM Support' => 'DKIM Support', - 'Accounts' => 'Accounts', - 'Quota' => 'Quota', - 'Autoreply' => 'Autoreply', - 'Forward to' => 'Forward to', - 'Do not store forwarded mail' => 'Do not store forwarded mail', - 'IMAP hostname' => 'IMAP hostname', - 'IMAP port' => 'IMAP port', - 'IMAP security' => 'IMAP security', - 'IMAP auth method' => 'IMAP auth method', - 'SMTP hostname' => 'SMTP hostname', - 'SMTP port' => 'SMTP port', - 'SMTP security' => 'SMTP security', - 'SMTP auth method' => 'SMTP auth method', - 'STARTTLS' => 'STARTTLS', - 'Normal password' => 'Normal password', - 'database' => 'database', - 'User' => 'User', - 'Host' => 'Host', - 'Charset' => 'Charset', - 'Min' => 'Min', - 'Hour' => 'Hour', - 'Day' => 'Day', - 'Month' => 'Month', - 'Day of week' => 'Day of week', - 'local' => 'local', - 'Run Time' => 'Run Time', - 'Backup Size' => 'Backup Size', - 'SYS' => 'SYS', - 'Domains' => 'Domains', - 'Status' => 'Status', - 'shared' => 'shared', - 'dedicated' => 'dedicated', - 'Owner' => 'Owner', - 'Users' => 'Users', - 'Load Average' => 'Load Average', - 'Memory Usage' => 'Memory Usage', - 'APACHE2 Usage' => 'APACHE2 Usage', - 'HTTPD Usage' => 'HTTPD Usage', - 'NGINX Usage' => 'NGINX Usage', - 'MySQL Usage on localhost' => 'MySQL Usage on localhost', - 'PostgreSQL Usage on localhost' => 'PostgreSQL Usage on localhost', - 'Bandwidth Usage eth0' => 'Bandwidth Usage eth0', - 'Bandwidth Usage eth1' => 'Bandwidth Usage eth1', - 'Exim Usage' => 'Exim Usage', - 'FTP Usage' => 'FTP Usage', - 'SSH Usage' => 'SSH Usage', - 'reverse proxy' => 'reverse proxy', - 'web server' => 'web server', - 'dns server' => 'dns server', - 'mail server' => 'mail server', - 'pop/imap server' => 'pop/imap server', - 'email antivirus' => 'email antivirus', - 'email antispam' => 'email antispam', - 'database server' => 'database server', - 'ftp server' => 'ftp server', - 'job scheduler' => 'job scheduler', - 'firewall' => 'firewall', - 'brute-force monitor' => 'brute-force monitor', - 'CPU' => 'CPU', - 'Memory' => 'Memory', - 'Uptime' => 'Uptime', - 'core package' => 'core package', - 'php interpreter' => 'php interpreter', - 'internal web server' => 'internal web server', - 'Version' => 'Version', - 'Release' => 'Release', - 'Architecture' => 'Architecture', - 'Object' => 'Object', - 'Username' => 'Username', - 'Password' => 'Password', - 'Email' => 'Email', - 'Package' => 'Package', - 'Language' => 'Language', - 'First Name' => 'First Name', - 'Last Name' => 'Last Name', - 'Send login credentials to email address' => 'Send login credentials to email address', - 'Default Template' => 'Default Template', - 'Default Name Servers' => 'Default Name Servers', - 'Domain' => 'Domain', - 'DNS Support' => 'DNS Support', - 'Mail Support' => 'Mail Support', - 'Advanced options' => 'Advanced options', - 'Basic options' => 'Basic options', - 'Aliases' => 'Aliases', - 'SSL Certificate' => 'SSL Certificate', - 'SSL Key' => 'SSL Key', - 'SSL Certificate Authority / Intermediate' => 'SSL Certificate Authority / Intermediate', - 'SSL CSR' => 'SSL CSR', - 'optional' => 'optional', - 'internal' => 'internal', - 'Statistics Authorization' => 'Statistics Authorization', - 'Statistics Auth' => 'Statistics Auth', - 'Account' => 'Account', - 'Prefix will be automaticaly added to username' => 'Prefix %s will be automaticaly added to username', - 'Send FTP credentials to email' => 'Send FTP credentials to email', - 'Expiration Date' => 'Expiration Date', - 'YYYY-MM-DD' => 'YYYY-MM-DD', - 'Name servers' => 'Name servers', - 'Record' => 'Record', - 'IP or Value' => 'IP or Value', - 'Priority' => 'Priority', - 'Record Number' => 'Record Number', - 'in megabytes' => 'in megabytes', - 'Message' => 'Message', - 'use local-part' => 'use local-part', - 'one or more email addresses' => 'one or more email addresses', - 'Prefix will be automaticaly added to database name and database user' => 'Prefix %s will be automaticaly added to database name and database user.', - 'Database' => 'Database', - 'Type' => 'Type', - 'Minute' => 'Minute', - 'Command' => 'Command', - 'Package Name' => 'Package Name', - 'Netmask' => 'Netmask', - 'Interface' => 'Interface', - 'Shared' => 'Shared', - 'Assigned user' => 'Assigned user', - 'Assigned domain' => 'Assigned domain', - 'NAT IP association' => 'NAT IP association', - 'shell' => 'shell', - 'web domains' => 'web domains', - 'web aliases' => 'web aliases', - 'dns records' => 'dns records', - 'mail domains' => 'mail domains', - 'mail accounts' => 'mail accounts', - 'accounts' => 'accounts', - 'databases' => 'databases', - 'cron jobs' => 'cron jobs', - 'backups' => 'backups', - 'quota' => 'quota', - 'day of week' => 'day of week', - 'cmd' => 'cmd', - 'users' => 'users', - 'domains' => 'domains', - 'aliases' => 'aliases', - 'records' => 'records', - 'jobs' => 'jobs', - 'username' => 'username', - 'password' => 'password', - 'type' => 'type', - 'charset' => 'charset', - 'domain' => 'domain', - 'ip' => 'ip', - 'ip address' => 'ip address', - 'IP address' => 'IP address', - 'netmask' => 'netmask', - 'interface' => 'interface', - 'assigned user' => 'assigned user', - 'ns1' => 'ns1', - 'ns2' => 'ns2', - 'user' => 'user', - 'email' => 'email', - 'first name' => 'first name', - 'last name' => 'last name', - 'account' => 'account', - 'ssl certificate' => 'ssl certificate', - 'ssl key' => 'ssl key', - 'stats user password' => 'stats user password', - 'stats username' => 'stats username', - 'stats password' => 'stats password', - 'ftp user password' => 'ftp user password', - 'ftp user' => 'ftp user', - 'Last 70 lines of %s.%s.log' => 'Last 70 lines of %s.%s.log', - 'AccessLog' => 'AccessLog', - 'ErrorLog' => 'ErrorLog', - 'Download AccessLog' => 'Download AccessLog', - 'Download ErrorLog' => 'Download ErrorLog', - 'Country' => 'Country', - '2 letter code' => '2 letter code', - 'State / Province' => 'State / Province', - 'City / Locality' => 'City / Locality', - 'Organization' => 'Organization', - 'Action' => 'Action', - 'Protocol' => 'Protocol', - 'Port' => 'Port', - 'Comment' => 'Comment', - 'Banlist' => 'Banlist', - 'ranges are acceptable' => 'ranges are acceptable', - 'CIDR format is supported' => 'CIDR format is supported', - 'ACCEPT' => 'ACCEPT', - 'DROP' => 'DROP', - 'TCP' => 'TCP', - 'UDP' => 'UDP', - 'ICMP' => 'ICMP', - 'SSH' => 'SSH', - 'FTP' => 'FTP', - 'VESTA' => 'VESTA', - 'Add one more Name Server' => 'Add one more Name Server', - - 'web domain' => 'web domain', - 'dns domain' => 'dns domain', - 'dns record' => 'dns record', - 'mail domain' => 'mail domain', - 'mail account' => 'mail account', - 'cron job' => 'cron job', - - 'cron' => 'cron', - 'user dir' => 'user dir', - - 'unlimited' => 'unlimited', - '1 account' => '1 account', - '%s accounts' => '%s accounts', - '1 domain' => '1 domain', - '%s domains' => '%s domains', - '1 record' => '1 record', - '%s records' => '%s records', - '1 mail account' => '1 mail account', - '%s mail accounts' => '%s mail accounts', - '1 database' => '1 database', - '%s databases' => '%s databases', - '1 cron job' => '1 cron job', - '%s cron jobs' => '%s cron jobs', - '1 archive' => '1 archive', - '%s archives' => '%s archives', - '1 item' => '1 item', - '%s items' => '%s items', - '1 package' => '1 package', - '%s packages' => '%s packages', - '1 IP address' => '1 IP address', - '%s IP addresses' => '%s IP addresses', - '1 month' => '1 month', - '%s months' => '%s months', - '1 log record' => '1 log record', - '%s log records' => '%s log records', - '1 object' => '1 object', - '%s objects' => '%s objects', - 'no exclusions' => 'no exclusions', - '1 rule' => '1 rule', - '%s rules' => '%s rules', - 'There are no currently banned IP' => 'There are no currently banned IP', - - 'USER_CREATED_OK' => 'User %s has been created successfully.', - 'WEB_DOMAIN_CREATED_OK' => 'Domain %s has been created successfully.', - 'DNS_DOMAIN_CREATED_OK' => 'DNS domain %s has been created successfully.', - 'DNS_RECORD_CREATED_OK' => 'Record %s.%s has been created successfully.', - 'MAIL_DOMAIN_CREATED_OK' => 'Mail domain %s has been created successfully.', - 'MAIL_ACCOUNT_CREATED_OK' => 'Mail account %s@%s has been created successfully.', - 'DATABASE_CREATED_OK' => 'Database %s has been created successfully.', - 'CRON_CREATED_OK' => 'Cron job has been created successfully.', - 'IP_CREATED_OK' => 'IP address %s has been created successfully.', - 'PACKAGE_CREATED_OK' => 'Package %s has been created successfully.', - 'SSL_GENERATED_OK' => 'Certificate has been generated successfully.', - 'RULE_CREATED_OK' => 'Rule has been created successfully.', - 'BANLIST_CREATED_OK' => 'IP address has been banned successfully', - 'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled.', - 'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled.', - 'Cronjob email reporting has been successfully enabled' => 'Cronjob email reporting has been successfully enabled', - 'Cronjob email reporting has been successfully disabled' => 'Cronjob email reporting has been successfully disabled', - 'Changes has been saved.' => 'Changes have been saved.', - 'Confirmation' => 'Confirmation', - 'DELETE_USER_CONFIRMATION' => 'Are you sure you want to delete user %s?', - 'SUSPEND_USER_CONFIRMATION' => 'Are you sure you want to suspend user %s?', - 'UNSUSPEND_USER_CONFIRMATION' => 'Are you sure you want to unsuspend user %s?', - 'DELETE_DOMAIN_CONFIRMATION' => 'Are you sure you want to delete domain %s?', - 'SUSPEND_DOMAIN_CONFIRMATION' => 'Are you sure you want to suspend domain %s?', - 'UNSUSPEND_DOMAIN_CONFIRMATION' => 'Are you sure you want to unsuspend domain %s?', - 'DELETE_RECORD_CONFIRMATION' => 'Are you sure you want to delete record %s?', - 'SUSPEND_RECORD_CONFIRMATION' => 'Are you sure you want to suspend record %s?', - 'UNSUSPEND_RECORD_CONFIRMATION' => 'Are you sure you want to unsuspend record %s?', - 'DELETE_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure you want to delete %s?', - 'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure you want to suspend %s?', - 'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure you want to unsuspend %s?', - 'DELETE_DATABASE_CONFIRMATION' => 'Are you sure you want to delete database %s?', - 'SUSPEND_DATABASE_CONFIRMATION' => 'Are you sure you want to suspend database %s?', - 'UNSUSPEND_DATABASE_CONFIRMATION' => 'Are you sure you want to unsuspend database %s?', - 'DELETE_CRON_CONFIRMATION' => 'Are you sure you want to delete cron job?', - 'SUSPEND_CRON_CONFIRMATION' => 'Are you sure you want to suspend cron job?', - 'UNSUSPEND_CRON_CONFIRMATION' => 'Are you sure you want to unsuspend cron job?', - 'DELETE_BACKUP_CONFIRMATION' => 'Are you sure you want to delete %s backup?', - 'DELETE_EXCLUSION_CONFIRMATION' => 'Are you sure you want to delete %s exclusion?', - 'DELETE_PACKAGE_CONFIRMATION' => 'Are you sure you want to delete package %s?', - 'DELETE_IP_CONFIRMATION' => 'Are you sure you want to delete IP address %s?', - 'DELETE_RULE_CONFIRMATION' => 'Are you sure you want to delete rule #%s?', - 'SUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to suspend rule #%s?', - 'UNSUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to unsuspend rule #%s?', - 'LEAVE_PAGE_CONFIRMATION' => 'Leave Page?', - 'RESTART_CONFIRMATION' => 'Are you sure you want to restart %s?', - 'Welcome' => 'Welcome', - 'LOGGED_IN_AS' => 'Logged in as user %s', - 'Error' => 'Error', - 'Invalid username or password' => 'Invalid username or password.', - 'Invalid username or code' => 'Invalid username or code.', - 'Passwords not match' => 'Passwords do not match.', - 'Please enter valid email address.' => 'Please enter a valid email address.', - 'Field "%s" can not be blank.' => 'Field "%s" can not be blank.', - 'Password is too short.' => 'Password is too short (minimum is 6 characters)', - 'Error code:' => 'Error code: %s', - 'SERVICE_ACTION_FAILED' => '"%s" "%s" failed', - 'IP address is in use' => 'IP address is in use', - 'BACKUP_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your backup is ready for download.', - 'BACKUP_EXISTS' => 'An existing backup is already running. Please wait for that backup to finish.', - 'RESTORE_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your restore has been completed.', - 'RESTORE_EXISTS' => 'An existing restoration task is already running. Please wait for it to finish before launching it again.', - - 'WEB_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *. To exclude specific dirs use following format: domain.com:public_html/cache:public_html/tmp', - 'DNS_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *', - 'MAIL_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *. To exclude specific accounts use following format: domain.com:info:support:postmaster', - 'DB_EXCLUSIONS' => 'Type full database name, one per line. To exclude all databases use *', - 'CRON_EXCLUSIONS' => 'To exclude all jobs use *', - 'USER_EXCLUSIONS' => 'Type directory name, one per line. To exlude all dirs use *', - - 'Welcome to Vesta Control Panel' => 'Welcome to Vesta Control Panel', - 'MAIL_FROM' => 'Vesta Control Panel ', - 'GREETINGS_GORDON_FREEMAN' => "Hello, %s %s,\n", - 'GREETINGS' => "Hello,\n", - 'ACCOUNT_READY' => "Your account has been created and is ready for use.\n\nhttps://%s/login/\nUsername: %s\nPassword: %s\n\n--\nVesta Control Panel\n", - - 'FTP login credentials' => 'FTP login credentials', - 'FTP_ACCOUNT_READY' => "FTP account has been created and is ready for use.\n\nHostname: %s\nUsername: %s_%s\nPassword: %s\n\n--\nVesta Control Panel\n", - - 'Database Credentials' => 'Database Credentials', - 'DATABASE_READY' => "Database has been created successfully.\n\nDatabase: %s\nUser: %s\nPassword: %s\n%s\n\n--\nVesta Control Panel\n", - - 'forgot password' => 'forgot password', - 'Confirm' => 'Confirm', - 'New Password' => 'New Password', - 'Confirm Password' => 'Confirm Password', - 'Reset' => 'Reset', - 'Reset Code' => 'Reset Code', - 'RESET_NOTICE' => '', - 'RESET_CODE_SENT' => 'Password reset code has been sent to your email address
', - 'MAIL_RESET_SUBJECT' => 'Password Reset at %s', - 'PASSWORD_RESET_REQUEST' => "To reset your control panel password, please follow this link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternatively, you may go to https://%s/reset/?action=code&user=%s and enter the following reset code:\n%s\n\nIf you did not request password reset, please ignore this message and accept our apologies.\n\n--\nVesta Control Panel\n", - - 'Jan' => 'Jan', - 'Feb' => 'Feb', - 'Mar' => 'Mar', - 'Apr' => 'Apr', - 'May' => 'May', - 'Jun' => 'Jun', - 'Jul' => 'Jul', - 'Aug' => 'Aug', - 'Sep' => 'Sep', - 'Oct' => 'Oct', - 'Nov' => 'Nov', - 'Dec' => 'Dec', - - 'Configuring Server' => 'Configuring Server', - 'Hostname' => 'Hostname', - 'Time Zone' => 'Time Zone', - 'Default Language' => 'Default Language', - 'Proxy Server' => 'Proxy Server', - 'Web Server' => 'Web Server', - 'Backend Server' => 'Backend Server', - 'Backend Pool Mode' => 'Backend Pool Mode', - 'DNS Server' => 'DNS Server', - 'DNS Cluster' => 'DNS Cluster', - 'MAIL Server' => 'MAIL Server', - 'Antivirus' => 'Antivirus', - 'AntiSpam' => 'AntiSpam', - 'Webmail URL' => 'Webmail URL', - 'MySQL Support' => 'MySQL Support', - 'phpMyAdmin URL' => 'phpMyAdmin URL', - 'PostgreSQL Support' => 'PostgreSQL Support', - 'phpPgAdmin URL' => 'phpPgAdmin URL', - 'Maximum Number Of Databases' => 'Maximum Number Of Databases', - 'Current Number Of Databases' => 'Current Number Of Databases', - 'Local backup' => 'Local backup', - 'Compression level' => 'Compression level', - 'Directory' => 'Directory', - 'Remote backup' => 'Remote backup', - 'ftp' => 'FTP', - 'sftp' => 'SFTP', - 'SFTP Chroot' => 'SFTP Chroot', - 'FileSystem Disk Quota' => 'FileSystem Disk Quota', - 'Vesta Control Panel Plugins' => 'Vesta Control Panel Plugins', - 'preview' => 'preview', - 'Reseller Role' => 'Reseller Role', - 'Web Config Editor' => 'Web Config Editor', - 'Template Manager' => 'Template Manager', - 'Backup Migration Manager' => 'Backup Migration Manager', - 'FileManager' => 'FileManager', - 'show: CPU / MEM / NET / DISK' => 'show: CPU / MEM / NET / DISK', - - 'sort by' => 'sort by', - 'Date' => 'Date', - 'Starred' => 'Starred', - 'Name' => 'Name', - - 'save to favorites' => 'save to favorites', - - 'File Manager' => 'File Manager', - 'size' => 'size', - 'date' => 'date', - 'name' => 'name', - 'Initializing' => 'Initializing', - 'UPLOAD' => 'UPLOAD', - 'NEW FILE' => 'NEW FILE', - 'NEW DIR' => 'NEW DIR', - 'DELETE' => 'DELETE', - 'RENAME' => 'RENAME', - 'MOVE' => 'MOVE', - 'RIGHTS' => 'RIGHTS', - 'COPY' => 'COPY', - 'ARCHIVE' => 'ARCHIVE', - 'EXTRACT' => 'EXTRACT', - 'DOWNLOAD' => 'DOWNLOAD', - 'Are you sure?' => 'Are you sure?', - 'Hit' => 'Hit', - 'to reload the page' => 'to reload the page', - 'Directory name cannot be empty' => 'Directory name cannot be empty', - 'File name cannot be empty' => 'File name cannot be empty', - 'No file selected' => 'No file selected', - 'No file or folder selected' => 'No file or folder selected', - 'File type not supported' => 'File type not supported', - 'Directory download not available in current version' => 'Directory download not available in current version', - 'Directory not available' => 'Directory not available', - 'Done' => 'Done', - 'Close' => 'Close', - 'Copy' => 'Copy', - 'Cancel' => 'Cancel', - 'Rename' => 'Rename', - 'Move' => 'Move', - 'Change Rights' => 'Change Rights', - 'Delete' => 'Delete', - 'Extract' => 'Extract', - 'Create' => 'Create', - 'Compress' => 'Compress', - 'OK' => 'OK', - 'YOU ARE COPYING' => 'YOU ARE COPYING', - 'YOU ARE REMOVING' => 'YOU ARE REMOVING', - 'Delete items' => 'Delete items', - 'Copy files' => 'Copy files', - 'Move files' => 'Move files', - 'Are you sure you want to copy' => 'Are you sure you want to copy', - 'Are you sure you want to move' => 'Are you sure you want to move', - 'Are you sure you want to delete' => 'Are you sure you want to delete', - 'into' => 'into', - 'existing files will be replaced' => 'existing files will be replaced', - 'Original name' => 'Original name', - 'File' => 'File', - 'already exists' => 'already exists', - 'Create file' => 'Create file', - 'Create directory' => 'Create directory', - 'read by owner' => 'read by owner', - 'write by owner' => 'write by owner', - 'execute/search by owner' => 'execute/search by owner', - 'read by group' => 'read by group', - 'write by group' => 'write by group', - 'execute/search by group' => 'execute/search by group', - 'read by others' => 'read by others', - 'write by others' => 'write by others', - 'execute/search by others' => 'execute/search by others', - - 'Shortcuts' => 'Shortcuts', - 'Add New object' => 'Add New object', - 'Save Form' => 'Save Form', - 'Cancel saving form' => 'Cancel saving form', - 'Go to USER list' => 'Go to USER list', - 'Go to WEB list' => 'Go to WEB list', - 'Go to DNS list' => 'Go to DNS list', - 'Go to MAIL list' => 'Go to MAIL list', - 'Go to DB list' => 'Go to DB list', - 'Go to CRON list' => 'Go to CRON list', - 'Go to BACKUP list' => 'Go to BACKUP list', - 'Focus on search' => 'Focus on search', - 'Display/Close shortcuts' => 'Display/Close shortcuts', - 'Move backward through top menu' => 'Move backward through top menu', - 'Move forward through top menu' => 'Move forward through top menu', - 'Enter focused element' => 'Enter focused element', - 'Move up through elements list' => 'Move up through elements list', - 'Move down through elements list' => 'Move down through elements list', - - 'Upload' => 'Upload', - 'New File' => 'New File', - 'New Folder' => 'New Folder', - 'Download' => 'Download', - 'Archive' => 'Archive', - 'Save File (in text editor)' => 'Save File (in text editor)', - 'Close Popup / Cancel' => 'Close Popup / Cancel', - 'Move Cursor Up' => 'Move Cursor Up', - 'Move Cursor Down' => 'Move Cursor Down', - 'Switch to Left Tab' => 'Switch to Left Tab', - 'Switch to Right Tab' => 'Switch to Right Tab', - 'Switch Tab' => 'Switch Tab', - 'Go to the Top of the File List' => 'Go to the Top of the File List', - 'Go to the Last File' => 'Go to the Last File', - 'Open File / Enter Directory' => 'Open File / Enter Directory', - 'Edit File' => 'Edit File', - 'Go to Parent Directory' => 'Go to Parent Directory', - 'Select Current File' => 'Select Current File', - 'Select Bunch of Files' => 'Select Bunch of Files', - 'Add File to the Current Selection' => 'Add File to the Current Selection', - 'Select All Files' => 'Select All Files', - 'shortcuts are inspired by magnificent GNU Midnight Commander file manager' => - 'shortcuts are inspired by magnificent GNU Midnight Commander file manager', - - 'Licence Key' => 'Licence Key', - 'Enter License Key' => 'Enter License Key', - 'Buy Licence' => 'Buy Licence', - 'Buy Lifetime License' => 'Buy Lifetime License', - 'Disable and Cancel Licence' => 'Disable and Cancel Licence', - 'Licence Activated' => 'Licence Activated', - 'Licence Deactivated' => 'Licence Deactivated', - 'Restrict users so that they cannot use SSH and access only their home directory.' => 'Restrict users so that they cannot use SSH and access only their home directory.', - 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.', - 'This is a commercial module, you would need to purchace license key to enable it.' => 'This is a commercial module, you would need to purchace license key to enable it.', - - 'Minutes' => 'Minutes', - 'Hourly' => 'Hourly', - 'Run Command' => 'Run Command', - 'every month' => 'every month', - 'every odd month' => 'every odd month', - 'every even month' => 'every even month', - 'every day' => 'every day', - 'every odd day' => 'every odd day', - 'every even day' => 'every even day', - 'weekdays (5 days)' => 'weekdays (5 days)', - 'weekend (2 days)' => 'weekend (2 days)', - 'Monday' => 'Monday', - 'Tuesday' => 'Tuesday', - 'Wednesday' => 'Wednesday', - 'Thursday' => 'Thursday', - 'Friday' => 'Friday', - 'Saturday' => 'Saturday', - 'Sunday' => 'Sunday', - 'every hour' => 'every hour', - 'every two hours' => 'every two hours', - 'every minute' => 'every minute', - 'every two minutes' => 'every two minutes', - 'every' => 'every', - 'Generate' => 'Generate', - - 'webalizer' => 'webalizer', - 'awstats' => 'awstats', - - 'Vesta SSL' => 'Vesta SSL', - 'SUBJECT' => 'SUBJECT', - 'ALIASES' => 'ALIASES', - 'NOT_BEFORE' => 'NOT_BEFORE', - 'NOT_AFTER' => 'NOT_AFTER', - 'SIGNATURE' => 'SIGNATURE', - 'PUB_KEY' => 'PUB_KEY', - 'ISSUER' => 'ISSUER', - - 'Use server hostname' => 'Use server hostname', - 'Use domain hostname' => 'Use domain hostname', - 'Use STARTTLS' => 'Use STARTTLS', - 'Use SSL' => 'Use SSL', - 'No encryption' => 'No encryption', - 'Do not use encryption' => 'Do not use encryption', - - 'maximum characters length, including prefix' => 'maximum %s characters length, including prefix', - -); From b3846e85be10d74ce8c5d96ca82234897124b911 Mon Sep 17 00:00:00 2001 From: darkworks Date: Sat, 6 May 2017 21:56:10 +0500 Subject: [PATCH 08/14] Create ur.php --- web/inc/i18n/ur.php | 757 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 757 insertions(+) create mode 100644 web/inc/i18n/ur.php diff --git a/web/inc/i18n/ur.php b/web/inc/i18n/ur.php new file mode 100644 index 00000000..82129cd6 --- /dev/null +++ b/web/inc/i18n/ur.php @@ -0,0 +1,757 @@ + 'پیکیجز', + 'IP' => 'IP', + 'Graphs' => 'گرافس', + 'Statistics' => 'شماریات', + 'Log' => 'لاگ', + 'Server' => 'سرور', + 'Services' => 'سروسز', + 'Firewall' => 'آگ کی دیوار', + 'Updates' => 'تازہ کاریاں', + 'Log in' => 'لاگ ان', + 'Log out' => 'لاگ آوٹ', + + 'USER' => 'صارف', + 'WEB' => 'ویب', + 'DNS' => 'DNS', + 'MAIL' => 'میل', + 'DB' => 'ڈیٹا بیس', + 'CRON' => 'کرون', + 'BACKUP' => 'بیک اپ', + + 'LOGIN' => 'لاگ ان', + 'RESET PASSWORD' => 'پاس ورڈ ری سیٹ', + 'SEARCH' => 'تلاش', + 'PACKAGE' => 'پیکیج', + 'RRD' => 'RRD', + 'STATS' => 'اعدادوشمار', + 'LOG' => 'لاگ', + 'UPDATES' => 'تازہ کاریاں', + 'FIREWALL' => 'آگ کی دیوار', + 'SERVER' => 'سرور', + 'MEMORY' => 'یاداشت', + 'DISK' => 'ڈسک', + 'NETWORK' => 'نیٹ ورک', + 'Web Log Manager' => 'ویب لاگ مینیجر', + + 'no notifications' => 'کوئی اطلاع نہیں', + + 'Add User' => 'صارف شامل کریں', + 'Add Domain' => 'ڈومین کا اضافہ کریں', + 'Add Web Domain' => 'ویب ڈومین کا اضافہ کریں', + 'Add DNS Domain' => 'DNS ڈومین کا اضافہ کریں', + 'Add DNS Record' => 'DNS ریکارڈ شامل', + 'Add Mail Domain' => 'میل ڈومین کا اضافہ کریں', + 'Add Mail Account' => 'میل اکاؤنٹ کا اضافہ کریں', + 'Add Database' => 'ڈیٹا بیس میں شامل کریں', + 'Add Cron Job' => 'کرون کام کا اضافہ کریں', + 'Create Backup' => 'بیک اپ بنائیں', + 'Configure' => 'تشکیل کریں', + 'Restore All' => 'Restore All', + 'Add Package' => 'Add Package', + 'Add IP' => 'Add IP Address', + 'Add Rule' => 'Add Rule', + 'Ban IP Address' => 'Ban IP Address', + 'Search' => 'Search', + 'Add one more FTP Account' => 'Add one more FTP Account', + 'Overall Statistics' => 'Overall Statistics', + 'Daily' => 'Daily', + 'Weekly' => 'Weekly', + 'Monthly' => 'Monthly', + 'Yearly' => 'Yearly', + 'Add' => 'Add', + 'Back' => 'Back', + 'Save' => 'Save', + 'Submit' => 'Submit', + + 'toggle all' => 'toggle all', + 'apply to selected' => 'apply to selected', + 'rebuild' => 'rebuild', + 'rebuild web' => 'rebuild web', + 'rebuild dns' => 'rebuild dns', + 'rebuild mail' => 'rebuild mail', + 'rebuild db' => 'rebuild db', + 'rebuild cron' => 'rebuild cron', + 'update counters' => 'update counters', + 'suspend' => 'suspend', + 'unsuspend' => 'unsuspend', + 'delete' => 'delete', + 'show per user' => 'show per user', + 'login as' => 'login as', + 'logout' => 'logout', + 'edit' => 'edit', + 'open webstats' => 'open webstats', + 'view logs' => 'view logs', + 'list records' => 'list %s records', + 'add record' => 'add record', + 'list accounts' => 'list %s accounts', + 'add account' => 'add account', + 'open webmail' => 'open webmail', + 'list fail2ban' => 'list fail2ban', + 'open %s' => 'open %s', + 'download' => 'download', + 'restore' => 'restore', + 'configure restore settings' => 'configure restore settings', + 'stop' => 'stop', + 'start' => 'start', + 'restart' => 'restart', + 'update' => 'update', + 'generate' => 'generate', + 'Generate CSR' => 'Generate CSR', + 'reread IP' => 'reread IP', + 'enable autoupdate' => 'enable autoupdate', + 'disable autoupdate' => 'disable autoupdate', + 'turn on notifications' => 'turn on notifications', + 'turn off notifications' => 'turn off notifications', + 'configure' => 'configure', + + 'Adding User' => 'Adding User', + 'Editing User' => 'Editing User', + 'Adding Domain' => 'Adding Domain', + 'Editing Domain' => 'Editing Domain', + 'Adding DNS Domain' => 'Adding DNS Domain', + 'Editing DNS Domain' => 'Editing DNS Domain', + 'Adding DNS Record' => 'Adding DNS Record', + 'Editing DNS Record' => 'Editing DNS Record', + 'Adding Mail Domain' => 'Adding Mail Domain', + 'Editing Mail Domain' => 'Editing Mail Domain', + 'Adding Mail Account' => 'Adding Mail Account', + 'Editing Mail Account' => 'Editing Mail Account', + 'Adding database' => 'Adding database', + 'Editing Cron Job' => 'Editing Cron Job', + 'Adding Cron Job' => 'Adding Cron Job', + 'Editing Database' => 'Editing Database', + 'Adding Package' => 'Adding Package', + 'Editing Package' => 'Editing Package', + 'Adding IP address' => 'Adding IP address', + 'Editing IP Address' => 'Editing IP Address', + 'Editing Backup Exclusions' => 'Editing Backup Exclusions', + 'Generating CSR' => 'Generating CSR', + 'Listing' => 'Listing', + 'Search Results' => 'Search Results', + 'Adding Firewall Rule' => 'Adding Firewall Rule', + 'Editing Firewall Rule' => 'Editing Firewall Rule', + 'Adding IP Address to Banlist' => 'Adding IP Address to Banlist', + + 'active' => 'active', + 'spnd' => 'suspended', + 'suspended' => 'suspended', + 'running' => 'running', + 'stopped' => 'stopped', + 'outdated' => 'outdated', + 'updated' => 'updated', + + 'yes' => 'yes', + 'no' => 'no', + 'none' => 'none', + 'pb' => 'pb', + 'tb' => 'tb', + 'gb' => 'gb', + 'mb' => 'mb', + 'minute' => 'minute', + 'hour' => 'hour', + 'day' => 'day', + 'days' => 'days', + 'hours' => 'hours', + 'minutes' => 'minutes', + 'month' => 'month', + 'package' => 'package', + 'Bandwidth' => 'Bandwidth', + 'Disk' => 'Disk', + 'Web' => 'Web', + 'Mail' => 'Mail', + 'Databases' => 'Databases', + 'User Directories' => 'User Directories', + 'Template' => 'Template', + 'Web Template' => 'Web Template', + 'Backend Template' => 'Backend Template', + 'Proxy Template' =>'Proxy Template', + 'DNS Template' => 'DNS Template', + 'Web Domains' => 'Web Domains', + 'SSL Domains' => 'SSL Domains', + 'Web Aliases' => 'Web Aliases', + 'per domain' => 'per domain', + 'DNS Domains' => 'DNS Domains', + 'DNS domains' => 'DNS domains', + 'DNS records' => 'DNS records', + 'Name Servers' => 'Name Servers', + 'Mail Domains' => 'Mail Domains', + 'Mail Accounts' => 'Mail Accounts', + 'Cron Jobs' => 'Cron Jobs', + 'SSH Access' => 'SSH Access', + 'IP Address' => 'IP Address', + 'IP Addresses' => 'IP Addresses', + 'Backups' => 'Backups', + 'Backup System' => 'Backup System', + 'backup exclusions' => 'backup exclusions', + 'template' => 'template', + 'SSL Support' => 'SSL Support', + 'SSL Home Directory' => 'SSL Home', + 'Lets Encrypt Support' => 'Lets Encrypt Support', + 'Lets Encrypt' => 'Lets Encrypt', + 'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes', + 'Proxy Support' => 'Proxy Support', + 'Proxy Extensions' => 'Proxy Extensions', + 'Web Statistics' => 'Web Statistics', + 'Additional FTP Account' => 'Additional FTP', + 'Path' => 'Path', + 'SOA' => 'SOA', + 'TTL' => 'TTL', + 'Expire' => 'Expire', + 'Records' => 'Records', + 'Serial' => 'Serial', + 'Catchall email' => 'Catchall email', + 'AntiVirus Support' => 'AntiVirus Support', + 'AntiSpam Support' => 'AntiSpam Support', + 'DKIM Support' => 'DKIM Support', + 'Accounts' => 'Accounts', + 'Quota' => 'Quota', + 'Autoreply' => 'Autoreply', + 'Forward to' => 'Forward to', + 'Do not store forwarded mail' => 'Do not store forwarded mail', + 'IMAP hostname' => 'IMAP hostname', + 'IMAP port' => 'IMAP port', + 'IMAP security' => 'IMAP security', + 'IMAP auth method' => 'IMAP auth method', + 'SMTP hostname' => 'SMTP hostname', + 'SMTP port' => 'SMTP port', + 'SMTP security' => 'SMTP security', + 'SMTP auth method' => 'SMTP auth method', + 'STARTTLS' => 'STARTTLS', + 'Normal password' => 'Normal password', + 'database' => 'database', + 'User' => 'User', + 'Host' => 'Host', + 'Charset' => 'Charset', + 'Min' => 'Min', + 'Hour' => 'Hour', + 'Day' => 'Day', + 'Month' => 'Month', + 'Day of week' => 'Day of week', + 'local' => 'local', + 'Run Time' => 'Run Time', + 'Backup Size' => 'Backup Size', + 'SYS' => 'SYS', + 'Domains' => 'Domains', + 'Status' => 'Status', + 'shared' => 'shared', + 'dedicated' => 'dedicated', + 'Owner' => 'Owner', + 'Users' => 'Users', + 'Load Average' => 'Load Average', + 'Memory Usage' => 'Memory Usage', + 'APACHE2 Usage' => 'APACHE2 Usage', + 'HTTPD Usage' => 'HTTPD Usage', + 'NGINX Usage' => 'NGINX Usage', + 'MySQL Usage on localhost' => 'MySQL Usage on localhost', + 'PostgreSQL Usage on localhost' => 'PostgreSQL Usage on localhost', + 'Bandwidth Usage eth0' => 'Bandwidth Usage eth0', + 'Bandwidth Usage eth1' => 'Bandwidth Usage eth1', + 'Exim Usage' => 'Exim Usage', + 'FTP Usage' => 'FTP Usage', + 'SSH Usage' => 'SSH Usage', + 'reverse proxy' => 'reverse proxy', + 'web server' => 'web server', + 'dns server' => 'dns server', + 'mail server' => 'mail server', + 'pop/imap server' => 'pop/imap server', + 'email antivirus' => 'email antivirus', + 'email antispam' => 'email antispam', + 'database server' => 'database server', + 'ftp server' => 'ftp server', + 'job scheduler' => 'job scheduler', + 'firewall' => 'firewall', + 'brute-force monitor' => 'brute-force monitor', + 'CPU' => 'CPU', + 'Memory' => 'Memory', + 'Uptime' => 'Uptime', + 'core package' => 'core package', + 'php interpreter' => 'php interpreter', + 'internal web server' => 'internal web server', + 'Version' => 'Version', + 'Release' => 'Release', + 'Architecture' => 'Architecture', + 'Object' => 'Object', + 'Username' => 'Username', + 'Password' => 'Password', + 'Email' => 'Email', + 'Package' => 'Package', + 'Language' => 'Language', + 'First Name' => 'First Name', + 'Last Name' => 'Last Name', + 'Send login credentials to email address' => 'Send login credentials to email address', + 'Default Template' => 'Default Template', + 'Default Name Servers' => 'Default Name Servers', + 'Domain' => 'Domain', + 'DNS Support' => 'DNS Support', + 'Mail Support' => 'Mail Support', + 'Advanced options' => 'Advanced options', + 'Basic options' => 'Basic options', + 'Aliases' => 'Aliases', + 'SSL Certificate' => 'SSL Certificate', + 'SSL Key' => 'SSL Key', + 'SSL Certificate Authority / Intermediate' => 'SSL Certificate Authority / Intermediate', + 'SSL CSR' => 'SSL CSR', + 'optional' => 'optional', + 'internal' => 'internal', + 'Statistics Authorization' => 'Statistics Authorization', + 'Statistics Auth' => 'Statistics Auth', + 'Account' => 'Account', + 'Prefix will be automaticaly added to username' => 'Prefix %s will be automaticaly added to username', + 'Send FTP credentials to email' => 'Send FTP credentials to email', + 'Expiration Date' => 'Expiration Date', + 'YYYY-MM-DD' => 'YYYY-MM-DD', + 'Name servers' => 'Name servers', + 'Record' => 'Record', + 'IP or Value' => 'IP or Value', + 'Priority' => 'Priority', + 'Record Number' => 'Record Number', + 'in megabytes' => 'in megabytes', + 'Message' => 'Message', + 'use local-part' => 'use local-part', + 'one or more email addresses' => 'one or more email addresses', + 'Prefix will be automaticaly added to database name and database user' => 'Prefix %s will be automaticaly added to database name and database user.', + 'Database' => 'Database', + 'Type' => 'Type', + 'Minute' => 'Minute', + 'Command' => 'Command', + 'Package Name' => 'Package Name', + 'Netmask' => 'Netmask', + 'Interface' => 'Interface', + 'Shared' => 'Shared', + 'Assigned user' => 'Assigned user', + 'Assigned domain' => 'Assigned domain', + 'NAT IP association' => 'NAT IP association', + 'shell' => 'shell', + 'web domains' => 'web domains', + 'web aliases' => 'web aliases', + 'dns records' => 'dns records', + 'mail domains' => 'mail domains', + 'mail accounts' => 'mail accounts', + 'accounts' => 'accounts', + 'databases' => 'databases', + 'cron jobs' => 'cron jobs', + 'backups' => 'backups', + 'quota' => 'quota', + 'day of week' => 'day of week', + 'cmd' => 'cmd', + 'users' => 'users', + 'domains' => 'domains', + 'aliases' => 'aliases', + 'records' => 'records', + 'jobs' => 'jobs', + 'username' => 'username', + 'password' => 'password', + 'type' => 'type', + 'charset' => 'charset', + 'domain' => 'domain', + 'ip' => 'ip', + 'ip address' => 'ip address', + 'IP address' => 'IP address', + 'netmask' => 'netmask', + 'interface' => 'interface', + 'assigned user' => 'assigned user', + 'ns1' => 'ns1', + 'ns2' => 'ns2', + 'user' => 'user', + 'email' => 'email', + 'first name' => 'first name', + 'last name' => 'last name', + 'account' => 'account', + 'ssl certificate' => 'ssl certificate', + 'ssl key' => 'ssl key', + 'stats user password' => 'stats user password', + 'stats username' => 'stats username', + 'stats password' => 'stats password', + 'ftp user password' => 'ftp user password', + 'ftp user' => 'ftp user', + 'Last 70 lines of %s.%s.log' => 'Last 70 lines of %s.%s.log', + 'AccessLog' => 'AccessLog', + 'ErrorLog' => 'ErrorLog', + 'Download AccessLog' => 'Download AccessLog', + 'Download ErrorLog' => 'Download ErrorLog', + 'Country' => 'Country', + '2 letter code' => '2 letter code', + 'State / Province' => 'State / Province', + 'City / Locality' => 'City / Locality', + 'Organization' => 'Organization', + 'Action' => 'Action', + 'Protocol' => 'Protocol', + 'Port' => 'Port', + 'Comment' => 'Comment', + 'Banlist' => 'Banlist', + 'ranges are acceptable' => 'ranges are acceptable', + 'CIDR format is supported' => 'CIDR format is supported', + 'ACCEPT' => 'ACCEPT', + 'DROP' => 'DROP', + 'TCP' => 'TCP', + 'UDP' => 'UDP', + 'ICMP' => 'ICMP', + 'SSH' => 'SSH', + 'FTP' => 'FTP', + 'VESTA' => 'VESTA', + 'Add one more Name Server' => 'Add one more Name Server', + + 'web domain' => 'web domain', + 'dns domain' => 'dns domain', + 'dns record' => 'dns record', + 'mail domain' => 'mail domain', + 'mail account' => 'mail account', + 'cron job' => 'cron job', + + 'cron' => 'cron', + 'user dir' => 'user dir', + + 'unlimited' => 'unlimited', + '1 account' => '1 account', + '%s accounts' => '%s accounts', + '1 domain' => '1 domain', + '%s domains' => '%s domains', + '1 record' => '1 record', + '%s records' => '%s records', + '1 mail account' => '1 mail account', + '%s mail accounts' => '%s mail accounts', + '1 database' => '1 database', + '%s databases' => '%s databases', + '1 cron job' => '1 cron job', + '%s cron jobs' => '%s cron jobs', + '1 archive' => '1 archive', + '%s archives' => '%s archives', + '1 item' => '1 item', + '%s items' => '%s items', + '1 package' => '1 package', + '%s packages' => '%s packages', + '1 IP address' => '1 IP address', + '%s IP addresses' => '%s IP addresses', + '1 month' => '1 month', + '%s months' => '%s months', + '1 log record' => '1 log record', + '%s log records' => '%s log records', + '1 object' => '1 object', + '%s objects' => '%s objects', + 'no exclusions' => 'no exclusions', + '1 rule' => '1 rule', + '%s rules' => '%s rules', + 'There are no currently banned IP' => 'There are no currently banned IP', + + 'USER_CREATED_OK' => 'User %s has been created successfully.', + 'WEB_DOMAIN_CREATED_OK' => 'Domain %s has been created successfully.', + 'DNS_DOMAIN_CREATED_OK' => 'DNS domain %s has been created successfully.', + 'DNS_RECORD_CREATED_OK' => 'Record %s.%s has been created successfully.', + 'MAIL_DOMAIN_CREATED_OK' => 'Mail domain %s has been created successfully.', + 'MAIL_ACCOUNT_CREATED_OK' => 'Mail account %s@%s has been created successfully.', + 'DATABASE_CREATED_OK' => 'Database %s has been created successfully.', + 'CRON_CREATED_OK' => 'Cron job has been created successfully.', + 'IP_CREATED_OK' => 'IP address %s has been created successfully.', + 'PACKAGE_CREATED_OK' => 'Package %s has been created successfully.', + 'SSL_GENERATED_OK' => 'Certificate has been generated successfully.', + 'RULE_CREATED_OK' => 'Rule has been created successfully.', + 'BANLIST_CREATED_OK' => 'IP address has been banned successfully', + 'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled.', + 'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled.', + 'Cronjob email reporting has been successfully enabled' => 'Cronjob email reporting has been successfully enabled', + 'Cronjob email reporting has been successfully disabled' => 'Cronjob email reporting has been successfully disabled', + 'Changes has been saved.' => 'Changes have been saved.', + 'Confirmation' => 'Confirmation', + 'DELETE_USER_CONFIRMATION' => 'Are you sure you want to delete user %s?', + 'SUSPEND_USER_CONFIRMATION' => 'Are you sure you want to suspend user %s?', + 'UNSUSPEND_USER_CONFIRMATION' => 'Are you sure you want to unsuspend user %s?', + 'DELETE_DOMAIN_CONFIRMATION' => 'Are you sure you want to delete domain %s?', + 'SUSPEND_DOMAIN_CONFIRMATION' => 'Are you sure you want to suspend domain %s?', + 'UNSUSPEND_DOMAIN_CONFIRMATION' => 'Are you sure you want to unsuspend domain %s?', + 'DELETE_RECORD_CONFIRMATION' => 'Are you sure you want to delete record %s?', + 'SUSPEND_RECORD_CONFIRMATION' => 'Are you sure you want to suspend record %s?', + 'UNSUSPEND_RECORD_CONFIRMATION' => 'Are you sure you want to unsuspend record %s?', + 'DELETE_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure you want to delete %s?', + 'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure you want to suspend %s?', + 'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure you want to unsuspend %s?', + 'DELETE_DATABASE_CONFIRMATION' => 'Are you sure you want to delete database %s?', + 'SUSPEND_DATABASE_CONFIRMATION' => 'Are you sure you want to suspend database %s?', + 'UNSUSPEND_DATABASE_CONFIRMATION' => 'Are you sure you want to unsuspend database %s?', + 'DELETE_CRON_CONFIRMATION' => 'Are you sure you want to delete cron job?', + 'SUSPEND_CRON_CONFIRMATION' => 'Are you sure you want to suspend cron job?', + 'UNSUSPEND_CRON_CONFIRMATION' => 'Are you sure you want to unsuspend cron job?', + 'DELETE_BACKUP_CONFIRMATION' => 'Are you sure you want to delete %s backup?', + 'DELETE_EXCLUSION_CONFIRMATION' => 'Are you sure you want to delete %s exclusion?', + 'DELETE_PACKAGE_CONFIRMATION' => 'Are you sure you want to delete package %s?', + 'DELETE_IP_CONFIRMATION' => 'Are you sure you want to delete IP address %s?', + 'DELETE_RULE_CONFIRMATION' => 'Are you sure you want to delete rule #%s?', + 'SUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to suspend rule #%s?', + 'UNSUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to unsuspend rule #%s?', + 'LEAVE_PAGE_CONFIRMATION' => 'Leave Page?', + 'RESTART_CONFIRMATION' => 'Are you sure you want to restart %s?', + 'Welcome' => 'Welcome', + 'LOGGED_IN_AS' => 'Logged in as user %s', + 'Error' => 'Error', + 'Invalid username or password' => 'Invalid username or password.', + 'Invalid username or code' => 'Invalid username or code.', + 'Passwords not match' => 'Passwords do not match.', + 'Please enter valid email address.' => 'Please enter a valid email address.', + 'Field "%s" can not be blank.' => 'Field "%s" can not be blank.', + 'Password is too short.' => 'Password is too short (minimum is 6 characters)', + 'Error code:' => 'Error code: %s', + 'SERVICE_ACTION_FAILED' => '"%s" "%s" failed', + 'IP address is in use' => 'IP address is in use', + 'BACKUP_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your backup is ready for download.', + 'BACKUP_EXISTS' => 'An existing backup is already running. Please wait for that backup to finish.', + 'RESTORE_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your restore has been completed.', + 'RESTORE_EXISTS' => 'An existing restoration task is already running. Please wait for it to finish before launching it again.', + + 'WEB_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *. To exclude specific dirs use following format: domain.com:public_html/cache:public_html/tmp', + 'DNS_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *', + 'MAIL_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *. To exclude specific accounts use following format: domain.com:info:support:postmaster', + 'DB_EXCLUSIONS' => 'Type full database name, one per line. To exclude all databases use *', + 'CRON_EXCLUSIONS' => 'To exclude all jobs use *', + 'USER_EXCLUSIONS' => 'Type directory name, one per line. To exlude all dirs use *', + + 'Welcome to Vesta Control Panel' => 'Welcome to Vesta Control Panel', + 'MAIL_FROM' => 'Vesta Control Panel ', + 'GREETINGS_GORDON_FREEMAN' => "Hello, %s %s,\n", + 'GREETINGS' => "Hello,\n", + 'ACCOUNT_READY' => "Your account has been created and is ready for use.\n\nhttps://%s/login/\nUsername: %s\nPassword: %s\n\n--\nVesta Control Panel\n", + + 'FTP login credentials' => 'FTP login credentials', + 'FTP_ACCOUNT_READY' => "FTP account has been created and is ready for use.\n\nHostname: %s\nUsername: %s_%s\nPassword: %s\n\n--\nVesta Control Panel\n", + + 'Database Credentials' => 'Database Credentials', + 'DATABASE_READY' => "Database has been created successfully.\n\nDatabase: %s\nUser: %s\nPassword: %s\n%s\n\n--\nVesta Control Panel\n", + + 'forgot password' => 'forgot password', + 'Confirm' => 'Confirm', + 'New Password' => 'New Password', + 'Confirm Password' => 'Confirm Password', + 'Reset' => 'Reset', + 'Reset Code' => 'Reset Code', + 'RESET_NOTICE' => '', + 'RESET_CODE_SENT' => 'Password reset code has been sent to your email address
', + 'MAIL_RESET_SUBJECT' => 'Password Reset at %s', + 'PASSWORD_RESET_REQUEST' => "To reset your control panel password, please follow this link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternatively, you may go to https://%s/reset/?action=code&user=%s and enter the following reset code:\n%s\n\nIf you did not request password reset, please ignore this message and accept our apologies.\n\n--\nVesta Control Panel\n", + + 'Jan' => 'Jan', + 'Feb' => 'Feb', + 'Mar' => 'Mar', + 'Apr' => 'Apr', + 'May' => 'May', + 'Jun' => 'Jun', + 'Jul' => 'Jul', + 'Aug' => 'Aug', + 'Sep' => 'Sep', + 'Oct' => 'Oct', + 'Nov' => 'Nov', + 'Dec' => 'Dec', + + 'Configuring Server' => 'Configuring Server', + 'Hostname' => 'Hostname', + 'Time Zone' => 'Time Zone', + 'Default Language' => 'Default Language', + 'Proxy Server' => 'Proxy Server', + 'Web Server' => 'Web Server', + 'Backend Server' => 'Backend Server', + 'Backend Pool Mode' => 'Backend Pool Mode', + 'DNS Server' => 'DNS Server', + 'DNS Cluster' => 'DNS Cluster', + 'MAIL Server' => 'MAIL Server', + 'Antivirus' => 'Antivirus', + 'AntiSpam' => 'AntiSpam', + 'Webmail URL' => 'Webmail URL', + 'MySQL Support' => 'MySQL Support', + 'phpMyAdmin URL' => 'phpMyAdmin URL', + 'PostgreSQL Support' => 'PostgreSQL Support', + 'phpPgAdmin URL' => 'phpPgAdmin URL', + 'Maximum Number Of Databases' => 'Maximum Number Of Databases', + 'Current Number Of Databases' => 'Current Number Of Databases', + 'Local backup' => 'Local backup', + 'Compression level' => 'Compression level', + 'Directory' => 'Directory', + 'Remote backup' => 'Remote backup', + 'ftp' => 'FTP', + 'sftp' => 'SFTP', + 'SFTP Chroot' => 'SFTP Chroot', + 'FileSystem Disk Quota' => 'FileSystem Disk Quota', + 'Vesta Control Panel Plugins' => 'Vesta Control Panel Plugins', + 'preview' => 'preview', + 'Reseller Role' => 'Reseller Role', + 'Web Config Editor' => 'Web Config Editor', + 'Template Manager' => 'Template Manager', + 'Backup Migration Manager' => 'Backup Migration Manager', + 'FileManager' => 'FileManager', + 'show: CPU / MEM / NET / DISK' => 'show: CPU / MEM / NET / DISK', + + 'sort by' => 'sort by', + 'Date' => 'Date', + 'Starred' => 'Starred', + 'Name' => 'Name', + + 'save to favorites' => 'save to favorites', + + 'File Manager' => 'File Manager', + 'size' => 'size', + 'date' => 'date', + 'name' => 'name', + 'Initializing' => 'Initializing', + 'UPLOAD' => 'UPLOAD', + 'NEW FILE' => 'NEW FILE', + 'NEW DIR' => 'NEW DIR', + 'DELETE' => 'DELETE', + 'RENAME' => 'RENAME', + 'MOVE' => 'MOVE', + 'RIGHTS' => 'RIGHTS', + 'COPY' => 'COPY', + 'ARCHIVE' => 'ARCHIVE', + 'EXTRACT' => 'EXTRACT', + 'DOWNLOAD' => 'DOWNLOAD', + 'Are you sure?' => 'Are you sure?', + 'Hit' => 'Hit', + 'to reload the page' => 'to reload the page', + 'Directory name cannot be empty' => 'Directory name cannot be empty', + 'File name cannot be empty' => 'File name cannot be empty', + 'No file selected' => 'No file selected', + 'No file or folder selected' => 'No file or folder selected', + 'File type not supported' => 'File type not supported', + 'Directory download not available in current version' => 'Directory download not available in current version', + 'Directory not available' => 'Directory not available', + 'Done' => 'Done', + 'Close' => 'Close', + 'Copy' => 'Copy', + 'Cancel' => 'Cancel', + 'Rename' => 'Rename', + 'Move' => 'Move', + 'Change Rights' => 'Change Rights', + 'Delete' => 'Delete', + 'Extract' => 'Extract', + 'Create' => 'Create', + 'Compress' => 'Compress', + 'OK' => 'OK', + 'YOU ARE COPYING' => 'YOU ARE COPYING', + 'YOU ARE REMOVING' => 'YOU ARE REMOVING', + 'Delete items' => 'Delete items', + 'Copy files' => 'Copy files', + 'Move files' => 'Move files', + 'Are you sure you want to copy' => 'Are you sure you want to copy', + 'Are you sure you want to move' => 'Are you sure you want to move', + 'Are you sure you want to delete' => 'Are you sure you want to delete', + 'into' => 'into', + 'existing files will be replaced' => 'existing files will be replaced', + 'Original name' => 'Original name', + 'File' => 'File', + 'already exists' => 'already exists', + 'Create file' => 'Create file', + 'Create directory' => 'Create directory', + 'read by owner' => 'read by owner', + 'write by owner' => 'write by owner', + 'execute/search by owner' => 'execute/search by owner', + 'read by group' => 'read by group', + 'write by group' => 'write by group', + 'execute/search by group' => 'execute/search by group', + 'read by others' => 'read by others', + 'write by others' => 'write by others', + 'execute/search by others' => 'execute/search by others', + + 'Shortcuts' => 'Shortcuts', + 'Add New object' => 'Add New object', + 'Save Form' => 'Save Form', + 'Cancel saving form' => 'Cancel saving form', + 'Go to USER list' => 'Go to USER list', + 'Go to WEB list' => 'Go to WEB list', + 'Go to DNS list' => 'Go to DNS list', + 'Go to MAIL list' => 'Go to MAIL list', + 'Go to DB list' => 'Go to DB list', + 'Go to CRON list' => 'Go to CRON list', + 'Go to BACKUP list' => 'Go to BACKUP list', + 'Focus on search' => 'Focus on search', + 'Display/Close shortcuts' => 'Display/Close shortcuts', + 'Move backward through top menu' => 'Move backward through top menu', + 'Move forward through top menu' => 'Move forward through top menu', + 'Enter focused element' => 'Enter focused element', + 'Move up through elements list' => 'Move up through elements list', + 'Move down through elements list' => 'Move down through elements list', + + 'Upload' => 'Upload', + 'New File' => 'New File', + 'New Folder' => 'New Folder', + 'Download' => 'Download', + 'Archive' => 'Archive', + 'Save File (in text editor)' => 'Save File (in text editor)', + 'Close Popup / Cancel' => 'Close Popup / Cancel', + 'Move Cursor Up' => 'Move Cursor Up', + 'Move Cursor Down' => 'Move Cursor Down', + 'Switch to Left Tab' => 'Switch to Left Tab', + 'Switch to Right Tab' => 'Switch to Right Tab', + 'Switch Tab' => 'Switch Tab', + 'Go to the Top of the File List' => 'Go to the Top of the File List', + 'Go to the Last File' => 'Go to the Last File', + 'Open File / Enter Directory' => 'Open File / Enter Directory', + 'Edit File' => 'Edit File', + 'Go to Parent Directory' => 'Go to Parent Directory', + 'Select Current File' => 'Select Current File', + 'Select Bunch of Files' => 'Select Bunch of Files', + 'Add File to the Current Selection' => 'Add File to the Current Selection', + 'Select All Files' => 'Select All Files', + 'shortcuts are inspired by magnificent GNU Midnight Commander file manager' => + 'shortcuts are inspired by magnificent GNU Midnight Commander file manager', + + 'Licence Key' => 'Licence Key', + 'Enter License Key' => 'Enter License Key', + 'Buy Licence' => 'Buy Licence', + 'Buy Lifetime License' => 'Buy Lifetime License', + 'Disable and Cancel Licence' => 'Disable and Cancel Licence', + 'Licence Activated' => 'Licence Activated', + 'Licence Deactivated' => 'Licence Deactivated', + 'Restrict users so that they cannot use SSH and access only their home directory.' => 'Restrict users so that they cannot use SSH and access only their home directory.', + 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.', + 'This is a commercial module, you would need to purchace license key to enable it.' => 'This is a commercial module, you would need to purchace license key to enable it.', + + 'Minutes' => 'Minutes', + 'Hourly' => 'Hourly', + 'Run Command' => 'Run Command', + 'every month' => 'every month', + 'every odd month' => 'every odd month', + 'every even month' => 'every even month', + 'every day' => 'every day', + 'every odd day' => 'every odd day', + 'every even day' => 'every even day', + 'weekdays (5 days)' => 'weekdays (5 days)', + 'weekend (2 days)' => 'weekend (2 days)', + 'Monday' => 'Monday', + 'Tuesday' => 'Tuesday', + 'Wednesday' => 'Wednesday', + 'Thursday' => 'Thursday', + 'Friday' => 'Friday', + 'Saturday' => 'Saturday', + 'Sunday' => 'Sunday', + 'every hour' => 'every hour', + 'every two hours' => 'every two hours', + 'every minute' => 'every minute', + 'every two minutes' => 'every two minutes', + 'every' => 'every', + 'Generate' => 'Generate', + + 'webalizer' => 'webalizer', + 'awstats' => 'awstats', + + 'Vesta SSL' => 'Vesta SSL', + 'SUBJECT' => 'SUBJECT', + 'ALIASES' => 'ALIASES', + 'NOT_BEFORE' => 'NOT_BEFORE', + 'NOT_AFTER' => 'NOT_AFTER', + 'SIGNATURE' => 'SIGNATURE', + 'PUB_KEY' => 'PUB_KEY', + 'ISSUER' => 'ISSUER', + + 'Use server hostname' => 'Use server hostname', + 'Use domain hostname' => 'Use domain hostname', + 'Use STARTTLS' => 'Use STARTTLS', + 'Use SSL' => 'Use SSL', + 'No encryption' => 'No encryption', + 'Do not use encryption' => 'Do not use encryption', + + 'maximum characters length, including prefix' => 'maximum %s characters length, including prefix', + +); From 2658c037912d03c9f6786e0a1443785edacf048e Mon Sep 17 00:00:00 2001 From: darkworks Date: Sun, 7 May 2017 11:37:31 +0500 Subject: [PATCH 09/14] Delete ur.php --- web/inc/i18n/ur.php | 757 -------------------------------------------- 1 file changed, 757 deletions(-) delete mode 100644 web/inc/i18n/ur.php diff --git a/web/inc/i18n/ur.php b/web/inc/i18n/ur.php deleted file mode 100644 index 82129cd6..00000000 --- a/web/inc/i18n/ur.php +++ /dev/null @@ -1,757 +0,0 @@ - 'پیکیجز', - 'IP' => 'IP', - 'Graphs' => 'گرافس', - 'Statistics' => 'شماریات', - 'Log' => 'لاگ', - 'Server' => 'سرور', - 'Services' => 'سروسز', - 'Firewall' => 'آگ کی دیوار', - 'Updates' => 'تازہ کاریاں', - 'Log in' => 'لاگ ان', - 'Log out' => 'لاگ آوٹ', - - 'USER' => 'صارف', - 'WEB' => 'ویب', - 'DNS' => 'DNS', - 'MAIL' => 'میل', - 'DB' => 'ڈیٹا بیس', - 'CRON' => 'کرون', - 'BACKUP' => 'بیک اپ', - - 'LOGIN' => 'لاگ ان', - 'RESET PASSWORD' => 'پاس ورڈ ری سیٹ', - 'SEARCH' => 'تلاش', - 'PACKAGE' => 'پیکیج', - 'RRD' => 'RRD', - 'STATS' => 'اعدادوشمار', - 'LOG' => 'لاگ', - 'UPDATES' => 'تازہ کاریاں', - 'FIREWALL' => 'آگ کی دیوار', - 'SERVER' => 'سرور', - 'MEMORY' => 'یاداشت', - 'DISK' => 'ڈسک', - 'NETWORK' => 'نیٹ ورک', - 'Web Log Manager' => 'ویب لاگ مینیجر', - - 'no notifications' => 'کوئی اطلاع نہیں', - - 'Add User' => 'صارف شامل کریں', - 'Add Domain' => 'ڈومین کا اضافہ کریں', - 'Add Web Domain' => 'ویب ڈومین کا اضافہ کریں', - 'Add DNS Domain' => 'DNS ڈومین کا اضافہ کریں', - 'Add DNS Record' => 'DNS ریکارڈ شامل', - 'Add Mail Domain' => 'میل ڈومین کا اضافہ کریں', - 'Add Mail Account' => 'میل اکاؤنٹ کا اضافہ کریں', - 'Add Database' => 'ڈیٹا بیس میں شامل کریں', - 'Add Cron Job' => 'کرون کام کا اضافہ کریں', - 'Create Backup' => 'بیک اپ بنائیں', - 'Configure' => 'تشکیل کریں', - 'Restore All' => 'Restore All', - 'Add Package' => 'Add Package', - 'Add IP' => 'Add IP Address', - 'Add Rule' => 'Add Rule', - 'Ban IP Address' => 'Ban IP Address', - 'Search' => 'Search', - 'Add one more FTP Account' => 'Add one more FTP Account', - 'Overall Statistics' => 'Overall Statistics', - 'Daily' => 'Daily', - 'Weekly' => 'Weekly', - 'Monthly' => 'Monthly', - 'Yearly' => 'Yearly', - 'Add' => 'Add', - 'Back' => 'Back', - 'Save' => 'Save', - 'Submit' => 'Submit', - - 'toggle all' => 'toggle all', - 'apply to selected' => 'apply to selected', - 'rebuild' => 'rebuild', - 'rebuild web' => 'rebuild web', - 'rebuild dns' => 'rebuild dns', - 'rebuild mail' => 'rebuild mail', - 'rebuild db' => 'rebuild db', - 'rebuild cron' => 'rebuild cron', - 'update counters' => 'update counters', - 'suspend' => 'suspend', - 'unsuspend' => 'unsuspend', - 'delete' => 'delete', - 'show per user' => 'show per user', - 'login as' => 'login as', - 'logout' => 'logout', - 'edit' => 'edit', - 'open webstats' => 'open webstats', - 'view logs' => 'view logs', - 'list records' => 'list %s records', - 'add record' => 'add record', - 'list accounts' => 'list %s accounts', - 'add account' => 'add account', - 'open webmail' => 'open webmail', - 'list fail2ban' => 'list fail2ban', - 'open %s' => 'open %s', - 'download' => 'download', - 'restore' => 'restore', - 'configure restore settings' => 'configure restore settings', - 'stop' => 'stop', - 'start' => 'start', - 'restart' => 'restart', - 'update' => 'update', - 'generate' => 'generate', - 'Generate CSR' => 'Generate CSR', - 'reread IP' => 'reread IP', - 'enable autoupdate' => 'enable autoupdate', - 'disable autoupdate' => 'disable autoupdate', - 'turn on notifications' => 'turn on notifications', - 'turn off notifications' => 'turn off notifications', - 'configure' => 'configure', - - 'Adding User' => 'Adding User', - 'Editing User' => 'Editing User', - 'Adding Domain' => 'Adding Domain', - 'Editing Domain' => 'Editing Domain', - 'Adding DNS Domain' => 'Adding DNS Domain', - 'Editing DNS Domain' => 'Editing DNS Domain', - 'Adding DNS Record' => 'Adding DNS Record', - 'Editing DNS Record' => 'Editing DNS Record', - 'Adding Mail Domain' => 'Adding Mail Domain', - 'Editing Mail Domain' => 'Editing Mail Domain', - 'Adding Mail Account' => 'Adding Mail Account', - 'Editing Mail Account' => 'Editing Mail Account', - 'Adding database' => 'Adding database', - 'Editing Cron Job' => 'Editing Cron Job', - 'Adding Cron Job' => 'Adding Cron Job', - 'Editing Database' => 'Editing Database', - 'Adding Package' => 'Adding Package', - 'Editing Package' => 'Editing Package', - 'Adding IP address' => 'Adding IP address', - 'Editing IP Address' => 'Editing IP Address', - 'Editing Backup Exclusions' => 'Editing Backup Exclusions', - 'Generating CSR' => 'Generating CSR', - 'Listing' => 'Listing', - 'Search Results' => 'Search Results', - 'Adding Firewall Rule' => 'Adding Firewall Rule', - 'Editing Firewall Rule' => 'Editing Firewall Rule', - 'Adding IP Address to Banlist' => 'Adding IP Address to Banlist', - - 'active' => 'active', - 'spnd' => 'suspended', - 'suspended' => 'suspended', - 'running' => 'running', - 'stopped' => 'stopped', - 'outdated' => 'outdated', - 'updated' => 'updated', - - 'yes' => 'yes', - 'no' => 'no', - 'none' => 'none', - 'pb' => 'pb', - 'tb' => 'tb', - 'gb' => 'gb', - 'mb' => 'mb', - 'minute' => 'minute', - 'hour' => 'hour', - 'day' => 'day', - 'days' => 'days', - 'hours' => 'hours', - 'minutes' => 'minutes', - 'month' => 'month', - 'package' => 'package', - 'Bandwidth' => 'Bandwidth', - 'Disk' => 'Disk', - 'Web' => 'Web', - 'Mail' => 'Mail', - 'Databases' => 'Databases', - 'User Directories' => 'User Directories', - 'Template' => 'Template', - 'Web Template' => 'Web Template', - 'Backend Template' => 'Backend Template', - 'Proxy Template' =>'Proxy Template', - 'DNS Template' => 'DNS Template', - 'Web Domains' => 'Web Domains', - 'SSL Domains' => 'SSL Domains', - 'Web Aliases' => 'Web Aliases', - 'per domain' => 'per domain', - 'DNS Domains' => 'DNS Domains', - 'DNS domains' => 'DNS domains', - 'DNS records' => 'DNS records', - 'Name Servers' => 'Name Servers', - 'Mail Domains' => 'Mail Domains', - 'Mail Accounts' => 'Mail Accounts', - 'Cron Jobs' => 'Cron Jobs', - 'SSH Access' => 'SSH Access', - 'IP Address' => 'IP Address', - 'IP Addresses' => 'IP Addresses', - 'Backups' => 'Backups', - 'Backup System' => 'Backup System', - 'backup exclusions' => 'backup exclusions', - 'template' => 'template', - 'SSL Support' => 'SSL Support', - 'SSL Home Directory' => 'SSL Home', - 'Lets Encrypt Support' => 'Lets Encrypt Support', - 'Lets Encrypt' => 'Lets Encrypt', - 'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes', - 'Proxy Support' => 'Proxy Support', - 'Proxy Extensions' => 'Proxy Extensions', - 'Web Statistics' => 'Web Statistics', - 'Additional FTP Account' => 'Additional FTP', - 'Path' => 'Path', - 'SOA' => 'SOA', - 'TTL' => 'TTL', - 'Expire' => 'Expire', - 'Records' => 'Records', - 'Serial' => 'Serial', - 'Catchall email' => 'Catchall email', - 'AntiVirus Support' => 'AntiVirus Support', - 'AntiSpam Support' => 'AntiSpam Support', - 'DKIM Support' => 'DKIM Support', - 'Accounts' => 'Accounts', - 'Quota' => 'Quota', - 'Autoreply' => 'Autoreply', - 'Forward to' => 'Forward to', - 'Do not store forwarded mail' => 'Do not store forwarded mail', - 'IMAP hostname' => 'IMAP hostname', - 'IMAP port' => 'IMAP port', - 'IMAP security' => 'IMAP security', - 'IMAP auth method' => 'IMAP auth method', - 'SMTP hostname' => 'SMTP hostname', - 'SMTP port' => 'SMTP port', - 'SMTP security' => 'SMTP security', - 'SMTP auth method' => 'SMTP auth method', - 'STARTTLS' => 'STARTTLS', - 'Normal password' => 'Normal password', - 'database' => 'database', - 'User' => 'User', - 'Host' => 'Host', - 'Charset' => 'Charset', - 'Min' => 'Min', - 'Hour' => 'Hour', - 'Day' => 'Day', - 'Month' => 'Month', - 'Day of week' => 'Day of week', - 'local' => 'local', - 'Run Time' => 'Run Time', - 'Backup Size' => 'Backup Size', - 'SYS' => 'SYS', - 'Domains' => 'Domains', - 'Status' => 'Status', - 'shared' => 'shared', - 'dedicated' => 'dedicated', - 'Owner' => 'Owner', - 'Users' => 'Users', - 'Load Average' => 'Load Average', - 'Memory Usage' => 'Memory Usage', - 'APACHE2 Usage' => 'APACHE2 Usage', - 'HTTPD Usage' => 'HTTPD Usage', - 'NGINX Usage' => 'NGINX Usage', - 'MySQL Usage on localhost' => 'MySQL Usage on localhost', - 'PostgreSQL Usage on localhost' => 'PostgreSQL Usage on localhost', - 'Bandwidth Usage eth0' => 'Bandwidth Usage eth0', - 'Bandwidth Usage eth1' => 'Bandwidth Usage eth1', - 'Exim Usage' => 'Exim Usage', - 'FTP Usage' => 'FTP Usage', - 'SSH Usage' => 'SSH Usage', - 'reverse proxy' => 'reverse proxy', - 'web server' => 'web server', - 'dns server' => 'dns server', - 'mail server' => 'mail server', - 'pop/imap server' => 'pop/imap server', - 'email antivirus' => 'email antivirus', - 'email antispam' => 'email antispam', - 'database server' => 'database server', - 'ftp server' => 'ftp server', - 'job scheduler' => 'job scheduler', - 'firewall' => 'firewall', - 'brute-force monitor' => 'brute-force monitor', - 'CPU' => 'CPU', - 'Memory' => 'Memory', - 'Uptime' => 'Uptime', - 'core package' => 'core package', - 'php interpreter' => 'php interpreter', - 'internal web server' => 'internal web server', - 'Version' => 'Version', - 'Release' => 'Release', - 'Architecture' => 'Architecture', - 'Object' => 'Object', - 'Username' => 'Username', - 'Password' => 'Password', - 'Email' => 'Email', - 'Package' => 'Package', - 'Language' => 'Language', - 'First Name' => 'First Name', - 'Last Name' => 'Last Name', - 'Send login credentials to email address' => 'Send login credentials to email address', - 'Default Template' => 'Default Template', - 'Default Name Servers' => 'Default Name Servers', - 'Domain' => 'Domain', - 'DNS Support' => 'DNS Support', - 'Mail Support' => 'Mail Support', - 'Advanced options' => 'Advanced options', - 'Basic options' => 'Basic options', - 'Aliases' => 'Aliases', - 'SSL Certificate' => 'SSL Certificate', - 'SSL Key' => 'SSL Key', - 'SSL Certificate Authority / Intermediate' => 'SSL Certificate Authority / Intermediate', - 'SSL CSR' => 'SSL CSR', - 'optional' => 'optional', - 'internal' => 'internal', - 'Statistics Authorization' => 'Statistics Authorization', - 'Statistics Auth' => 'Statistics Auth', - 'Account' => 'Account', - 'Prefix will be automaticaly added to username' => 'Prefix %s will be automaticaly added to username', - 'Send FTP credentials to email' => 'Send FTP credentials to email', - 'Expiration Date' => 'Expiration Date', - 'YYYY-MM-DD' => 'YYYY-MM-DD', - 'Name servers' => 'Name servers', - 'Record' => 'Record', - 'IP or Value' => 'IP or Value', - 'Priority' => 'Priority', - 'Record Number' => 'Record Number', - 'in megabytes' => 'in megabytes', - 'Message' => 'Message', - 'use local-part' => 'use local-part', - 'one or more email addresses' => 'one or more email addresses', - 'Prefix will be automaticaly added to database name and database user' => 'Prefix %s will be automaticaly added to database name and database user.', - 'Database' => 'Database', - 'Type' => 'Type', - 'Minute' => 'Minute', - 'Command' => 'Command', - 'Package Name' => 'Package Name', - 'Netmask' => 'Netmask', - 'Interface' => 'Interface', - 'Shared' => 'Shared', - 'Assigned user' => 'Assigned user', - 'Assigned domain' => 'Assigned domain', - 'NAT IP association' => 'NAT IP association', - 'shell' => 'shell', - 'web domains' => 'web domains', - 'web aliases' => 'web aliases', - 'dns records' => 'dns records', - 'mail domains' => 'mail domains', - 'mail accounts' => 'mail accounts', - 'accounts' => 'accounts', - 'databases' => 'databases', - 'cron jobs' => 'cron jobs', - 'backups' => 'backups', - 'quota' => 'quota', - 'day of week' => 'day of week', - 'cmd' => 'cmd', - 'users' => 'users', - 'domains' => 'domains', - 'aliases' => 'aliases', - 'records' => 'records', - 'jobs' => 'jobs', - 'username' => 'username', - 'password' => 'password', - 'type' => 'type', - 'charset' => 'charset', - 'domain' => 'domain', - 'ip' => 'ip', - 'ip address' => 'ip address', - 'IP address' => 'IP address', - 'netmask' => 'netmask', - 'interface' => 'interface', - 'assigned user' => 'assigned user', - 'ns1' => 'ns1', - 'ns2' => 'ns2', - 'user' => 'user', - 'email' => 'email', - 'first name' => 'first name', - 'last name' => 'last name', - 'account' => 'account', - 'ssl certificate' => 'ssl certificate', - 'ssl key' => 'ssl key', - 'stats user password' => 'stats user password', - 'stats username' => 'stats username', - 'stats password' => 'stats password', - 'ftp user password' => 'ftp user password', - 'ftp user' => 'ftp user', - 'Last 70 lines of %s.%s.log' => 'Last 70 lines of %s.%s.log', - 'AccessLog' => 'AccessLog', - 'ErrorLog' => 'ErrorLog', - 'Download AccessLog' => 'Download AccessLog', - 'Download ErrorLog' => 'Download ErrorLog', - 'Country' => 'Country', - '2 letter code' => '2 letter code', - 'State / Province' => 'State / Province', - 'City / Locality' => 'City / Locality', - 'Organization' => 'Organization', - 'Action' => 'Action', - 'Protocol' => 'Protocol', - 'Port' => 'Port', - 'Comment' => 'Comment', - 'Banlist' => 'Banlist', - 'ranges are acceptable' => 'ranges are acceptable', - 'CIDR format is supported' => 'CIDR format is supported', - 'ACCEPT' => 'ACCEPT', - 'DROP' => 'DROP', - 'TCP' => 'TCP', - 'UDP' => 'UDP', - 'ICMP' => 'ICMP', - 'SSH' => 'SSH', - 'FTP' => 'FTP', - 'VESTA' => 'VESTA', - 'Add one more Name Server' => 'Add one more Name Server', - - 'web domain' => 'web domain', - 'dns domain' => 'dns domain', - 'dns record' => 'dns record', - 'mail domain' => 'mail domain', - 'mail account' => 'mail account', - 'cron job' => 'cron job', - - 'cron' => 'cron', - 'user dir' => 'user dir', - - 'unlimited' => 'unlimited', - '1 account' => '1 account', - '%s accounts' => '%s accounts', - '1 domain' => '1 domain', - '%s domains' => '%s domains', - '1 record' => '1 record', - '%s records' => '%s records', - '1 mail account' => '1 mail account', - '%s mail accounts' => '%s mail accounts', - '1 database' => '1 database', - '%s databases' => '%s databases', - '1 cron job' => '1 cron job', - '%s cron jobs' => '%s cron jobs', - '1 archive' => '1 archive', - '%s archives' => '%s archives', - '1 item' => '1 item', - '%s items' => '%s items', - '1 package' => '1 package', - '%s packages' => '%s packages', - '1 IP address' => '1 IP address', - '%s IP addresses' => '%s IP addresses', - '1 month' => '1 month', - '%s months' => '%s months', - '1 log record' => '1 log record', - '%s log records' => '%s log records', - '1 object' => '1 object', - '%s objects' => '%s objects', - 'no exclusions' => 'no exclusions', - '1 rule' => '1 rule', - '%s rules' => '%s rules', - 'There are no currently banned IP' => 'There are no currently banned IP', - - 'USER_CREATED_OK' => 'User %s has been created successfully.', - 'WEB_DOMAIN_CREATED_OK' => 'Domain %s has been created successfully.', - 'DNS_DOMAIN_CREATED_OK' => 'DNS domain %s has been created successfully.', - 'DNS_RECORD_CREATED_OK' => 'Record %s.%s has been created successfully.', - 'MAIL_DOMAIN_CREATED_OK' => 'Mail domain %s has been created successfully.', - 'MAIL_ACCOUNT_CREATED_OK' => 'Mail account %s@%s has been created successfully.', - 'DATABASE_CREATED_OK' => 'Database %s has been created successfully.', - 'CRON_CREATED_OK' => 'Cron job has been created successfully.', - 'IP_CREATED_OK' => 'IP address %s has been created successfully.', - 'PACKAGE_CREATED_OK' => 'Package %s has been created successfully.', - 'SSL_GENERATED_OK' => 'Certificate has been generated successfully.', - 'RULE_CREATED_OK' => 'Rule has been created successfully.', - 'BANLIST_CREATED_OK' => 'IP address has been banned successfully', - 'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled.', - 'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled.', - 'Cronjob email reporting has been successfully enabled' => 'Cronjob email reporting has been successfully enabled', - 'Cronjob email reporting has been successfully disabled' => 'Cronjob email reporting has been successfully disabled', - 'Changes has been saved.' => 'Changes have been saved.', - 'Confirmation' => 'Confirmation', - 'DELETE_USER_CONFIRMATION' => 'Are you sure you want to delete user %s?', - 'SUSPEND_USER_CONFIRMATION' => 'Are you sure you want to suspend user %s?', - 'UNSUSPEND_USER_CONFIRMATION' => 'Are you sure you want to unsuspend user %s?', - 'DELETE_DOMAIN_CONFIRMATION' => 'Are you sure you want to delete domain %s?', - 'SUSPEND_DOMAIN_CONFIRMATION' => 'Are you sure you want to suspend domain %s?', - 'UNSUSPEND_DOMAIN_CONFIRMATION' => 'Are you sure you want to unsuspend domain %s?', - 'DELETE_RECORD_CONFIRMATION' => 'Are you sure you want to delete record %s?', - 'SUSPEND_RECORD_CONFIRMATION' => 'Are you sure you want to suspend record %s?', - 'UNSUSPEND_RECORD_CONFIRMATION' => 'Are you sure you want to unsuspend record %s?', - 'DELETE_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure you want to delete %s?', - 'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure you want to suspend %s?', - 'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure you want to unsuspend %s?', - 'DELETE_DATABASE_CONFIRMATION' => 'Are you sure you want to delete database %s?', - 'SUSPEND_DATABASE_CONFIRMATION' => 'Are you sure you want to suspend database %s?', - 'UNSUSPEND_DATABASE_CONFIRMATION' => 'Are you sure you want to unsuspend database %s?', - 'DELETE_CRON_CONFIRMATION' => 'Are you sure you want to delete cron job?', - 'SUSPEND_CRON_CONFIRMATION' => 'Are you sure you want to suspend cron job?', - 'UNSUSPEND_CRON_CONFIRMATION' => 'Are you sure you want to unsuspend cron job?', - 'DELETE_BACKUP_CONFIRMATION' => 'Are you sure you want to delete %s backup?', - 'DELETE_EXCLUSION_CONFIRMATION' => 'Are you sure you want to delete %s exclusion?', - 'DELETE_PACKAGE_CONFIRMATION' => 'Are you sure you want to delete package %s?', - 'DELETE_IP_CONFIRMATION' => 'Are you sure you want to delete IP address %s?', - 'DELETE_RULE_CONFIRMATION' => 'Are you sure you want to delete rule #%s?', - 'SUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to suspend rule #%s?', - 'UNSUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to unsuspend rule #%s?', - 'LEAVE_PAGE_CONFIRMATION' => 'Leave Page?', - 'RESTART_CONFIRMATION' => 'Are you sure you want to restart %s?', - 'Welcome' => 'Welcome', - 'LOGGED_IN_AS' => 'Logged in as user %s', - 'Error' => 'Error', - 'Invalid username or password' => 'Invalid username or password.', - 'Invalid username or code' => 'Invalid username or code.', - 'Passwords not match' => 'Passwords do not match.', - 'Please enter valid email address.' => 'Please enter a valid email address.', - 'Field "%s" can not be blank.' => 'Field "%s" can not be blank.', - 'Password is too short.' => 'Password is too short (minimum is 6 characters)', - 'Error code:' => 'Error code: %s', - 'SERVICE_ACTION_FAILED' => '"%s" "%s" failed', - 'IP address is in use' => 'IP address is in use', - 'BACKUP_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your backup is ready for download.', - 'BACKUP_EXISTS' => 'An existing backup is already running. Please wait for that backup to finish.', - 'RESTORE_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your restore has been completed.', - 'RESTORE_EXISTS' => 'An existing restoration task is already running. Please wait for it to finish before launching it again.', - - 'WEB_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *. To exclude specific dirs use following format: domain.com:public_html/cache:public_html/tmp', - 'DNS_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *', - 'MAIL_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *. To exclude specific accounts use following format: domain.com:info:support:postmaster', - 'DB_EXCLUSIONS' => 'Type full database name, one per line. To exclude all databases use *', - 'CRON_EXCLUSIONS' => 'To exclude all jobs use *', - 'USER_EXCLUSIONS' => 'Type directory name, one per line. To exlude all dirs use *', - - 'Welcome to Vesta Control Panel' => 'Welcome to Vesta Control Panel', - 'MAIL_FROM' => 'Vesta Control Panel ', - 'GREETINGS_GORDON_FREEMAN' => "Hello, %s %s,\n", - 'GREETINGS' => "Hello,\n", - 'ACCOUNT_READY' => "Your account has been created and is ready for use.\n\nhttps://%s/login/\nUsername: %s\nPassword: %s\n\n--\nVesta Control Panel\n", - - 'FTP login credentials' => 'FTP login credentials', - 'FTP_ACCOUNT_READY' => "FTP account has been created and is ready for use.\n\nHostname: %s\nUsername: %s_%s\nPassword: %s\n\n--\nVesta Control Panel\n", - - 'Database Credentials' => 'Database Credentials', - 'DATABASE_READY' => "Database has been created successfully.\n\nDatabase: %s\nUser: %s\nPassword: %s\n%s\n\n--\nVesta Control Panel\n", - - 'forgot password' => 'forgot password', - 'Confirm' => 'Confirm', - 'New Password' => 'New Password', - 'Confirm Password' => 'Confirm Password', - 'Reset' => 'Reset', - 'Reset Code' => 'Reset Code', - 'RESET_NOTICE' => '', - 'RESET_CODE_SENT' => 'Password reset code has been sent to your email address
', - 'MAIL_RESET_SUBJECT' => 'Password Reset at %s', - 'PASSWORD_RESET_REQUEST' => "To reset your control panel password, please follow this link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternatively, you may go to https://%s/reset/?action=code&user=%s and enter the following reset code:\n%s\n\nIf you did not request password reset, please ignore this message and accept our apologies.\n\n--\nVesta Control Panel\n", - - 'Jan' => 'Jan', - 'Feb' => 'Feb', - 'Mar' => 'Mar', - 'Apr' => 'Apr', - 'May' => 'May', - 'Jun' => 'Jun', - 'Jul' => 'Jul', - 'Aug' => 'Aug', - 'Sep' => 'Sep', - 'Oct' => 'Oct', - 'Nov' => 'Nov', - 'Dec' => 'Dec', - - 'Configuring Server' => 'Configuring Server', - 'Hostname' => 'Hostname', - 'Time Zone' => 'Time Zone', - 'Default Language' => 'Default Language', - 'Proxy Server' => 'Proxy Server', - 'Web Server' => 'Web Server', - 'Backend Server' => 'Backend Server', - 'Backend Pool Mode' => 'Backend Pool Mode', - 'DNS Server' => 'DNS Server', - 'DNS Cluster' => 'DNS Cluster', - 'MAIL Server' => 'MAIL Server', - 'Antivirus' => 'Antivirus', - 'AntiSpam' => 'AntiSpam', - 'Webmail URL' => 'Webmail URL', - 'MySQL Support' => 'MySQL Support', - 'phpMyAdmin URL' => 'phpMyAdmin URL', - 'PostgreSQL Support' => 'PostgreSQL Support', - 'phpPgAdmin URL' => 'phpPgAdmin URL', - 'Maximum Number Of Databases' => 'Maximum Number Of Databases', - 'Current Number Of Databases' => 'Current Number Of Databases', - 'Local backup' => 'Local backup', - 'Compression level' => 'Compression level', - 'Directory' => 'Directory', - 'Remote backup' => 'Remote backup', - 'ftp' => 'FTP', - 'sftp' => 'SFTP', - 'SFTP Chroot' => 'SFTP Chroot', - 'FileSystem Disk Quota' => 'FileSystem Disk Quota', - 'Vesta Control Panel Plugins' => 'Vesta Control Panel Plugins', - 'preview' => 'preview', - 'Reseller Role' => 'Reseller Role', - 'Web Config Editor' => 'Web Config Editor', - 'Template Manager' => 'Template Manager', - 'Backup Migration Manager' => 'Backup Migration Manager', - 'FileManager' => 'FileManager', - 'show: CPU / MEM / NET / DISK' => 'show: CPU / MEM / NET / DISK', - - 'sort by' => 'sort by', - 'Date' => 'Date', - 'Starred' => 'Starred', - 'Name' => 'Name', - - 'save to favorites' => 'save to favorites', - - 'File Manager' => 'File Manager', - 'size' => 'size', - 'date' => 'date', - 'name' => 'name', - 'Initializing' => 'Initializing', - 'UPLOAD' => 'UPLOAD', - 'NEW FILE' => 'NEW FILE', - 'NEW DIR' => 'NEW DIR', - 'DELETE' => 'DELETE', - 'RENAME' => 'RENAME', - 'MOVE' => 'MOVE', - 'RIGHTS' => 'RIGHTS', - 'COPY' => 'COPY', - 'ARCHIVE' => 'ARCHIVE', - 'EXTRACT' => 'EXTRACT', - 'DOWNLOAD' => 'DOWNLOAD', - 'Are you sure?' => 'Are you sure?', - 'Hit' => 'Hit', - 'to reload the page' => 'to reload the page', - 'Directory name cannot be empty' => 'Directory name cannot be empty', - 'File name cannot be empty' => 'File name cannot be empty', - 'No file selected' => 'No file selected', - 'No file or folder selected' => 'No file or folder selected', - 'File type not supported' => 'File type not supported', - 'Directory download not available in current version' => 'Directory download not available in current version', - 'Directory not available' => 'Directory not available', - 'Done' => 'Done', - 'Close' => 'Close', - 'Copy' => 'Copy', - 'Cancel' => 'Cancel', - 'Rename' => 'Rename', - 'Move' => 'Move', - 'Change Rights' => 'Change Rights', - 'Delete' => 'Delete', - 'Extract' => 'Extract', - 'Create' => 'Create', - 'Compress' => 'Compress', - 'OK' => 'OK', - 'YOU ARE COPYING' => 'YOU ARE COPYING', - 'YOU ARE REMOVING' => 'YOU ARE REMOVING', - 'Delete items' => 'Delete items', - 'Copy files' => 'Copy files', - 'Move files' => 'Move files', - 'Are you sure you want to copy' => 'Are you sure you want to copy', - 'Are you sure you want to move' => 'Are you sure you want to move', - 'Are you sure you want to delete' => 'Are you sure you want to delete', - 'into' => 'into', - 'existing files will be replaced' => 'existing files will be replaced', - 'Original name' => 'Original name', - 'File' => 'File', - 'already exists' => 'already exists', - 'Create file' => 'Create file', - 'Create directory' => 'Create directory', - 'read by owner' => 'read by owner', - 'write by owner' => 'write by owner', - 'execute/search by owner' => 'execute/search by owner', - 'read by group' => 'read by group', - 'write by group' => 'write by group', - 'execute/search by group' => 'execute/search by group', - 'read by others' => 'read by others', - 'write by others' => 'write by others', - 'execute/search by others' => 'execute/search by others', - - 'Shortcuts' => 'Shortcuts', - 'Add New object' => 'Add New object', - 'Save Form' => 'Save Form', - 'Cancel saving form' => 'Cancel saving form', - 'Go to USER list' => 'Go to USER list', - 'Go to WEB list' => 'Go to WEB list', - 'Go to DNS list' => 'Go to DNS list', - 'Go to MAIL list' => 'Go to MAIL list', - 'Go to DB list' => 'Go to DB list', - 'Go to CRON list' => 'Go to CRON list', - 'Go to BACKUP list' => 'Go to BACKUP list', - 'Focus on search' => 'Focus on search', - 'Display/Close shortcuts' => 'Display/Close shortcuts', - 'Move backward through top menu' => 'Move backward through top menu', - 'Move forward through top menu' => 'Move forward through top menu', - 'Enter focused element' => 'Enter focused element', - 'Move up through elements list' => 'Move up through elements list', - 'Move down through elements list' => 'Move down through elements list', - - 'Upload' => 'Upload', - 'New File' => 'New File', - 'New Folder' => 'New Folder', - 'Download' => 'Download', - 'Archive' => 'Archive', - 'Save File (in text editor)' => 'Save File (in text editor)', - 'Close Popup / Cancel' => 'Close Popup / Cancel', - 'Move Cursor Up' => 'Move Cursor Up', - 'Move Cursor Down' => 'Move Cursor Down', - 'Switch to Left Tab' => 'Switch to Left Tab', - 'Switch to Right Tab' => 'Switch to Right Tab', - 'Switch Tab' => 'Switch Tab', - 'Go to the Top of the File List' => 'Go to the Top of the File List', - 'Go to the Last File' => 'Go to the Last File', - 'Open File / Enter Directory' => 'Open File / Enter Directory', - 'Edit File' => 'Edit File', - 'Go to Parent Directory' => 'Go to Parent Directory', - 'Select Current File' => 'Select Current File', - 'Select Bunch of Files' => 'Select Bunch of Files', - 'Add File to the Current Selection' => 'Add File to the Current Selection', - 'Select All Files' => 'Select All Files', - 'shortcuts are inspired by magnificent GNU Midnight Commander file manager' => - 'shortcuts are inspired by magnificent GNU Midnight Commander file manager', - - 'Licence Key' => 'Licence Key', - 'Enter License Key' => 'Enter License Key', - 'Buy Licence' => 'Buy Licence', - 'Buy Lifetime License' => 'Buy Lifetime License', - 'Disable and Cancel Licence' => 'Disable and Cancel Licence', - 'Licence Activated' => 'Licence Activated', - 'Licence Deactivated' => 'Licence Deactivated', - 'Restrict users so that they cannot use SSH and access only their home directory.' => 'Restrict users so that they cannot use SSH and access only their home directory.', - 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.', - 'This is a commercial module, you would need to purchace license key to enable it.' => 'This is a commercial module, you would need to purchace license key to enable it.', - - 'Minutes' => 'Minutes', - 'Hourly' => 'Hourly', - 'Run Command' => 'Run Command', - 'every month' => 'every month', - 'every odd month' => 'every odd month', - 'every even month' => 'every even month', - 'every day' => 'every day', - 'every odd day' => 'every odd day', - 'every even day' => 'every even day', - 'weekdays (5 days)' => 'weekdays (5 days)', - 'weekend (2 days)' => 'weekend (2 days)', - 'Monday' => 'Monday', - 'Tuesday' => 'Tuesday', - 'Wednesday' => 'Wednesday', - 'Thursday' => 'Thursday', - 'Friday' => 'Friday', - 'Saturday' => 'Saturday', - 'Sunday' => 'Sunday', - 'every hour' => 'every hour', - 'every two hours' => 'every two hours', - 'every minute' => 'every minute', - 'every two minutes' => 'every two minutes', - 'every' => 'every', - 'Generate' => 'Generate', - - 'webalizer' => 'webalizer', - 'awstats' => 'awstats', - - 'Vesta SSL' => 'Vesta SSL', - 'SUBJECT' => 'SUBJECT', - 'ALIASES' => 'ALIASES', - 'NOT_BEFORE' => 'NOT_BEFORE', - 'NOT_AFTER' => 'NOT_AFTER', - 'SIGNATURE' => 'SIGNATURE', - 'PUB_KEY' => 'PUB_KEY', - 'ISSUER' => 'ISSUER', - - 'Use server hostname' => 'Use server hostname', - 'Use domain hostname' => 'Use domain hostname', - 'Use STARTTLS' => 'Use STARTTLS', - 'Use SSL' => 'Use SSL', - 'No encryption' => 'No encryption', - 'Do not use encryption' => 'Do not use encryption', - - 'maximum characters length, including prefix' => 'maximum %s characters length, including prefix', - -); From 5c09ca3d8ca807fd46c17edb0f5dc475fbee2735 Mon Sep 17 00:00:00 2001 From: darkworks Date: Sun, 7 May 2017 11:44:44 +0500 Subject: [PATCH 10/14] Create ur.php vesta translation to URDU language --- web/inc/i18n/ur.php | 737 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 737 insertions(+) create mode 100644 web/inc/i18n/ur.php diff --git a/web/inc/i18n/ur.php b/web/inc/i18n/ur.php new file mode 100644 index 00000000..64c19fcd --- /dev/null +++ b/web/inc/i18n/ur.php @@ -0,0 +1,737 @@ + 'پیکیجز', + 'IP' => 'IP', + 'Graphs' => 'گرافس', + 'Statistics' => 'شماریات', + 'Log' => 'لاگ', + 'Server' => 'سرور', + 'Services' => 'سروسز', + 'Firewall' => 'آگ کی دیوار', + 'Updates' => 'تازہ کاریاں', + 'Log in' => 'لاگ ان', + 'Log out' => 'لاگ آوٹ', + + 'USER' => 'صارف', + 'WEB' => 'ویب', + 'DNS' => 'DNS', + 'MAIL' => 'میل', + 'DB' => 'ڈیٹا بیس', + 'CRON' => 'کرون', + 'BACKUP' => 'بیک اپ', + + 'LOGIN' => 'لاگ ان', + 'RESET PASSWORD' => 'پاس ورڈ ری سیٹ', + 'SEARCH' => 'تلاش', + 'PACKAGE' => 'پیکیج', + 'RRD' => 'RRD', + 'STATS' => 'اعدادوشمار', + 'LOG' => 'لاگ', + 'UPDATES' => 'تازہ کاریاں', + 'FIREWALL' => 'آگ کی دیوار', + 'SERVER' => 'سرور', + 'MEMORY' => 'یاداشت', + 'DISK' => 'ڈسک', + 'NETWORK' => 'نیٹ ورک', + 'Web Log Manager' => 'ویب لاگ مینیجر', + + 'no notifications' => 'کوئی اطلاع نہیں', + + 'Add User' => 'صارف شامل کریں', + 'Add Domain' => 'ڈومین کا اضافہ کریں', + 'Add Web Domain' => 'ویب ڈومین کا اضافہ کریں', + 'Add DNS Domain' => 'DNS ڈومین کا اضافہ کریں', + 'Add DNS Record' => 'DNS ریکارڈ شامل', + 'Add Mail Domain' => 'میل ڈومین کا اضافہ کریں', + 'Add Mail Account' => 'میل اکاؤنٹ کا اضافہ کریں', + 'Add Database' => 'ڈیٹا بیس میں شامل کریں', + 'Add Cron Job' => 'کرون کام کا اضافہ کریں', + 'Create Backup' => 'بیک اپ بنائیں', + 'Configure' => 'تشکیل کریں', + 'Restore All' => 'تمام کو بحال کریں', + 'Add Package' => 'پیکیج شامل کریں', + 'Add IP' => 'IP ایڈریس کا اضافہ کریں', + 'Add Rule' => 'اصول شامل کریں', + 'Ban IP Address' => 'بان IP ایڈریس', + 'Search' => 'تلاش کریں', + 'Add one more FTP Account' => 'ایک اور FTP اکاؤنٹ شامل کریں', + 'Overall Statistics' => 'مجموعی طور پر اعداد و شمار', + 'Daily' => 'ڈیلی', + 'Weekly' => 'ویکلی', + 'Monthly' => 'ماہانہ', + 'Yearly' => 'سالانہ', + 'Add' => 'شامل کریں', + 'Back' => 'پیچھے', + 'Save' => 'محفوظ کریں', + 'Submit' => 'جمع', + 'toggle all' => 'تمام ٹاگل', + 'apply to selected' => 'منتخب شدہ پر لاگو', + 'rebuild' => 'تعمیر نو', + 'rebuild web' => 'ویب کی تعمیر نو', + 'rebuild dns' => 'DNS کی تعمیر نو', + 'rebuild mail' => 'میل کی تعمیر نو', + 'rebuild db' => 'DB تعمیر نو ', + 'rebuild cron' => 'کرون تعمیر نو', + 'update counters' => 'اپ ڈیٹ کاؤنٹر', + 'suspend' => 'معطل', + 'unsuspend' => 'بحال', + 'delete' => 'حذف کردیں', + 'show per user' => 'فی صارف شو', + 'login as' => 'طور پر لاگ ان', + 'logout' => 'لاگ آوٹ ', + 'edit' => 'میں ترمیم کریں', + 'open webstats' => 'کھلی webstats', + 'view logs' => 'قول کے لاگز', + 'list records' => 'فہرست ٪s کے ریکارڈز', + 'add record' => 'ریکارڈ شامل', + 'list accounts' => 'فہرست ٪s کے اکاؤنٹس', + 'add account' => 'اکاؤنٹ کا اضافہ', + 'open webmail' => 'کھلی ویب میل', + 'list fail2ban' => 'فہرست fail2ban', + 'open %s' => 'کھلی %s', + 'download' => 'ڈاؤن لوڈ', + 'restore' => 'بحال', + 'configure restore settings' => 'ترتیبات کو بحال ترتیب دینے', + 'stop' => 'بند کرو', + 'start' => 'آغاز', + 'restart' => 'دوبارہ شروع کریں', + 'update' => 'اپ ڈیٹ', + 'generate' => 'پیدا', + 'Generate CSR' => 'CSR بنائیں', + 'reread IP' => 'IP پھر سے پڑھنا', + 'enable autoupdate' => 'آٹو اپ ڈیٹ کو چالو', + 'disable autoupdate' => 'غیر فعال آٹو اپ ڈیٹ', + 'configure' => 'ترتیب دے', + 'Adding User' => 'شامل کرنے صارف', + 'Editing User' => 'ترمیم صارف', + 'Adding Domain' => 'ڈومین کو شامل کرنے سے', + 'Editing Domain' => 'ترمیم ڈومین', + 'Adding DNS Domain' => 'DNS ڈومین کو شامل کرنے سے', + 'Editing DNS Domain' => 'ترمیم DNS ڈومین', + 'Adding DNS Record' => 'DNS ریکارڈ کو شامل کرنے سے', + 'Editing DNS Record' => 'ترمیم DNS ریکارڈ', + 'Adding Mail Domain' => 'میل ڈومین کو شامل کرنے سے', + 'Editing Mail Domain' => 'ترمیم میل ڈومین', + 'Adding Mail Account' => 'میل اکاؤنٹ کو شامل کرنے سے', + 'Editing Mail Account' => 'ترمیم میل اکاؤنٹ', + 'Adding database' => 'ڈیٹا بیس کو شامل کرنے سے', + 'Editing Cron Job' => 'ترمیم کرون کام', + 'Adding Cron Job' => 'کرون کام کو شامل کرنے ', + 'Editing Database' => 'ترمیم ڈیٹا بیس', + 'Adding Package' => 'پیکیج شامل کرنے ', + 'Editing Package' => 'ترمیم پیکیج', + 'Adding IP address' => 'IP ایڈریس کو شامل کرنے سے', + 'Editing IP Address' => 'ترمیم IP ایڈریس', + 'Editing Backup Exclusions' => 'ترمیم بیک اپ بائیکاٹ', + 'Generating CSR' => 'جنیریٹنگ CSR', + 'Listing' => 'فہرست سازی', + 'Search Results' => 'تلاش کے نتائج', + 'Adding Firewall Rule' => 'فصیل اصول کو شامل کرنے سے', + 'Editing Firewall Rule' => 'ترمیم فصیل اصول', + 'Adding IP Address to Banlist' => 'Banlist کرنے IP ایڈریس کو شامل کرنے سے', + 'active' => 'فعال', + 'spnd' => 'معطل', + 'suspended' => 'معطل', + 'running' => 'چلانے', + 'stopped' => 'بند کر دیا', + 'outdated' => 'فرسودہ', + 'updated' => 'اپ ڈیٹ', + 'yes' => 'جی ہاں', + 'no' => 'نہیں', + 'none' => 'کوئی بھی', + 'pb' => 'PB', + 'tb' => 'TB', + 'gb' => 'GB', + 'mb' => 'بی', + 'minute' => 'منٹ', + 'hour' => 'گھنٹہ', + 'day' => 'دن', + 'days' => 'دن', + 'hours' => 'گھنٹے', + 'minutes' => 'منٹ', + 'month' => 'مہینہ', + 'package' => 'پیکج', + 'Bandwidth' => 'بینڈوڈتھ', + 'Disk' => 'ڈسک', + 'Web' => 'ویب', + 'Mail' => 'میل', + 'Databases' => 'ڈیٹا بیس', + 'User Directories' => 'یوزر ڈائریکٹریاں', + 'Template' => 'سانچے', + 'Web Template' => 'ویب سانچہ', + 'Backend Template' => 'پسدید سانچے', + 'Proxy Template' => 'Roxy کی سانچہ', + 'DNS Template' => 'DNS سانچہ', + 'Web Domains' => 'ویب ڈومینز', + 'SSL Domains' => 'SSL ڈومینز', + 'Web Aliases' => 'ویب عرفیتیں', + 'per domain' => 'ڈومین فی', + 'DNS Domains' => 'DNS ڈومینز', + 'DNS domains' => 'DNS ڈومینز', + 'DNS records' => 'DNS ریکارڈز', + 'Name Servers' => 'نام سرور', + 'Mail Domains' => 'میل ڈومینز', + 'Mail Accounts' => 'میل اکاؤنٹس', + 'Cron Jobs' => 'کران نوکریاں', + 'SSH Access' => 'SSH تک رسائی حاصل کریں', + 'IP Address' => 'IP پتہ', + 'IP Addresses' => 'IP پتے', + 'Backups' => 'بیک اپ', + 'Backup System' => 'بیک اپ سسٹم', + 'backup exclusions' => 'بیک اپ بہشکرنوں', + 'template' => 'سانچے', + 'SSL Support' => 'SSL سپورٹ', + 'SSL Home Directory' => 'SSL ہوم', + 'Lets Encrypt Support' => 'ینکریپٹ سپورٹ کی اجازت دیتا ہے', + 'Lets Encrypt' => 'ینکریپٹ کی اجازت دیتا ہے', + 'Your certificate will be automatically issued in 5 minutes' => 'آپ کے سرٹیفکیٹ خود بخود 5 منٹ میں جاری کیا جائے گا', + 'Proxy Support' => 'پراکسی سپورٹ', + 'Proxy Extensions' => 'پراکسی ایکسٹنشن', + 'Web Statistics' => 'ویب کے اعدادوشمار', + 'Additional FTP Account' => 'ایڈیشنل FTP', + 'Path' => 'راہ', + 'SOA' => 'SOA', + 'TTL' => 'TTL', + 'Expire' => 'میعاد ختم', + 'Records' => 'ریکارڈز', + 'Serial' => 'سیریل', + 'Catchall email' => 'مجموعی ای میل', + 'AntiVirus Support' => 'ینٹیوائرس سپورٹ', + 'AntiSpam Support' => 'اینٹی سپیم سپورٹ', + 'DKIM Support' => 'DKIM سپورٹ', + 'Accounts' => 'اکاؤنٹس', + 'Quota' => 'کوٹہ', + 'Autoreply' => 'خودکار جواب', + 'Forward to' => 'آگے بھیجو', + 'Do not store forwarded mail' => 'فارورڈ میل ذخیرہ نہ کریں', + 'IMAP hostname' => 'IMAP میزبان نام', + 'IMAP port' => 'IMAP پورٹ', + 'IMAP security' => 'IMAP سیکورٹی', + 'IMAP auth method' => 'IMAP توثیق کے طریقہ کار', + 'SMTP hostname' => 'SMTP میزبان نام', + 'SMTP port' => 'SMTP پورٹ', + 'SMTP security' => 'SMTP سیکورٹی', + 'SMTP auth method' => 'SMTP توثیق کے طریقہ کار', + 'STARTTLS' => 'STARTTLS', + 'Normal password' => 'عمومی پاس ورڈ', + 'database' => 'ڈیٹا بیس', + 'User' => 'صارف', + 'Host' => 'میزبان', + 'Charset' => 'چارسیٹ', + 'Min' => 'کم سے کم', + 'Hour' => 'قیامت', + 'Day' => 'دن', + 'Month' => 'مہینہ', + 'Day of week' => 'ہفتے کے دن', + 'local' => 'مقامی', + 'Run Time' => 'وقت چلائیں', + 'Backup Size' => 'بیک اپ کا سائز', + 'SYS' => 'SYS', + 'Domains' => 'ڈومینز', + 'Status' => 'سٹیٹس', + 'shared' => 'اشتراک کیا', + 'dedicated' => 'وقف شدہ', + 'Owner' => 'مالک', + 'Users' => 'صارفین', + 'Load Average' => 'لوڈ اوسط', + 'Memory Usage' => 'میموری استعمال', + 'APACHE2 Usage' => 'Apache2 کی ورتن', + 'HTTPD Usage' => 'httpd پر استعمال', + 'NGINX Usage' => 'NGINX استعمال', + 'MySQL Usage on localhost' => 'localhost پر ایس کیو ایل استعمال', + 'PostgreSQL Usage on localhost' => 'localhost پر PostgreSQL کے استعمال', + 'Bandwidth Usage eth0' => 'بینڈوڈتھ کے استعمال eth0 کی', + 'Bandwidth Usage eth1' => 'بینڈوڈتھ کے استعمال eth1', + 'Exim Usage' => 'ایگزم استعمال', + 'FTP Usage' => 'FTP استعمال', + 'SSH Usage' => 'SSH استعمال', + 'reverse proxy' => 'ریورس پراکسی', + 'web server' => 'ویب سرور', + 'dns server' => 'DNS سرور', + 'mail server' => 'میل سرور', + 'pop/imap server' => 'POP / IMAP سرور', + 'email antivirus' => 'ای میل ینٹیوائرس', + 'email antispam' => 'ای میل antispam کے', + 'database server' => 'ڈیٹابیس سرور', + 'ftp server' => 'FTP سرور', + 'job scheduler' => 'ملازمت تخسوچک', + 'firewall' => 'فائروال', + 'brute-force monitor' => 'جانور فورس مانیٹر', + 'CPU' => 'سی پی یو', + 'Memory' => 'یاداشت', + 'Uptime' => 'اپ ٹائم', + 'core package' => 'بنیادی پیکج', + 'php interpreter' => 'پی ایچ پی مترجم', + 'internal web server' => 'اندرونی ویب سرور', + 'Version' => 'نسخہ', + 'Release' => 'رہائی', + 'Architecture' => 'فن تعمیر', + 'Object' => 'آبجیکٹ', + 'Username' => 'صارف کا نام', + 'Password' => 'پاس ورڈ', + 'Email' => 'دوستوں کوارسال کریں', + 'Package' => 'پیکیج', + 'Language' => 'زبان', + 'First Name' => 'پہلا نام', + 'Last Name' => 'آخری نام', + 'Send login credentials to email address' => 'ای میل ایڈریس پر لاگ ان کی اسناد کو بھیجیں', + 'Default Template' => 'پہلے سے طے شدہ سانچہ', + 'Default Name Servers' => 'پہلے سے طے شدہ نام سرورز', + 'Domain' => 'ڈومین', + 'DNS Support' => 'DNS سپورٹ', + 'Mail Support' => 'میل سپورٹ', + 'Advanced options' => 'اعلی درجے کے اختیارات', + 'Basic options' => 'بنیادی اختیارات', + 'Aliases' => 'عرفیتیں', + 'SSL Certificate' => 'SSL سرٹیفکیٹ', + 'SSL Key' => 'SSL کلید', + 'SSL Certificate Authority / Intermediate' => 'SSL سرٹیفکیٹ اتھارٹی / انٹرمیڈیٹ', + 'SSL CSR' => 'SSL CSR', + 'optional' => 'اختیاری', + 'internal' => 'اندرونی', + 'Statistics Authorization' => 'اعدادوشمار کا اجازت', + 'Statistics Auth' => 'شماریات توثیقی', + 'Account' => 'اکاؤنٹ', + 'Prefix will be automaticaly added to username' => 'سابقہ٪ s کو از خود کا صارف کا نام شامل کیا جائے گا', + 'Send FTP credentials to email' => 'ای میل کرنے FTP کے اسناد کو بھیجیں', + 'Expiration Date' => 'میعاد ختم ہونے کی تاریخ', + 'YYYY-MM-DD' => 'YYYY-MM-DD', + 'Name servers' => 'نام سرورز', + 'Record' => 'ریکارڈ', + 'IP or Value' => 'IP یا قدر', + 'Priority' => 'ترجیح', + 'Record Number' => 'ریکارڈ تعداد', + 'in megabytes' => 'میگا بائٹس میں', + 'Message' => 'پیغام', + 'use local-part' => 'مقامی حصہ استعمال', + 'one or more email addresses' => 'ایک یا ایک سے زیادہ ای میل پتے', + 'Prefix will be automaticaly added to database name and database user' => 'سابقہ٪ s کو از خود ڈیٹا بیس نام اور ڈیٹا بیس صارف کو شامل کیا جائے گا.', + 'Database' => 'ڈیٹا بیس', + 'Type' => 'قسم', + 'Minute' => 'منٹ', + 'Command' => 'کمانڈ', + 'Package Name' => 'پیکیج کے نام', + 'Netmask' => 'Netmask', + 'Interface' => 'انٹرفیس', + 'Shared' => 'اشتراک کیا', + 'Assigned user' => 'تفویض صارف', + 'Assigned domain' => 'تفویض ڈومین', + 'NAT IP association' => 'NAT IP ایسوسی ایشن', + 'shell' => 'شیل', + 'web domains' => 'ویب ڈومینز', + 'web aliases' => 'ویب عرفیتیں', + 'dns records' => 'DNS ریکارڈز', + 'mail domains' => 'میل ڈومینز', + 'mail accounts' => 'میل اکاؤنٹس', + 'accounts' => 'اکاؤنٹس', + 'databases' => 'ڈیٹا بیس', + 'cron jobs' => 'کرون ملازمتوں', + 'backups' => 'بیک اپ', + 'quota' => 'کوٹہ', + 'day of week' => 'ہفتے کے دن', + 'cmd' => 'CMD', + 'users' => 'صارفین', + 'domains' => 'ڈومینز', + 'aliases' => 'عرفی نام', + 'records' => 'ریکارڈز', + 'jobs' => 'ملازمتیں', + 'username' => 'کا صارف کا نام', + 'password' => 'پاس ورڈ', + 'type' => 'قسم', + 'charset' => 'چارسیٹ', + 'domain' => 'ڈومین', + 'ip' => 'IP', + 'ip address' => 'IP پتہ', + 'IP address' => 'IP پتہ', + 'netmask' => 'netmask', + 'interface' => 'انٹرفیس', + 'assigned user' => 'تفویض صارف', + 'ns1' => 'ns1', + 'ns2' => 'ns2', + 'user' => 'صارف', + 'email' => 'ای میل', + 'first name' => 'پہلا نام', + 'last name' => 'آخری نام', + 'account' => 'اکاؤنٹ', + 'ssl certificate' => 'SSL سرٹیفکیٹ', + 'ssl key' => 'SSL کلید', + 'stats user password' => 'اعدادوشمار صارف پاس ورڈ', + 'stats username' => 'اعدادوشمار صارف نام', + 'stats password' => 'اعدادوشمار کا پاس ورڈ', + 'ftp user password' => 'ایف ٹی پی صارف کا پاس ورڈ', + 'ftp user' => 'ایف ٹی پی صارف', + 'Last 70 lines of %s.%s.log' => '٪s کو کے آخری 70 لائنوں. ٪s.log', + 'AccessLog' => 'AccessLog', + 'ErrorLog' => 'ErrorLog', + 'Download AccessLog' => 'لوڈ AccessLog', + 'Download ErrorLog' => 'لوڈ ErrorLog', + 'Country' => 'ملک', + '2 letter code' => '2 خط کوڈ', + 'State / Province' => 'ریاست / صوبہ', + 'City / Locality' => 'شہر / مقامی جگہیں', + 'Organization' => 'ادارہ', + 'Action' => 'عمل', + 'Protocol' => 'پروٹوکول', + 'Port' => 'پورٹ', + 'Comment' => 'تبصرہ', + 'Banlist' => 'Banlist', + 'ranges are acceptable' => 'حدود قابل قبول ہیں', + 'CIDR format is supported' => 'CIDR کی شکل کی حمایت کی ہے', + 'ACCEPT' => 'قبول', + 'DROP' => 'ڈراپ', + 'TCP' => 'TCP', + 'UDP' => 'UDP', + 'ICMP' => 'ICMP', + 'SSH' => 'SSH', + 'FTP' => 'FTP', + 'VESTA' => 'Vesta کی', + 'Add one more Name Server' => 'ایک اور نام سرور شامل کریں', + 'web domain' => 'ویب ڈومین', + 'dns domain' => 'DNS ڈومین', + 'dns record' => 'DNS ریکارڈ', + 'mail domain' => 'میل ڈومین', + 'mail account' => 'میل اکاؤنٹ', + 'cron job' => 'کرون کام', + 'cron' => 'کرون', + 'user dir' => 'صارف دیر', + 'unlimited' => 'لامحدود', + '1 account' => '1 اکاؤنٹ', + '%s accounts' => '٪s کے اکاؤنٹس', + '1 domain' => '1 ڈومین', + '%s domains' => '٪s کو ڈومینز', + '1 record' => '1 ریکارڈ', + '%s records' => '٪s کے ریکارڈز', + '1 mail account' => '1 میل اکاؤنٹ', + '%s mail accounts' => '٪s کو میل اکاؤنٹس', + '1 database' => '1 ڈیٹا بیس', + '%s databases' => '٪s کے ڈیٹا بیس', + '1 cron job' => '1 کرون کام', + '%s cron jobs' => '٪s کو کرون ملازمتوں', + '1 archive' => '1 محفوظ شدہ دستاویزات', + '%s archives' => '٪s کو آرکائیوز', + '1 item' => '1 آئٹم', + '%s items' => '٪s آئٹمز', + '1 package' => '1 پیکج', + '%s packages' => '٪s کو پیکجوں', + '1 IP address' => '1 IP پتہ', + '%s IP addresses' => '٪s کے IP پتے', + '1 month' => '1 مہینہ', + '%s months' => '٪s کے مہینوں', + '1 log record' => '1 دلے ریکارڈ', + '%s log records' => '٪s کے تبا ریکارڈز', + '1 object' => '1 اعتراض', + '%s objects' => '٪s کو اشیاء', + 'no exclusions' => 'کوئی استثنائی صورتوں', + '1 rule' => '1 حکمرانی', + '%s rules' => '٪s کے قوانین', + 'There are no currently banned IP' => 'کوئی فی الحال IP وہاں پابندی ہے', + + 'USER_CREATED_OK' => '.کامیابی کے ساتھ کیا گیا ہے %s صارف', + 'WEB_DOMAIN_CREATED_OK' => '.کامیابی کے ساتھ کیا گیا ہے %s ڈومین', + 'DNS_DOMAIN_CREATED_OK' => '.کامیابی کے ساتھ کیا گیا ہے %s DNS ڈومین', + 'DNS_RECORD_CREATED_OK' => '.کامیابی کے ساتھ کیا گیا ہے %s.%s ریکارڈز', + 'MAIL_DOMAIN_CREATED_OK' => '.کامیابی کے ساتھ کیا گیا ہے %s میل ڈومین', + 'MAIL_ACCOUNT_CREATED_OK' => '.کامیابی کے ساتھ کیا گیا ہے %s@%s میل اکاؤنٹ', + 'DATABASE_CREATED_OK' => '.کامیابی کے ساتھ کیا گیا ہے %s ڈیٹا بیس', + 'CRON_CREATED_OK' => '.کران کام کو کامیابی سے پیدا کیا گیا ہے', + 'IP_CREATED_OK' => '.کامیابی کے ساتھ کیا گیا ہے %s IP پتہ', + 'PACKAGE_CREATED_OK' => '.کامیابی کے ساتھ کیا گیا ہے %s پیکیج', + 'SSL_GENERATED_OK' => 'سرٹیفکیٹ کامیابی سے پیدا کیا گیا ہے.', + 'RULE_CREATED_OK' => 'قاعدہ کامیابی سے پیدا کیا گیا ہے.', + 'BANLIST_CREATED_OK' => 'IP ایڈریس کامیابی سے پابندی لگا دی گئی ہے', + 'Autoupdate has been successfully enabled' => 'آٹو اپ ڈیٹ کو کامیابی کا فعال کردیا گیا ہے.', + 'Autoupdate has been successfully disabled' => 'آٹو اپ ڈیٹ کامیابی سے غیر فعال کر دیا گیا ہے.', + 'Cronjob email reporting has been successfully enabled' => 'cronjob کا ای میل رپورٹنگ کامیابی فعال کردیا گیا ہے', + 'Cronjob email reporting has been successfully disabled' => 'cronjob کا ای میل رپورٹنگ کامیابی سے غیر فعال کر دیا گیا ہے', + 'Changes has been saved.' => 'تبدیلیاں محفوظ ہوگئی ہیں.', + 'Confirmation' => 'توثیق', + 'DELETE_USER_CONFIRMATION' => 'آپ صارف٪ s کو حذف کرنا چاہتے ہیں؟', + 'SUSPEND_USER_CONFIRMATION' => 'کیا آپ صارف٪ s کو معطل کرنا چاہتے ہیں؟', + 'UNSUSPEND_USER_CONFIRMATION' => 'آپ صارف٪ s کو unsuspend چاہتے ہیں؟', + 'DELETE_DOMAIN_CONFIRMATION' => 'آپ کے ڈومین٪ s کو حذف کرنا چاہتے ہیں؟', + 'SUSPEND_DOMAIN_CONFIRMATION' => 'کیا آپ واقعی ڈومین٪ s کو معطل کرنا چاہتے ہیں؟', + 'UNSUSPEND_DOMAIN_CONFIRMATION' => 'کیا آپ واقعی ڈومین٪ s کو unsuspend چاہتے ہیں؟', + 'DELETE_RECORD_CONFIRMATION' => 'کیا آپ ریکارڈ٪ s کو حذف کرنا چاہتے ہیں؟', + 'SUSPEND_RECORD_CONFIRMATION' => 'آپ ریکارڈ٪ s کو معطل کرنے چاہتے ہیں؟', + 'UNSUSPEND_RECORD_CONFIRMATION' => 'کیا آپ ریکارڈ٪ s کو unsuspend چاہتے ہیں؟', + 'DELETE_MAIL_ACCOUNT_CONFIRMATION' => 'آپ٪ s کو حذف کرنا چاہتے ہیں؟', + 'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'آپ٪ s کو معطل کرنے چاہتے ہیں؟', + 'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'آپ٪ s کو unsuspend چاہتے ہیں؟', + 'DELETE_DATABASE_CONFIRMATION' => 'کیا آپ ڈیٹابیس٪ s کو حذف کرنا چاہتے ہیں؟', + 'SUSPEND_DATABASE_CONFIRMATION' => 'کیا آپ ڈیٹابیس٪ s کو معطل کرنا چاہتے ہیں؟', + 'UNSUSPEND_DATABASE_CONFIRMATION' => 'آپ ڈیٹابیس٪ s unsuspend چاہتے ہیں؟', + 'DELETE_CRON_CONFIRMATION' => 'کیا آپ کرون کام کو حذف کرنا چاہتے ہیں؟', + 'SUSPEND_CRON_CONFIRMATION' => 'کیا آپ کرون کام معطل کرنا چاہتے ہیں؟', + 'UNSUSPEND_CRON_CONFIRMATION' => 'کیا آپ کرون کام unsuspend چاہتے ہیں؟', + 'DELETE_BACKUP_CONFIRMATION' => 'آپ٪ s کے بیک اپ کو حذف کرنا چاہتے ہیں؟', + 'DELETE_EXCLUSION_CONFIRMATION' => 'آپ٪ s کو علیحدہ کرنے حذف کرنا چاہتے ہیں؟', + 'DELETE_PACKAGE_CONFIRMATION' => 'کیا آپ پیکج٪ s کو حذف کرنا چاہتے ہیں؟', + 'DELETE_IP_CONFIRMATION' => 'کیا آپ کا IP پتہ٪ s کو حذف کرنا چاہتے ہیں؟', + 'DELETE_RULE_CONFIRMATION' => 'آپ راج #٪ s کو حذف کرنا چاہتے ہیں؟', + 'SUSPEND_RULE_CONFIRMATION' => 'کیا آپ واقعی راج #٪ s کو معطل کرنا چاہتے ہیں؟', + 'UNSUSPEND_RULE_CONFIRMATION' => 'آپ حکمرانی #٪ ے unsuspend چاہتے ہیں؟', + 'LEAVE_PAGE_CONFIRMATION' => 'صفحہ چھوڑیں؟', + 'RESTART_CONFIRMATION' => 'آپ٪ s کو دوبارہ شروع کرنے کی چاہتے ہیں؟', + 'Welcome' => 'خوش آمدید', + 'LOGGED_IN_AS' => 'صارف کے طور پر لاگ٪ ے', + 'Error' => 'خرابی', + 'Invalid username or password' => 'غلط صارف نام یا پاس ورڈ.', + 'Invalid username or code' => 'غلط صارف نام یا کوڈ.', + 'Passwords not match' => 'پاس ورڈ میچ نہیں کرتے.', + 'Please enter valid email address.' => 'برائے مہربانی قابل قبول ای میل ایڈریس لکھیں.', + 'Field "%s" can not be blank.' => 'فیلڈ "٪s" کو خالی نہیں ہو سکتا.', + 'Password is too short.' => 'پاس ورڈ کافی چھوٹا ہے (کم از کم 6 حروف ہے)', + 'Error code:' => 'خرابی کا کوڈ:٪ ے', + 'SERVICE_ACTION_FAILED' => '"٪s" کو "٪s" کو ناکام ہوگئی', + 'IP address is in use' => 'IP پتہ استعمال میں ہے', + 'BACKUP_SCHEDULED' => 'ٹاسک قطار میں شامل کیا گیا ہے. آپ کو ایک ای میل اطلاع حاصل کریں گے آپ کے بیک اپ ڈاؤن لوڈ کے لئے تیار ہے جب.', + 'BACKUP_EXISTS' => 'ایک موجودہ بیک اپ کو پہلے ہی چل رہا ہے. کہ بیک اپ کو ختم کرنے کے لئے براہ کرم انتظار کریں.', + 'RESTORE_SCHEDULED' => 'ٹاسک قطار میں شامل کیا گیا ہے. جب آپ کو بحال مکمل کیا گیا ہے آپ کو ایک ای میل کی اطلاع وصول کریں گے.', + 'RESTORE_EXISTS' => 'ایک موجودہ بحالی کا کام پہلے سے ہی چل رہا ہے. جو اسے دوبارہ شروع کرنے سے پہلے ختم کرنے کے لئے براہ کرم انتظار کریں.', + 'WEB_EXCLUSIONS' => 'قسم ڈومین کا نام ہے، ایک فی لائن. تمام ڈومینز استعمال کرتے خارج کرنے کے *. شکل مندرجہ ذیل مخصوص dirs استعمال کو خارج کرنے کے لئے: domain.com:public_html/cache:public_html/tmp', + 'DNS_EXCLUSIONS' => 'قسم ڈومین کا نام ہے، ایک فی لائن. تمام ڈومینز استعمال کرتے خارج کرنے کے *', + 'MAIL_EXCLUSIONS' => 'قسم ڈومین کا نام ہے، ایک فی لائن. تمام ڈومینز استعمال کرتے خارج کرنے کے *. شکل مندرجہ ذیل مخصوص اکاؤنٹس کے استعمال کو خارج کرنے کے لئے: domain.com:info:support:postmaster', + 'DB_EXCLUSIONS' => 'مکمل ڈیٹا بیس کا نام ٹائپ کریں، فی لائن ایک. تمام ڈیٹا بیس کا استعمال کرتے خارج کرنے کے *', + 'CRON_EXCLUSIONS' => 'تمام ملازمتوں کا استعمال کرتے خارج کرنے کے *', + 'USER_EXCLUSIONS' => 'قسم ڈائریکٹری کا نام ہے، ایک فی لائن. تمام dirs استعمال کرتے exlude کرنے *', + 'Welcome to Vesta Control Panel' => 'Vesta کی کنٹرول پینل میں خوش آمدید', + 'MAIL_FROM' => ' Vesta کی کنٹرول پینل ', + 'GREETINGS_GORDON_FREEMAN' => "ہیلو, %s %s,\n", + 'GREETINGS' => "ہیلو,\n", + 'ACCOUNT_READY' => "\n\nhttps://%s/login/\nUsername: %s\nPassword: %s\n\n--\nVesta Control Panel\n .آپ کا اکاؤنٹ بنا دیا گیا ہے اور استعمال کے لئے تیار ہے", + + 'FTP login credentials' => 'FTP لاگ ان کی اسناد', + 'FTP_ACCOUNT_READY' => "\n\nHostname: %s\nUsername: %s_%s\nPassword: %s\n\n--\nVesta Control Panel\n .اکاؤنٹ بنا دیا گیا ہے اور استعمال کے لئے تیار ہے FTP", + + 'Database Credentials' => 'ڈیٹا بیس کی اسناد', + 'DATABASE_READY' => "\n\nDatabase: %s\nUser: %s\nPassword: %s\n%s\n\n--\nVesta Control Panel\n .ڈیٹا بیس کی کامیابی کے ساتھ بن گیا ہے.", + + 'forgot password' => 'پاسورڈ بھول گے', + 'Confirm' => 'تصدیق کریں', + 'New Password' => 'نیا پاس ورڈ', + 'Confirm Password' => 'پاس ورڈ کی توثیق', + 'Reset' => 'پھر سیٹ کریں', + 'Reset Code' => 'کوڈ کو دوبارہ ترتیب دیں', + 'RESET_NOTICE' => '', + 'RESET_CODE_SENT' => '
پاس ورڈ دوبارہ ترتیب دینے کا کوڈ آپ کے ای میل ایڈریس پر بھیج دیا گیا ہے', + 'MAIL_RESET_SUBJECT' => '%s میں پاس ورڈ ری سیٹ', + 'PASSWORD_RESET_REQUEST' => "\n\n--\nVesta Control Panel\n آپ کا پاس ورڈ دوبارہ ترتیب دینے کی درخواست نہیں کی ہے تو، یہ پیغام نظرانداز اور ہماری معذرت قبول کریں. \n%s\n\n :اور مندرجہ ذیل ری سیٹ کوڈ درج کریں: https://%s/reset/?action=code&user=%s آپ کے لئے جا سکتے ہیں متبادل طور پر \nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\n : اپنے کنٹرول پینل پاس ورڈ ری سیٹ کرنے کے لئے، اس لنک کی پیروی کریں", + + 'Jan' => 'جان', + 'Feb' => 'فروری', + 'Mar' => 'مارچ', + 'Apr' => 'اپریل', + 'May' => 'مئی', + 'Jun' => 'جون', + 'Jul' => 'جولائی', + 'Aug' => 'اگست', + 'Sep' => 'ستمبر', + 'Oct' => 'اکتوبر', + 'Nov' => 'نومبر', + 'Dec' => 'دسمبر', + 'Configuring Server' => 'ترتیب سرور', + 'Hostname' => 'میزبان کا نام', + 'Time Zone' => 'ٹائم زون', + 'Default Language' => 'پہلے سے طے شدہ زبان', + 'Proxy Server' => 'پراکسی سرور', + 'Web Server' => 'ویب سرور', + 'Backend Server' => 'پسدید سرور', + 'Backend Pool Mode' => 'پسدید پول موڈ', + 'DNS Server' => 'DNS سرور', + 'DNS Cluster' => 'DNS کلسٹر', + 'MAIL Server' => 'میل سرور', + 'Antivirus' => 'اینٹی وائرس', + 'AntiSpam' => 'اینٹی سپیم', + 'Webmail URL' => 'ویب میل URL', + 'MySQL Support' => 'ایس کیو ایل کی معاونت کی', + 'phpMyAdmin URL' => 'phpMyAdmin کے یو آر ایل', + 'PostgreSQL Support' => 'PostgreSQL کی سپورٹ', + 'phpPgAdmin URL' => 'phpPgAdmin URL', + 'Maximum Number Of Databases' => 'زیادہ سے زیادہ ڈیٹا بیس کی تعداد', + 'Current Number Of Databases' => 'ڈیٹا بیس کی موجودہ تعداد', + 'Local backup' => 'لوکل بیک اپ', + 'Compression level' => 'سمپیڑن کی سطح', + 'Directory' => 'ڈائریکٹری', + 'Remote backup' => 'ریموٹ بیک اپ', + 'ftp' => 'FTP', + 'sftp' => 'SFTP', + 'SFTP Chroot' => 'SFTP Chroot', + 'FileSystem Disk Quota' => 'فائل سسٹم ڈسک کوٹہ', + 'Vesta Control Panel Plugins' => 'Vesta کی کنٹرول پینل پلگ انز', + 'preview' => 'پیش نظارہ', + 'Reseller Role' => 'ری سیلر کردار', + 'Web Config Editor' => 'ویب تشکیل ایڈیٹر', + 'Template Manager' => 'سانچہ مینیجر', + 'Backup Migration Manager' => 'بیک اپ مائیگریشن مینیجر', + 'FileManager' => 'فائل مینیجر', + 'show: CPU / MEM / NET / DISK' => 'دکھائیں: CPU / MEM / NET / ڈسک', + 'sort by' => 'بہ ترتیب', + 'Date' => 'تاریخ', + 'Starred' => 'ستارے کے نشان', + 'Name' => 'نام', + 'save to favorites' => 'پسندیدہ میں محفوظ کریں', + 'File Manager' => 'فائل منیجر', + 'size' => 'سائز', + 'date' => 'تاریخ', + 'name' => 'نام', + 'Initializing' => 'شروع', + 'UPLOAD' => 'UPLOAD', + 'NEW FILE' => 'نئی فائل', + 'NEW DIR' => 'نیا DIR', + 'DELETE' => 'DELETE', + 'RENAME' => 'نام تبدیل کریں', + 'MOVE' => 'اقدام', + 'RIGHTS' => 'حقوق', + 'COPY' => 'COPY', + 'ARCHIVE' => 'محفوظ شدہ', + 'EXTRACT' => 'اقتباس', + 'DOWNLOAD' => 'ڈاؤن لوڈ، اتارنا', + 'Are you sure?' => 'کیا تمہیں یقین ہے؟', + 'Hit' => 'مارو', + 'to reload the page' => 'صفحہ دوبارہ لوڈ', + 'Directory name cannot be empty' => 'ڈائرکٹری کا نام خالی نہیں رہ سکتا', + 'File name cannot be empty' => 'فائل کا نام خالی نہیں رہ سکتا', + 'No file selected' => 'کوئی فائل منتخب شدہ', + 'No file or folder selected' => 'کوئی فائل یا فولڈر کو منتخب کیا', + 'File type not supported' => 'فائل کی قسم کی سہولت نہیں', + 'Directory download not available in current version' => 'ڈائریکٹری لوڈ موجودہ ورژن میں دستیاب نہیں', + 'Directory not available' => 'ڈائریکٹری دستیاب نہیں', + 'Done' => 'ہو گیا', + 'Close' => 'بند', + 'Copy' => 'کاپی', + 'Cancel' => 'منسوخ کریں', + 'Rename' => 'نام تبدیل کریں', + 'Move' => 'اقدام', + 'Change Rights' => 'تبدیل حقوق', + 'Delete' => 'حذف کریں', + 'Extract' => 'اقتباس', + 'Create' => 'بنانا', + 'Compress' => 'سکیڑیں', + 'OK' => 'ٹھیک ہے', + 'YOU ARE COPYING' => 'آپ کاپی کر رہے ہیں', + 'YOU ARE REMOVING' => 'YOU ہٹا رہے ہیں', + 'Delete items' => 'آئٹمز کو حذف کریں', + 'Copy files' => 'کاپی فائلوں', + 'Move files' => 'فائلوں کو منتقل کریں', + 'Are you sure you want to copy' => 'کیا آپ واقعی کاپی کرنا چاہتے ہیں', + 'Are you sure you want to move' => 'کیا آپ واقعی میں منتقل کرنا چاہتے ہیں', + 'Are you sure you want to delete' => 'کیا آپ واقعی حذف کرنا چاہتے ہیں', + 'into' => 'میں', + 'existing files will be replaced' => 'موجودہ فائلوں کو تبدیل کیا جائے گا', + 'Original name' => 'اصل نام', + 'File' => 'فائل', + 'already exists' => 'پہلے سے موجود ہے', + 'Create file' => 'فائل بنائیں', + 'Create directory' => 'ڈائریکٹری تشکیل دیں', + 'read by owner' => 'مالک کی طرف سے پڑھیں', + 'write by owner' => 'مالک کی طرف سے لکھ', + 'execute/search by owner' => 'پھانسی کے مالک کی طرف سے / تلاش', + 'read by group' => 'گروپ کی طرف سے پڑھیں', + 'write by group' => 'گروپ کی طرف سے لکھ', + 'execute/search by group' => 'پھانسی کے گروپ کی طرف سے / تلاش', + 'read by others' => 'دوسروں کی طرف سے پڑھا', + 'write by others' => 'دوسروں کی طرف سے لکھ', + 'execute/search by others' => 'پھانسی دوسروں کی طرف سے / تلاش', + 'Shortcuts' => 'شارٹ کٹ', + 'Add New object' => 'نیا اعتراض شامل کریں', + 'Save Form' => 'فارم محفوظ کریں', + 'Cancel saving form' => 'بچت فارم منسوخ', + 'Go to USER list' => 'صارف کی فہرست پر جائیں', + 'Go to WEB list' => 'WEB فہرست پر جائیں', + 'Go to DNS list' => 'DNS فہرست پر جائیں', + 'Go to MAIL list' => 'میل کی فہرست پر جائیں', + 'Go to DB list' => 'DB فہرست پر جائیں', + 'Go to CRON list' => 'کران فہرست پر جائیں', + 'Go to BACKUP list' => 'بیک اپ فہرست پر جائیں', + 'Focus on search' => 'کی تلاش پر توجہ مرکوز کریں', + 'Display/Close shortcuts' => 'ڈسپلے / شارٹ کٹس بند کریں', + 'Move backward through top menu' => 'سب مینو کے ذریعے پسماندہ منتقل کریں', + 'Move forward through top menu' => 'سب مینو کے ذریعے آگے بڑھنے', + 'Enter focused element' => 'مرکوز عنصر درج', + 'Move up through elements list' => 'عناصر فہرست کے ذریعے اوپر منتقل کریں', + 'Move down through elements list' => 'عناصر فہرست کے ذریعے نیچے لے جائیں', + 'Upload' => 'اپ لوڈ کریں', + 'New File' => 'نئی فائل', + 'New Folder' => 'نیا فولڈر', + 'Download' => 'لوڈ', + 'Archive' => 'محفوظ شدہ دستاویزات', + 'Save File (in text editor)' => 'فائل (ٹیکسٹ ایڈیٹر میں) محفوظ کریں', + 'Close Popup / Cancel' => 'بند پاپ اپ / منسوخ', + 'Move Cursor Up' => 'کرسر کو منتقل کریں', + 'Move Cursor Down' => 'کرسر کو نیچے منتقل کریں', + 'Switch to Left Tab' => 'بایاں ٹیب پر سوئچ', + 'Switch to Right Tab' => 'دایاں ٹیب پر سوئچ', + 'Switch Tab' => 'ٹیب جوڑئیے', + 'Go to the Top of the File List' => 'فائل فہرست میں سب پر جائیں', + 'Go to the Last File' => 'آخری فائل پر جائیں', + 'Open File / Enter Directory' => 'اوپن فائل / ڈائریکٹری درج کریں', + 'Edit File' => 'فائل میں ترمیم', + 'Go to Parent Directory' => 'پیرنٹ ڈائریکٹری پر جائیں', + 'Select Current File' => 'موجودہ فائل منتخب کریں', + 'Select Bunch of Files' => 'فائلوں کا گروپ منتخب کریں', + 'Add File to the Current Selection' => 'موجودہ انتخاب کو فائل میں شامل کریں', + 'Select All Files' => 'تمام فائلوں کو منتخب', + 'shortcuts are inspired by magnificent GNU Midnight Commander file manager' => + '.فائل مینیجر Midnight Commander شارٹ کٹ شاندار GNU سے متاثر ہیں', + 'Licence Key' => 'لائسنس کلید', + 'Enter License Key' => 'لائسنس کلید درج کریں', + 'Buy Licence' => 'ابھی لائسنس', + 'Buy Lifetime License' => 'ابھی لائف ٹائم لائسنس', + 'Disable and Cancel Licence' => 'غیر فعال کریں اور لائسنس منسوخ', + 'Licence Activated' => 'لائسنس چالو', + 'Licence Deactivated' => 'لائسنس غیر فعال', + 'Restrict users so that they cannot use SSH and access only their home directory.' => 'وہ SSH اور رسائی صرف ان کے گھر کی ڈائریکٹری کا استعمال نہیں کر سکتے ہیں تاکہ صارفین کو محدود کریں.', + 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => 'براؤز کریں، کاپی، ترمیم، دیکھیں، اور مکمل طور پر نمایاں فائل مینیجر کا استعمال کرتے ہوئے آپ کی ویب ڈومین فائلوں کی تمام بازیافت.', + 'This is a commercial module, you would need to purchace license key to enable it.' => 'یہ ایک تجارتی ماڈیول ہے، آپ اسے چالو کرنے کے لئے لائسنس کی چابی purchace کرنے کی ضرورت گا.', + 'Minutes' => 'منٹس', + 'Hourly' => 'گھنٹہ وار', + 'Run Command' => 'چلائیں کمان', + 'every month' => 'ہر مہینے', + 'every odd month' => 'ہر طاق مہینہ', + 'every even month' => 'ہر بھی مہینہ', + 'every day' => 'ہر روز', + 'every odd day' => 'ہر طاق دن', + 'every even day' => 'ہر بھی دن', + 'weekdays (5 days)' => 'ہفتے کے دن (5 اور دن)', + 'weekend (2 days)' => 'ہفتے کے آخر میں (2 دن)', + 'Monday' => 'سوموار', + 'Tuesday' => 'منگل', + 'Wednesday' => 'بدھ', + 'Thursday' => 'جمعرات', + 'Friday' => 'جمعہ', + 'Saturday' => 'ہفتے کے روز', + 'Sunday' => 'اتوار', + 'every hour' => 'ہر گھنٹے', + 'every two hours' => 'ہر دو گھنٹے', + 'every minute' => 'ہر منٹ', + 'every two minutes' => 'ہر دو منٹ', + 'every' => 'ہر کوئی', + 'Generate' => 'بنائیں', + 'webalizer' => 'webalizer', + 'awstats' => 'awstats', + 'Vesta SSL' => 'Vesta کی SSL', + 'SUBJECT' => 'مضمون', + 'ALIASES' => 'عرفیتیں', + 'NOT_BEFORE' => 'NOT_BEFORE', + 'NOT_AFTER' => 'NOT_AFTER', + 'SIGNATURE' => 'دستخط', + 'PUB_KEY' => 'PUB_KEY', + 'ISSUER' => 'ISSUER', + 'Use server hostname' => 'سرور استعمال میزبان نام', + 'Use domain hostname' => 'ڈومین کا استعمال میزبان نام', + 'Use STARTTLS' => 'STARTTLS استعمال', + 'Use SSL' => 'SSL استعمال کریں', + 'No encryption' => 'کوئی خفیہ کاری', + 'Do not use encryption' => 'خفیہ کاری کا استعمال نہ کریں', + 'maximum characters length, including prefix' => 'زیادہ سے زیادہ ٪s کو حروف لمبائی، سابقہ سم', + '%s rule' => 'قواعد %s', + 'MainDomain' => 'اہم ڈومین', + 'SubDomain' => 'ذیلی ڈومین', + 'Add Sub Domain' => 'ذیلی ڈومین کا اضافہ کریں', +); From 577939610d07d5751f45c249c4f4a4176fe2f55f Mon Sep 17 00:00:00 2001 From: darkworks Date: Mon, 30 Oct 2017 09:51:07 +0500 Subject: [PATCH 11/14] ur.php translation of vesta eng file to urdu language. --- web/inc/i18n/ur.php | 46 ++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/web/inc/i18n/ur.php b/web/inc/i18n/ur.php index 64c19fcd..dd27c269 100644 --- a/web/inc/i18n/ur.php +++ b/web/inc/i18n/ur.php @@ -451,33 +451,33 @@ $LANG['en'] = array( 'Cronjob email reporting has been successfully disabled' => 'cronjob کا ای میل رپورٹنگ کامیابی سے غیر فعال کر دیا گیا ہے', 'Changes has been saved.' => 'تبدیلیاں محفوظ ہوگئی ہیں.', 'Confirmation' => 'توثیق', - 'DELETE_USER_CONFIRMATION' => 'آپ صارف٪ s کو حذف کرنا چاہتے ہیں؟', - 'SUSPEND_USER_CONFIRMATION' => 'کیا آپ صارف٪ s کو معطل کرنا چاہتے ہیں؟', - 'UNSUSPEND_USER_CONFIRMATION' => 'آپ صارف٪ s کو unsuspend چاہتے ہیں؟', - 'DELETE_DOMAIN_CONFIRMATION' => 'آپ کے ڈومین٪ s کو حذف کرنا چاہتے ہیں؟', - 'SUSPEND_DOMAIN_CONFIRMATION' => 'کیا آپ واقعی ڈومین٪ s کو معطل کرنا چاہتے ہیں؟', - 'UNSUSPEND_DOMAIN_CONFIRMATION' => 'کیا آپ واقعی ڈومین٪ s کو unsuspend چاہتے ہیں؟', - 'DELETE_RECORD_CONFIRMATION' => 'کیا آپ ریکارڈ٪ s کو حذف کرنا چاہتے ہیں؟', - 'SUSPEND_RECORD_CONFIRMATION' => 'آپ ریکارڈ٪ s کو معطل کرنے چاہتے ہیں؟', - 'UNSUSPEND_RECORD_CONFIRMATION' => 'کیا آپ ریکارڈ٪ s کو unsuspend چاہتے ہیں؟', - 'DELETE_MAIL_ACCOUNT_CONFIRMATION' => 'آپ٪ s کو حذف کرنا چاہتے ہیں؟', - 'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'آپ٪ s کو معطل کرنے چاہتے ہیں؟', - 'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'آپ٪ s کو unsuspend چاہتے ہیں؟', - 'DELETE_DATABASE_CONFIRMATION' => 'کیا آپ ڈیٹابیس٪ s کو حذف کرنا چاہتے ہیں؟', - 'SUSPEND_DATABASE_CONFIRMATION' => 'کیا آپ ڈیٹابیس٪ s کو معطل کرنا چاہتے ہیں؟', - 'UNSUSPEND_DATABASE_CONFIRMATION' => 'آپ ڈیٹابیس٪ s unsuspend چاہتے ہیں؟', + 'DELETE_USER_CONFIRMATION' => 'آپ صارف ٪s کو حذف کرنا چاہتے ہیں؟', + 'SUSPEND_USER_CONFIRMATION' => 'کیا آپ صارف ٪s کو معطل کرنا چاہتے ہیں؟', + 'UNSUSPEND_USER_CONFIRMATION' => 'آپ صارف ٪s کو unsuspend چاہتے ہیں؟', + 'DELETE_DOMAIN_CONFIRMATION' => 'آپ کے ڈومین ٪s کو حذف کرنا چاہتے ہیں؟', + 'SUSPEND_DOMAIN_CONFIRMATION' => 'کیا آپ واقعی ڈومین ٪s کو معطل کرنا چاہتے ہیں؟', + 'UNSUSPEND_DOMAIN_CONFIRMATION' => 'کیا آپ واقعی ڈومین ٪s کو unsuspend چاہتے ہیں؟', + 'DELETE_RECORD_CONFIRMATION' => 'کیا آپ ریکارڈ ٪s کو حذف کرنا چاہتے ہیں؟', + 'SUSPEND_RECORD_CONFIRMATION' => 'آپ ریکارڈ ٪s کو معطل کرنے چاہتے ہیں؟', + 'UNSUSPEND_RECORD_CONFIRMATION' => 'کیا آپ ریکارڈ ٪s کو unsuspend چاہتے ہیں؟', + 'DELETE_MAIL_ACCOUNT_CONFIRMATION' => 'آپ ٪s کو حذف کرنا چاہتے ہیں؟', + 'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'آپ ٪s کو معطل کرنے چاہتے ہیں؟', + 'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'آپ ٪s کو unsuspend چاہتے ہیں؟', + 'DELETE_DATABASE_CONFIRMATION' => 'کیا آپ ڈیٹابیس ٪s کو حذف کرنا چاہتے ہیں؟', + 'SUSPEND_DATABASE_CONFIRMATION' => 'کیا آپ ڈیٹابیس ٪s کو معطل کرنا چاہتے ہیں؟', + 'UNSUSPEND_DATABASE_CONFIRMATION' => 'آپ ڈیٹابیس ٪s unsuspend چاہتے ہیں؟', 'DELETE_CRON_CONFIRMATION' => 'کیا آپ کرون کام کو حذف کرنا چاہتے ہیں؟', 'SUSPEND_CRON_CONFIRMATION' => 'کیا آپ کرون کام معطل کرنا چاہتے ہیں؟', 'UNSUSPEND_CRON_CONFIRMATION' => 'کیا آپ کرون کام unsuspend چاہتے ہیں؟', - 'DELETE_BACKUP_CONFIRMATION' => 'آپ٪ s کے بیک اپ کو حذف کرنا چاہتے ہیں؟', - 'DELETE_EXCLUSION_CONFIRMATION' => 'آپ٪ s کو علیحدہ کرنے حذف کرنا چاہتے ہیں؟', - 'DELETE_PACKAGE_CONFIRMATION' => 'کیا آپ پیکج٪ s کو حذف کرنا چاہتے ہیں؟', - 'DELETE_IP_CONFIRMATION' => 'کیا آپ کا IP پتہ٪ s کو حذف کرنا چاہتے ہیں؟', - 'DELETE_RULE_CONFIRMATION' => 'آپ راج #٪ s کو حذف کرنا چاہتے ہیں؟', - 'SUSPEND_RULE_CONFIRMATION' => 'کیا آپ واقعی راج #٪ s کو معطل کرنا چاہتے ہیں؟', + 'DELETE_BACKUP_CONFIRMATION' => 'آپ ٪s کے بیک اپ کو حذف کرنا چاہتے ہیں؟', + 'DELETE_EXCLUSION_CONFIRMATION' => 'آپ ٪s کو علیحدہ کرنے حذف کرنا چاہتے ہیں؟', + 'DELETE_PACKAGE_CONFIRMATION' => 'کیا آپ پیکج٪s کو حذف کرنا چاہتے ہیں؟', + 'DELETE_IP_CONFIRMATION' => 'کیا آپ کا IP پتہ٪s کو حذف کرنا چاہتے ہیں؟', + 'DELETE_RULE_CONFIRMATION' => 'آپ راج # ٪s کو حذف کرنا چاہتے ہیں؟', + 'SUSPEND_RULE_CONFIRMATION' => 'کیا آپ واقعی راج # ٪s کو معطل کرنا چاہتے ہیں؟', 'UNSUSPEND_RULE_CONFIRMATION' => 'آپ حکمرانی #٪ ے unsuspend چاہتے ہیں؟', 'LEAVE_PAGE_CONFIRMATION' => 'صفحہ چھوڑیں؟', - 'RESTART_CONFIRMATION' => 'آپ٪ s کو دوبارہ شروع کرنے کی چاہتے ہیں؟', + 'RESTART_CONFIRMATION' => 'آپ ٪s کو دوبارہ شروع کرنے کی چاہتے ہیں؟', 'Welcome' => 'خوش آمدید', 'LOGGED_IN_AS' => 'صارف کے طور پر لاگ٪ ے', 'Error' => 'خرابی', @@ -487,7 +487,7 @@ $LANG['en'] = array( 'Please enter valid email address.' => 'برائے مہربانی قابل قبول ای میل ایڈریس لکھیں.', 'Field "%s" can not be blank.' => 'فیلڈ "٪s" کو خالی نہیں ہو سکتا.', 'Password is too short.' => 'پاس ورڈ کافی چھوٹا ہے (کم از کم 6 حروف ہے)', - 'Error code:' => 'خرابی کا کوڈ:٪ ے', + 'Error code:' => 'خرابی کا کوڈ:٪s', 'SERVICE_ACTION_FAILED' => '"٪s" کو "٪s" کو ناکام ہوگئی', 'IP address is in use' => 'IP پتہ استعمال میں ہے', 'BACKUP_SCHEDULED' => 'ٹاسک قطار میں شامل کیا گیا ہے. آپ کو ایک ای میل اطلاع حاصل کریں گے آپ کے بیک اپ ڈاؤن لوڈ کے لئے تیار ہے جب.', From 5259ad7c3bb99aa1cdd348a8651013d0e9959869 Mon Sep 17 00:00:00 2001 From: darkworks Date: Thu, 2 Nov 2017 11:55:42 +0500 Subject: [PATCH 12/14] ur.ph update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit added 'Email Credentials' => 'ای میل کی سند', --- web/inc/i18n/ur.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/inc/i18n/ur.php b/web/inc/i18n/ur.php index dd27c269..dfeb213d 100644 --- a/web/inc/i18n/ur.php +++ b/web/inc/i18n/ur.php @@ -730,6 +730,7 @@ $LANG['en'] = array( 'No encryption' => 'کوئی خفیہ کاری', 'Do not use encryption' => 'خفیہ کاری کا استعمال نہ کریں', 'maximum characters length, including prefix' => 'زیادہ سے زیادہ ٪s کو حروف لمبائی، سابقہ سم', + 'Email Credentials' => 'ای میل کی سند', '%s rule' => 'قواعد %s', 'MainDomain' => 'اہم ڈومین', 'SubDomain' => 'ذیلی ڈومین', From 3b96946c406184abbf4dd08cd58be5c566f7c433 Mon Sep 17 00:00:00 2001 From: darkworks Date: Thu, 2 Nov 2017 12:08:24 +0500 Subject: [PATCH 13/14] Update v-extract-fs-archive --- bin/v-extract-fs-archive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-extract-fs-archive b/bin/v-extract-fs-archive index 1ea608af..ec70baba 100755 --- a/bin/v-extract-fs-archive +++ b/bin/v-extract-fs-archive @@ -82,7 +82,7 @@ fi # Extracting ziped archive if [ ! -z "$(echo $src_file |grep -i '.zip')" ]; then sudo -u $user mkdir -p "$dst_dir" >/dev/null 2>&1 - sudo -u $user unzip -o "$src_file" -d "$dst_dir" >/dev/null 2>&1 + sudo -u $user unzip "$src_file" -d "$dst_dir" >/dev/null 2>&1 rc=$? fi From d454c87a75a2774de3e8bbe0a6f7db53b61c3957 Mon Sep 17 00:00:00 2001 From: darkworks Date: Thu, 2 Nov 2017 20:48:17 +0500 Subject: [PATCH 14/14] Update ur.php --- web/inc/i18n/ur.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/inc/i18n/ur.php b/web/inc/i18n/ur.php index dfeb213d..d01a401d 100644 --- a/web/inc/i18n/ur.php +++ b/web/inc/i18n/ur.php @@ -5,7 +5,7 @@ * darkworks (https://www.useotools.com) */ -$LANG['en'] = array( +$LANG['ur'] = array( 'Packages' => 'پیکیجز', 'IP' => 'IP', 'Graphs' => 'گرافس',