mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Merge branch 'master' of github.com:serghey-rodin/vesta
This commit is contained in:
commit
a0cc554c97
30 changed files with 1146 additions and 377 deletions
|
@ -41,6 +41,8 @@ $LANG['ar'] = array(
|
|||
'NETWORK' => 'الشبكة',
|
||||
'Web Log Manager' => 'مدير سجلات الويب',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'إضافة مستخدم',
|
||||
'Add Domain' => 'إضافة نطاق',
|
||||
'Add Web Domain' => 'إضافة نطاق',
|
||||
|
@ -61,7 +63,7 @@ $LANG['ar'] = array(
|
|||
'Add one more FTP Account' => 'إضافة حساب FTP إضافي',
|
||||
'Overall Statistics' => 'إحصائيات عامة',
|
||||
'Daily' => 'يومي',
|
||||
'Weekly' => 'أسبوعي',
|
||||
'Weekly' => 'اسبوعي',
|
||||
'Monthly' => 'شهري',
|
||||
'Yearly' => 'سنوي',
|
||||
'Add' => 'إضافة',
|
||||
|
@ -108,6 +110,7 @@ $LANG['ar'] = array(
|
|||
'disable autoupdate' => 'تعطيل التحديث التلقائي',
|
||||
'turn on notifications' => 'تمكين التبليغات.',
|
||||
'turn off notifications' => 'تعطيل التبليغات.',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'جاري إضافة مستخدم',
|
||||
'Editing User' => 'جاري تعديل المستخدم',
|
||||
|
@ -250,6 +253,7 @@ $LANG['ar'] = array(
|
|||
'MySQL Usage on localhost' => 'استخدام قاعدة بيانات MySql على المضيف المحلي',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL استخدام قاعدة بيانات على المضيف المحلي',
|
||||
'Bandwidth Usage eth0' => 'eth0 استخدام سعة النطاق على منفذ',
|
||||
'Bandwidth Usage eth1' => 'eth1 استخدام سعة النطاق على منفذ',
|
||||
'Exim Usage' => 'استخدام Exim',
|
||||
'FTP Usage' => 'استخدام FTP',
|
||||
'SSH Usage' => 'استخدام SSH',
|
||||
|
@ -449,7 +453,7 @@ $LANG['ar'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'الحزمة <a href="/edit/package/?package=%s"><b>%s</b></a> تم إنشائها بنجاح.',
|
||||
'SSL_GENERATED_OK' => 'تم إنشاء الشهادة بنجاح.',
|
||||
'RULE_CREATED_OK' => 'تم إنشاء القاعدة بنجاح.',
|
||||
'BANLIST_CREATED_OK' => 'تم حجب عنوان الأي بي بنجاح', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'تم حجب عنوان الأي بي بنجاح',
|
||||
'Autoupdate has been successfully enabled' => 'تم تفيعل التحديث التلقائي بنجاح',
|
||||
'Autoupdate has been successfully disabled' => 'تم تعطيل التحديث التلقائي بنجاح',
|
||||
'Cronjob email reporting has been successfully enabled' => 'تم تمكين إعداد التقارير البريد الإلكتروني بنجاح',
|
||||
|
@ -525,7 +529,7 @@ $LANG['ar'] = array(
|
|||
'Confirm Password' => 'تأكيد كلمة المرور',
|
||||
'Reset' => 'إعادة تعيين',
|
||||
'Reset Code' => 'كود إعادة تعيين',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'لقد تم إرسال كود إعادة تعيين كلمة المرور لعنوان بريدك الإلكتروني<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'تم إعادة تعيين كلمة المرور %s',
|
||||
'PASSWORD_RESET_REQUEST' => "لإعادة تعيين كلمة مرور لوحة التحكم , برجاء اتباع الرابط التالي link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternatively, بامكانك أيضا اتباع الرابط التالي https://%s/reset/?action=code&user=%s وادخال كود إعادة التعيين التالي code:\n%s\n\n إذا لم تطلب إعادة تعيين كلمة المرور, برجاء تجاهل هذه الرسالة وتقبل اعتذارنا.\n\n--\nVesta Control Panel\n",
|
||||
|
@ -603,7 +607,7 @@ $LANG['ar'] = array(
|
|||
'ARCHIVE' => 'ضغط',
|
||||
'EXTRACT' => 'فك ضغط',
|
||||
'DOWNLOAD' => 'تنزيل',
|
||||
'Are you sure?' => 'هل أنت متأكد ?', // unused?
|
||||
'Are you sure?' => 'هل أنت متأكد ?',
|
||||
'Hit' => 'نقر',
|
||||
'to reload the page' => 'لإعادة تحميل الصفحة',
|
||||
'Directory name cannot be empty' => 'اسم المجلد يجب ان لايكون فارغ',
|
||||
|
@ -625,7 +629,7 @@ $LANG['ar'] = array(
|
|||
'Create' => 'إنشاء',
|
||||
'Compress' => 'ضغط',
|
||||
'OK' => 'موافق',
|
||||
'YOU ARE COPYING' => 'تقوم بالنسخ ', // unused?
|
||||
'YOU ARE COPYING' => 'تقوم بالنسخ ',
|
||||
'YOU ARE REMOVING' => 'تقوم بالحذف',
|
||||
'Delete items' => 'حذف العناصر',
|
||||
'Copy files' => 'نسخ الملفات',
|
||||
|
@ -706,9 +710,6 @@ $LANG['ar'] = array(
|
|||
|
||||
'Minutes' => 'دقائق',
|
||||
'Hourly' => 'ساعي',
|
||||
'Daily' => 'يومي',
|
||||
'Weekly' => 'اسبوعي',
|
||||
'Monthly' => 'شهري',
|
||||
'Run Command' => 'أمر التنفيذ',
|
||||
'every month' => 'كل شهر',
|
||||
'every odd month' => 'كل شهر فردي',
|
||||
|
@ -753,10 +754,10 @@ $LANG['ar'] = array(
|
|||
|
||||
'maximum characters length, including prefix' => 'الحد الأقصى لعدد الحروف هو %s يشمل البادئة',
|
||||
|
||||
|
||||
// Texts below doesn't exist in en.php
|
||||
'%s rule' => 'قواعد %s',
|
||||
'MainDomain' => 'النطاق الرئيسي',
|
||||
'SubDomain' => 'النطاق الفرعي (الجزء الاول الذي يضاف إلى النطاق الرئيسي)',
|
||||
'Add Sub Domain' => 'إضافة نطاق فرعي'
|
||||
|
||||
'Add Sub Domain' => 'إضافة نطاق فرعي',
|
||||
);
|
||||
|
|
753
web/inc/i18n/bg.php
Normal file
753
web/inc/i18n/bg.php
Normal file
|
@ -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',
|
||||
|
||||
);
|
|
@ -40,6 +40,8 @@ $LANG['bs'] = array(
|
|||
'NETWORK' => 'MREŠA',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Dodaj korisnika',
|
||||
'Add Domain' => 'Dodaj domenu',
|
||||
'Add Web Domain' => 'Dodaj web domenu',
|
||||
|
@ -107,6 +109,7 @@ $LANG['bs'] = array(
|
|||
'disable autoupdate' => 'onemogućiti autoupdate',
|
||||
'turn on notifications' => 'turn on notifications',
|
||||
'turn off notifications' => 'turn off notifications',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Dodavanje korisnika',
|
||||
'Editing User' => 'Izmjena korisnika',
|
||||
|
@ -191,8 +194,8 @@ $LANG['bs'] = array(
|
|||
'SSL Support' => 'SSL podrška',
|
||||
'SSL Home Directory' => 'SSL direktorij',
|
||||
'Lets Encrypt Support' => 'Lets Encrypt Support',
|
||||
'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes',
|
||||
'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 podrška',
|
||||
'Proxy Extensions' => 'Proxy ekstenzije',
|
||||
'Web Statistics' => 'Web statistika',
|
||||
|
@ -249,6 +252,7 @@ $LANG['bs'] = array(
|
|||
'MySQL Usage on localhost' => 'MySQL na localhostu',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL na localhostu',
|
||||
'Bandwidth Usage eth0' => 'Bandwidth na eth0',
|
||||
'Bandwidth Usage eth1' => 'Bandwidth na eth1',
|
||||
'Exim Usage' => 'Exim upotreba',
|
||||
'FTP Usage' => 'FTP upotreba',
|
||||
'SSH Usage' => 'SSH upotreba',
|
||||
|
@ -448,7 +452,7 @@ $LANG['bs'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Paket <a href="/edit/package/?package=%s"><b>%s</b></a> je uspješno napravljen.',
|
||||
'SSL_GENERATED_OK' => 'Certifikat je uspješno generisan.',
|
||||
'RULE_CREATED_OK' => 'Pravilo je uspješno kreiran.',
|
||||
'BANLIST_CREATED_OK' => 'IP adresa je uspješno zabranjena', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP adresa je uspješno zabranjena',
|
||||
'Autoupdate has been successfully enabled' => 'Automatsko ažuriranje uspješno omogućeno',
|
||||
'Autoupdate has been successfully disabled' => 'Automatsko ažuriranje je onemogućeno',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Cronjob izvještavanje je uspješno omogućen',
|
||||
|
@ -524,7 +528,7 @@ $LANG['bs'] = array(
|
|||
'Confirm Password' => 'Potvrdi šifru',
|
||||
'Reset' => 'Reset',
|
||||
'Reset Code' => 'Resetuj kod',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Kod resetovane šifre je poslan na vašu mail adresu<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Šifra je resetovan %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Za resetovanje šifre slijedite link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nIli, možete ići na https://%s/reset/?action=code&user=%s i unijeti kod:\n%s\n\nAko niste resetovali šifru, ignorišite ovu poruku i prihvatite naše izvinjenje.\n\n--\nVesta kontrolni panel\n",
|
||||
|
@ -602,7 +606,7 @@ $LANG['bs'] = array(
|
|||
'ARCHIVE' => 'ARHIVIRATI',
|
||||
'EXTRACT' => 'EKSTRAKTOVATI',
|
||||
'DOWNLOAD' => 'PREUZETI',
|
||||
'Are you sure?' => 'Da li ste sigurni?', // unused?
|
||||
'Are you sure?' => 'Da li ste sigurni?',
|
||||
'Hit' => 'Hit',
|
||||
'to reload the page' => 'to reload the page',
|
||||
'Directory name cannot be empty' => 'Directory name cannot be empty',
|
||||
|
@ -624,12 +628,13 @@ $LANG['bs'] = array(
|
|||
'Create' => 'Napraviti',
|
||||
'Compress' => 'Kompresovati',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'VRŠI SE KOPIRANJE', // unused?
|
||||
'YOU ARE COPYING' => 'VRŠI SE KOPIRANJE',
|
||||
'YOU ARE REMOVING' => 'VRŠI SE PREBACIVANJE',
|
||||
'Delete items' => 'Brisanje svih stavki',
|
||||
'Copy files' => 'Kopiranje fajlova',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Da li ste sigurni da želite kopirati',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Da li ste sigurni da želite izbrisati',
|
||||
'into' => 'u',
|
||||
'existing files will be replaced' => 'postojeći fajlovi će biti zamijenjeni',
|
||||
|
@ -704,9 +709,6 @@ $LANG['bs'] = array(
|
|||
|
||||
'Minutes' => 'Minuta',
|
||||
'Hourly' => 'Sahati',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Pokreni komandu',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
@ -751,4 +753,4 @@ $LANG['bs'] = array(
|
|||
|
||||
'maximum characters length, including prefix' => 'maksimalna dužina sme biti %s karaktera, uključujući i prefix',
|
||||
|
||||
);
|
||||
);
|
||||
|
|
|
@ -41,6 +41,8 @@ $LANG['cn'] = array(
|
|||
'NETWORK' => '网络',
|
||||
'Web Log Manager' => 'Web 日志管理',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => '添加用户',
|
||||
'Add Domain' => '添加域名',
|
||||
'Add Web Domain' => '添加网站域名',
|
||||
|
@ -108,6 +110,7 @@ $LANG['cn'] = array(
|
|||
'disable autoupdate' => '停用自动更新',
|
||||
'turn on notifications' => '启用通知',
|
||||
'turn off notifications' => '停用通知',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => '添加用户',
|
||||
'Editing User' => '编辑用户',
|
||||
|
@ -250,6 +253,7 @@ $LANG['cn'] = array(
|
|||
'MySQL Usage on localhost' => 'MySQL用量 (localhost)',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL用量 (localhost)',
|
||||
'Bandwidth Usage eth0' => '网络流量 (eth0)',
|
||||
'Bandwidth Usage eth1' => '网络流量 (eth1)',
|
||||
'Exim Usage' => 'Exim 用量',
|
||||
'FTP Usage' => 'FTP 用量',
|
||||
'SSH Usage' => 'SSH 用量',
|
||||
|
@ -500,12 +504,12 @@ $LANG['cn'] = array(
|
|||
'RESTORE_SCHEDULED' => '您的要求已加入队列中,恢复完成后会以电子邮件通知您',
|
||||
'RESTORE_EXISTS' => '已经有一个恢复正在执行,请等待恢复完成后再操作',
|
||||
|
||||
'WEB_EXCLUSIONS' => "输入域名,每行一个。要排除所有域名请使用 *。要排除特定目录使用以下格式: domain.com:public_html/cache:public_html/tmp",
|
||||
'DNS_EXCLUSIONS' => "输入域名,每行一个。要排除所有域名请使用 *",
|
||||
'MAIL_EXCLUSIONS' => "输入域名,每行一个。要排除所有域名请使用 *。要排除特定帐户使用以下格式: domain.com:info:support:postmaster",
|
||||
'DB_EXCLUSIONS' => "输入完整数据库名称,每行一个。要排除所有数据库请使用 *",
|
||||
'CRON_EXCLUSIONS' => "要排除所有任务请使用 *",
|
||||
'USER_EXCLUSIONS' => "输入目录名称,每行一个。要排除所有目录请使用 *",
|
||||
'WEB_EXCLUSIONS' => '输入域名,每行一个。要排除所有域名请使用 *。要排除特定目录使用以下格式: domain.com:public_html/cache:public_html/tmp',
|
||||
'DNS_EXCLUSIONS' => '输入域名,每行一个。要排除所有域名请使用 *',
|
||||
'MAIL_EXCLUSIONS' => '输入域名,每行一个。要排除所有域名请使用 *。要排除特定帐户使用以下格式: domain.com:info:support:postmaster',
|
||||
'DB_EXCLUSIONS' => '输入完整数据库名称,每行一个。要排除所有数据库请使用 *',
|
||||
'CRON_EXCLUSIONS' => '要排除所有任务请使用 *',
|
||||
'USER_EXCLUSIONS' => '输入目录名称,每行一个。要排除所有目录请使用 *',
|
||||
|
||||
'Welcome to Vesta Control Panel' => '欢迎来到 Vesta 管理系统',
|
||||
'MAIL_FROM' => 'Vesta 管理系统 <noreply@%s>',
|
||||
|
@ -516,7 +520,7 @@ $LANG['cn'] = array(
|
|||
'FTP login credentials' => 'FTP 登录信息',
|
||||
'FTP_ACCOUNT_READY' => "FTP账户已创建成功,并可以开始使用了!\n\n主机名称: %s\n用户名称: %s_%s\n密码: %s\n\n--\nVesta Control Panel\n",
|
||||
|
||||
'Database Credentials' => "数据库登录信息",
|
||||
'Database Credentials' => '数据库登录信息',
|
||||
'DATABASE_READY' => "数据库已添加成功!\n\n数据库名称: %s\n用户名称: %s\n密码: %s\n%s\n\n--\nVesta Control Panel\n",
|
||||
|
||||
'forgot password' => '忘记密码',
|
||||
|
@ -525,7 +529,7 @@ $LANG['cn'] = array(
|
|||
'Confirm Password' => '确认密码',
|
||||
'Reset' => '重置',
|
||||
'Reset Code' => '重置代码',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => '密码重置代码已发送到您的邮箱<br>',
|
||||
'MAIL_RESET_SUBJECT' => '密码重置在 %s',
|
||||
'PASSWORD_RESET_REQUEST' => '重置密码请点击链接:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\n或者您可以到 https://%s/reset/?action=code&user=%s 输入密码重置代码:\n%s\n\n如果您没有要求重置密码,请忽略此邮件\n\n--\nVesta Control Panel\n',
|
||||
|
@ -588,7 +592,6 @@ $LANG['cn'] = array(
|
|||
'save to favorites' => '收藏',
|
||||
|
||||
'File Manager' => '文件管理',
|
||||
'type' => '类型',
|
||||
'size' => '大小',
|
||||
'date' => '日期',
|
||||
'name' => '名称',
|
||||
|
@ -626,7 +629,7 @@ $LANG['cn'] = array(
|
|||
'Create' => '创建',
|
||||
'Compress' => '压缩',
|
||||
'OK' => '确定',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => '删除这些项目',
|
||||
'Copy files' => '复制这些文件',
|
||||
|
@ -691,7 +694,7 @@ $LANG['cn'] = array(
|
|||
'Select Bunch of Files' => '选择多个文件',
|
||||
'Add File to the Current Selection' => '将文件添加到当前选中区内',
|
||||
'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' =>
|
||||
'快捷键的灵感来自旖旎的 GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> 文件管理器',
|
||||
|
||||
'Licence Key' => '许可密匙',
|
||||
|
@ -707,9 +710,6 @@ $LANG['cn'] = array(
|
|||
|
||||
'Minutes' => '分钟',
|
||||
'Hourly' => '小时',
|
||||
'Daily' => '按天',
|
||||
'Weekly' => '按周',
|
||||
'Monthly' => '按月',
|
||||
'Run Command' => '运行指令于',
|
||||
'every month' => '每个月',
|
||||
'every odd month' => '每个奇数月',
|
||||
|
@ -735,6 +735,7 @@ $LANG['cn'] = array(
|
|||
|
||||
'webalizer' => 'Webalizer',
|
||||
'awstats' => 'AWStats',
|
||||
|
||||
'Vesta SSL' => 'Vesta SSL',
|
||||
'SUBJECT' => 'SUBJECT',
|
||||
'ALIASES' => 'ALIASES',
|
||||
|
|
|
@ -41,6 +41,8 @@ $LANG['cz'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Přidat uživatele',
|
||||
'Add Domain' => 'Přidat doménu',
|
||||
'Add Web Domain' => 'Přidat web. doménu',
|
||||
|
@ -108,6 +110,7 @@ $LANG['cz'] = array(
|
|||
'disable autoupdate' => 'deaktivovat autoupdate',
|
||||
'turn on notifications' => 'zapnutí upozornění',
|
||||
'turn off notifications' => 'vypnutí upozornění',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Přidání uživatele',
|
||||
'Editing User' => 'Editace uživatele',
|
||||
|
@ -250,6 +253,7 @@ $LANG['cz'] = array(
|
|||
'MySQL Usage on localhost' => 'MySQL využití on localhost',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL využití on localhost',
|
||||
'Bandwidth Usage eth0' => 'Bandwidth využití eth0',
|
||||
'Bandwidth Usage eth1' => 'Bandwidth využití eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'FTP využití',
|
||||
'SSH Usage' => 'SSH využití',
|
||||
|
@ -449,7 +453,7 @@ $LANG['cz'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Package <a href="/edit/package/?package=%s"><b>%s</b></a> byl úspěšně vytvořen.',
|
||||
'SSL_GENERATED_OK' => 'SSL certifikát byl úspěšně vygenerován.',
|
||||
'RULE_CREATED_OK' => 'Pravidlo byla úspěšně vytvořena.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'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 hlášení byla úspěšně aktivována',
|
||||
|
@ -525,7 +529,7 @@ $LANG['cz'] = array(
|
|||
'Confirm Password' => 'Potvrdit heslo',
|
||||
'Reset' => 'Obnovit',
|
||||
'Reset Code' => 'Obnovit kód',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Resetování hesla. Kód byl odeslán na vaši e-mailovou adresu<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Obnovení hesla na %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Chcete-li obnovit heslo ovládacího panelu, prosím následujte tento odkaz:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nPřípadně, můžete se obrátit na https://%s/reset/?action=code&user=%s a zadejte následující resetovací kód:\n%s\n\nPokud jste si nevyžádali resetování hesla, prosím, tuto zprávu ignorovat a přijmout naši omluvu.\n\n--\nVesta Control Panel\n",
|
||||
|
@ -603,7 +607,7 @@ $LANG['cz'] = array(
|
|||
'ARCHIVE' => 'ARCHIVE',
|
||||
'EXTRACT' => 'EXTRACT',
|
||||
'DOWNLOAD' => 'DOWNLOAD',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'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',
|
||||
|
@ -625,7 +629,7 @@ $LANG['cz'] = array(
|
|||
'Create' => 'Create',
|
||||
'Compress' => 'Compress',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -706,9 +710,6 @@ $LANG['cz'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
|
@ -42,6 +42,8 @@ $LANG['da'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => '',
|
||||
'Add Domain' => 'Tilføj Domæne',
|
||||
'Add Web Domain' => 'Tilføj Web Domæne',
|
||||
|
@ -109,6 +111,7 @@ $LANG['da'] = array(
|
|||
'disable autoupdate' => 'slå autoopdatéring fra',
|
||||
'turn on notifications' => 'slå notifikationer til',
|
||||
'turn off notifications' => 'slå notifikationer fra',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Tilføjer Bruger',
|
||||
'Editing User' => 'Ændrer Bruger',
|
||||
|
@ -251,6 +254,7 @@ $LANG['da'] = array(
|
|||
'MySQL Usage on localhost' => 'MySQL Forbrug på localhost',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL Forbrug på localhost',
|
||||
'Bandwidth Usage eth0' => 'Båndbredde Forbrug eth0',
|
||||
'Bandwidth Usage eth1' => 'Båndbredde Forbrug eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'FTP Forbrug',
|
||||
'SSH Usage' => 'SSH Forbrug',
|
||||
|
@ -450,7 +454,7 @@ $LANG['da'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Pakke <a href="/edit/package/?package=%s"><b>%s</b></a> blev oprettet med succes.',
|
||||
'SSL_GENERATED_OK' => 'Certifikat blev genereret med succes.',
|
||||
'RULE_CREATED_OK' => 'Regel blev oprettet med succes.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Autoupdate blev aktiveret med succes.',
|
||||
'Autoupdate has been successfully disabled' => 'Autoupdate blev deaktiveret med succes.',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Cronjob email rapportering blev aktiveret med succes',
|
||||
|
@ -526,7 +530,7 @@ $LANG['da'] = array(
|
|||
'Confirm Password' => 'Bekræft Adgangskode',
|
||||
'Reset' => 'Nulstil',
|
||||
'Reset Code' => 'Nulstillingskode',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Kode til at nultille adgangskode er blevet sendt til din email-adresse<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Adgangskode Nulstillet %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Følg dette link for at nulstille din adgangskode:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternativt, kan du også gå til https://%s/reset/?action=code&user=%s og indtast følgende nulstillingskode:\n%s\n\nHvis du ikke selv har bedt om at få nulstillet din adgangskode, bedes du ignorere denne besked - vi beklager.\n\n--\nVesta Kontrolpanel\n",
|
||||
|
@ -604,7 +608,7 @@ $LANG['da'] = array(
|
|||
'ARCHIVE' => 'ARCHIVE',
|
||||
'EXTRACT' => 'EXTRACT',
|
||||
'DOWNLOAD' => 'DOWNLOAD',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'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',
|
||||
|
@ -626,7 +630,7 @@ $LANG['da'] = array(
|
|||
'Create' => 'Create',
|
||||
'Compress' => 'Compress',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -707,9 +711,6 @@ $LANG['da'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
|
@ -40,6 +40,8 @@ $LANG['de'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Benutzer anlegen',
|
||||
'Add Domain' => 'Domain hinzufügen',
|
||||
'Add Web Domain' => 'Domain hinzufügen',
|
||||
|
@ -107,6 +109,7 @@ $LANG['de'] = array(
|
|||
'disable autoupdate' => 'Autoupdate deaktivieren',
|
||||
'turn on notifications' => 'turn on notifications', // please make it as short as "turn on notifications" 'Benachrichtigungen aktivieren',
|
||||
'turn off notifications' => 'turn off notifications', // please make it as short as "turn off notifications" 'Benachrichtigungen deaktivieren',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Benutzer anlegen',
|
||||
'Editing User' => 'Benutzer bearbeiten',
|
||||
|
@ -249,6 +252,7 @@ $LANG['de'] = array(
|
|||
'MySQL Usage on localhost' => 'MySQL Benutzung auf localhost',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL Benutzung on localhost',
|
||||
'Bandwidth Usage eth0' => 'Bandbreitennutzung eth0',
|
||||
'Bandwidth Usage eth1' => 'Bandbreitennutzung eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'FTP Benutzung',
|
||||
'SSH Usage' => 'SSH Benutzung',
|
||||
|
@ -448,7 +452,7 @@ $LANG['de'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Packet <a href="/edit/package/?package=%s"><b>%s</b></a> wurde erfolgreich angelegt.',
|
||||
'SSL_GENERATED_OK' => 'SSL Zertifikat wurde erfolgreich angelegt.',
|
||||
'RULE_CREATED_OK' => 'Regel wurde erfolgreich erstellt.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Autoupdate wurde erfolgreich aktiviert',
|
||||
'Autoupdate has been successfully disabled' => 'Autoupdate wurde erfolgreich deaktiviert',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Cronjob E-Mail-Berichterstattung wurde erfolgreich aktiviert',
|
||||
|
@ -524,7 +528,7 @@ $LANG['de'] = array(
|
|||
'Confirm Password' => 'Passwort bestätigen',
|
||||
'Reset' => 'Zurücksetzen',
|
||||
'Reset Code' => 'Rücksetz-Code',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Passwort Rücksetz-Code wurde an Ihre Adresse gesandt<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Passwort Reset für %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Zum Zurücksetzen Ihres Passwortes, besuchen Sie bitte folgenden Link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternativ, können Sie auf https://%s/reset/?action=code&user=%s gehen und dort folgenden Reset Code eingeben:\n%s\n\nWenn Sie Ihr Passwort nicht zurücksetzen wollten, ignorieren Sie diese Nachricht und entschuldigen Sie uns die Unannehmlichkeiten.\n\n--\nVesta Control Panel\n",
|
||||
|
@ -602,7 +606,7 @@ $LANG['de'] = array(
|
|||
'ARCHIVE' => 'ARCHIVE',
|
||||
'EXTRACT' => 'EXTRACT',
|
||||
'DOWNLOAD' => 'DOWNLOAD',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'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',
|
||||
|
@ -624,7 +628,7 @@ $LANG['de'] = array(
|
|||
'Create' => 'Create',
|
||||
'Compress' => 'Compress',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -705,9 +709,6 @@ $LANG['de'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
|
@ -41,6 +41,8 @@ $LANG['el'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Προσθέστε χρήστη',
|
||||
'Add Domain' => 'Προσθέστε domain',
|
||||
'Add Web Domain' => 'Προσθέστε Web Domain',
|
||||
|
@ -108,6 +110,7 @@ $LANG['el'] = array(
|
|||
'disable autoupdate' => 'απενεργοποίηση autoupdate',
|
||||
'turn on notifications' => 'ενεργοποίηση ειδοπ.',
|
||||
'turn off notifications' => 'απενεργοποίηση ειδοπ.',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Προσθήκη Χρήστη',
|
||||
'Editing User' => 'Επεξεργασία Χρήστη',
|
||||
|
@ -250,6 +253,7 @@ $LANG['el'] = array(
|
|||
'MySQL Usage on localhost' => 'Χρήση της MySQL στο localhost',
|
||||
'PostgreSQL Usage on localhost' => 'Χρήση της PostgreSQL στο localhost',
|
||||
'Bandwidth Usage eth0' => 'Χρήση Bandwidth eth0',
|
||||
'Bandwidth Usage eth1' => 'Χρήση Bandwidth eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'Χρήση FTP ',
|
||||
'SSH Usage' => 'Χρήση SSH',
|
||||
|
@ -449,7 +453,7 @@ $LANG['el'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Το πακέτο a href="/edit/package/?package=%s"><b>%s</b></a> έχει δημιουργηθεί επιτυχώς.',
|
||||
'SSL_GENERATED_OK' => 'Το πιστοποιητικό έχει δημιουργηθεί επιτυχώς.',
|
||||
'RULE_CREATED_OK' => 'Ο κανόνας έχει δημιουργηθεί επιτυχώς.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Η αυτόματη ενημέρωση έχει ενεργοποιηθεί επιτυχώς.',
|
||||
'Autoupdate has been successfully disabled' => 'Η αυτόματη ενημέρωση έχει απενεργοποιηθεί επιτυχώς.',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Το Cronjob αναφοράς email έχει ενεργοποιηθεί επιτυχώς',
|
||||
|
@ -525,7 +529,7 @@ $LANG['el'] = array(
|
|||
'Confirm Password' => 'Επιβεβαίωση κωδικού πρόσβασης',
|
||||
'Reset' => 'Επαναφορά',
|
||||
'Reset Code' => 'Επαναφορά κωδικού',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Ο κωδικός επαναφοράς του κωδικού πρόσβασης έχει αποσταλεί στη διεύθυνση ταχυδρομείου σας<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Επαναφορά κωδικού πρόσβασης στο %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Για να επαναφέρετε τον κωδικό πρόσβασης του πίνακα ελέγχου σας, παρακαλώ ακολουθήστε το link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nΕναλλακτικά, πλοηγηθείτε στη διεύθυνση https://%s/reset/?action=code&user=%s και εισάγετε τον ακόλουθο κωδικό επαναφοράς:\n%s\n\nΕάν δεν ζητήσατε επαναφορά κωδικού πρόσβασης, παρακαλούμε αγνοείστε το παρόν μήνυμα και δεχθείτε τη συγγνώμη μας.\n\n--\nVesta Control Panel\n",
|
||||
|
@ -603,7 +607,7 @@ $LANG['el'] = array(
|
|||
'ARCHIVE' => 'ARCHIVE',
|
||||
'EXTRACT' => 'EXTRACT',
|
||||
'DOWNLOAD' => 'DOWNLOAD',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'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',
|
||||
|
@ -625,7 +629,7 @@ $LANG['el'] = array(
|
|||
'Create' => 'Create',
|
||||
'Compress' => 'Compress',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -706,9 +710,6 @@ $LANG['el'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
|
@ -40,6 +40,8 @@ $LANG['en'] = array(
|
|||
'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',
|
||||
|
@ -107,6 +109,7 @@ $LANG['en'] = array(
|
|||
'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',
|
||||
|
@ -192,6 +195,7 @@ $LANG['en'] = array(
|
|||
'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',
|
||||
|
@ -448,7 +452,7 @@ $LANG['en'] = array(
|
|||
'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', // I'm not sure about this text
|
||||
'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',
|
||||
|
@ -524,7 +528,7 @@ $LANG['en'] = array(
|
|||
'Confirm Password' => 'Confirm Password',
|
||||
'Reset' => 'Reset',
|
||||
'Reset Code' => 'Reset Code',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'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",
|
||||
|
@ -602,7 +606,7 @@ $LANG['en'] = array(
|
|||
'ARCHIVE' => 'ARCHIVE',
|
||||
'EXTRACT' => 'EXTRACT',
|
||||
'DOWNLOAD' => 'DOWNLOAD',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'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',
|
||||
|
@ -624,7 +628,7 @@ $LANG['en'] = array(
|
|||
'Create' => 'Create',
|
||||
'Compress' => 'Compress',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -705,9 +709,6 @@ $LANG['en'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
|
@ -41,6 +41,8 @@ $LANG['es'] = array(
|
|||
'NETWORK' => 'RED',
|
||||
'Web Log Manager' => 'Administrar Logs',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Añadir Usuario',
|
||||
'Add Domain' => 'Añadir Dominio',
|
||||
'Add Web Domain' => 'Añadir Web',
|
||||
|
@ -60,9 +62,9 @@ $LANG['es'] = array(
|
|||
'Search' => 'Buscar',
|
||||
'Add one more FTP Account' => 'Añadir una Cuenta FTP adicional',
|
||||
'Overall Statistics' => 'Estadísticas Generales',
|
||||
'Daily' => 'Diariamente',
|
||||
'Weekly' => 'Semanalmente',
|
||||
'Monthly' => 'Mensualmente',
|
||||
'Daily' => 'Diario',
|
||||
'Weekly' => 'Semanal',
|
||||
'Monthly' => 'Mensual',
|
||||
'Yearly' => 'Anualmente',
|
||||
'Add' => 'Añadir',
|
||||
'Back' => 'Volver',
|
||||
|
@ -108,6 +110,7 @@ $LANG['es'] = array(
|
|||
'disable autoupdate' => 'desactivar autoupdate',
|
||||
'turn on notifications' => 'activar la notific.',
|
||||
'turn off notifications' => 'desactivar las notific.',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Añadiendo Usuario',
|
||||
'Editing User' => 'Editando Usuario',
|
||||
|
@ -250,6 +253,7 @@ $LANG['es'] = array(
|
|||
'MySQL Usage on localhost' => 'Uso de MySQL en localhost',
|
||||
'PostgreSQL Usage on localhost' => 'Uso de PostgreSQL en localhost',
|
||||
'Bandwidth Usage eth0' => 'Uso de Ancho de Banda (eth0)',
|
||||
'Bandwidth Usage eth1' => 'Uso de Ancho de Banda (eth1)',
|
||||
'Exim Usage' => 'Uso de Exim',
|
||||
'FTP Usage' => 'Uso de FTP',
|
||||
'SSH Usage' => 'Uso de SSH',
|
||||
|
@ -449,7 +453,7 @@ $LANG['es'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Plan <a href="/edit/package/?package=%s"><b>%s</b></a> ha sido creado correctamente.',
|
||||
'SSL_GENERATED_OK' => 'SSL certificado ha sido creado correctamente.',
|
||||
'RULE_CREATED_OK' => 'Regla ha sido creado correctamente.',
|
||||
'BANLIST_CREATED_OK' => 'Se creo la lista de ips bloqueadas',
|
||||
'BANLIST_CREATED_OK' => 'Se creo la lista de ips bloqueadas',
|
||||
'Autoupdate has been successfully enabled' => 'Las actualizaciones automaticas han sido activadas con éxito',
|
||||
'Autoupdate has been successfully disabled' => 'Las actualizaciones automaticas han sido desactivas con éxito',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Informes de correo electrónico Cronjob ha permitido correctamente.',
|
||||
|
@ -525,7 +529,7 @@ $LANG['es'] = array(
|
|||
'Confirm Password' => 'Confirme Contraseña',
|
||||
'Reset' => 'Cambiar',
|
||||
'Reset Code' => 'Ingrese Código',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'El código de cambio de contraseña fue enviado a su correo<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Cambio de Contraseña en %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Para cambiar su contraseña del panel, por favor siga este link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternativamente, puede dirigirse a https://%s/reset/?action=code&user=%s e ingresar el siguiente código de cambio:\n%s\n\nSi usted no ha solicitado un cambio de contraseña, por favor ignore este mensaje y acepte nuestras disculpas.\n\n--\nPanel de Control Vesta\n",
|
||||
|
@ -587,7 +591,7 @@ $LANG['es'] = array(
|
|||
|
||||
'save to favorites' => 'guardar en favoritos',
|
||||
|
||||
'File Manager' => 'Adm. de Archivos', //No pongo "Administrador" para evitar que se llene el menu superior
|
||||
'File Manager' => 'Adm. de Archivos', // No pongo "Administrador" para evitar que se llene el menu superior
|
||||
'size' => 'tamaño',
|
||||
'date' => 'fecha',
|
||||
'name' => 'nombre',
|
||||
|
@ -603,7 +607,7 @@ $LANG['es'] = array(
|
|||
'ARCHIVE' => 'COMPRIMIR',
|
||||
'EXTRACT' => 'EXTRAER',
|
||||
'DOWNLOAD' => 'DESCARGAR',
|
||||
'Are you sure?' => '¿Estás seguro?', // unused?
|
||||
'Are you sure?' => '¿Estás seguro?',
|
||||
'Hit' => 'Hit',
|
||||
'to reload the page' => 'para recargar la página',
|
||||
'Directory name cannot be empty' => 'El nombre del directorio no puede estar vacío',
|
||||
|
@ -625,11 +629,13 @@ $LANG['es'] = array(
|
|||
'Create' => 'Crear',
|
||||
'Compress' => 'Comprimir',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'ESTÁS COPIANDO', // unused?
|
||||
'YOU ARE COPYING' => 'ESTÁS COPIANDO',
|
||||
'YOU ARE REMOVING' => 'ESTÁS ELIMINANDO',
|
||||
'Delete items' => 'Eliminando items',
|
||||
'Copy files' => 'Copiar archivos',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Estás seguro que deseas copiar',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Estás seguro que deseas eliminar',
|
||||
'into' => 'en',
|
||||
'existing files will be replaced' => 'los archivos existentes serán reemplazados',
|
||||
|
@ -647,11 +653,12 @@ $LANG['es'] = array(
|
|||
'read by others' => 'lectura por otros',
|
||||
'write by others' => 'escritura por otros',
|
||||
'execute/search by others' => 'ejecutar/buscar por otros',
|
||||
'Shortcuts' => 'Atajos', // "TECLAS DE ACCESO RÁPIDO" todo depende desde donde se lea :)
|
||||
|
||||
'Shortcuts' => 'Atajos', // "TECLAS DE ACCESO RÁPIDO" todo depende desde donde se lea :)
|
||||
'Add New object' => 'Añadir Objeto Nuevo',
|
||||
'Save Form' => 'Guardar Formulario',
|
||||
'Cancel saving form' => 'Omitir guardar el formulario',
|
||||
'Go to USER list' => 'Ir a USUARIOS', // En mi opinión queda mejor "Ir a" que "Ir a Listado o Catalogo"
|
||||
'Go to USER list' => 'Ir a USUARIOS', // En mi opinión queda mejor "Ir a" que "Ir a Listado o Catalogo"
|
||||
'Go to WEB list' => 'Ir DOMINIOS / WEB',
|
||||
'Go to DNS list' => 'Ir a DNS',
|
||||
'Go to MAIL list' => 'Ir a CORREOS',
|
||||
|
@ -703,9 +710,6 @@ $LANG['es'] = array(
|
|||
|
||||
'Minutes' => 'Minutos',
|
||||
'Hourly' => 'Hora',
|
||||
'Daily' => 'Diario',
|
||||
'Weekly' => 'Semanal',
|
||||
'Monthly' => 'Mensual',
|
||||
'Run Command' => 'Ejecutar Comando',
|
||||
'every month' => 'cada mes',
|
||||
'every odd month' => 'cada mes impar',
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* َAnd Ham3D (hamed334@gmail.com)
|
||||
*/
|
||||
|
||||
$LANG['fa'] = [
|
||||
$LANG['fa'] = array(
|
||||
'Packages' => 'بسته ها',
|
||||
'IP' => 'آی پی',
|
||||
'Graphs' => 'نمودار ها',
|
||||
|
@ -43,6 +43,8 @@ $LANG['fa'] = [
|
|||
'NETWORK' => 'شبکه',
|
||||
'Web Log Manager' => 'مدیریت وب نوشت',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'افزودن كاربر',
|
||||
'Add Domain' => 'افزودن دامنه',
|
||||
'Add Web Domain' => 'افزودن دامنه وب',
|
||||
|
@ -110,6 +112,7 @@ $LANG['fa'] = [
|
|||
'disable autoupdate' => 'از کار انداختن بروزرسانی خودكار',
|
||||
'turn on notifications' => 'نمایش اعلان ها',
|
||||
'turn off notifications' => 'مخفی سازی اعلان ها',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'افزودن كاربر',
|
||||
'Editing User' => 'ویرایش كاربر',
|
||||
|
@ -252,6 +255,7 @@ $LANG['fa'] = [
|
|||
'MySQL Usage on localhost' => 'مصرف MySQL در میزبان محلی',
|
||||
'PostgreSQL Usage on localhost' => 'مصرف PostgreSQL در میزبان محلی',
|
||||
'Bandwidth Usage eth0' => 'پهنای باند مصرفی eth0',
|
||||
'Bandwidth Usage eth1' => 'پهنای باند مصرفی eth1',
|
||||
'Exim Usage' => 'مصرف Exim',
|
||||
'FTP Usage' => 'مصرف FTP',
|
||||
'SSH Usage' => 'مصرف SSH',
|
||||
|
@ -527,7 +531,7 @@ $LANG['fa'] = [
|
|||
'Confirm Password' => 'تایید گذرواژه',
|
||||
'Reset' => 'بازیابی',
|
||||
'Reset Code' => 'رمز بازیابی',
|
||||
'RESET_NOTICE' => 'اعلان بازیابی', // should we add something here?
|
||||
'RESET_NOTICE' => 'اعلان بازیابی',
|
||||
'RESET_CODE_SENT' => 'رمز بازیابی گذرواژه به ایملتان ارسال گردید.<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'بازیابی گذرواژه در %s',
|
||||
'PASSWORD_RESET_REQUEST' => "برای بازیابی گذرواژه كنترل پنلتان, لطفا از این راهنما :\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nاستفاده كنید ویا از طریق, این پیوند https://%s/reset/?action=code&user=%s با وارد كردن دستور:\n%s گذرواژه خود را بازیابی كنید.\n\nدرصورتی كه شما درخواستبازیابی گذروایه نداده اید، این پیغام را نادیده بگیرید و عذر خواهی ما را پزیرا باشید.\n\n--\nكنترل پنل وستا\n",
|
||||
|
@ -605,7 +609,7 @@ $LANG['fa'] = [
|
|||
'ARCHIVE' => 'بایگانی',
|
||||
'EXTRACT' => 'بیرون كشیدن',
|
||||
'DOWNLOAD' => 'بارگیری',
|
||||
'Are you sure?' => 'آیا اطمینان دارید؟', // unused?
|
||||
'Are you sure?' => 'آیا اطمینان دارید؟',
|
||||
'Hit' => 'اصابت',
|
||||
'to reload the page' => 'برای بارگذاری تازه صفحه',
|
||||
'Directory name cannot be empty' => 'نام پوشه نباید خالی باشد',
|
||||
|
@ -627,7 +631,7 @@ $LANG['fa'] = [
|
|||
'Create' => 'آفریدن',
|
||||
'Compress' => 'فشرده سازی',
|
||||
'OK' => 'تایید',
|
||||
'YOU ARE COPYING' => 'درحال کپی کردن هستید', // unused?
|
||||
'YOU ARE COPYING' => 'درحال کپی کردن هستید',
|
||||
'YOU ARE REMOVING' => 'درحال پاک کردن کردن هستید',
|
||||
'Delete items' => 'پاک کردن موارد',
|
||||
'Copy files' => 'کپی فایلها',
|
||||
|
@ -708,9 +712,6 @@ $LANG['fa'] = [
|
|||
|
||||
'Minutes' => 'دقیقه',
|
||||
'Hourly' => 'ساعتی',
|
||||
'Daily' => 'روزانه',
|
||||
'Weekly' => 'هفتگی',
|
||||
'Monthly' => 'ماهانه',
|
||||
'Run Command' => 'اجرای دستور',
|
||||
'every month' => 'هر ماه',
|
||||
'every odd month' => 'ماه های فرد',
|
||||
|
@ -754,4 +755,5 @@ $LANG['fa'] = [
|
|||
'Do not use encryption' => 'از رمزگزاری استفاده نشود',
|
||||
|
||||
'maximum characters length, including prefix' => 'بیشینه %s کاراکتر طول, شامل پیشوند',
|
||||
];
|
||||
|
||||
);
|
||||
|
|
|
@ -42,6 +42,8 @@ $LANG['fi'] = array(
|
|||
'NETWORK' => 'VERKKO',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Lisää käyttäjä',
|
||||
'Add Domain' => 'Lisää domaini',
|
||||
'Add Web Domain' => 'Lisää Web domain',
|
||||
|
@ -61,9 +63,9 @@ $LANG['fi'] = array(
|
|||
'Search' => 'Haku',
|
||||
'Add one more FTP Account' => 'Lisää vielä yhden FTP käyttäjä',
|
||||
'Overall Statistics' => 'Kokonaistilastot',
|
||||
'Daily' => 'Päivä',
|
||||
'Weekly' => 'Viikko',
|
||||
'Monthly' => 'Kuukausi',
|
||||
'Daily' => 'Päivittäin',
|
||||
'Weekly' => 'Viikottain',
|
||||
'Monthly' => 'Kuukausittain',
|
||||
'Yearly' => 'Vuosi',
|
||||
'Add' => 'Lisää',
|
||||
'Back' => 'Takaisin',
|
||||
|
@ -109,6 +111,7 @@ $LANG['fi'] = array(
|
|||
'disable autoupdate' => 'älä päivitä automaattisesti',
|
||||
'turn on notifications' => 'päälle ilmoitus',
|
||||
'turn off notifications' => 'sammuta ilmoitus',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Lisätään käyttäjää',
|
||||
'Editing User' => 'Muokataan käyttäjää',
|
||||
|
@ -251,6 +254,7 @@ $LANG['fi'] = array(
|
|||
'MySQL Usage on localhost' => 'MySQL-käyttö @ localhost',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL-käyttö @ localhost',
|
||||
'Bandwidth Usage eth0' => 'Kaistankäyttö eth0',
|
||||
'Bandwidth Usage eth1' => 'Kaistankäyttö eth1',
|
||||
'Exim Usage' => 'Exim-käyttö',
|
||||
'FTP Usage' => 'FTP-käyttö',
|
||||
'SSH Usage' => 'SSH-käyttö',
|
||||
|
@ -450,7 +454,7 @@ $LANG['fi'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Paketti <a href="/edit/package/?package=%s"><b>%s</b></a> lisättiin onnistuneesti.',
|
||||
'SSL_GENERATED_OK' => 'Sertifikaatti lisättiin onnistuneesti.',
|
||||
'RULE_CREATED_OK' => 'Sääntö lisättiin onnistuneesti.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Automaattinen päivitys otettu käyttöön',
|
||||
'Autoupdate has been successfully disabled' => 'Automaattinen päivitys poistettu käytöstä',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Cronjob sähköposti raportointi on onnistuneesti mahdollistanut',
|
||||
|
@ -705,11 +709,8 @@ $LANG['fi'] = array(
|
|||
'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' => 'Minuutittain', // fuzzy
|
||||
'Minutes' => 'Minuutittain', // fuzzy
|
||||
'Hourly' => 'Tunneittain',
|
||||
'Daily' => 'Päivittäin',
|
||||
'Weekly' => 'Viikottain',
|
||||
'Monthly' => 'Kuukausittain',
|
||||
'Run Command' => 'Aja Komento',
|
||||
'every month' => 'joka kuukausi',
|
||||
'every odd month' => 'joka toinen kuukausi',
|
||||
|
@ -754,8 +755,8 @@ $LANG['fi'] = array(
|
|||
|
||||
'maximum characters length, including prefix' => 'maximum %s characters length, including prefix',
|
||||
|
||||
|
||||
// Texts below doesn't exist in en.php
|
||||
'traffic' => 'tiedonsiirto',
|
||||
'disk' => 'levytila',
|
||||
'Bandwidth Usage eth1' => 'Kaistankäyttö eth1',
|
||||
);
|
||||
|
|
|
@ -40,6 +40,8 @@ $LANG['fr'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Ajouter un Utilisateur',
|
||||
'Add Domain' => 'Ajouter un Domaine',
|
||||
'Add Web Domain' => 'Ajouter un Domaine',
|
||||
|
@ -107,6 +109,7 @@ $LANG['fr'] = array(
|
|||
'disable autoupdate' => 'desactiver la mise-à-jour automatique',
|
||||
'turn on notifications' => 'act. les notifications',
|
||||
'turn off notifications' => 'désact. les notifications',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => "Ajout d'un Utilisateur",
|
||||
'Editing User' => "Édition d'un Utilisateur",
|
||||
|
@ -249,6 +252,7 @@ $LANG['fr'] = array(
|
|||
'MySQL Usage on localhost' => 'Utilisation de MySQL sur localhost',
|
||||
'PostgreSQL Usage on localhost' => 'Utilisation de PostgreSQL sur localhost',
|
||||
'Bandwidth Usage eth0' => 'Utilisation de la Bande Passante sur eth0',
|
||||
'Bandwidth Usage eth1' => 'Utilisation de la Bande Passante sur eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'Utilisation du FTP',
|
||||
'SSH Usage' => 'Utilisation SSH',
|
||||
|
@ -448,7 +452,7 @@ $LANG['fr'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Le paquet <a href="/edit/package/?package=%s"><b>%s</b></a> a été créé avec succès.',
|
||||
'SSL_GENERATED_OK' => 'Le certificat a été généré avec succès.',
|
||||
'RULE_CREATED_OK' => 'Règle a été créée avec succès.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Les mises-à-jour automatiques ont été activées avec succès.',
|
||||
'Autoupdate has been successfully disabled' => 'Les mises-à-jour automatiques ont été desactivées avec succès.',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Rapports de cronjob a été activé avec succès',
|
||||
|
@ -524,7 +528,7 @@ $LANG['fr'] = array(
|
|||
'Confirm Password' => 'Confirmer le mot de passe',
|
||||
'Reset' => 'Réinitialiser',
|
||||
'Reset Code' => 'Code de Réinitialisation',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Un Code de Réinitialisation de votre mot de passe a été envoyé à votre adresse email<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Réinitialisation du mot de passe de %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Pour réinitialiser votre mot de passe, veuillez suivre le lien suivant :\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nSinon, vous pouvez suivre https://%s/reset/?action=code&user=%s et entrer le code de réinitialisation suivant :\n%s\n\nSi vous n'avez pas demandé la réinitialisation de votre mot de passe, veuillez ignorer ce message. Nous vous prions de nous excuser pour la gène occasionnée.\n\n--\nVesta Control Panel\n",
|
||||
|
@ -602,7 +606,7 @@ $LANG['fr'] = array(
|
|||
'ARCHIVE' => 'ARCHIVER',
|
||||
'EXTRACT' => 'EXTRAIRE',
|
||||
'DOWNLOAD' => 'TÉLÉCHARGER',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'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',
|
||||
|
@ -617,14 +621,14 @@ $LANG['fr'] = array(
|
|||
'Copy' => 'Copier',
|
||||
'Cancel' => 'Annuler',
|
||||
'Rename' => 'Renommer',
|
||||
'MOVE' => 'Move',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Supprimer',
|
||||
'Extract' => 'Extraire',
|
||||
'Create' => 'Créer',
|
||||
'Compress' => 'Compresser',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -705,9 +709,6 @@ $LANG['fr'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
@ -752,6 +753,7 @@ $LANG['fr'] = array(
|
|||
|
||||
'maximum characters length, including prefix' => 'maximum %s characters length, including prefix',
|
||||
|
||||
|
||||
// Texts below doesn't exist in en.php
|
||||
'disk' => 'disque',
|
||||
'traffic' => 'traffic',
|
||||
|
|
|
@ -44,6 +44,8 @@ $LANG['hu'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Új felhasználó',
|
||||
'Add Domain' => 'Új domain',
|
||||
'Add Web Domain' => 'Új Web Domain',
|
||||
|
@ -111,6 +113,7 @@ $LANG['hu'] = array(
|
|||
'disable autoupdate' => 'automatikus frissítés tiltása',
|
||||
'turn on notifications' => 'értesít. bekapcsolása',
|
||||
'turn off notifications' => 'értesít. kikapcsolása',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Felhasználó hozzáadása',
|
||||
'Editing User' => 'Felhasználó szerkesztése',
|
||||
|
@ -253,6 +256,7 @@ $LANG['hu'] = array(
|
|||
'MySQL Usage on localhost' => 'MySQL használat a localhoston',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL használat a localhoston',
|
||||
'Bandwidth Usage eth0' => 'eth0 sávszélesség használat',
|
||||
'Bandwidth Usage eth1' => 'eth1 sávszélesség használat',
|
||||
'Exim Usage' => 'Exim használat',
|
||||
'FTP Usage' => 'FTP használat',
|
||||
'SSH Usage' => 'SSH használat',
|
||||
|
@ -452,7 +456,7 @@ $LANG['hu'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'A(z) <a href="/edit/package/?package=%s"><b>%s</b></a> csomag sikeresen létrehozva.',
|
||||
'SSL_GENERATED_OK' => 'A tanúsítvány sikeresen létrehozva.',
|
||||
'RULE_CREATED_OK' => 'Szabály sikeresen létrehozva.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Az automatikus frissítés bekapcsolva.',
|
||||
'Autoupdate has been successfully disabled' => 'Az automatikus frissítés kikapcsolva.',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Cronjob e-mail jelentés bekapcsolva.',
|
||||
|
@ -709,9 +713,6 @@ $LANG['hu'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
@ -756,6 +757,4 @@ $LANG['hu'] = array(
|
|||
|
||||
'maximum characters length, including prefix' => 'maximum %s characters length, including prefix',
|
||||
|
||||
// Texts below doesn't exist in en.php
|
||||
'Bandwidth Usage eth1' => 'eth1 sávszélesség használat',
|
||||
);
|
||||
|
|
|
@ -43,6 +43,8 @@ $LANG['id'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Tambah Pengguna',
|
||||
'Add Domain' => 'Tambah Domain',
|
||||
'Add Web Domain' => 'Tambah Domain Web',
|
||||
|
@ -110,6 +112,7 @@ $LANG['id'] = array(
|
|||
'disable autoupdate' => 'menonaktifkan autoupdate',
|
||||
'turn on notifications' => 'mengaktifkan notifik.',
|
||||
'turn off notifications' => 'menonaktifkan notifik.',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Menambah User',
|
||||
'Editing User' => 'Menyunting User',
|
||||
|
@ -252,6 +255,7 @@ $LANG['id'] = array(
|
|||
'MySQL Usage on localhost' => 'Penggunaan MySQL di localhost',
|
||||
'PostgreSQL Usage on localhost' => 'Penggunaan PostgreSQL di localhost',
|
||||
'Bandwidth Usage eth0' => 'Penggunaan Bandwidth eth0',
|
||||
'Bandwidth Usage eth1' => 'Penggunaan Bandwidth eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'Penggunaan FTP',
|
||||
'SSH Usage' => 'Penggunaan SSH',
|
||||
|
@ -451,7 +455,7 @@ $LANG['id'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Paket <a href="/edit/package/?package=%s"><b>%s</b></a> udah berhasil dibikin.',
|
||||
'SSL_GENERATED_OK' => 'Sertifikat udah berhasil dihasilkan.',
|
||||
'RULE_CREATED_OK' => 'Aturan udah berhasil dibikin.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Autoupdate sukses diaktifkan',
|
||||
'Autoupdate has been successfully disabled' => 'Autoupdate telah dinonaktifkan',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Pelaporan cronjob telah berhasil diaktifkan',
|
||||
|
@ -527,7 +531,7 @@ $LANG['id'] = array(
|
|||
'Confirm Password' => 'Konfirmasi Katakunci',
|
||||
'Reset' => 'Reset',
|
||||
'Reset Code' => 'Reset Kode',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Kode katakunci buat me-reset udah dikirim ke email<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Katakunci di-reset pada %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Kalo mau reset katakunci panel kontrol, klik aja tautan ini:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternatively, kalo ngga ke https://%s/reset/?action=code&user=%s terus masukin kode reset-nya:\n%s\n\nKalau emang kamu ga minta reset katakunci pesan ini abaikan aja, dan maaf ya....\n\n--\nPanel Kontrol Vesta\n",
|
||||
|
@ -605,7 +609,7 @@ $LANG['id'] = array(
|
|||
'ARCHIVE' => 'ARSIP',
|
||||
'EXTRACT' => 'EKSTRAK',
|
||||
'DOWNLOAD' => 'UNDUH',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'Are you sure?' => 'Are you sure?',
|
||||
'Hit' => 'Hit',
|
||||
'to reload the page' => 'untuk memuat ulang halaman',
|
||||
'Directory name cannot be empty' => 'Nama Directory ga boleh kosong',
|
||||
|
@ -627,7 +631,7 @@ $LANG['id'] = array(
|
|||
'Create' => 'Buat',
|
||||
'Compress' => 'Kompres',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -708,9 +712,6 @@ $LANG['id'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
|
@ -41,6 +41,8 @@ $LANG['it'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Nuovo Utente',
|
||||
'Add Domain' => 'Nuovo Dominio',
|
||||
'Add Web Domain' => 'Nuovo Dominio',
|
||||
|
@ -108,6 +110,7 @@ $LANG['it'] = array(
|
|||
'disable autoupdate' => 'disabilita aggiornamenti automatici',
|
||||
'turn on notifications' => 'abilita notifiche',
|
||||
'turn off notifications' => 'disabilita notifiche',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Aggiunta Utente',
|
||||
'Editing User' => 'Modifica Utente',
|
||||
|
@ -250,6 +253,7 @@ $LANG['it'] = array(
|
|||
'MySQL Usage on localhost' => 'Utilizzo MySQL su localhost',
|
||||
'PostgreSQL Usage on localhost' => 'Utilizzo PostgreSQL su localhost',
|
||||
'Bandwidth Usage eth0' => 'Utilizzo banda su eth0',
|
||||
'Bandwidth Usage eth1' => 'Utilizzo banda su eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'Utilizzo FTP',
|
||||
'SSH Usage' => 'Utilizzo SSH',
|
||||
|
@ -449,7 +453,7 @@ $LANG['it'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Il pacchetto <a href="/edit/package/?package=%s"><b>%s</b></a> è stato creato con successo.',
|
||||
'SSL_GENERATED_OK' => 'Il certificato e stato generato con successo.',
|
||||
'RULE_CREATED_OK' => 'Regola e stato creato con successo.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Gli aggiornamenti automatici sono stati abilitati',
|
||||
'Autoupdate has been successfully disabled' => 'Gli aggiornamenti automatici sono stati disabilitati',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Rendicontazione cronjob sono stati abilitati',
|
||||
|
@ -525,7 +529,7 @@ $LANG['it'] = array(
|
|||
'Confirm Password' => 'Conferma Password',
|
||||
'Reset' => 'Reset',
|
||||
'Reset Code' => 'Codice Reset',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Il codice di reset per la tua password ti è stato inviato per email<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Password Reset per %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Per fare il reset della password per il pannello di controllo clicca sul link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternativamente puoi andare su https://%s/reset/?action=code&user=%s e inserire questo codice di reset:\n%s\n\nSe non hai richiesto il reset della tua password, ignora questa email.\n\n--\nVesta Control Panel\n",
|
||||
|
@ -603,7 +607,7 @@ $LANG['it'] = array(
|
|||
'ARCHIVE' => 'ARCHIVE',
|
||||
'EXTRACT' => 'EXTRACT',
|
||||
'DOWNLOAD' => 'DOWNLOAD',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'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',
|
||||
|
@ -625,7 +629,7 @@ $LANG['it'] = array(
|
|||
'Create' => 'Create',
|
||||
'Compress' => 'Compress',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -706,9 +710,6 @@ $LANG['it'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
|
@ -40,6 +40,8 @@ $LANG['ja'] = array(
|
|||
'NETWORK' => 'ネットワーク',
|
||||
'Web Log Manager' => 'ウェブログの管理',
|
||||
|
||||
'no notifications' => '通知はありません',
|
||||
|
||||
'Add User' => 'ユーザーを追加',
|
||||
'Add Domain' => 'ドメインを追加',
|
||||
'Add Web Domain' => 'ウェブドメインを追加',
|
||||
|
@ -107,6 +109,7 @@ $LANG['ja'] = array(
|
|||
'disable autoupdate' => '自動更新を無効化',
|
||||
'turn on notifications' => '通知をオンにする',
|
||||
'turn off notifications' => '通知をオフにする',
|
||||
'configure' => '設定',
|
||||
|
||||
'Adding User' => 'ユーザーの追加',
|
||||
'Editing User' => 'ユーザーの編集',
|
||||
|
@ -190,8 +193,8 @@ $LANG['ja'] = array(
|
|||
'template' => 'テンプレート',
|
||||
'SSL Support' => 'SSLのサポート',
|
||||
'SSL Home Directory' => 'SSLホームディレクトリ',
|
||||
'Lets Encrypt Support' => 'Let\'s Encryptのサポート',
|
||||
'Lets Encrypt' => 'Let\'s Encrypt',
|
||||
'Lets Encrypt Support' => "Let's Encryptのサポート",
|
||||
'Lets Encrypt' => "Let's Encrypt",
|
||||
'Your certificate will be automatically issued in 5 minutes' => '証明書は5分以内に自動的に発行されます',
|
||||
'Proxy Support' => 'プロキシのサポート',
|
||||
'Proxy Extensions' => 'プロキシ対象拡張子',
|
||||
|
@ -249,6 +252,7 @@ $LANG['ja'] = array(
|
|||
'MySQL Usage on localhost' => 'localhostにおけるMySQLの使用量',
|
||||
'PostgreSQL Usage on localhost' => 'localhostにおけるPostgreSQLの使用量',
|
||||
'Bandwidth Usage eth0' => 'eth0における帯域幅使用量',
|
||||
'Bandwidth Usage eth1' => 'eth1における帯域幅使用量',
|
||||
'Exim Usage' => 'Exim使用量',
|
||||
'FTP Usage' => 'FTP使用量',
|
||||
'SSH Usage' => 'SSH使用量',
|
||||
|
@ -448,7 +452,7 @@ $LANG['ja'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'パッケージ <a href="/edit/package/?package=%s"><b>%s</b></a> は正常に作成されました',
|
||||
'SSL_GENERATED_OK' => '証明書は正常に生成されました',
|
||||
'RULE_CREATED_OK' => '規則は正常に作成されました',
|
||||
'BANLIST_CREATED_OK' => 'IPアドレスは正常にBANリストに追加されました', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IPアドレスは正常にBANリストに追加されました',
|
||||
'Autoupdate has been successfully enabled' => '自動更新が有効化されました',
|
||||
'Autoupdate has been successfully disabled' => '自動更新が無効化されました',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Cronジョブのメール報告が有効化されました',
|
||||
|
@ -524,7 +528,7 @@ $LANG['ja'] = array(
|
|||
'Confirm Password' => 'パスワードを再入力',
|
||||
'Reset' => 'リセット',
|
||||
'Reset Code' => 'リセットコード',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => '登録されたメールアドレスにパスワードのリセットコードが送信されました<br>',
|
||||
'MAIL_RESET_SUBJECT' => '%s のパスワードのリセット',
|
||||
'PASSWORD_RESET_REQUEST' => "コントロールパネルのパスワードをリセットするには、以下のリンクの手順に従ってください\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nもしくは、次のリンク( https://%s/reset/?action=code&user=%s )で以下のリセットコードを入力することもできます\n%s\n\nもしパスワードのリセットを要求していない場合は、このメールを無視してください\n\n--\nVesta Control Panel\n",
|
||||
|
@ -602,7 +606,7 @@ $LANG['ja'] = array(
|
|||
'ARCHIVE' => '圧縮',
|
||||
'EXTRACT' => '展開',
|
||||
'DOWNLOAD' => 'ダウンロード',
|
||||
'Are you sure?' => 'よろしいですか?', // unused?
|
||||
'Are you sure?' => 'よろしいですか?',
|
||||
'Hit' => '',
|
||||
'to reload the page' => 'を押すとページを再読み込みします',
|
||||
'Directory name cannot be empty' => 'ディレクトリ名を入力してください',
|
||||
|
@ -624,7 +628,7 @@ $LANG['ja'] = array(
|
|||
'Create' => '作成',
|
||||
'Compress' => '圧縮',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'コピー中', // unused?
|
||||
'YOU ARE COPYING' => 'コピー中',
|
||||
'YOU ARE REMOVING' => '削除中',
|
||||
'Delete items' => '項目の削除',
|
||||
'Copy files' => 'ファイルのコピー',
|
||||
|
@ -705,9 +709,6 @@ $LANG['ja'] = array(
|
|||
|
||||
'Minutes' => '分毎',
|
||||
'Hourly' => '時間毎',
|
||||
'Daily' => '日毎',
|
||||
'Weekly' => '週毎',
|
||||
'Monthly' => '月毎',
|
||||
'Run Command' => '実行時',
|
||||
'every month' => '毎月',
|
||||
'every odd month' => '奇数月',
|
||||
|
|
|
@ -40,6 +40,8 @@ $LANG['ka'] = array(
|
|||
'NETWORK' => 'ქსელი',
|
||||
'Web Log Manager' => 'ვებ ჟურნალის მართვა',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'კლიენტის დამატება',
|
||||
'Add Domain' => 'დომენის დამატება',
|
||||
'Add Web Domain' => 'ვებ დომენის დამატება',
|
||||
|
@ -107,6 +109,7 @@ $LANG['ka'] = array(
|
|||
'disable autoupdate' => 'ავტომატური განახლების გამორთვა',
|
||||
'turn on notifications' => 'შეტყობინებების ჩართვა',
|
||||
'turn off notifications' => 'შტყობინებების გამორთვა',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'კლიენტის დამატება',
|
||||
'Editing User' => 'კლიენტის რედაქტირება',
|
||||
|
@ -175,8 +178,8 @@ $LANG['ka'] = array(
|
|||
'Web Aliases' => 'Web ალიასები',
|
||||
'per domain' => 'დომენზე',
|
||||
'DNS Domains' => 'DNS დომენები',
|
||||
'DNS Domains' => 'DNS დომენები',
|
||||
'DNS records' => 'DNS ჩანაწერები' ,
|
||||
'DNS domains' => 'DNS domains',
|
||||
'DNS records' => 'DNS ჩანაწერები',
|
||||
'Name Servers' => 'Name სერვერები',
|
||||
'Mail Domains' => 'ელფოსტის დომენები',
|
||||
'Mail Accounts' => 'ელფოსტის ანგარიშები',
|
||||
|
@ -249,6 +252,8 @@ $LANG['ka'] = array(
|
|||
'MySQL Usage on localhost' => 'MySQL მოხმარება localhost-ზე',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL მოხმარება localhost-ზე',
|
||||
'Bandwidth Usage eth0' => 'ტრაფიკის მოხმარება eth0-ზე',
|
||||
'Bandwidth Usage eth1' => 'ტრაფიკის მოხმარება eth1-ზე',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'FTP მოხმარება',
|
||||
'SSH Usage' => 'SSH მოხმარება',
|
||||
'reverse proxy' => 'რევერსული პროქსი',
|
||||
|
@ -273,7 +278,6 @@ $LANG['ka'] = array(
|
|||
'Release' => 'რელიზი',
|
||||
'Architecture' => 'არქიტექტურა',
|
||||
'Object' => 'ობიექტი',
|
||||
'Owner' => 'მფლობელი',
|
||||
'Username' => 'მომხმარებლის სახელი',
|
||||
'Password' => 'პაროლი',
|
||||
'Email' => 'ელფოსტა',
|
||||
|
@ -448,7 +452,7 @@ $LANG['ka'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'პაკეტი <a href="/edit/package/?package=%s"><b>%s</b></a> წარმატებით შეიქმნა.',
|
||||
'SSL_GENERATED_OK' => 'სერტიფიკატი წარმატებით დაგენერირდა.',
|
||||
'RULE_CREATED_OK' => 'წესო წარმატებით შეიქმნა.',
|
||||
'BANLIST_CREATED_OK' => 'IP წარმატებით დაიბლოკა', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP წარმატებით დაიბლოკა',
|
||||
'Autoupdate has been successfully enabled' => 'ავტომატური განახლება წარმატებით ჩაირთო.',
|
||||
'Autoupdate has been successfully disabled' => 'ავტომატური განახლება წრამატებით გამოირთო.',
|
||||
'Cronjob email reporting has been successfully enabled' => 'კრონის დავალებების ელფოსტით დარეპორტება წარმატებით ჩაირთო',
|
||||
|
@ -499,12 +503,12 @@ $LANG['ka'] = array(
|
|||
'RESTORE_SCHEDULED' => 'დავალება დაემატა განრიგსი. თქვენ მიიღებთ შეტყობინებას ელფოსტით როცა აღდგენა დასრულდება.',
|
||||
'RESTORE_EXISTS' => 'არსებული აღდგენის პროცესი უკვე მიმდინარეობს. დაელოდეთ მის დასრულებას სანამ ხელახლა გაუშვებთ.',
|
||||
|
||||
'WEB_EXCLUSIONS' => "აკრიფეთ დომენის სახელი, თითო ერთ ხაზზე. ყველა დომენის გამოსატოვებლად გამოიყენეთ *. კატალოგების გამოსაყოფად გამოიყენეთ შემდეგი ფორმატი: domain.com:public_html/cache:public_html/tmp",
|
||||
'DNS_EXCLUSIONS' => "აკრიფეთ დომენის სახელი, თითო ერთ ხაზზე. ყველა დომენის გამოსატოვებლად გამოიყენეთ *",
|
||||
'MAIL_EXCLUSIONS' => "აკრიფეთ დომენის სახელი, თითო ერთ ხაზზე. ყველა დომენის გამოსატოვებლად გამოიყენეთ *. სპეციფიური ანგარიშების გამოსატოვებლად გამოიყენეთ შემდეგი ფორმატი: domain.com:info:support:postmaster",
|
||||
'DB_EXCLUSIONS' => "აკრიფეთ ბაზის სრული სახელი, თითო ერთ ხაზზე. ყველა დომენის გამოსატოვებლად გამოიყენეთ *",
|
||||
'CRON_EXCLUSIONS' => "ყველა დავალების გამოსატოვებლად გამოიყენეთ *",
|
||||
'USER_EXCLUSIONS' => "აკრიფეთ კატალოგის სახელი, თითო ერთ ხაზზე. ყველა კატალოგის გამოსატოვებლად გამოიყენეთ *",
|
||||
'WEB_EXCLUSIONS' => 'აკრიფეთ დომენის სახელი, თითო ერთ ხაზზე. ყველა დომენის გამოსატოვებლად გამოიყენეთ *. კატალოგების გამოსაყოფად გამოიყენეთ შემდეგი ფორმატი: domain.com:public_html/cache:public_html/tmp',
|
||||
'DNS_EXCLUSIONS' => 'აკრიფეთ დომენის სახელი, თითო ერთ ხაზზე. ყველა დომენის გამოსატოვებლად გამოიყენეთ *',
|
||||
'MAIL_EXCLUSIONS' => 'აკრიფეთ დომენის სახელი, თითო ერთ ხაზზე. ყველა დომენის გამოსატოვებლად გამოიყენეთ *. სპეციფიური ანგარიშების გამოსატოვებლად გამოიყენეთ შემდეგი ფორმატი: domain.com:info:support:postmaster',
|
||||
'DB_EXCLUSIONS' => 'აკრიფეთ ბაზის სრული სახელი, თითო ერთ ხაზზე. ყველა დომენის გამოსატოვებლად გამოიყენეთ *',
|
||||
'CRON_EXCLUSIONS' => 'ყველა დავალების გამოსატოვებლად გამოიყენეთ *',
|
||||
'USER_EXCLUSIONS' => 'აკრიფეთ კატალოგის სახელი, თითო ერთ ხაზზე. ყველა კატალოგის გამოსატოვებლად გამოიყენეთ *',
|
||||
|
||||
'Welcome to Vesta Control Panel' => 'მოგესალმებათ Vesta მართვის პანელი',
|
||||
'MAIL_FROM' => 'Vesta მართვის პანელი <noreply@%s>',
|
||||
|
@ -567,9 +571,9 @@ $LANG['ka'] = array(
|
|||
'Directory' => 'დირექტორია',
|
||||
'Remote backup' => 'დაშორებული მარქაფი',
|
||||
'ftp' => 'FTP',
|
||||
'ftp' => 'FTP',
|
||||
'sftp' => 'SFTP',
|
||||
'SFTP Chroot' => 'SFTP Chroot',
|
||||
'FileSystem Disk Quota ' => 'ფაილური სისტემის დისკის კვოტა ',
|
||||
'FileSystem Disk Quota' => 'ფაილური სისტემის დისკის კვოტა',
|
||||
'Vesta Control Panel Plugins' => 'Vesta მართვის პანელის ჩადგმები',
|
||||
'preview' => 'გადახედვა',
|
||||
'Reseller Role' => 'გადამყიდველის როლი',
|
||||
|
@ -587,7 +591,6 @@ $LANG['ka'] = array(
|
|||
'save to favorites' => 'save to favorites',
|
||||
|
||||
'File Manager' => 'ფაილები',
|
||||
'type' => 'ტიპი',
|
||||
'size' => 'ზომა',
|
||||
'date' => 'თარიღი',
|
||||
'name' => 'სახელი',
|
||||
|
@ -597,6 +600,7 @@ $LANG['ka'] = array(
|
|||
'NEW DIR' => 'ახ. დირექტორია',
|
||||
'DELETE' => 'წაშლა',
|
||||
'RENAME' => 'გადარქმევა',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'უფლებები',
|
||||
'COPY' => 'კოპირება',
|
||||
'ARCHIVE' => 'არქივი',
|
||||
|
@ -649,7 +653,7 @@ $LANG['ka'] = array(
|
|||
'write by others' => 'ჩაწერა სხვებისთვის',
|
||||
'execute/search by others' => 'გაშვება/ძიება სხვებისთვის',
|
||||
|
||||
' Shortcuts' => 'მალსახმობები',
|
||||
'Shortcuts' => 'მალსახმობები',
|
||||
'Add New object' => 'ახალი ობიექტის დამატება',
|
||||
'Save Form' => 'ფორმის შენახვა',
|
||||
'Cancel saving form' => 'ფორმის შენახვის გაუქმება',
|
||||
|
@ -676,18 +680,18 @@ $LANG['ka'] = array(
|
|||
'Save File (in text editor)' => 'ფაილის შენახვა (ტექსტურ რედაქტორში)',
|
||||
'Close Popup / Cancel' => 'პოპაპის დახურვა / გაუქმება',
|
||||
'Move Cursor Up' => 'კურსორი ზევით',
|
||||
'Move Cursor Dow' => 'კურსორი ქვევით',
|
||||
'Move Cursor Down' => 'კურსორი ქვევით',
|
||||
'Switch to Left Tab' => 'მარცხენა ჩანართზე გადასვლა',
|
||||
'Switch to Right Tab' => 'მარჯვენა ჩანართზე გადასვლა',
|
||||
'Switch Tab' => 'ჩანართის გადართვა',
|
||||
'Go to the Top of File List' => 'ფაილების სიის თავში გადასვლა',
|
||||
'Go to the Top of the File List' => 'ფაილების სიის თავში გადასვლა',
|
||||
'Go to the Last File' => 'ბოლო ფაილზე გადასვლა',
|
||||
'Open File/Enter Directory' => 'ფაილის გახსნა/დირექტორიაში შესვლა',
|
||||
'Open File / Enter Directory' => 'ფაილის გახსნა/დირექტორიაში შესვლა',
|
||||
'Edit File' => 'ფაილის რედაქტირება',
|
||||
'Go to Parent Directory' => 'მშობელ დირექტორიაში გადასვლა',
|
||||
'Select Current File' => 'მიმდინარე ფაილის მონიშვნა',
|
||||
'Select Bunch of Files' => 'ვებრი ფაილის მონიშვნა',
|
||||
'Append 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' =>
|
||||
'მალსახმობები შექმნილია უძლიერესი GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> ფაილური მენეჯერის მიხედვით',
|
||||
|
@ -705,9 +709,6 @@ $LANG['ka'] = array(
|
|||
|
||||
'Minutes' => 'წუთი',
|
||||
'Hourly' => 'საათობრივი',
|
||||
'Daily' => 'ყოველდღიური',
|
||||
'Weekly' => 'ყოველკვირეული',
|
||||
'Monthly' => 'ყოველთვიური',
|
||||
'Run Command' => 'ბრძანების გაშვება',
|
||||
'every month' => 'თვეში ერთხელ',
|
||||
'every odd month' => 'ყოველ ლუწ თვეში',
|
||||
|
|
|
@ -41,6 +41,8 @@ $LANG['nl'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Gebruiker toevoegen',
|
||||
'Add Domain' => 'Domein toevoegen',
|
||||
'Add Web Domain' => 'Domein toevoegen',
|
||||
|
@ -108,6 +110,7 @@ $LANG['nl'] = array(
|
|||
'disable autoupdate' => 'autoupdate deactiveren',
|
||||
'turn on notifications' => 'zet meldingen',
|
||||
'turn off notifications' => 'meldingen uit te schakelen',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Gebruiker Toevoegen',
|
||||
'Editing User' => 'Gebruiker Aanpassen',
|
||||
|
@ -250,6 +253,7 @@ $LANG['nl'] = array(
|
|||
'MySQL Usage on localhost' => 'MySQL Gebruik op localhost',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL Gebruik op localhost',
|
||||
'Bandwidth Usage eth0' => 'Bandbreedtegebruik eth0',
|
||||
'Bandwidth Usage eth1' => 'Bandbreedtegebruik eth1',
|
||||
'Exim Usage' => 'Exim Gebruik',
|
||||
'FTP Usage' => 'FTP Gebruik',
|
||||
'SSH Usage' => 'SSH Gebruik',
|
||||
|
@ -449,7 +453,7 @@ $LANG['nl'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Package <a href="/edit/package/?package=%s"><b>%s</b></a> is succesvol aangemaakt.',
|
||||
'SSL_GENERATED_OK' => 'Certificaat is met succes aangemaakt.',
|
||||
'RULE_CREATED_OK' => 'Regel is succesvol aangemaakt.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Autoupdate is succesvol geactiveerd',
|
||||
'Autoupdate has been successfully disabled' => 'Autoupdate is succesvol gedeactiveerd',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Cronjob rapportage is succesvol geactiveerd',
|
||||
|
@ -525,7 +529,7 @@ $LANG['nl'] = array(
|
|||
'Confirm Password' => 'Bevestig wachtwoord',
|
||||
'Reset' => 'Reset',
|
||||
'Reset Code' => 'Reset Code',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Wachtwoord herstelcode is naar uw e-mailadres gestuurd<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Wachtwoordherstel voor %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Om uw wachtwoord te herstellen klikt u op de link hieronder.\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nWanneer bovenstaande link niet werkt kunt u ook naar de volgende pagina gaan https://%s/reset/?action=code&user=%s en hier uw wachtwoord herstelcode invullen:\n%s\n\nAls u geen wachtwoord herstelcode heeft aangevraagd, kunt u dit bericht negeren.\n\n--\nVesta Controlepaneel\n",
|
||||
|
@ -603,7 +607,7 @@ $LANG['nl'] = array(
|
|||
'ARCHIVE' => 'ARCHIVE',
|
||||
'EXTRACT' => 'EXTRACT',
|
||||
'DOWNLOAD' => 'DOWNLOAD',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'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',
|
||||
|
@ -625,7 +629,7 @@ $LANG['nl'] = array(
|
|||
'Create' => 'Create',
|
||||
'Compress' => 'Compress',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -706,9 +710,6 @@ $LANG['nl'] = array(
|
|||
|
||||
'Minutes' => 'Minuten',
|
||||
'Hourly' => 'Ieder Uur',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Voer commando uit',
|
||||
'every month' => 'elke maand',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
|
@ -41,6 +41,8 @@ $LANG['no'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Legg til Bruker',
|
||||
'Add Domain' => 'Legg til Domene',
|
||||
'Add Web Domain' => 'Legg til Web Domene',
|
||||
|
@ -108,6 +110,7 @@ $LANG['no'] = array(
|
|||
'disable autoupdate' => 'deaktiver automatisk oppdatering',
|
||||
'turn on notifications' => 'slå på varslinger',
|
||||
'turn off notifications' => 'slå av varslinger',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Legger til bruker',
|
||||
'Editing User' => 'Redigerer bruker',
|
||||
|
@ -250,6 +253,7 @@ $LANG['no'] = array(
|
|||
'MySQL Usage on localhost' => 'MySQL Bruk på localhost',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL Bruk på localhost',
|
||||
'Bandwidth Usage eth0' => 'Bruka v båndbredde eth0',
|
||||
'Bandwidth Usage eth1' => 'Bruka v båndbredde eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'FTP Bruk',
|
||||
'SSH Usage' => 'SSH Bruk',
|
||||
|
@ -449,7 +453,7 @@ $LANG['no'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Pakke <a href="/edit/package/?package=%s"><b>%s</b></a> har blitt opprettet.',
|
||||
'SSL_GENERATED_OK' => 'Sertifikatet har blitt generert.',
|
||||
'RULE_CREATED_OK' => 'Regel har blitt opprettet.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Auto-oppdater har blitt aktivert',
|
||||
'Autoupdate has been successfully disabled' => 'Auto-oppdater har blitt deaktivert',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Cronjob-rapportering har blitt aktivert',
|
||||
|
@ -525,7 +529,7 @@ $LANG['no'] = array(
|
|||
'Confirm Password' => 'Bekreft Passord',
|
||||
'Reset' => 'Reset',
|
||||
'Reset Code' => 'Reset Kode',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Passord tilbakestillingskode er blitt sendt til din e-postadresse<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Passord tilbakestilt %s',
|
||||
'PASSWORD_RESET_REQUEST' => "For å tilbakestille kontroll panel passordet kan du følge denne linken:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternativt, kan du gå til https://%s/reset/?action=code&user=%s og oppgi følgende tilbakestillingskode:\n%s\n\nHvis du ikke har bedt om tilbakestilling av passord, kan du ignorere denne meldingen.\n\n--\nVesta Control Panel\n",
|
||||
|
@ -603,7 +607,7 @@ $LANG['no'] = array(
|
|||
'ARCHIVE' => 'ARCHIVE',
|
||||
'EXTRACT' => 'EXTRACT',
|
||||
'DOWNLOAD' => 'DOWNLOAD',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'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',
|
||||
|
@ -625,7 +629,7 @@ $LANG['no'] = array(
|
|||
'Create' => 'Create',
|
||||
'Compress' => 'Compress',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -706,9 +710,6 @@ $LANG['no'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
|
@ -40,6 +40,8 @@ $LANG['pl'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Dodaj użytkownika',
|
||||
'Add Domain' => 'Dodaj domenę',
|
||||
'Add Web Domain' => 'Dodaj domenę Web',
|
||||
|
@ -107,6 +109,7 @@ $LANG['pl'] = array(
|
|||
'disable autoupdate' => 'wyłącz automatyczną aktualizację',
|
||||
'turn on notifications' => 'włącz powiadomienia',
|
||||
'turn off notifications' => 'wyłącz powiadomienia',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Dodawanie użytkownika',
|
||||
'Editing User' => 'Edytowanie użytkownika',
|
||||
|
@ -249,6 +252,7 @@ $LANG['pl'] = array(
|
|||
'MySQL Usage on localhost' => 'Użycie MySQL na localhost',
|
||||
'PostgreSQL Usage on localhost' => 'Użycie PostgreSQL na localhost',
|
||||
'Bandwidth Usage eth0' => 'Użycie łącza eth0',
|
||||
'Bandwidth Usage eth1' => 'Użycie łącza eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'Użycie FTP',
|
||||
'SSH Usage' => 'Użycie SSH',
|
||||
|
@ -448,7 +452,7 @@ $LANG['pl'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Stworzono pakiet <a href="/edit/package/?package=%s"><b>%s</b></a>.',
|
||||
'SSL_GENERATED_OK' => 'Wygenerowano certyfikat.',
|
||||
'RULE_CREATED_OK' => 'Stworzono zasadę.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Uaktywniono automatyczne aktualizacje.',
|
||||
'Autoupdate has been successfully disabled' => 'Wyłączono automatyczne aktualizacje.',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Uaktywniono raportowanie zadań crona na maila',
|
||||
|
@ -524,7 +528,7 @@ $LANG['pl'] = array(
|
|||
'Confirm Password' => 'Potwierdź hasło',
|
||||
'Reset' => 'Resetuj',
|
||||
'Reset Code' => 'Kod resetu',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Kod resetu hasła został wysłany na twój adres email<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Zresetowano hasło o %s',
|
||||
'PASSWORD_RESET_REQUEST' => "W celu zresetowanie hasła do panelu, proszę przejść na stronę:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternatywnie możesz przejść na stronę https://%s/reset/?action=code&user=%s i wpisać poniższy kod:\n%s\n\nJeżeli nie prosiłeś o reset hasła proszę zignorować tą wiadomość i przyjąć nasze przeprosiny.\n\n--\nPanel Vesta\n",
|
||||
|
@ -602,7 +606,7 @@ $LANG['pl'] = array(
|
|||
'ARCHIVE' => 'ARCHIWIZUJ',
|
||||
'EXTRACT' => 'ROZPAKUJ',
|
||||
'DOWNLOAD' => 'POBIERZ',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'Are you sure?' => 'Are you sure?',
|
||||
'Hit' => 'Naciśnij',
|
||||
'to reload the page' => 'żeby załadować ponownie stronę',
|
||||
'Directory name cannot be empty' => 'Nazwa folderu nie może być pusta',
|
||||
|
@ -624,7 +628,7 @@ $LANG['pl'] = array(
|
|||
'Create' => 'Stwórz',
|
||||
'Compress' => 'Skompresuj',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -705,9 +709,6 @@ $LANG['pl'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
|
@ -40,6 +40,8 @@ $LANG['pt-BR'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Gerenciador de Log Web',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Adicionar Usuário',
|
||||
'Add Domain' => 'Adicionar Domínio',
|
||||
'Add Web Domain' => 'Adicionar Domínio Web',
|
||||
|
@ -59,9 +61,9 @@ $LANG['pt-BR'] = array(
|
|||
'Search' => 'Pesquisar',
|
||||
'Add one more FTP Account' => 'Adicionar mais uma conta FTP',
|
||||
'Overall Statistics' => 'Estatísticas Gerais',
|
||||
'Daily' => 'Diariamente',
|
||||
'Weekly' => 'Semanalmente',
|
||||
'Monthly' => 'Mensalmente',
|
||||
'Daily' => 'Dia',
|
||||
'Weekly' => 'Semana',
|
||||
'Monthly' => 'Mês',
|
||||
'Yearly' => 'Anualmente',
|
||||
'Add' => 'Adicionar',
|
||||
'Back' => 'Voltar',
|
||||
|
@ -107,6 +109,7 @@ $LANG['pt-BR'] = array(
|
|||
'disable autoupdate' => 'desabilitar atualização automática',
|
||||
'turn on notifications' => 'ativar notificações',
|
||||
'turn off notifications' => 'desativar notificações',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Adicionando Usuário',
|
||||
'Editing User' => 'Editando Usuário',
|
||||
|
@ -249,6 +252,7 @@ $LANG['pt-BR'] = array(
|
|||
'MySQL Usage on localhost' => 'Uso do MySQL em localhost',
|
||||
'PostgreSQL Usage on localhost' => 'Uso do PostgreSQL em localhost',
|
||||
'Bandwidth Usage eth0' => 'Uso de Banda em eth0',
|
||||
'Bandwidth Usage eth1' => 'Uso de Banda em eth1',
|
||||
'Exim Usage' => 'Uso do Exim',
|
||||
'FTP Usage' => 'Uso do FTP',
|
||||
'SSH Usage' => 'Uso do SSH',
|
||||
|
@ -705,9 +709,6 @@ $LANG['pt-BR'] = array(
|
|||
|
||||
'Minutes' => 'Minutos',
|
||||
'Hourly' => 'Hora',
|
||||
'Daily' => 'Dia',
|
||||
'Weekly' => 'Semana',
|
||||
'Monthly' => 'Mês',
|
||||
'Run Command' => 'Executar Comando',
|
||||
'every month' => 'todo mês',
|
||||
'every odd month' => 'todo mês impar',
|
||||
|
|
|
@ -40,6 +40,8 @@ $LANG['pt'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Adicionar Usuário',
|
||||
'Add Domain' => 'Adicionar Domínio',
|
||||
'Add Web Domain' => 'Adicionar Domínio Web',
|
||||
|
@ -107,6 +109,7 @@ $LANG['pt'] = array(
|
|||
'disable autoupdate' => 'desativar atualização automática',
|
||||
'turn on notifications' => 'ativar notificações',
|
||||
'turn off notifications' => 'desativar notificações',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Adicionando Usuário',
|
||||
'Editing User' => 'Editando Usuário',
|
||||
|
@ -249,6 +252,7 @@ $LANG['pt'] = array(
|
|||
'MySQL Usage on localhost' => 'Uso do MySQL MySQL em localhost',
|
||||
'PostgreSQL Usage on localhost' => 'Uso do PostgreSQL em localhost',
|
||||
'Bandwidth Usage eth0' => 'Uso de Banda em eth0',
|
||||
'Bandwidth Usage eth1' => 'Uso de Banda em eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'Uso do FTP',
|
||||
'SSH Usage' => 'Uso do SSH',
|
||||
|
@ -448,7 +452,7 @@ $LANG['pt'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Pacote <a href="/edit/package/?package=%s"><b>%s</b></a> criado com sucesso.',
|
||||
'SSL_GENERATED_OK' => 'Certificado SSL criado sucesso.',
|
||||
'RULE_CREATED_OK' => 'Regra criada com sucesso.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Atualização automática ativada com sucesso',
|
||||
'Autoupdate has been successfully disabled' => 'Atualização automática desativado com sucesso',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Relatórios de tarefas ativado com sucesso',
|
||||
|
@ -524,7 +528,7 @@ $LANG['pt'] = array(
|
|||
'Confirm Password' => 'Confirmar senha',
|
||||
'Reset' => 'Redefinir',
|
||||
'Reset Code' => 'Código de Redefinição',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'O código de redefinição de senha foi enviado para o seu email<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Senha Redefinida em %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Para redefinir sua senha do Painel de Controle, por favor use o seguinte link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nComo alternativa, você pode visitar https://%s/reset/?action=code&user=%s e digitar o seguinte código de redefinição:\n%s\n\nSe você não solicitou uma redefinição de senha, por favor ignore esse mensagem e aceite nossas desculpas.\n\n--\nPainel de Controle Vesta\n",
|
||||
|
@ -602,7 +606,7 @@ $LANG['pt'] = array(
|
|||
'ARCHIVE' => 'ARQUIVAR',
|
||||
'EXTRACT' => 'EXTAIR',
|
||||
'DOWNLOAD' => 'BAIXAR',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'Are you sure?' => 'Are you sure?',
|
||||
'Hit' => 'Acertar',
|
||||
'to reload the page' => 'recarregar a página',
|
||||
'Directory name cannot be empty' => 'Nome do diretório não pode estar vazio',
|
||||
|
@ -624,7 +628,7 @@ $LANG['pt'] = array(
|
|||
'Create' => 'Criar',
|
||||
'Compress' => 'Comprimir',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -705,9 +709,6 @@ $LANG['pt'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
|
@ -42,6 +42,8 @@ $LANG['ro'] = array(
|
|||
'NETWORK' => 'REȚEA',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Adăugare utilizator',
|
||||
'Add Domain' => 'Adăugare domeniu',
|
||||
'Add Web Domain' => 'Adăugare domeniu web',
|
||||
|
@ -109,6 +111,7 @@ $LANG['ro'] = array(
|
|||
'disable autoupdate' => 'dezactivează actualizarea automată',
|
||||
'turn on notifications' => 'activează notificările',
|
||||
'turn off notifications' => 'dezactivează notificările',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Adăugare utilizator',
|
||||
'Editing User' => 'Editare utilizator',
|
||||
|
@ -251,6 +254,7 @@ $LANG['ro'] = array(
|
|||
'MySQL Usage on localhost' => 'Utilizare MySQL în localhost',
|
||||
'PostgreSQL Usage on localhost' => 'Utilizare PostgreSQL în localhost',
|
||||
'Bandwidth Usage eth0' => 'Utilizare bandă rețea eth0',
|
||||
'Bandwidth Usage eth1' => 'Utilizare bandă rețea eth1',
|
||||
'Exim Usage' => 'Utilizare Exim',
|
||||
'FTP Usage' => 'FTP ',
|
||||
'SSH Usage' => 'SSH',
|
||||
|
@ -450,7 +454,7 @@ $LANG['ro'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Pachetul <a href="/edit/package/?package=%s"><b>%s</b></a> a fost creat cu succes.',
|
||||
'SSL_GENERATED_OK' => 'Certificatul SSL a fost generat cu succes.',
|
||||
'RULE_CREATED_OK' => 'Regula a fost creată cu succes.',
|
||||
'BANLIST_CREATED_OK' => 'Adresa IP a fost blocată cu succes.', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'Adresa IP a fost blocată cu succes.',
|
||||
'Autoupdate has been successfully enabled' => 'Auto actualizarea a fost activată cu succes',
|
||||
'Autoupdate has been successfully disabled' => 'Auto actualizarea a fost dezactivată cu success',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Raportarea cron prin email a fost activată cu succes',
|
||||
|
@ -526,7 +530,7 @@ $LANG['ro'] = array(
|
|||
'Confirm Password' => 'Repetarea parolei',
|
||||
'Reset' => 'Resetează',
|
||||
'Reset Code' => 'Cod de resetare',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Codul de resetare a fost trimis la email-ul dvs..<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Schimbarea parolei %s',
|
||||
'PASSWORD_RESET_REQUEST'=>"Pentru schimbarea parolei, vă rugăm faceți clic aici:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\n\n\nDacă nu ați solicitat o procedură de resetarea parolei, vă rugăm să ignorați această scrisoare.\n\n--\nPanoul de control Vesta\n",
|
||||
|
@ -604,7 +608,7 @@ $LANG['ro'] = array(
|
|||
'ARCHIVE' => 'ARHIVARE',
|
||||
'EXTRACT' => 'EXTRAGERE',
|
||||
'DOWNLOAD' => 'DESCĂRCARE',
|
||||
'Are you sure?' => 'Ești sigur?', // unused?
|
||||
'Are you sure?' => 'Ești sigur?',
|
||||
'Hit' => 'Apasă',
|
||||
'to reload the page' => 'pentru a reîncărca pagina',
|
||||
'Directory name cannot be empty' => 'Numele de director nu poate rămâne gol',
|
||||
|
@ -626,7 +630,7 @@ $LANG['ro'] = array(
|
|||
'Create' => 'Creare',
|
||||
'Compress' => 'Compresare',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'COPIEZI', // unused?
|
||||
'YOU ARE COPYING' => 'COPIEZI',
|
||||
'YOU ARE REMOVING' => 'STERGI',
|
||||
'Delete items' => 'Stergere elemente',
|
||||
'Copy files' => 'Copiere fișiere',
|
||||
|
@ -691,8 +695,8 @@ $LANG['ro'] = array(
|
|||
'Select Bunch of Files' => 'Selectează grup de fișiere',
|
||||
'Add File to the Current Selection' => 'Adăugare fișier la selecţia curenta',
|
||||
'Select All Files' => 'Selectează toate fișierele',
|
||||
'scurtăturile sunt inspirate de magnificul GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager' =>
|
||||
'scurtăturile sunt inspirate de magnificul 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' =>
|
||||
'scurtăturile sunt inspirate de magnificul GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager',
|
||||
|
||||
'Licence Key' => 'Licență',
|
||||
'Enter License Key' => 'Introduceți licența',
|
||||
|
@ -707,9 +711,6 @@ $LANG['ro'] = array(
|
|||
|
||||
'Minutes' => 'Minute',
|
||||
'Hourly' => 'Oral',
|
||||
'Daily' => 'Zilnic',
|
||||
'Weekly' => 'Săptămânal',
|
||||
'Monthly' => 'Lunar',
|
||||
'Run Command' => 'Execută comanda',
|
||||
'every month' => 'în fiecare lună',
|
||||
'every odd month' => 'în fiecare lună impară',
|
||||
|
|
|
@ -41,6 +41,8 @@ $LANG['ru'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Добавить аккаунт',
|
||||
'Add Domain' => 'Добавить домен',
|
||||
'Add Web Domain' => 'Добавить домен',
|
||||
|
@ -60,9 +62,9 @@ $LANG['ru'] = array(
|
|||
'Search' => 'Поиск',
|
||||
'Add one more FTP Account' => 'Добавить еще один FTP аккаунт',
|
||||
'Overall Statistics' => 'Сводная статистика',
|
||||
'Daily' => 'по дням',
|
||||
'Weekly' => 'по дням недели',
|
||||
'Monthly' => 'по месяцам',
|
||||
'Daily' => 'ежедневно',
|
||||
'Weekly' => 'еженедельно',
|
||||
'Monthly' => 'ежемесячно',
|
||||
'Yearly' => 'Ежегодные',
|
||||
'Add' => 'Добавить',
|
||||
'Back' => 'Назад',
|
||||
|
@ -108,6 +110,7 @@ $LANG['ru'] = array(
|
|||
'disable autoupdate' => 'выключить автообновление',
|
||||
'turn on notifications' => 'вкл. уведомления',
|
||||
'turn off notifications' => 'выкл. уведомления',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Добавление аккаунта',
|
||||
'Editing User' => 'Редактирование аккаунта',
|
||||
|
@ -192,8 +195,8 @@ $LANG['ru'] = array(
|
|||
'SSL Support' => 'Поддержка SSL',
|
||||
'SSL Home Directory' => 'Директория SSL',
|
||||
'Lets Encrypt Support' => 'Поддержка Lets Encrypt',
|
||||
'Your certificate will be automatically issued in 5 minutes' => 'Сертификат будет автоматически создан в течении 5-ти минут',
|
||||
'Lets Encrypt' => 'Lets Encrypt',
|
||||
'Your certificate will be automatically issued in 5 minutes' => 'Сертификат будет автоматически создан в течении 5-ти минут',
|
||||
'Proxy Support' => 'Поддержка Proxy',
|
||||
'Proxy Extensions' => 'Обработка Proxy',
|
||||
'Web Statistics' => 'Статистика сайта',
|
||||
|
@ -250,6 +253,7 @@ $LANG['ru'] = array(
|
|||
'MySQL Usage on localhost' => 'Сервер базы данных MySQL',
|
||||
'PostgreSQL Usage on localhost' => 'Сервер базы данных PostgreSQL',
|
||||
'Bandwidth Usage eth0' => 'Использование cети: eth0',
|
||||
'Bandwidth Usage eth1' => 'Использование cети: eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'FTP сервер',
|
||||
'SSH Usage' => 'SSH сервер',
|
||||
|
@ -449,7 +453,7 @@ $LANG['ru'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Пакет <a href="/edit/package/?package=%s"><b>%s</b></a> успешно создан.',
|
||||
'SSL_GENERATED_OK' => 'SSL cертификат был успешно сгенерирован.',
|
||||
'RULE_CREATED_OK' => 'Правило было успешно добавлено',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Автообновление было успешно включено',
|
||||
'Autoupdate has been successfully disabled' => 'Автобновление было успешно выключено',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Cron уведомления были успешно включены',
|
||||
|
@ -525,7 +529,7 @@ $LANG['ru'] = array(
|
|||
'Confirm Password' => 'Подтверждение пароля',
|
||||
'Reset' => 'Сбросить',
|
||||
'Reset Code' => 'Код восстановления',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Код для восстановления пароля был выслан на ваш электронный адрес.<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Восстановление пароля %s',
|
||||
'PASSWORD_RESET_REQUEST'=>"Чтобы восстановить пароль, пройдите по ссылке:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nВы также можете октрыть страницу https://%s/reset/?action=code&user=%s и вручную ввести код для восстановления:\n%s\n\nЕсли вы не запрашивали процедуру восстановления пароля, пожалуйста проигнорируйте это письмо и примите наши извинения.\n\n--\nПанель управления Vesta\n",
|
||||
|
@ -603,7 +607,7 @@ $LANG['ru'] = array(
|
|||
'ARCHIVE' => 'АРХИВ',
|
||||
'EXTRACT' => 'РАСПАКОВАТЬ',
|
||||
'DOWNLOAD' => 'СКАЧАТЬ',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'Are you sure?' => 'Are you sure?',
|
||||
'Hit' => 'Нажмите',
|
||||
'to reload the page' => 'чтобы перегрузить страницу',
|
||||
'Directory name cannot be empty' => 'Название директории не может быть пустым',
|
||||
|
@ -625,7 +629,7 @@ $LANG['ru'] = array(
|
|||
'Create' => 'Создать',
|
||||
'Compress' => 'Запаковать',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -705,9 +709,6 @@ $LANG['ru'] = array(
|
|||
'This is a commercial module, you would need to purchace license key to enable it.' => 'Это коммерческий модуль, чтобы включить его, вам необходимо приобрести лицензию.',
|
||||
|
||||
'Minutes' => 'по минутам',
|
||||
'Daily' => 'ежедневно',
|
||||
'Weekly' => 'еженедельно',
|
||||
'Monthly' => 'ежемесячно',
|
||||
'Hourly' => 'по часам',
|
||||
'Run Command' => 'Выполнять',
|
||||
'every month' => 'каждый месяц',
|
||||
|
|
|
@ -40,6 +40,8 @@ $LANG['se'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Lägg till användare',
|
||||
'Add Domain' => 'Lägg till domän',
|
||||
'Add Web Domain' => 'Lägg till Webbhotellsdomän',
|
||||
|
@ -107,6 +109,7 @@ $LANG['se'] = array(
|
|||
'disable autoupdate' => 'avaktivera autoupdate',
|
||||
'turn on notifications' => 'aktivera händelsevarsel',
|
||||
'turn off notifications' => 'stäng av händelsevarsel',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Lägger till användare',
|
||||
'Editing User' => 'Redigerar användare',
|
||||
|
@ -249,6 +252,7 @@ $LANG['se'] = array(
|
|||
'MySQL Usage on localhost' => 'MySQL-användande på localhost',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL-användande på localhost',
|
||||
'Bandwidth Usage eth0' => 'Bandbreddsanvändande på eth0',
|
||||
'Bandwidth Usage eth1' => 'Bandbreddsanvändande på eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'FTP-användande',
|
||||
'SSH Usage' => 'SSH-användande',
|
||||
|
@ -448,7 +452,7 @@ $LANG['se'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Webbhotell-paketet <a href="/edit/package/?package=%s"><b>%s</b></a> har skapats.',
|
||||
'SSL_GENERATED_OK' => 'Certifikat genererat.',
|
||||
'RULE_CREATED_OK' => 'Regel skapad.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Automatisk uppdatering har aktiverats.',
|
||||
'Autoupdate has been successfully disabled' => 'Automatisk uppdatering har avaktiverats.',
|
||||
'Cronjob email reporting has been successfully enabled' => 'emailrapport för cron-uppdrag har aktiverats',
|
||||
|
@ -524,7 +528,7 @@ $LANG['se'] = array(
|
|||
'Confirm Password' => 'Bekräfta lösenordet',
|
||||
'Reset' => 'Återställ',
|
||||
'Reset Code' => 'Återställ kod',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Koden för lösenordsåterställning har skickats till din emailadress<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Lösenord återställt %s',
|
||||
'PASSWORD_RESET_REQUEST' => "För att återställa lösenordet till kontrollpanelen, vänligen följ denna länk:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nEller så kan du gåt till https://%s/reset/?action=code&user=%s och ange följande återställningskod:\n%s\n\nOm du inte har begärt lösenordsåterställning, var god ignorera detta meddelande och acceptera vår ödmjuka ursäkt.\n\n--\nKontrollpanelen Vesta\n",
|
||||
|
@ -602,7 +606,7 @@ $LANG['se'] = array(
|
|||
'ARCHIVE' => 'ARCHIVE',
|
||||
'EXTRACT' => 'EXTRACT',
|
||||
'DOWNLOAD' => 'DOWNLOAD',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'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',
|
||||
|
@ -624,7 +628,7 @@ $LANG['se'] = array(
|
|||
'Create' => 'Create',
|
||||
'Compress' => 'Compress',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -705,9 +709,6 @@ $LANG['se'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
|
@ -41,6 +41,8 @@ $LANG['tr'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Kullanıcı Ekle',
|
||||
'Add Domain' => 'Alan Adı Ekle',
|
||||
'Add Web Domain' => 'Alan Adı Ekle',
|
||||
|
@ -108,6 +110,7 @@ $LANG['tr'] = array(
|
|||
'disable autoupdate' => 'otomatik güncellemeyi pasif hale getir',
|
||||
'turn on notifications' => 'duyuruları aç',
|
||||
'turn off notifications' => 'duyuruları kapat',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Kullanıcı Ekleme',
|
||||
'Editing User' => 'Kullanıcı Düzenleme',
|
||||
|
@ -250,6 +253,7 @@ $LANG['tr'] = array(
|
|||
'MySQL Usage on localhost' => 'Localhost Üzerindeki MySQL Kullanımı',
|
||||
'PostgreSQL Usage on localhost' => 'Localhost Üzerindeki PostgreSQL Kullanımı',
|
||||
'Bandwidth Usage eth0' => 'eth0 Trafik Kullanımı',
|
||||
'Bandwidth Usage eth1' => 'eth1 Trafik Kullanımı',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'FTP Kullanımı',
|
||||
'SSH Usage' => 'SSH Kullanımı',
|
||||
|
@ -449,7 +453,7 @@ $LANG['tr'] = array(
|
|||
'PACKAGE_CREATED_OK' => '<a href="/edit/package/?package=%s"><b>%s</b></a> paketi başarıyla oluşturuldu.',
|
||||
'SSL_GENERATED_OK' => 'Sertifika başarıyla oluşturuldu.',
|
||||
'RULE_CREATED_OK' => 'Kural başarıyla oluşturuldu.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Otomatik güncelleme başarıyla aktifleştirildi',
|
||||
'Autoupdate has been successfully disabled' => 'Otomatik güncelleme başarıyla pasifleştirildi',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Zamanlanmış görev e-posta raporlama başarıyla aktif hale getirildi',
|
||||
|
@ -525,7 +529,7 @@ $LANG['tr'] = array(
|
|||
'Confirm Password' => 'Şifreyi Onayla',
|
||||
'Reset' => 'Sıfırla',
|
||||
'Reset Code' => 'Sıfırlama Kodu',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Şifre sıfırlama kodu e-posta adresinize gönderildi.<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Şifre Sıfırlama - %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Şifrenizi sıfırlamak için lütfen linki takip edin:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternatif olarak https://%s/reset/?action=code&user=%s linkine tıklayıp devamında şu reset kodunuzu gerekli alana girebilirsiniz:\n%s\n\nEğer şifre sıfırlama isteğinde bulunmadıysanız lütfen bu mesajı görmezden gelin ve özrümüzü kabul edin.\n\n--\nVesta Control Panel\n",
|
||||
|
@ -603,7 +607,7 @@ $LANG['tr'] = array(
|
|||
'ARCHIVE' => 'ARŞİVLE',
|
||||
'EXTRACT' => 'ÇIKART',
|
||||
'DOWNLOAD' => 'İNDİR',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'Are you sure?' => 'Are you sure?',
|
||||
'Hit' => 'Hit',
|
||||
'to reload the page' => 'sayfayı yenilemek için',
|
||||
'Directory name cannot be empty' => 'Dizin adı boş olamaz',
|
||||
|
@ -625,7 +629,7 @@ $LANG['tr'] = array(
|
|||
'Create' => 'Oluştur',
|
||||
'Compress' => 'Sıkıştır',
|
||||
'OK' => 'TAMAM',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -706,9 +710,6 @@ $LANG['tr'] = array(
|
|||
|
||||
'Minutes' => 'Dakikalık',
|
||||
'Hourly' => 'Saatlik',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Komutu Çalıştır',
|
||||
'every month' => 'her ay',
|
||||
'every odd month' => 'her tek ay',
|
||||
|
|
|
@ -15,12 +15,13 @@ $LANG['tw'] = array(
|
|||
'Graphs' => '資源使用圖表',
|
||||
'Statistics' => '統計資料',
|
||||
'Log' => '系統紀錄',
|
||||
'Server' => '伺服器',
|
||||
'Services' => '服務',
|
||||
'Firewall' => '防火牆',
|
||||
'Server' => '伺服器',
|
||||
'Updates' => '系統更新',
|
||||
'Log in' => '登入',
|
||||
'Log out' => '登出',
|
||||
|
||||
'USER' => '使用者管理',
|
||||
'WEB' => '網站管理',
|
||||
'DNS' => 'DNS 管理',
|
||||
|
@ -44,6 +45,8 @@ $LANG['tw'] = array(
|
|||
'NETWORK' => '網路',
|
||||
'Web Log Manager' => 'Web 日誌管理員',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => '新增使用者',
|
||||
'Add Domain' => '新增網域',
|
||||
'Add Web Domain' => '新增網站網域',
|
||||
|
@ -63,9 +66,9 @@ $LANG['tw'] = array(
|
|||
'Search' => '搜尋',
|
||||
'Add one more FTP Account' => '新增 FTP 帳號',
|
||||
'Overall Statistics' => '整理統計資料',
|
||||
'Daily' => '每天',
|
||||
'Weekly' => '每週',
|
||||
'Monthly' => '每月',
|
||||
'Daily' => '天',
|
||||
'Weekly' => '周',
|
||||
'Monthly' => '月',
|
||||
'Yearly' => '每年',
|
||||
'Add' => '新增',
|
||||
'Back' => '返回',
|
||||
|
@ -111,6 +114,7 @@ $LANG['tw'] = array(
|
|||
'disable autoupdate' => '停用自動更新',
|
||||
'turn on notifications' => '啟用通知',
|
||||
'turn off notifications' => '停用通知',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => '新增使用者',
|
||||
'Editing User' => '編輯使用者',
|
||||
|
@ -253,6 +257,7 @@ $LANG['tw'] = array(
|
|||
'MySQL Usage on localhost' => '本機 MySQL 使用情形',
|
||||
'PostgreSQL Usage on localhost' => '本機 PostgreSQL 使用情形',
|
||||
'Bandwidth Usage eth0' => 'eth0 頻寬使用情形',
|
||||
'Bandwidth Usage eth1' => 'eth1 頻寬使用情形',
|
||||
'Exim Usage' => 'Exim 使用情形',
|
||||
'FTP Usage' => 'FTP 使用情形',
|
||||
'SSH Usage' => 'SSH 使用情形',
|
||||
|
@ -404,8 +409,10 @@ $LANG['tw'] = array(
|
|||
'mail domain' => 'mail 紀錄',
|
||||
'mail account' => 'mail 帳號',
|
||||
'cron job' => '任務排程',
|
||||
|
||||
'cron' => '任務排程',
|
||||
'user dir' => '使用者資料夾',
|
||||
|
||||
'unlimited' => '無限制',
|
||||
'1 account' => '1 個帳號',
|
||||
'%s accounts' => '%s 個帳號',
|
||||
|
@ -501,12 +508,12 @@ $LANG['tw'] = array(
|
|||
'RESTORE_SCHEDULED' => '您的要求已加入隊列中,回復完成後會再以電子郵件通知您',
|
||||
'RESTORE_EXISTS' => '已經有一個回復正在執行中,請等待備份完成後再操作',
|
||||
|
||||
'WEB_EXCLUSIONS' => "輸入網域名稱,每行一個網域。如要排除備份所有網域請使用*。排除特定的資料夾請依照這個格式: Example.com:public_html/cache:public_html/tmp",
|
||||
'DNS_EXCLUSIONS' => "輸入網域名稱,每行一個網域。如要排除備份所有網域請使用*",
|
||||
'MAIL_EXCLUSIONS' => "輸入網域名稱,每行一個網域。如要排除備份所有網域請使用*。要排除特定使用者請依照這個格式: Example.com:info:support:postmaster",
|
||||
'DB_EXCLUSIONS' => "輸入完整資料庫名城,每行一個資料庫。如要排除備份所有資料庫請使用*",
|
||||
'CRON_EXCLUSIONS' => "要排除備份所有任務排程請使用*",
|
||||
'USER_EXCLUSIONS' => "輸入要排除備份的資料夾名稱,每行一個資料夾。如要排除備份所有資料夾請使用*",
|
||||
'WEB_EXCLUSIONS' => '輸入網域名稱,每行一個網域。如要排除備份所有網域請使用*。排除特定的資料夾請依照這個格式: Example.com:public_html/cache:public_html/tmp',
|
||||
'DNS_EXCLUSIONS' => '輸入網域名稱,每行一個網域。如要排除備份所有網域請使用*',
|
||||
'MAIL_EXCLUSIONS' => '輸入網域名稱,每行一個網域。如要排除備份所有網域請使用*。要排除特定使用者請依照這個格式: Example.com:info:support:postmaster',
|
||||
'DB_EXCLUSIONS' => '輸入完整資料庫名城,每行一個資料庫。如要排除備份所有資料庫請使用*',
|
||||
'CRON_EXCLUSIONS' => '要排除備份所有任務排程請使用*',
|
||||
'USER_EXCLUSIONS' => '輸入要排除備份的資料夾名稱,每行一個資料夾。如要排除備份所有資料夾請使用*',
|
||||
|
||||
'Welcome to Vesta Control Panel' => '歡迎來到 Vesta 管理系統',
|
||||
'MAIL_FROM' => 'Vesta 管理系統 <noreply@%s>',
|
||||
|
@ -517,7 +524,7 @@ $LANG['tw'] = array(
|
|||
'FTP login credentials' => 'FTP 登入資料',
|
||||
'FTP_ACCOUNT_READY' => "FTP帳號已成功建立,並可以開始使用了!\n\n主機名稱: %s\n使用者名稱: %s_%s\n密碼: %s\n\n--\nVesta Control Panel\n",
|
||||
|
||||
'Database Credentials' => "資料庫 登入資料",
|
||||
'Database Credentials' => '資料庫 登入資料',
|
||||
'DATABASE_READY' => "資料庫已加入成功!\n\n資料庫名稱: %s\n使用者名稱: %s\n密碼: %s\n%s\n\n--\nVesta Control Panel\n",
|
||||
|
||||
'forgot password' => '忘記密碼',
|
||||
|
@ -531,28 +538,6 @@ $LANG['tw'] = array(
|
|||
'MAIL_RESET_SUBJECT' => '密碼重置在 %s',
|
||||
'PASSWORD_RESET_REQUEST' => "重置密碼請點擊連結:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\n或者您可以到 https://%s/reset/?action=code&user=%s 輸入密碼重設代碼:\n%s\n\n如果您沒有要求重設密碼,請忽略此郵件\n\n—\nVesta Control Panel\n",
|
||||
|
||||
'Run Command' => '執行指令',
|
||||
'every month' => '每月',
|
||||
'every odd month' => '每個單數月',
|
||||
'every even month' => '每個偶數月',
|
||||
'every day' => '每天',
|
||||
'every odd day' => '每次單數日',
|
||||
'every even day' => '每次偶數日',
|
||||
'weekdays (5 days)' => '平常日 (五天)',
|
||||
'weekend (2 days)' => '週末 (兩天)',
|
||||
'Monday' => '星期一',
|
||||
'Tuesday' => '星期二',
|
||||
'Wednesday' => '星期三',
|
||||
'Thursday' => '星期四',
|
||||
'Friday' => '星期五',
|
||||
'Saturday' => '星期六',
|
||||
'Sunday' => '星期日',
|
||||
'every hour' => '每小時',
|
||||
'every two hours' => '每兩小時',
|
||||
'every minute' => '每分鐘',
|
||||
'every two minutes' => '每兩分鐘',
|
||||
'every' => '每',
|
||||
|
||||
'Jan' => '1月',
|
||||
'Feb' => '2月',
|
||||
'Mar' => '3月',
|
||||
|
@ -607,7 +592,9 @@ $LANG['tw'] = array(
|
|||
'Date' => '日期',
|
||||
'Starred' => '加註星號',
|
||||
'Name' => '名稱',
|
||||
|
||||
'save to favorites' => '存到我的最愛',
|
||||
|
||||
'File Manager' => '檔案管理員',
|
||||
'size' => '大小',
|
||||
'date' => '日期',
|
||||
|
@ -646,7 +633,7 @@ $LANG['tw'] = array(
|
|||
'Create' => '新增',
|
||||
'Compress' => '壓縮',
|
||||
'OK' => '確定',
|
||||
'YOU ARE COPYING' => '您正在複製', // unused?
|
||||
'YOU ARE COPYING' => '您正在複製',
|
||||
'YOU ARE REMOVING' => '您正在移動',
|
||||
'Delete items' => '刪除',
|
||||
'Copy files' => '複製檔案',
|
||||
|
@ -711,9 +698,9 @@ $LANG['tw'] = array(
|
|||
'Select Bunch of Files' => '選取多個檔案',
|
||||
'Add File to the Current Selection' => '新增檔案到已選取的列表',
|
||||
'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' =>
|
||||
"快捷鍵的想法是由 magnificent GNU <a href='https://www.midnight-commander.org/'>Midnight Commander</a> 檔案管理員啟發的",
|
||||
'Save' => '儲存',
|
||||
|
||||
'Licence Key' => '授權金鑰',
|
||||
'Enter License Key' => '輸入授權金鑰',
|
||||
'Buy Licence' => '購買授權',
|
||||
|
@ -727,9 +714,6 @@ $LANG['tw'] = array(
|
|||
|
||||
'Minutes' => '分',
|
||||
'Hourly' => '小時',
|
||||
'Daily' => '天',
|
||||
'Weekly' => '周',
|
||||
'Monthly' => '月',
|
||||
'Run Command' => '執行命令',
|
||||
'every month' => '每月',
|
||||
'every odd month' => '奇數月',
|
||||
|
|
|
@ -41,6 +41,8 @@ $LANG['ua'] = array(
|
|||
'NETWORK' => 'МЕРЕЖА',
|
||||
'Web Log Manager' => 'Менеджер Web журналу',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Додати користувача',
|
||||
'Add Domain' => 'Додати домен',
|
||||
'Add Web Domain' => 'Додати WEB домен',
|
||||
|
@ -108,6 +110,7 @@ $LANG['ua'] = array(
|
|||
'disable autoupdate' => 'вимкнути автооновлення',
|
||||
'turn on notifications' => 'увімкнути сповіщення',
|
||||
'turn off notifications' => 'вимкнути сповіщення',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Додавання користувача',
|
||||
'Editing User' => 'Редагування користувача',
|
||||
|
@ -250,6 +253,7 @@ $LANG['ua'] = array(
|
|||
'MySQL Usage on localhost' => 'Використання локальної MySQL',
|
||||
'PostgreSQL Usage on localhost' => 'Використання локальної PostgreSQL',
|
||||
'Bandwidth Usage eth0' => 'Використання мережі eth0',
|
||||
'Bandwidth Usage eth1' => 'Використання мережі eth1',
|
||||
'Exim Usage' => 'Використання Exim',
|
||||
'FTP Usage' => 'Використання FTP',
|
||||
'SSH Usage' => 'Використання SSH',
|
||||
|
@ -449,7 +453,7 @@ $LANG['ua'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Пакет <a href="/edit/package/?package=%s"><b>%s</b></a> успішно створено.',
|
||||
'SSL_GENERATED_OK' => 'SSL cертификат успішно згенеровано.',
|
||||
'RULE_CREATED_OK' => 'Правило успішно створено.',
|
||||
'BANLIST_CREATED_OK' => 'IP адреса успішно заблокована', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP адреса успішно заблокована',
|
||||
'Autoupdate has been successfully enabled' => 'Aвтооновлення було успішно увімкнено',
|
||||
'Autoupdate has been successfully disabled' => 'Aвтооновлення було успішно вимкнено',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Cronjob звітування було успішно увімкнено',
|
||||
|
@ -525,7 +529,7 @@ $LANG['ua'] = array(
|
|||
'Confirm Password' => 'Підтвердження паролю',
|
||||
'Reset' => 'Скинути',
|
||||
'Reset Code' => 'Код скидання',
|
||||
'RESET_NOTICE' => 'Скинути сповіщення', // should we add something here?
|
||||
'RESET_NOTICE' => 'Скинути сповіщення',
|
||||
'RESET_CODE_SENT' => 'Код для відновлення паролю успішно відправлено на вашу електронну пошту.<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Відновлення паролю %s',
|
||||
'PASSWORD_RESET_REQUEST'=>"Щоб відновити пароль, будь-ласка, перейдіть за посиланням :\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nТакож ви можете відкрити сторінку https://%s/reset/?action=code&user=%s і вручну ввести код для відновлення:\n%s\n\nЯкщо ви не виконували процедуру відновлення паролю, будь ласка, проігноруйте цей лист і прийміть наші вибачення.\n\n--\nПанель керування Vesta\n",
|
||||
|
@ -603,7 +607,7 @@ $LANG['ua'] = array(
|
|||
'ARCHIVE' => 'АРХІВУВАТИ',
|
||||
'EXTRACT' => 'РОЗПАКУВАТИ',
|
||||
'DOWNLOAD' => 'ЗАВАНТАЖИТИ',
|
||||
'Are you sure?' => 'Ви впевнені?', // unused?
|
||||
'Are you sure?' => 'Ви впевнені?',
|
||||
'Hit' => 'Клацніть',
|
||||
'to reload the page' => 'для перезавантаження сторінки',
|
||||
'Directory name cannot be empty' => 'Назва теки не може бути порожньою',
|
||||
|
@ -625,7 +629,7 @@ $LANG['ua'] = array(
|
|||
'Create' => 'Створити',
|
||||
'Compress' => 'Стиснути',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'ВИ КОПІЮЄТЕ', // unused?
|
||||
'YOU ARE COPYING' => 'ВИ КОПІЮЄТЕ',
|
||||
'YOU ARE REMOVING' => 'ВИ ВИДАЛЯЄТЕ',
|
||||
'Delete items' => 'Видалити елементи',
|
||||
'Copy files' => 'Копіювати файли',
|
||||
|
@ -677,13 +681,13 @@ $LANG['ua'] = array(
|
|||
'Save File (in text editor)' => 'Зберегти файл (у текстовому редакторі)',
|
||||
'Close Popup / Cancel' => 'Приховати підказки / Скасувати',
|
||||
'Move Cursor Up' => 'Перемістити курсор догори',
|
||||
'Move Cursor Dow' => 'Перемістити курсор донизу',
|
||||
'Move Cursor Down' => 'Перемістити курсор донизу',
|
||||
'Switch to Left Tab' => 'Перейти до лівої панелі',
|
||||
'Switch to Right Tab' => 'Перейти до правої панелі',
|
||||
'Switch Tab' => 'Переключити панель',
|
||||
'Go to the Top of File List' => 'Перейти до початку списку файлів',
|
||||
'Go to the Top of the File List' => 'Перейти до початку списку файлів',
|
||||
'Go to the Last File' => 'Перейти до останнього файлу',
|
||||
'Open File/Enter Directory' => 'Відкрити файл/Перейти до теки',
|
||||
'Open File / Enter Directory' => 'Відкрити файл / Перейти до теки',
|
||||
'Edit File' => 'Редагувати файл',
|
||||
'Go to Parent Directory' => 'Перейти до батьківської теки',
|
||||
'Select Current File' => 'Обрати поточний файл',
|
||||
|
@ -706,9 +710,6 @@ $LANG['ua'] = array(
|
|||
|
||||
'Minutes' => 'Щохвилини',
|
||||
'Hourly' => 'Щогодини',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Виконати команду',
|
||||
'every month' => 'кожний місяць',
|
||||
'every odd month' => 'кожний непарний місяць',
|
||||
|
@ -753,4 +754,4 @@ $LANG['ua'] = array(
|
|||
|
||||
'maximum characters length, including prefix' => 'maximum %s characters length, including prefix',
|
||||
|
||||
);
|
||||
);
|
||||
|
|
|
@ -38,7 +38,9 @@ $LANG['vi'] = array(
|
|||
'MEMORY' => 'RAM',
|
||||
'DISK' => 'DUNG LƯỢNG',
|
||||
'NETWORK' => 'MẠNG',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
'Web Log Manager' => 'Quản lý log',
|
||||
|
||||
'no notifications' => 'không có thông báo nào',
|
||||
|
||||
'Add User' => 'Thêm tài khoản',
|
||||
'Add Domain' => 'Thêm tên miền',
|
||||
|
@ -107,6 +109,7 @@ $LANG['vi'] = array(
|
|||
'disable autoupdate' => 'tắt tự động cập nhật',
|
||||
'turn on notifications' => 'bật thông báo',
|
||||
'turn off notifications' => 'tắt thông báo',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Thêm tài khoản',
|
||||
'Editing User' => 'Sửa tài khoản',
|
||||
|
@ -190,9 +193,9 @@ $LANG['vi'] = array(
|
|||
'template' => 'mẫu',
|
||||
'SSL Support' => 'Hỗ trợ SSL',
|
||||
'SSL Home Directory' => 'Trang chủ SSL',
|
||||
'Lets Encrypt Support' => 'Lets Encrypt Support',
|
||||
'Lets Encrypt Support' => 'Hỗ trợ Lets Encrypt',
|
||||
'Lets Encrypt' => 'Lets Encrypt',
|
||||
'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes',
|
||||
'Your certificate will be automatically issued in 5 minutes' => 'Chứng chỉ của bạn sẽ được tự động cấp phát trong 5 phút',
|
||||
'Proxy Support' => 'Hỗ trợ Nginx',
|
||||
'Proxy Extensions' => 'Phần mở rộng Nginx',
|
||||
'Web Statistics' => 'Thống kê Web',
|
||||
|
@ -213,15 +216,15 @@ $LANG['vi'] = array(
|
|||
'Forward to' => 'Chuyển tiếp đến',
|
||||
'Do not store forwarded mail' => 'Không lưu thư chuyển tiếp',
|
||||
'IMAP hostname' => 'IMAP hostname',
|
||||
'IMAP port' => 'IMAP port',
|
||||
'IMAP security' => 'IMAP security',
|
||||
'IMAP auth method' => 'IMAP auth method',
|
||||
'IMAP port' => 'Cổng IMAP',
|
||||
'IMAP security' => 'Bảo mật IMAP',
|
||||
'IMAP auth method' => 'Phương thức xác thực IMAP',
|
||||
'SMTP hostname' => 'SMTP hostname',
|
||||
'SMTP port' => 'SMTP port',
|
||||
'SMTP security' => 'SMTP security',
|
||||
'SMTP auth method' => 'SMTP auth method',
|
||||
'SMTP port' => 'Cổng SMTP',
|
||||
'SMTP security' => 'Bảo mật SMTP',
|
||||
'SMTP auth method' => 'Phương thức xác thực SMTP',
|
||||
'STARTTLS' => 'STARTTLS',
|
||||
'Normal password' => 'Normal password',
|
||||
'Normal password' => 'Mật khẩu thường',
|
||||
'database' => 'csdl',
|
||||
'User' => 'Người dùng',
|
||||
'Host' => 'Host',
|
||||
|
@ -243,15 +246,16 @@ $LANG['vi'] = array(
|
|||
'Users' => 'Người dùng',
|
||||
'Load Average' => 'Tải trung bình',
|
||||
'Memory Usage' => 'Sử dụng ram',
|
||||
'APACHE2 Usage' => 'APACHE2 Usage',
|
||||
'HTTPD Usage' => 'HTTPD sử dụng',
|
||||
'NGINX Usage' => 'NGINX sử dụng',
|
||||
'MySQL Usage on localhost' => 'MySQL sử dụng tại localhost',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL sử dụng tại localhost',
|
||||
'Bandwidth Usage eth0' => 'Băng thông eth0 sử dụng',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'FTP sử dụng',
|
||||
'SSH Usage' => 'SSH sử dụng',
|
||||
'APACHE2 Usage' => 'Mức sử dụng APACHE2',
|
||||
'HTTPD Usage' => 'Mức sử dụng HTTPD',
|
||||
'NGINX Usage' => 'Mức sử dụng NGINX',
|
||||
'MySQL Usage on localhost' => 'Mức sử dụng MySQL tại localhost',
|
||||
'PostgreSQL Usage on localhost' => 'Mức sử dụng PostgreSQL tại localhost',
|
||||
'Bandwidth Usage eth0' => 'Mức sử dụng Băng thông eth0',
|
||||
'Bandwidth Usage eth1' => 'Mức sử dụng Băng thông eth1',
|
||||
'Exim Usage' => 'Mức sử dụng Exim',
|
||||
'FTP Usage' => 'Mức sử dụng FTP',
|
||||
'SSH Usage' => 'Mức sử dụng SSH',
|
||||
'reverse proxy' => 'reverse proxy',
|
||||
'web server' => 'máy chủ web',
|
||||
'dns server' => 'máy chủ dns',
|
||||
|
@ -263,7 +267,7 @@ $LANG['vi'] = array(
|
|||
'ftp server' => 'máy chủ FTP',
|
||||
'job scheduler' => 'việc lập lịch',
|
||||
'firewall' => 'firewall',
|
||||
'brute-force monitor' => 'brute-force monitor',
|
||||
'brute-force monitor' => 'Giám sát brute-force',
|
||||
'CPU' => 'CPU',
|
||||
'Memory' => 'Ram',
|
||||
'Uptime' => 'Thời gian sống',
|
||||
|
@ -288,7 +292,7 @@ $LANG['vi'] = array(
|
|||
'DNS Support' => 'Hỗ trợ DNS',
|
||||
'Mail Support' => 'Hỗ trợ email',
|
||||
'Advanced options' => 'Cấu hình nâng cao',
|
||||
'Basic options' => 'Basic options',
|
||||
'Basic options' => 'Tùy chọn cơ bản',
|
||||
'Aliases' => 'Ánh xạ',
|
||||
'SSL Certificate' => 'Chứng chỉ SSL',
|
||||
'SSL Key' => 'SSL Key',
|
||||
|
@ -392,19 +396,19 @@ $LANG['vi'] = array(
|
|||
'SSH' => 'SSH',
|
||||
'FTP' => 'FTP',
|
||||
'VESTA' => 'VESTA',
|
||||
'Add one more Name Server' => 'Add one more Name Server',
|
||||
'Add one more Name Server' => 'Thêm một hoặc nhiều 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',
|
||||
'web domain' => 'tên miền web',
|
||||
'dns domain' => 'tên miền dns',
|
||||
'dns record' => 'bản ghi dns',
|
||||
'mail domain' => 'tên miền mail',
|
||||
'mail account' => 'tài khoản mail',
|
||||
'cron job' => 'tiến trình tự động',
|
||||
|
||||
'cron' => 'cron',
|
||||
'user dir' => 'user dir',
|
||||
'user dir' => 'thư mục người dùng',
|
||||
|
||||
'unlimited' => 'unlimited',
|
||||
'unlimited' => 'không giới hạn',
|
||||
'1 account' => '1 tài khoản',
|
||||
'%s accounts' => '%s tài khoản',
|
||||
'1 domain' => '1 tên miền',
|
||||
|
@ -448,7 +452,7 @@ $LANG['vi'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Gói hosting <a href="/edit/package/?package=%s"><b>%s</b></a> đã được tạo thành công.',
|
||||
'SSL_GENERATED_OK' => 'Tạo thành công chứng chỉ.',
|
||||
'RULE_CREATED_OK' => 'Tạo thành công luật tường lửa.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Bật thành công chế độ tự động cập nhật.',
|
||||
'Autoupdate has been successfully disabled' => 'Tắt thành công chế độ tự động cập nhật.',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Bật thành công tiến trình tự động báo cáo email',
|
||||
|
@ -524,7 +528,7 @@ $LANG['vi'] = array(
|
|||
'Confirm Password' => 'Xác nhận mật khẩu',
|
||||
'Reset' => 'Thiết lập lại',
|
||||
'Reset Code' => 'Thiết lập lại mã',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Mã thiết lập lại mật khẩu đã được gửi đến địa chỉ email<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Khôi phục mật khẩu tại %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Để thiết lập lại mật khẩu quản trị, vui lòng truy cập vào địa chỉ:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternatively, you may go to https://%s/reset/?action=code&user=%s và nhập mã sau:\n%s\n\nNếu bạn không thực hiện khôi phục mật khẩu, vui lòng bỏ qua email này.\n\n--\nVesta Control Panel\n",
|
||||
|
@ -546,25 +550,25 @@ $LANG['vi'] = array(
|
|||
'Hostname' => 'Tên miền máy chủ',
|
||||
'Time Zone' => 'Múi giờ',
|
||||
'Default Language' => 'Ngôn ngữ mặc định',
|
||||
'Proxy Server' => 'Proxy Server',
|
||||
'Web Server' => 'Web Server',
|
||||
'Backend Server' => 'Backend Server',
|
||||
'Proxy Server' => 'Máy chủ Proxy',
|
||||
'Web Server' => 'Máy chủ Web',
|
||||
'Backend Server' => 'Máy chủBackend',
|
||||
'Backend Pool Mode' => 'Backend Pool Mode',
|
||||
'DNS Server' => 'DNS Server',
|
||||
'DNS Server' => 'Máy chủ DNS',
|
||||
'DNS Cluster' => 'DNS Cluster',
|
||||
'MAIL Server' => 'MAIL Server',
|
||||
'Antivirus' => 'Antivirus',
|
||||
'AntiSpam' => 'AntiSpam',
|
||||
'MAIL Server' => 'Máy chủ MAIL',
|
||||
'Antivirus' => 'Trình diệt virus',
|
||||
'AntiSpam' => 'Trình chống spam',
|
||||
'Webmail URL' => 'Webmail URL',
|
||||
'MySQL Support' => 'MySQL Support',
|
||||
'MySQL Support' => 'Hỗ trợ MySQL',
|
||||
'phpMyAdmin URL' => 'phpMyAdmin URL',
|
||||
'PostgreSQL Support' => 'PostgreSQL Support',
|
||||
'PostgreSQL Support' => 'Hỗ trợ PostgreSQL',
|
||||
'phpPgAdmin URL' => 'phpPgAdmin URL',
|
||||
'Maximum Number Of Databases' => 'Maximum Number Of Databases',
|
||||
'Current Number Of Databases' => 'Current Number Of Databases',
|
||||
'Maximum Number Of Databases' => 'Số lượng CSDL tối đa',
|
||||
'Current Number Of Databases' => 'Số lượng CSDL hiện tại',
|
||||
'Local backup' => 'Local backup',
|
||||
'Compression level' => 'Compression level',
|
||||
'Directory' => 'Directory',
|
||||
'Compression level' => 'Mức nén',
|
||||
'Directory' => 'Thư mục',
|
||||
'Remote backup' => 'Remote backup',
|
||||
'ftp' => 'FTP',
|
||||
'sftp' => 'SFTP',
|
||||
|
@ -576,7 +580,7 @@ $LANG['vi'] = array(
|
|||
'Web Config Editor' => 'Chỉnh sửa cấu hình web',
|
||||
'Template Manager' => 'Quản lý mẫu',
|
||||
'Backup Migration Manager' => 'Quản lý tích hợp sao lưu',
|
||||
'FileManager' => 'FileManager',
|
||||
'FileManager' => 'Quản lý tệp tin',
|
||||
'show: CPU / MEM / NET / DISK' => 'hiển thị: CPU / MEM / NET / DISK',
|
||||
|
||||
'sort by' => 'xếp theo',
|
||||
|
@ -584,7 +588,7 @@ $LANG['vi'] = array(
|
|||
'Starred' => 'Đánh dấu',
|
||||
'Name' => 'Tên',
|
||||
|
||||
'save to favorites' => 'save to favorites',
|
||||
'save to favorites' => 'Lưu vào yêu thích',
|
||||
|
||||
'File Manager' => 'Quản lý tệp',
|
||||
'size' => 'size',
|
||||
|
@ -602,7 +606,7 @@ $LANG['vi'] = array(
|
|||
'ARCHIVE' => 'Nén',
|
||||
'EXTRACT' => 'Giải nén',
|
||||
'DOWNLOAD' => 'Tải về',
|
||||
'Are you sure?' => 'Bạn có chắc chắn ?', // unused?
|
||||
'Are you sure?' => 'Bạn có chắc chắn ?',
|
||||
'Hit' => 'Lượt',
|
||||
'to reload the page' => 'để tải lại trang',
|
||||
'Directory name cannot be empty' => 'Tên thư mục không thể để trống',
|
||||
|
@ -624,11 +628,11 @@ $LANG['vi'] = array(
|
|||
'Create' => 'Tạo mới',
|
||||
'Compress' => 'Nén',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'YOU ARE COPYING' => 'BẠN ĐANG SAO CHÉP',
|
||||
'YOU ARE REMOVING' => 'BẠN ĐANG XÓA',
|
||||
'Delete items' => 'Xóa đối tượng',
|
||||
'Copy files' => 'Sao chép tệp tin',
|
||||
'Move files' => 'Di dời tệp tin',
|
||||
'Are you sure you want to copy' => 'Bạn có chắc chắn muốn sao chép',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Bạn có chắc chắn muốn xóa',
|
||||
|
@ -639,17 +643,17 @@ $LANG['vi'] = array(
|
|||
'already exists' => 'đã tồn tại',
|
||||
'Create file' => 'Tạo tệp',
|
||||
'Create directory' => 'Tạo thư mục',
|
||||
'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',
|
||||
'read by owner' => 'đọc bởi chủ sở hữu',
|
||||
'write by owner' => 'ghi bởi chủ sở hữu',
|
||||
'execute/search by owner' => 'thực thi/tìm kiếm bởi chủ sở hữu',
|
||||
'read by group' => 'đọc bởi nhóm',
|
||||
'write by group' => 'ghi bởi nhóm',
|
||||
'execute/search by group' => 'thực thi/tìm kiếm bởi nhóm',
|
||||
'read by others' => 'đọc bởi bất kì ai',
|
||||
'write by others' => 'ghi bởi bất kì ai',
|
||||
'execute/search by others' => 'thực thi/tìm kiếm bởi bất kì ai',
|
||||
|
||||
'Shortcuts' => 'Shortcuts',
|
||||
'Shortcuts' => 'Phím tắt',
|
||||
'Add New object' => 'Thêm đối tượng mới',
|
||||
'Save Form' => 'Lưu form',
|
||||
'Cancel saving form' => 'Hủy lưu form',
|
||||
|
@ -664,9 +668,9 @@ $LANG['vi'] = array(
|
|||
'Display/Close shortcuts' => 'Hiển thị/Đóng phím tắt',
|
||||
'Move backward through top menu' => 'Di chuyển ngược trên Top Menu',
|
||||
'Move forward through top menu' => 'Di chuyển xuôi trên Top Menu',
|
||||
'Enter focused element' => 'Nhập vào phần tử focus',
|
||||
'Move up through elements list' => 'Move up through elements list',
|
||||
'Move down through elements list' => 'Move down through elements list',
|
||||
'Enter focused element' => 'Di chuyển đến phần tử đã chọn (focused)',
|
||||
'Move up through elements list' => 'Di chuyển lên trên danh sách phần tử',
|
||||
'Move down through elements list' => 'Di chuyển xuống dưới danh sách phần tử',
|
||||
|
||||
'Upload' => 'Tải lên',
|
||||
'New File' => 'Tạo tệp',
|
||||
|
@ -702,53 +706,50 @@ $LANG['vi'] = array(
|
|||
'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => 'Duyệt tệp, sao chép, chỉnh sửa, xem, và lấy tất cả các tệp tin từ tất cả các tên miền của bạn bằng cách sử dụng trình quản lý tệp tin đầy đủ tính năng.',
|
||||
'This is a commercial module, you would need to purchace license key to enable it.' => 'Đây là một module thương mại, bạn sẽ cần phải mua key bản quyền để kích hoạt nó.',
|
||||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'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',
|
||||
'Minutes' => 'Phút',
|
||||
'Hourly' => 'Hàng giờ',
|
||||
'Run Command' => 'Chạy lệnh',
|
||||
'every month' => 'hàng tháng',
|
||||
'every odd month' => 'mỗi tháng lẻ',
|
||||
'every even month' => 'mỗi tháng chẵn',
|
||||
'every day' => 'hàng ngày',
|
||||
'every odd day' => 'các ngày lẻ',
|
||||
'every even day' => 'các ngày chẵn',
|
||||
'weekdays (5 days)' => 'ngày trong tuần (5 days)',
|
||||
'weekend (2 days)' => 'ngày cuối tuần (2 days)',
|
||||
'Monday' => 'Thứ hai',
|
||||
'Tuesday' => 'Thứ ba',
|
||||
'Wednesday' => 'Thứ tư',
|
||||
'Thursday' => 'Thứ năm',
|
||||
'Friday' => 'Thứ sáu',
|
||||
'Saturday' => 'Thứ bảy',
|
||||
'Sunday' => 'Chủ nhật',
|
||||
'every hour' => 'hàng giờ',
|
||||
'every two hours' => 'mỗi hai giờ',
|
||||
'every minute' => 'mỗi phút',
|
||||
'every two minutes' => 'mỗi hai phút',
|
||||
'every' => 'mọi',
|
||||
'Generate' => 'Tạo ra',
|
||||
|
||||
'webalizer' => 'webalizer',
|
||||
'awstats' => 'awstats',
|
||||
|
||||
'Vesta SSL' => 'Vesta SSL',
|
||||
'SUBJECT' => 'SUBJECT',
|
||||
'ALIASES' => 'ALIASES',
|
||||
'SUBJECT' => 'CHỦ ĐỀ',
|
||||
'ALIASES' => 'ÁNH XẠ',
|
||||
'NOT_BEFORE' => 'NOT_BEFORE',
|
||||
'NOT_AFTER' => 'NOT_AFTER',
|
||||
'SIGNATURE' => 'SIGNATURE',
|
||||
'SIGNATURE' => 'CHỮ KÝ',
|
||||
'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',
|
||||
'Use server hostname' => 'Sử dụng hostname của máy chủ',
|
||||
'Use domain hostname' => 'Sử dụng hostname của tên miền',
|
||||
'Use STARTTLS' => 'Sử dụng STARTTLS',
|
||||
'Use SSL' => 'Sử dụng SSL',
|
||||
'No encryption' => 'Sử dụng mã hóa',
|
||||
'Do not use encryption' => 'Không dùng mã hóa',
|
||||
|
||||
'maximum characters length, including prefix' => 'maximum %s characters length, including prefix',
|
||||
'maximum characters length, including prefix' => 'tối đa %s ký tự, bao gồm tiền tố',
|
||||
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue