|
@@ -0,0 +1,753 @@
|
|
|
|
|
+<?php
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+$LANG['bg'] = array(
|
|
|
|
|
+ 'Packages' => 'Пакет',
|
|
|
|
|
+ 'IP' => 'IP',
|
|
|
|
|
+ 'Graphs' => 'Графики',
|
|
|
|
|
+ 'Statistics' => 'Статистика',
|
|
|
|
|
+ 'Log' => 'Логове',
|
|
|
|
|
+ 'Server' => 'Сървър',
|
|
|
|
|
+ 'Services' => 'Услуги',
|
|
|
|
|
+ 'Firewall' => 'Firewall',
|
|
|
|
|
+ 'Updates' => 'Обновяване',
|
|
|
|
|
+ 'Log in' => 'Вход',
|
|
|
|
|
+ 'Log out' => 'Изход',
|
|
|
|
|
+
|
|
|
|
|
+ 'USER' => 'Клиенти',
|
|
|
|
|
+ 'WEB' => 'WEB',
|
|
|
|
|
+ 'DNS' => 'DNS',
|
|
|
|
|
+ 'MAIL' => 'Мейл',
|
|
|
|
|
+ 'DB' => 'Бази Данни',
|
|
|
|
|
+ 'CRON' => 'CRON',
|
|
|
|
|
+ 'BACKUP' => 'Архив',
|
|
|
|
|
+
|
|
|
|
|
+ 'LOGIN' => 'Вход',
|
|
|
|
|
+ 'RESET PASSWORD' => 'Забравена парола',
|
|
|
|
|
+ 'SEARCH' => 'Търси',
|
|
|
|
|
+ 'PACKAGE' => 'Пакет',
|
|
|
|
|
+ 'RRD' => 'RRD',
|
|
|
|
|
+ 'STATS' => 'Статистика',
|
|
|
|
|
+ 'LOG' => 'Логове',
|
|
|
|
|
+ 'UPDATES' => 'Обновяване',
|
|
|
|
|
+ 'FIREWALL' => 'FIREWALL',
|
|
|
|
|
+ 'SERVER' => 'Сървър',
|
|
|
|
|
+ 'MEMORY' => 'Памет',
|
|
|
|
|
+ 'DISK' => 'Диск',
|
|
|
|
|
+ 'NETWORK' => 'Мрежа',
|
|
|
|
|
+ 'Web Log Manager' => 'Web Log Manager',
|
|
|
|
|
+
|
|
|
|
|
+ 'no notifications' => '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 Address',
|
|
|
|
|
+ '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' => 'поправи web',
|
|
|
|
|
+ 'rebuild dns' => 'поправи dns',
|
|
|
|
|
+ 'rebuild mail' => 'поправи mail',
|
|
|
|
|
+ 'rebuild db' => 'поправи db',
|
|
|
|
|
+ 'rebuild cron' => 'поправи cron',
|
|
|
|
|
+ 'update counters' => 'оибнови брочи',
|
|
|
|
|
+ 'suspend' => 'Забрани',
|
|
|
|
|
+ 'unsuspend' => 'Разреши',
|
|
|
|
|
+ 'delete' => 'изтриване',
|
|
|
|
|
+ 'show per user' => 'покажи за всеки',
|
|
|
|
|
+ 'login as' => 'Влез като',
|
|
|
|
|
+ 'logout' => 'Изход',
|
|
|
|
|
+ 'edit' => 'Редакция',
|
|
|
|
|
+ 'open webstats' => 'отвори статистика',
|
|
|
|
|
+ 'view logs' => 'виж логовете',
|
|
|
|
|
+ 'list records' => 'list %s records',
|
|
|
|
|
+ 'add record' => 'нов запис',
|
|
|
|
|
+ 'list accounts' => 'list %s accounts',
|
|
|
|
|
+ 'add account' => 'add account',
|
|
|
|
|
+ 'open webmail' => 'open webmail',
|
|
|
|
|
+ 'list fail2ban' => 'list fail2ban',
|
|
|
|
|
+ 'open %s' => 'open %s',
|
|
|
|
|
+ 'download' => 'сваляне',
|
|
|
|
|
+ 'restore' => 'възстанови',
|
|
|
|
|
+ 'configure restore settings' => 'configure restore settings',
|
|
|
|
|
+ 'stop' => 'стоп',
|
|
|
|
|
+ 'start' => 'старт',
|
|
|
|
|
+ 'restart' => 'рестарт',
|
|
|
|
|
+ '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 <a href="/edit/user/?user=%s"><b>%s</b></a> has been created successfully.',
|
|
|
|
|
+ 'WEB_DOMAIN_CREATED_OK' => 'Domain <a href="/edit/web/?domain=%s"><b>%s</b></a> has been created successfully.',
|
|
|
|
|
+ 'DNS_DOMAIN_CREATED_OK' => 'DNS domain <a href="/list/dns/?domain=%s"><b>%s</b></a> has been created successfully.',
|
|
|
|
|
+ 'DNS_RECORD_CREATED_OK' => 'Record <b>%s.%s</b> has been created successfully.',
|
|
|
|
|
+ 'MAIL_DOMAIN_CREATED_OK' => 'Mail domain <a href="/list/mail/?domain=%s"><b>%s</b></a> has been created successfully.',
|
|
|
|
|
+ 'MAIL_ACCOUNT_CREATED_OK' => 'Mail account <a href="/edit/mail/?account=%s&domain=%s"><b>%s@%s</b></a> has been created successfully.',
|
|
|
|
|
+ 'DATABASE_CREATED_OK' => 'Database <a href="/edit/db/?database=%s"><b>%s</b></a> has been created successfully.',
|
|
|
|
|
+ 'CRON_CREATED_OK' => 'Cron job has been created successfully.',
|
|
|
|
|
+ 'IP_CREATED_OK' => 'IP address <a href="/edit/ip/?ip=%s"><b>%s</b></a> has been created successfully.',
|
|
|
|
|
+ 'PACKAGE_CREATED_OK' => 'Package <a href="/edit/package/?package=%s"><b>%s</b></a> 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 <noreply@%s>',
|
|
|
|
|
+ '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<br>',
|
|
|
|
|
+ '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 <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager' =>
|
|
|
|
|
+ 'shortcuts are inspired by magnificent GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> 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',
|
|
|
|
|
+
|
|
|
|
|
+);
|