mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Update i18n/bg.php
This commit is contained in:
parent
dfea3e5e8d
commit
69959f25b0
1 changed files with 36 additions and 4 deletions
|
@ -37,6 +37,8 @@ $LANG['bg'] = array(
|
|||
'NETWORK' => 'Мрежа',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Добави потребител',
|
||||
'Add Domain' => 'Добави домейн',
|
||||
'Add Web Domain' => 'Добави домейн',
|
||||
|
@ -104,6 +106,7 @@ $LANG['bg'] = 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',
|
||||
|
@ -187,6 +190,9 @@ $LANG['bg'] = array(
|
|||
'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',
|
||||
|
@ -243,6 +249,7 @@ $LANG['bg'] = array(
|
|||
'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',
|
||||
|
@ -282,6 +289,7 @@ $LANG['bg'] = array(
|
|||
'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',
|
||||
|
@ -441,7 +449,7 @@ $LANG['bg'] = 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',
|
||||
|
@ -517,7 +525,7 @@ $LANG['bg'] = 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",
|
||||
|
@ -577,6 +585,7 @@ $LANG['bg'] = array(
|
|||
'Starred' => 'Starred',
|
||||
'Name' => 'Name',
|
||||
|
||||
'save to favorites' => 'save to favorites',
|
||||
|
||||
'File Manager' => 'File Manager',
|
||||
'size' => 'size',
|
||||
|
@ -588,12 +597,13 @@ $LANG['bg'] = array(
|
|||
'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?', // 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',
|
||||
|
@ -608,17 +618,20 @@ $LANG['bg'] = array(
|
|||
'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', // unused?
|
||||
'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',
|
||||
|
@ -671,6 +684,7 @@ $LANG['bg'] = array(
|
|||
'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',
|
||||
|
@ -718,4 +732,22 @@ $LANG['bg'] = array(
|
|||
'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',
|
||||
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue