cron helper language update

This commit is contained in:
Serghey Rodin 2016-06-24 16:40:13 +03:00
commit dfb4ca421a
26 changed files with 2087 additions and 1026 deletions

View file

@ -159,7 +159,7 @@ $LANG['en'] = array(
'SSL Domains' => 'SSL Domains',
'Web Aliases' => 'Web Aliases',
'per domain' => 'per domain',
'DNS domains' => 'DNS Domains',
'DNS Domains' => 'DNS Domains',
'DNS Domains' => 'DNS Domains',
'DNS records' => 'DNS records' ,
'Name Servers' => 'Name Servers',
@ -219,7 +219,6 @@ $LANG['en'] = array(
'Bandwidth Usage eth0' => 'Bandwidth Usage eth0',
'FTP Usage' => 'FTP Usage',
'SSH Usage' => 'SSH Usage',
'Exim Usage' => 'Exim Usage',
'reverse proxy' => 'reverse proxy',
'web server' => 'web server',
'dns server' => 'dns server',
@ -516,6 +515,7 @@ $LANG['en'] = array(
'NEW DIR' => 'NEW DIR',
'DELETE' => 'DELETE',
'RENAME' => 'RENAME',
'RIGHTS' => 'RIGHTS',
'COPY' => 'COPY',
'ARCHIVE' => 'ARCHIVE',
'EXTRACT' => 'EXTRACT',
@ -534,6 +534,7 @@ $LANG['en'] = array(
'Copy' => 'Copy',
'Cancel' => 'Cancel',
'Rename' => 'Rename',
'Change Rights' => 'Change Rights',
'Delete' => 'Delete',
'Extract' => 'Extract',
'Create' => 'Create',
@ -548,7 +549,15 @@ $LANG['en'] = array(
'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',
'Add New object' => 'Add New object',
'Save Form' => 'Save Form',
@ -565,6 +574,8 @@ $LANG['en'] = array(
'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',
@ -590,7 +601,7 @@ $LANG['en'] = array(
'Append File to the Current Selection' => 'Append 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',
'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',
@ -601,6 +612,35 @@ $LANG['en'] = array(
'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.'
'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',
'Daily' => 'Daily',
'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',
'Hour' => 'Hour',
'Minute' => 'Minute'
);