mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
cron helper language update
This commit is contained in:
parent
7b93d36712
commit
dfb4ca421a
26 changed files with 2087 additions and 1026 deletions
|
@ -515,6 +515,7 @@ $LANG['ar'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -533,6 +534,7 @@ $LANG['ar'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -547,7 +549,15 @@ $LANG['ar'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
'Cancel saving form' => 'Cancel saving form',
|
'Cancel saving form' => 'Cancel saving form',
|
||||||
|
@ -563,6 +573,8 @@ $LANG['ar'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -599,6 +611,35 @@ $LANG['ar'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -509,6 +509,7 @@ $LANG['bs'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -527,6 +528,7 @@ $LANG['bs'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -541,6 +543,15 @@ $LANG['bs'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -557,6 +568,8 @@ $LANG['bs'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -593,6 +606,35 @@ $LANG['bs'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
File diff suppressed because it is too large
Load diff
|
@ -515,6 +515,7 @@ $LANG['cz'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -533,6 +534,7 @@ $LANG['cz'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -547,6 +549,15 @@ $LANG['cz'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -563,6 +574,8 @@ $LANG['cz'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -599,6 +612,35 @@ $LANG['cz'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -516,6 +516,7 @@ $LANG['da'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -534,6 +535,7 @@ $LANG['da'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -548,6 +550,15 @@ $LANG['da'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -564,6 +575,8 @@ $LANG['da'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -600,6 +613,35 @@ $LANG['da'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -513,6 +513,7 @@ $LANG['de'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -531,6 +532,7 @@ $LANG['de'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -545,6 +547,15 @@ $LANG['de'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -561,6 +572,8 @@ $LANG['de'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -597,6 +610,35 @@ $LANG['de'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -515,6 +515,7 @@ $LANG['el'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -533,6 +534,7 @@ $LANG['el'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -547,6 +549,15 @@ $LANG['el'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -563,6 +574,8 @@ $LANG['el'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -599,6 +612,35 @@ $LANG['el'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -159,7 +159,7 @@ $LANG['en'] = array(
|
||||||
'SSL Domains' => 'SSL Domains',
|
'SSL Domains' => 'SSL Domains',
|
||||||
'Web Aliases' => 'Web Aliases',
|
'Web Aliases' => 'Web Aliases',
|
||||||
'per domain' => 'per domain',
|
'per domain' => 'per domain',
|
||||||
'DNS domains' => 'DNS Domains',
|
'DNS Domains' => 'DNS Domains',
|
||||||
'DNS Domains' => 'DNS Domains',
|
'DNS Domains' => 'DNS Domains',
|
||||||
'DNS records' => 'DNS records' ,
|
'DNS records' => 'DNS records' ,
|
||||||
'Name Servers' => 'Name Servers',
|
'Name Servers' => 'Name Servers',
|
||||||
|
@ -219,7 +219,6 @@ $LANG['en'] = array(
|
||||||
'Bandwidth Usage eth0' => 'Bandwidth Usage eth0',
|
'Bandwidth Usage eth0' => 'Bandwidth Usage eth0',
|
||||||
'FTP Usage' => 'FTP Usage',
|
'FTP Usage' => 'FTP Usage',
|
||||||
'SSH Usage' => 'SSH Usage',
|
'SSH Usage' => 'SSH Usage',
|
||||||
'Exim Usage' => 'Exim Usage',
|
|
||||||
'reverse proxy' => 'reverse proxy',
|
'reverse proxy' => 'reverse proxy',
|
||||||
'web server' => 'web server',
|
'web server' => 'web server',
|
||||||
'dns server' => 'dns server',
|
'dns server' => 'dns server',
|
||||||
|
@ -516,6 +515,7 @@ $LANG['en'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -534,6 +534,7 @@ $LANG['en'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -548,7 +549,15 @@ $LANG['en'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -565,6 +574,8 @@ $LANG['en'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -601,6 +612,35 @@ $LANG['en'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -515,6 +515,7 @@ $LANG['es'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -533,6 +534,7 @@ $LANG['es'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -547,6 +549,16 @@ $LANG['es'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -563,6 +575,8 @@ $LANG['es'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -599,6 +613,35 @@ $LANG['es'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -518,6 +518,7 @@ $LANG['fi'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -536,6 +537,7 @@ $LANG['fi'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -550,6 +552,18 @@ $LANG['fi'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'Create directory' => 'Create directory',
|
||||||
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -566,6 +580,8 @@ $LANG['fi'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -602,6 +618,35 @@ $LANG['fi'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -516,6 +516,7 @@ $LANG['fr'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -534,6 +535,7 @@ $LANG['fr'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -548,6 +550,15 @@ $LANG['fr'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -564,6 +575,8 @@ $LANG['fr'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -600,6 +613,35 @@ $LANG['fr'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -523,6 +523,7 @@ $LANG['hu'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -541,6 +542,7 @@ $LANG['hu'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -555,6 +557,15 @@ $LANG['hu'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -571,6 +582,8 @@ $LANG['hu'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -607,6 +620,35 @@ $LANG['hu'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -517,6 +517,7 @@ $LANG['id'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -535,6 +536,7 @@ $LANG['id'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -549,6 +551,15 @@ $LANG['id'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -565,6 +576,8 @@ $LANG['id'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -601,6 +614,35 @@ $LANG['id'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -515,6 +515,7 @@ $LANG['it'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -533,6 +534,7 @@ $LANG['it'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -547,6 +549,15 @@ $LANG['it'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -563,6 +574,8 @@ $LANG['it'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -599,6 +612,35 @@ $LANG['it'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -514,6 +514,7 @@ $LANG['ja'] = array(
|
||||||
'NEW DIR' => '新規ディレクトリ',
|
'NEW DIR' => '新規ディレクトリ',
|
||||||
'DELETE' => '削除',
|
'DELETE' => '削除',
|
||||||
'RENAME' => '名前の変更',
|
'RENAME' => '名前の変更',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'コピー',
|
'COPY' => 'コピー',
|
||||||
'ARCHIVE' => 'アーカイブ',
|
'ARCHIVE' => 'アーカイブ',
|
||||||
'EXTRACT' => '展開',
|
'EXTRACT' => '展開',
|
||||||
|
@ -532,6 +533,7 @@ $LANG['ja'] = array(
|
||||||
'Copy' => 'コピー',
|
'Copy' => 'コピー',
|
||||||
'Cancel' => 'キャンセル',
|
'Cancel' => 'キャンセル',
|
||||||
'Rename' => '名前を変更',
|
'Rename' => '名前を変更',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => '削除',
|
'Delete' => '削除',
|
||||||
'Extract' => '展開',
|
'Extract' => '展開',
|
||||||
'Create' => '作成',
|
'Create' => '作成',
|
||||||
|
@ -546,6 +548,15 @@ $LANG['ja'] = 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' => '変更を保存する',
|
||||||
|
@ -562,6 +573,8 @@ $LANG['ja'] = 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' => 'ファイルの作成',
|
||||||
|
@ -598,6 +611,35 @@ $LANG['ja'] = array(
|
||||||
'Licence Deactivated' => 'ライセンスが無効化されました',
|
'Licence Deactivated' => 'ライセンスが無効化されました',
|
||||||
'Restrict users so that they cannot use SSH and access only their home directory.' => 'ユーザーによるSSHの使用を禁止し、各自のホームディレクトリにのみアクセスできるように制限します',
|
'Restrict users so that they cannot use SSH and access only their home directory.' => 'ユーザーによるSSHの使用を禁止し、各自のホームディレクトリにのみアクセスできるように制限します',
|
||||||
'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => '高機能なファイルマネージャーを用いてウェブ上のファイルを閲覧、コピー、編集、表示、復旧できます',
|
'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',
|
||||||
|
'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'
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -515,6 +515,7 @@ $LANG['nl'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -533,6 +534,7 @@ $LANG['nl'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -547,6 +549,15 @@ $LANG['nl'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -563,6 +574,8 @@ $LANG['nl'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -599,6 +612,35 @@ $LANG['nl'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -515,6 +515,7 @@ $LANG['no'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -533,6 +534,7 @@ $LANG['no'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -547,6 +549,15 @@ $LANG['no'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -563,6 +574,8 @@ $LANG['no'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -599,6 +612,35 @@ $LANG['no'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -513,6 +513,7 @@ $LANG['pl'] = array(
|
||||||
'NEW DIR' => 'NOWY FOLDER',
|
'NEW DIR' => 'NOWY FOLDER',
|
||||||
'DELETE' => 'USUŃ',
|
'DELETE' => 'USUŃ',
|
||||||
'RENAME' => 'ZMIEŃ NAZWĘ',
|
'RENAME' => 'ZMIEŃ NAZWĘ',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'COPY' => 'KOPIUJ',
|
'COPY' => 'KOPIUJ',
|
||||||
'ARCHIVE' => 'ARCHIWIZUJ',
|
'ARCHIVE' => 'ARCHIWIZUJ',
|
||||||
'EXTRACT' => 'ROZPAKUJ',
|
'EXTRACT' => 'ROZPAKUJ',
|
||||||
|
@ -545,6 +546,15 @@ $LANG['pl'] = array(
|
||||||
'already exists' => 'już istnieje',
|
'already exists' => 'już istnieje',
|
||||||
'Create file' => 'Stwórz plik',
|
'Create file' => 'Stwórz plik',
|
||||||
'Create directory' => 'Stwórz katalog',
|
'Create directory' => 'Stwórz katalog',
|
||||||
|
'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' => 'Dodaj nowy objekt',
|
'Add New object' => 'Dodaj nowy objekt',
|
||||||
'Save Form' => 'Zapisz formularz',
|
'Save Form' => 'Zapisz formularz',
|
||||||
|
@ -561,6 +571,8 @@ $LANG['pl'] = array(
|
||||||
'Move backward through top menu' => 'Przejdź do tyłu przez menu górne',
|
'Move backward through top menu' => 'Przejdź do tyłu przez menu górne',
|
||||||
'Move forward through top menu' => 'Przejdź do przodu przez menu górne',
|
'Move forward through top menu' => 'Przejdź do przodu przez menu górne',
|
||||||
'Enter focused element' => 'Wpisz zaznaczony element',
|
'Enter focused element' => 'Wpisz zaznaczony element',
|
||||||
|
'Move up through elements list' => 'Move up through elements list',
|
||||||
|
'Move down through elements list' => 'Move down through elements list',
|
||||||
|
|
||||||
'Upload' => 'Wyślij',
|
'Upload' => 'Wyślij',
|
||||||
'New File' => 'Nowy plik',
|
'New File' => 'Nowy plik',
|
||||||
|
@ -597,6 +609,35 @@ $LANG['pl'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -514,6 +514,7 @@ $LANG['pt'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -532,6 +533,7 @@ $LANG['pt'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -546,6 +548,15 @@ $LANG['pt'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -562,6 +573,8 @@ $LANG['pt'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -598,6 +611,35 @@ $LANG['pt'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -3,49 +3,49 @@
|
||||||
* Vesta language file
|
* Vesta language file
|
||||||
* skid (skid@vestacp.com)
|
* skid (skid@vestacp.com)
|
||||||
* bbl (sergiu.badan@gmail.com)
|
* bbl (sergiu.badan@gmail.com)
|
||||||
* Ionescu Bogdan | https://github.com/ionescu-bogdan
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$LANG['ro'] = array(
|
$LANG['ro'] = array(
|
||||||
|
|
||||||
'Packages' => 'Pachete',
|
'Packages' => 'Pachete',
|
||||||
'IP' => 'IP-uri',
|
'IP' => 'IP',
|
||||||
'Graphs' => 'Grafice',
|
'Graphs' => 'Graficele',
|
||||||
'Statistics' => 'Statistică',
|
'Statistics' => 'Statistică',
|
||||||
'Log' => 'Jurnal',
|
'Log' => 'Log',
|
||||||
'Server' => 'Server',
|
'Server' => 'Server',
|
||||||
'Services' => 'Servicii',
|
'Services' => 'Servicii',
|
||||||
'Firewall' => 'Firewall',
|
'Firewall' => 'Firewall',
|
||||||
'Updates' => 'Actualizări',
|
'Updates' => 'Actualizări',
|
||||||
'Log in' => 'Login', # Translation is `Autentificare`, but also `Login` is corect
|
'Log in' => 'Log in',
|
||||||
'Log out' => 'Logout', # Translation is `Ieșire`, but also `Logout` is corect
|
'Log out' => 'Log out',
|
||||||
|
|
||||||
'USER' => 'CONT', # Translation is `UTILIZATOR`, but it is too long
|
'USER' => 'USER',
|
||||||
'WEB' => 'WEB',
|
'WEB' => 'WEB',
|
||||||
'DNS' => 'DNS',
|
'DNS' => 'DNS',
|
||||||
'MAIL' => 'E-MAIL',
|
'MAIL' => 'MAIL',
|
||||||
'DB' => 'BD',
|
'DB' => 'DB',
|
||||||
'CRON' => 'CRON',
|
'CRON' => 'CRON',
|
||||||
'BACKUP' => 'BACKUP',
|
'BACKUP' => 'BACKUP',
|
||||||
|
|
||||||
'Add User' => 'Adăugare Utilizator',
|
'Add User' => 'Adăugare utilizator',
|
||||||
'Add Domain' => 'Adăugare Domeniu',
|
'Add Domain' => 'Adăugare domeniu',
|
||||||
'Add Web Domain' => 'Adăugare Domeniu WEB',
|
'Add Web Domain' => 'Adăugare domeniu',
|
||||||
'Add DNS Domain' => 'Adăugare Domeniu DNS',
|
'Add DNS Domain' => 'Adăugare domeniu',
|
||||||
'Add DNS Record' => 'Adăugare Înregistrare DNS',
|
'Add DNS Record' => 'Adăugare',
|
||||||
'Add Mail Domain' => 'Adăugare Domeniu E-MAIL',
|
'Add Mail Domain' => 'Adăugare domeniu',
|
||||||
'Add Mail Account' => 'Adăugare Cont de e-mail',
|
'Add Mail Account' => 'Adăugare countul',
|
||||||
'Add Database' => 'Adăugare Baza de Date',
|
'Add Database' => 'Adăugare BD',
|
||||||
'Add Cron Job' => 'Adăugare Sarcină',
|
'Add Cron Job' => 'Adăugare sarcină',
|
||||||
'Create Backup' => 'Creare Backup',
|
'Create Backup' => 'Creare un backup',
|
||||||
'Configure' => 'Configurare',
|
'Configure' => 'Configurare',
|
||||||
'Restore All' => 'Restaurează Tot',
|
'Restore All' => 'Restaurare toate',
|
||||||
'Add Package' => 'Adăugare Pachet',
|
'Add Package' => 'Adăugare pachet',
|
||||||
'Add IP' => 'Adăugare IP',
|
'Add IP' => 'Adăugare IP',
|
||||||
'Add Rule' => 'Adăugare Regulă',
|
'Add Rule' => 'Adăugare regulă',
|
||||||
'Ban IP Address' => 'Blocare Adresă IP',
|
'Ban IP Address' => 'Blocare IP',
|
||||||
'Search' => 'Сăutare',
|
'Search' => 'Сăutare',
|
||||||
'Add one more FTP Account' => 'Adaugă încă un cont FTP',
|
'Add one more FTP Account' => 'Inca un FTP count',
|
||||||
'Overall Statistics' => 'Statistică Generală',
|
'Overall Statistics' => 'Statistică rezumativă',
|
||||||
'Daily' => 'Zilnic',
|
'Daily' => 'Zilnic',
|
||||||
'Weekly' => 'Săptămânal',
|
'Weekly' => 'Săptămânal',
|
||||||
'Monthly' => 'Lunar',
|
'Monthly' => 'Lunar',
|
||||||
|
@ -56,89 +56,89 @@ $LANG['ro'] = array(
|
||||||
'Submit' => 'OK',
|
'Submit' => 'OK',
|
||||||
|
|
||||||
'toggle all' => 'selectează toate',
|
'toggle all' => 'selectează toate',
|
||||||
'apply to selected' => 'aplică la selecție',
|
'apply to selected' => 'aplică la selectat',
|
||||||
'rebuild' => 'reconstruire',
|
'rebuild' => 'reconstrui',
|
||||||
'rebuild web' => 'reconstruire WEB',
|
'rebuild web' => 'reconstrui WEB',
|
||||||
'rebuild dns' => 'reconstruire DNS',
|
'rebuild dns' => 'reconstrui DNS',
|
||||||
'rebuild mail' => 'reconstruire MAIL',
|
'rebuild mail' => 'reconstrui MAIL',
|
||||||
'rebuild db' => 'reconstruire DB',
|
'rebuild db' => 'reconstrui DB',
|
||||||
'rebuild cron' => 'reconstruire CRON',
|
'rebuild cron' => 'reconstrui CRON',
|
||||||
'update counters' => 'actualizare contoare',
|
'update counters' => 'actualizeze contoare',
|
||||||
'suspend' => 'suspendare',
|
'suspend' => 'suspendare',
|
||||||
'unsuspend' => 'activare',
|
'unsuspend' => 'unsuspendeze',
|
||||||
'delete' => 'ștergere',
|
'delete' => 'ștergere',
|
||||||
'show per user' => 'arată pentru utilizator',
|
'show per user' => 'arata pentru utilizator',
|
||||||
'login as' => 'intră ca',
|
'login as' => 'intră ca',
|
||||||
'logout' => 'logout',
|
'logout' => 'logout',
|
||||||
'edit' => 'editare',
|
'edit' => 'editare',
|
||||||
'open webstats' => 'vizualizare statistica',
|
'open webstats' => 'deschide raportul de analiză',
|
||||||
'view logs' => 'vizualizare jurnale',
|
'view logs' => 'vizualiza loguri',
|
||||||
'list records' => 'arată inregistrarile: %s',
|
'list records' => 'arată inregistrarile: %s',
|
||||||
'add record' => 'adaugă înregistrare',
|
'add record' => 'adaugă înregistrare',
|
||||||
'list accounts' => 'arata conturi: %s',
|
'list accounts' => 'arata conturi: %s',
|
||||||
'add account' => 'adaugă cont',
|
'add account' => 'adaugă contul',
|
||||||
'open webmail' => 'deschide webmail',
|
'open webmail' => 'deschide webmail',
|
||||||
'list fail2ban' => 'afișare fail2ban',
|
'list fail2ban' => 'arată fail2ban',
|
||||||
'open %s' => 'deschide %s',
|
'open %s' => 'deschide %s',
|
||||||
'download' => 'descarcă',
|
'download' => 'descărca',
|
||||||
'restore' => 'restabilește',
|
'restore' => 'restabili',
|
||||||
'configure restore settings' => 'configurare parametri de restaurare',
|
'configure restore settings' => 'configurare parametri de restaurare',
|
||||||
'stop' => 'oprește',
|
'stop' => 'oprește',
|
||||||
'start' => 'pornește',
|
'start' => 'pornește',
|
||||||
'restart' => 'repornește',
|
'restart' => 'repornește',
|
||||||
'update' => 'actualizează',
|
'update' => 'actualiza',
|
||||||
'generate' => 'generează',
|
'generate' => 'generează',
|
||||||
'Generate CSR' => 'Generează CSR',
|
'Generate CSR' => 'Genera cere CSR',
|
||||||
'reread IP' => 'recitește IP',
|
'reread IP' => 'recitește IP',
|
||||||
'enable autoupdate' => 'activează actualizarea automată',
|
'enable autoupdate' => 'activa autoupdate',
|
||||||
'disable autoupdate' => 'dezactivează actualizarea automată',
|
'disable autoupdate' => 'deactiva autoupdate',
|
||||||
'turn on notifications' => 'activează notificarile',
|
'turn on notifications' => 'activa notificarea',
|
||||||
'turn off notifications' => 'dezactivează notificarile',
|
'turn off notifications' => 'deactiva notificarea',
|
||||||
|
|
||||||
'Adding User' => 'Adăugare Utilizator',
|
'Adding User' => 'Adăugare utilizator',
|
||||||
'Editing User' => 'Editare Utilizator',
|
'Editing User' => 'Editare utilizator',
|
||||||
'Adding Domain' => 'Adăugare Domeniu',
|
'Adding Domain' => 'Adăugare domeniu',
|
||||||
'Editing Domain' => 'Editare Domeniu',
|
'Editing Domain' => 'Editare domeniu',
|
||||||
'Adding DNS Domain' => 'Adăugare Domeniu DNS',
|
'Adding DNS Domain' => 'Adăugare domeniu DNS',
|
||||||
'Editing DNS Domain' => 'Editare Domeniu DNS',
|
'Editing DNS Domain' => 'Editare domeniu DNS',
|
||||||
'Adding DNS Record' => 'Adăugare Înregistrare DNS',
|
'Adding DNS Record' => 'Adăugare de înregistrare DNS',
|
||||||
'Editing DNS Record' => 'Editare Înregistrare DNS',
|
'Editing DNS Record' => 'Editare de înregistrare DNS',
|
||||||
'Adding Mail Domain' => 'Adăugare Domeniu E-MAIL',
|
'Adding Mail Domain' => 'Adăugare domeniu poștal',
|
||||||
'Editing Mail Domain' => 'Editare Domeniu E-MAIL',
|
'Editing Mail Domain' => 'Editare domeniu poștal',
|
||||||
'Adding Mail Account' => 'Adăugare Cont de E-mail',
|
'Adding Mail Account' => 'Adăugare contul de poștă electronică',
|
||||||
'Editing Mail Account' => 'Editare Cont de E-mail',
|
'Editing Mail Account' => 'Editare contul de poștă electronică',
|
||||||
'Adding database' => 'Adăugare Baze de Date',
|
'Adding database' => 'Adăugare baze de date',
|
||||||
'Editing Database' => 'Editare Baze de Date',
|
'Editing Database' => 'Editare baze de date',
|
||||||
'Adding Cron Job' => 'Adăugare Sarcină',
|
'Adding Cron Job' => 'Adăugare sarcina cron',
|
||||||
'Editing Cron Job' => 'Editare Sarcină',
|
'Editing Cron Job' => 'Editare sarcina cron',
|
||||||
'Adding Package' => 'Adăugare Pachet',
|
'Adding Package' => 'Adăugare pachetul',
|
||||||
'Editing Package' => 'Editare Pachet',
|
'Editing Package' => 'Editare pachetul',
|
||||||
'Adding IP address' => 'Adăugare Adresă IP',
|
'Adding IP address' => 'Adăugare adresă IP',
|
||||||
'Editing IP Address' => 'Editare Adresă IP',
|
'Editing IP Address' => 'Editare adresă IP',
|
||||||
'Editing Backup Exclusions' => 'Editare Excluderi din Backup',
|
'Editing Backup Exclusions' => 'Editare excluderi',
|
||||||
'Generating CSR' => 'Generare CSR',
|
'Generating CSR' => 'Generare CSR',
|
||||||
'Listing' => 'Vizualizare',
|
'Listing' => 'Vizualizare',
|
||||||
'Search Results' => 'Rezultate Căutări',
|
'Search Results' => 'Rezultatele căutării',
|
||||||
'Adding Firewall Rule' => 'Adăugare Regulă',
|
'Adding Firewall Rule' => 'Adăugare regulă',
|
||||||
'Editing Firewall Rule' => 'Editare Regulă',
|
'Editing Firewall Rule' => 'Editare regulă',
|
||||||
'Adding IP Address to Banlist' => 'Adăugare Adresă IP în Listă',
|
'Adding IP Address to Banlist' => 'Blocarea IP',
|
||||||
|
|
||||||
'active' => 'activ',
|
'active' => 'activ',
|
||||||
'spnd' => 'suspendat',
|
'spnd' => 'suspendat',
|
||||||
'suspended' => 'suspendat',
|
'suspended' => 'suspendat',
|
||||||
'running' => 'rulează',
|
'running' => 'rulează',
|
||||||
'stopped' => 'oprit',
|
'stopped' => 'oprit',
|
||||||
'outdated' => 'învechit',
|
'outdated' => 'depășit',
|
||||||
'updated' => 'actualizat',
|
'updated' => 'actualizat',
|
||||||
|
|
||||||
'yes' => 'da',
|
'yes' => 'da',
|
||||||
'no' => 'nu',
|
'no' => 'nu',
|
||||||
'none' => 'nu',
|
'none' => 'nu',
|
||||||
'pb' => 'Pb',
|
'pb' => 'pb',
|
||||||
'tb' => 'Tb',
|
'tb' => 'tb',
|
||||||
'gb' => 'Gb',
|
'gb' => 'gb',
|
||||||
'mb' => 'Mb',
|
'mb' => 'mb',
|
||||||
'minute' => 'minute',
|
'minute' => 'minuta',
|
||||||
'hour' => 'oră',
|
'hour' => 'oră',
|
||||||
'day' => 'zi',
|
'day' => 'zi',
|
||||||
'days' => 'zile',
|
'days' => 'zile',
|
||||||
|
@ -146,57 +146,57 @@ $LANG['ro'] = array(
|
||||||
'minutes' => 'minute',
|
'minutes' => 'minute',
|
||||||
'month' => 'lună',
|
'month' => 'lună',
|
||||||
'package' => 'pachet',
|
'package' => 'pachet',
|
||||||
'Bandwidth' => 'Trafic Rețea',
|
'Bandwidth' => 'Trafic',
|
||||||
'Disk' => 'Spațiu Disc',
|
'Disk' => 'Disk',
|
||||||
'Web' => 'Web',
|
'Web' => 'Web',
|
||||||
'Mail' => 'E-mail',
|
'Mail' => 'Poștă',
|
||||||
'Databases' => 'Baze de date',
|
'Databases' => 'Baze de date',
|
||||||
'User Directories' => 'Fișiere',
|
'User Directories' => 'Fișiere',
|
||||||
'Template' => 'Șablon',
|
'Template' => 'Șablon',
|
||||||
'Web Template' => 'Șablon WEB',
|
'Web Template' => 'Șablonul Web',
|
||||||
'Backend Template' => 'Șablon BACKEND',
|
'Backend Template' => 'Șablonul Backend',
|
||||||
'Proxy Template' => 'Șablon PROXY',
|
'Proxy Template' => 'Șablonul Proxy',
|
||||||
'DNS Template' => 'Șablon DNS',
|
'DNS Template' => 'Șablonul DNS',
|
||||||
'Web Domains' => 'Domenii WEB',
|
'Web Domains' => 'Domenii web',
|
||||||
'SSL Domains' => 'Domenii SSL',
|
'SSL Domains' => 'Domenii SSL',
|
||||||
'Web Aliases' => 'Aliasuri WEB',
|
'Web Aliases' => 'Aliasuri web',
|
||||||
'per domain' => 'per domeniu',
|
'per domain' => 'per domeniu',
|
||||||
'DNS domains' => 'Domenii DNS',
|
'DNS Domains' => 'Domenii DNS',
|
||||||
'DNS Domains' => 'Domenii DNS',
|
'DNS Domains' => 'Domenii DNS',
|
||||||
'DNS records' => 'Înregistrări DNS',
|
'DNS records' => 'Înregistrări DNS',
|
||||||
'Name Servers' => 'Servere NS',
|
'Name Servers' => 'Servere NS',
|
||||||
'Mail Domains' => 'Domenii E-MAIL',
|
'Mail Domains' => 'Domenii de poștă',
|
||||||
'Mail Accounts' => 'Conturi de e-mail',
|
'Mail Accounts' => 'Conturi de poștă',
|
||||||
'Cron Jobs' => 'Sarcini CRON',
|
'Cron Jobs' => 'Sarcini cron',
|
||||||
'SSH Access' => 'Acces SSH',
|
'SSH Access' => 'Acces SSH',
|
||||||
'IP Addresses' => 'Adrese IP',
|
'IP Addresses' => 'Adrese IP',
|
||||||
'Backups' => 'BACKUP-uri',
|
'Backups' => 'Copii de rezervă',
|
||||||
'Backup System' => 'Sistem de backup',
|
'Backup System' => 'Sistem de backup',
|
||||||
'backup exclusions' => 'excluderi',
|
'backup exclusions' => 'excluderi',
|
||||||
'template' => 'șablon',
|
'template' => 'șablon',
|
||||||
'SSL Support' => 'Suport SSL',
|
'SSL Support' => 'Support SSL',
|
||||||
'SSL Home Directory' => 'Director Rădăcină SSL',
|
'SSL Home Directory' => 'Mapa SSL',
|
||||||
'Proxy Support' => 'Suport PROXY',
|
'Proxy Support' => 'Support Proxy',
|
||||||
'Proxy Extensions' => 'Extensii Proxy',
|
'Proxy Extensions' => 'Extensii Proxy',
|
||||||
'Web Statistics' => 'Statistică WEB',
|
'Web Statistics' => 'Statistici web',
|
||||||
'Additional FTP Account' => 'Cont suplimentar FTP',
|
'Additional FTP Account' => 'Cont suplimentar FTP',
|
||||||
'SOA' => 'SOA',
|
'SOA' => 'SOA',
|
||||||
'TTL' => 'TTL',
|
'TTL' => 'TTL',
|
||||||
'Expire' => 'Expiră',
|
'Expire' => 'Expiră',
|
||||||
'Records' => 'Înregistrări',
|
'Records' => 'DNS înregistrări',
|
||||||
'Catchall email' => 'Adresă implicită (catchall)',
|
'Catchall email' => 'E-mail catchall',
|
||||||
'AntiVirus Support' => 'Suport Antivirus',
|
'AntiVirus Support' => 'Antivirus',
|
||||||
'AntiSpam Support' => 'Suport Antispam',
|
'AntiSpam Support' => 'Antispam',
|
||||||
'DKIM Support' => 'Suport DKIM',
|
'DKIM Support' => 'DKIM',
|
||||||
'Accounts' => 'Conturi',
|
'Accounts' => 'Conturi',
|
||||||
'Quota' => 'Spațiu Disc',
|
'Quota' => 'cotă',
|
||||||
'Autoreply' => 'Răspuns automat',
|
'Autoreply' => 'Răspuns automat',
|
||||||
'Forward to' => 'Redirectare către',
|
'Forward to' => 'Forward',
|
||||||
'Do not store forwarded mail' => 'Redirectare fără stocare email',
|
'Do not store forwarded mail' => 'A nu se salva mesajele redirecționate',
|
||||||
'database' => 'baza de date',
|
'database' => 'baza de date',
|
||||||
'User' => 'Utilizator',
|
'User' => 'Utilizator',
|
||||||
'Host' => 'Host',
|
'Host' => 'Host',
|
||||||
'Charset' => 'Set de caractere',
|
'Charset' => 'Setul de caractere',
|
||||||
'Min' => 'Min',
|
'Min' => 'Min',
|
||||||
'Hour' => 'Oră',
|
'Hour' => 'Oră',
|
||||||
'Day' => 'Zi',
|
'Day' => 'Zi',
|
||||||
|
@ -204,45 +204,41 @@ $LANG['ro'] = array(
|
||||||
'Day of week' => 'Ziua săptămânii',
|
'Day of week' => 'Ziua săptămânii',
|
||||||
'local' => 'local',
|
'local' => 'local',
|
||||||
'Run Time' => 'Executat în',
|
'Run Time' => 'Executat în',
|
||||||
'Backup Size' => 'Mărime Backup',
|
'Backup Size' => 'Mărime de backup',
|
||||||
'SYS' => 'Sistem',
|
'SYS' => 'Sistem',
|
||||||
'Domains' => 'Domenii',
|
'Domains' => 'Domenii',
|
||||||
'Status' => 'Stare',
|
'Status' => 'Starea',
|
||||||
'shared' => 'comun',
|
'shared' => 'comună',
|
||||||
'dedicated' => 'dedicat',
|
'dedicated' => 'dedicat',
|
||||||
'Owner' => 'Proprietar',
|
'Owner' => 'Proprietar',
|
||||||
'Users' => 'Utilizatori',
|
'Users' => 'Utilizatori',
|
||||||
'Load Average' => 'Medie Încărcare',
|
'Load Average' => 'Load Average',
|
||||||
'Memory Usage' => 'Utilizare RAM',
|
'Memory Usage' => 'Utilizare de memorie',
|
||||||
'HTTPD Usage' => 'Utilizare HTTPD',
|
'HTTPD Usage' => 'HTTPD',
|
||||||
'NGINX Usage' => 'Utilizare NGINX',
|
'NGINX Usage' => 'Proxy',
|
||||||
'MySQL Usage on localhost' => 'Utilizare MySQL (localhost)',
|
'MySQL Usage on localhost' => 'MySQL',
|
||||||
'PostgreSQL Usage on localhost' => 'Utilizare PostgreSQL (localhost)',
|
'PostgreSQL Usage on localhost' => 'PostgreSQL',
|
||||||
'Bandwidth Usage eth0' => 'Utilizare Rețea eth0',
|
'Bandwidth Usage eth0' => 'Utilizare rețelei eth0',
|
||||||
'Bandwidth Usage eth1' => 'Utilizare Rețea eth1',
|
'FTP Usage' => 'FTP ',
|
||||||
'Bandwidth Usage eth2' => 'Utilizare Rețea eth2',
|
'SSH Usage' => 'SSH',
|
||||||
'Bandwidth Usage eth3' => 'Utilizare Rețea eth3',
|
|
||||||
'FTP Usage' => 'Utilizare FTP ',
|
|
||||||
'SSH Usage' => 'Utilizare SSH',
|
|
||||||
'Exim Usage' => 'Utilizare Exim',
|
|
||||||
'reverse proxy' => 'proxy inversă',
|
'reverse proxy' => 'proxy inversă',
|
||||||
'web server' => 'server web',
|
'web server' => 'server web',
|
||||||
'dns server' => 'server dns',
|
'dns server' => 'server dns',
|
||||||
'mail server' => 'server e-mail',
|
'mail server' => 'serverul de poștă',
|
||||||
'pop/imap server' => 'server pop/imap',
|
'pop/imap server' => 'server pop/imap',
|
||||||
'email antivirus' => 'antivirus e-mail',
|
'email antivirus' => 'e-mail antivirus',
|
||||||
'email antispam' => 'antispam e-mail',
|
'email antispam' => 'e-mail antispam',
|
||||||
'database server' => 'server baze de date',
|
'database server' => 'server de baze de date',
|
||||||
'ftp server' => 'server ftp',
|
'ftp server' => 'server ftp',
|
||||||
'job scheduler' => 'sarcină programată',
|
'job scheduler' => 'job scheduler',
|
||||||
'CPU' => 'CPU',
|
'CPU' => 'CPU',
|
||||||
'Memory' => 'RAM',
|
'Memory' => 'Memorie',
|
||||||
'Uptime' => 'UPTIME',
|
'Uptime' => 'Uptime',
|
||||||
'core package' => 'pachet bază',
|
'core package' => 'pachetul de bază',
|
||||||
'php interpreter' => 'interpretor php',
|
'php interpreter' => 'php interpret',
|
||||||
'internal web server' => 'server web intern',
|
'internal web server' => 'serverul web intern',
|
||||||
'Version' => 'Versiune',
|
'Version' => 'Versiune',
|
||||||
'Release' => 'Lansare',
|
'Release' => 'Release',
|
||||||
'Architecture' => 'Arhitectură',
|
'Architecture' => 'Arhitectură',
|
||||||
'Object' => 'Obiect',
|
'Object' => 'Obiect',
|
||||||
'Owner' => 'Proprietar',
|
'Owner' => 'Proprietar',
|
||||||
|
@ -251,279 +247,280 @@ $LANG['ro'] = array(
|
||||||
'Email' => 'E-mail',
|
'Email' => 'E-mail',
|
||||||
'Package' => 'Pachet',
|
'Package' => 'Pachet',
|
||||||
'Language' => 'Limbă',
|
'Language' => 'Limbă',
|
||||||
'First Name' => 'Prenume',
|
'First Name' => 'Nume',
|
||||||
'Last Name' => 'Nume',
|
'Last Name' => 'Prenume',
|
||||||
'Send login credentials to email address' => 'Trimite datele de autentificare la adresa de e-mail',
|
'Send login credentials to email address' => 'Trimite datele de autentificare la adresa',
|
||||||
'Default Template' => 'Șablon implicit',
|
'Default Template' => 'Șablon implicit',
|
||||||
'Default Name Servers' => 'Serverele NS implicite',
|
'Default Name Servers' => 'Serverele NS',
|
||||||
'Domain' => 'Domeniu',
|
'Domain' => 'Domeniu',
|
||||||
'DNS Support' => 'Suport DNS',
|
'DNS Support' => 'Support DNS',
|
||||||
'Mail Support' => 'Suport E-MAIL',
|
'Mail Support' => 'Support E-mail',
|
||||||
'Advanced options' => 'Opțiuni avansate',
|
'Advanced options' => 'Opțiuni avansate',
|
||||||
'Aliases' => 'Aliasuri',
|
'Aliases' => 'Aliasuri',
|
||||||
'SSL Certificate' => 'Certificat SSL',
|
'SSL Certificate' => 'Certificat SSL',
|
||||||
'SSL Key' => 'Cheia SSL',
|
'SSL Key' => 'Cheia SSL',
|
||||||
'SSL Certificate Authority / Intermediate' => 'SSL Certificate Authority / Intermediar',
|
'SSL Certificate Authority / Intermediate' => 'SSL Intermediar / Certificate Authority',
|
||||||
'SSL CSR' => 'Cerere CSR',
|
'SSL CSR' => 'Cerere CSR',
|
||||||
'optional' => 'opțional',
|
'optional' => 'opțional',
|
||||||
'internal' => 'intern',
|
'internal' => 'intern',
|
||||||
'Statistics Authorization' => 'Autorizare pt. Statistică',
|
'Statistics Authorization' => 'Autorizarea statistici',
|
||||||
'Statistics Auth' => 'Autorizare pt. Statistică',
|
'Statistics Auth' => 'Autorizarea statistici',
|
||||||
'Account' => 'Cont',
|
'Account' => 'Cont',
|
||||||
'Prefix will be automaticaly added to username' => 'Prefixul %s va fi adăugat automat la numele de utilizator',
|
'Prefix will be automaticaly added to username' => 'Prefix %s va fi adăugat automat la numele de utilizator',
|
||||||
'Send FTP credentials to email' => 'Trimite datele FTP la adresa de e-mail',
|
'Send FTP credentials to email' => 'Trimite datele FTP la e-mail',
|
||||||
'Expiration Date' => 'Data de Expirare',
|
'Expiration Date' => 'Data de expirare',
|
||||||
'YYYY-MM-DD' => 'YYYY-MM-DD',
|
'YYYY-MM-DD' => 'AAAA-LL-ZZ',
|
||||||
'Name servers' => 'Server NS',
|
'Name servers' => 'Server NS',
|
||||||
'Record' => 'Înregistrare',
|
'Record' => 'Înregistrare / Subdomeniu',
|
||||||
'IP or Value' => 'IP sau Valoare',
|
'IP or Value' => 'IP adresa sau valoare',
|
||||||
'Priority' => 'Prioritate',
|
'Priority' => 'Prioritate',
|
||||||
'Record Number' => 'Număr Înregistrare',
|
'Record Number' => 'Numărul de înregistrare',
|
||||||
'in megabytes' => 'în Mb',
|
'in megabytes' => 'în mb.',
|
||||||
'Message' => 'Mesaj',
|
'Message' => 'Mesaj',
|
||||||
'use local-part' => 'doar nume de cont înainte de @',
|
'use local-part' => 'doar nume de cont înainte de @',
|
||||||
'one or more email addresses' => 'una sau mai multe adrese de e-mail',
|
'one or more email addresses' => 'una sau mai multe adrese de e-mail',
|
||||||
'Prefix will be automaticaly added to database name and database user' => 'Prefixul %s va fi adăugat automat la numele bazei de date si la utilizator',
|
'Prefix will be automaticaly added to database name and database user' => 'Prefix %s va fi adăugat automat la numele bazei de date si utilizatorul',
|
||||||
'Database' => 'Baza de date',
|
'Database' => 'Baza de date',
|
||||||
'Type' => 'Tip',
|
'Type' => 'Tip',
|
||||||
'Minute' => 'Minut',
|
'Minute' => 'Minut',
|
||||||
'Command' => 'Comandă',
|
'Command' => 'Comandă',
|
||||||
'Package Name' => 'Nume Pachet',
|
'Package Name' => 'Denumire pachetului',
|
||||||
'Netmask' => 'Masca rețea',
|
'Netmask' => 'Masca de rețea',
|
||||||
'Interface' => 'Interfață',
|
'Interface' => 'Interfață',
|
||||||
'Shared' => 'Comun',
|
'Shared' => 'Comună',
|
||||||
'Assigned user' => 'Utilizator asignat',
|
'Assigned user' => 'Utilizator asignat',
|
||||||
'Assigned domain' => 'Domeniu asignat',
|
'Assigned domain' => 'Domeniu asignat',
|
||||||
'NAT IP association' => 'Asociere IP NAT',
|
'NAT IP association' => 'Asociere IP NAT',
|
||||||
'shell' => 'shell',
|
'shell' => 'access ssh',
|
||||||
'web domains' => 'domenii web',
|
'web domains' => 'domenii web',
|
||||||
'web aliases' => 'aliasuri web',
|
'web aliases' => 'aliasuri web',
|
||||||
'dns records' => 'înregistrări dns',
|
'dns records' => 'înregistrări dns',
|
||||||
'mail domains' => 'domenii e-mail',
|
'mail domains' => 'domenii de poștă',
|
||||||
'mail accounts' => 'conturi e-mail',
|
'mail accounts' => 'conturi de poștă',
|
||||||
'accounts' => 'conturi',
|
'accounts' => 'conturi',
|
||||||
'databases' => 'baze de date',
|
'databases' => 'baze de date',
|
||||||
'cron jobs' => 'sarcini cron',
|
'cron jobs' => 'sarcini cron',
|
||||||
'backups' => 'backup-uri',
|
'backups' => 'copii de rezervă',
|
||||||
'quota' => 'cotă',
|
'quota' => 'cotă',
|
||||||
'day of week' => 'ziua săptămânii',
|
'day of week' => 'ziua săptămânii',
|
||||||
'cmd' => 'comandă',
|
'cmd' => 'comandă',
|
||||||
'users' => 'utilizatori',
|
'users' => 'utilizatorii',
|
||||||
'domains' => 'domenii',
|
'domains' => 'domenii',
|
||||||
'aliases' => 'aliasuri',
|
'aliases' => 'aliasuri',
|
||||||
'records' => 'înregistrări',
|
'records' => 'înregistrări',
|
||||||
'jobs' => 'sarcini',
|
'jobs' => 'sarcinile',
|
||||||
'username' => 'utilizator',
|
'username' => 'utilizator',
|
||||||
'password' => 'parolă',
|
'password' => 'parolă',
|
||||||
'type' => 'tip',
|
'type' => 'tip',
|
||||||
'charset' => 'set de caractere',
|
'charset' => 'setul de caractere',
|
||||||
'domain' => 'domeniu',
|
'domain' => 'domeniu',
|
||||||
'ip' => 'IP',
|
'ip' => 'IP',
|
||||||
'ip address' => 'adresa ip',
|
'ip address' => 'IP adresa',
|
||||||
'IP address' => 'Adresa IP',
|
'IP address' => 'IP adresa',
|
||||||
'netmask' => 'masca rețea',
|
'netmask' => 'masca de rețea',
|
||||||
'interface' => 'interfață',
|
'interface' => 'interfața',
|
||||||
'assigned user' => 'utilizator asignat',
|
'assigned user' => 'utilizator asignat',
|
||||||
'ns1' => 'ns1',
|
'ns1' => 'ns1',
|
||||||
'ns2' => 'ns2',
|
'ns2' => 'ns2',
|
||||||
'user' => 'utilizator',
|
'user' => 'utilizator',
|
||||||
'email' => 'e-mail',
|
'email' => 'e-mail',
|
||||||
'first name' => 'prenume', # In Romanian language `first name` is `last name`
|
'first name' => 'nume',
|
||||||
'last name' => 'nume', # In Romanian language `last name` is `first name`
|
'last name' => 'prenume',
|
||||||
'account' => 'cont',
|
'account' => 'cont',
|
||||||
'ssl certificate' => 'certificat SSL',
|
'ssl certificate' => 'certificat SSL',
|
||||||
'ssl key' => 'cheia SSL',
|
'ssl key' => 'cheia SSL',
|
||||||
'stats user password' => 'parola de utilizator pt. statistici',
|
'stats user password' => 'parola de utilizator statistici',
|
||||||
'stats username' => 'nume de utilizator pt. statistici',
|
'stats username' => 'nume de utilizator statistici',
|
||||||
'stats password' => 'parola de utilizator pt. statistici',
|
'stats password' => 'parola de utilizator statistici',
|
||||||
'ftp user password' => 'parola de utilizator pt. FTP',
|
'ftp user password' => 'parola de FTP',
|
||||||
'ftp user' => 'utilizator FTP',
|
'ftp user' => 'cont FTP',
|
||||||
'Last 70 lines of %s.%s.log' => 'Ultimele 70 de linii ale %s.%s.log',
|
'Last 70 lines of %s.%s.log' => 'Ultimele 70 linii de %s.%s.log',
|
||||||
'Download AccessLog' => 'Descarcă AccessLog',
|
'Download AccessLog' => 'Descarcă AccessLog',
|
||||||
'Download ErrorLog' => 'Descarcă ErrorLog',
|
'Download ErrorLog' => 'Descarcă ErrorLog',
|
||||||
'Country' => 'Țară',
|
'Country' => 'Țară',
|
||||||
'2 letter code' => 'cod de 2 litere',
|
'2 letter code' => 'cod de 2 litere',
|
||||||
'State / Province' => 'Stat / Provincie / Județ',
|
'State / Province' => 'Județ',
|
||||||
'City / Locality' => 'Oraș / Localitate',
|
'City / Locality' => 'Oraș / Localitate',
|
||||||
'Organization' => 'Organizație',
|
'Organization' => 'Organizație',
|
||||||
'Action' => 'Acțiune',
|
'Action' => 'Acțiune',
|
||||||
'Protocol' => 'Protocol',
|
'Protocol' => 'Protocol',
|
||||||
'Port' => 'Port',
|
'Port' => 'Port',
|
||||||
'Comment' => 'Comentariu',
|
'Comment' => 'Comentariu',
|
||||||
'Banlist' => 'Blocare',
|
'Banlist' => 'Banlist',
|
||||||
'ranges are acceptable' => 'intervalele sunt acceptate',
|
'ranges are acceptable' => 'intervale sunt acceptabile',
|
||||||
'CIDR format is supported' => 'formatul CIDR este suportat',
|
'CIDR format is supported' => 'format CIDR este suportat',
|
||||||
'Add one more Name Server' => 'Adaugă unul sau mai multe servere NS',
|
'Add one more Name Server' => 'Add one more Name Server',
|
||||||
|
|
||||||
'unlimited' => 'nelimitat',
|
'unlimited' => 'unlimited',
|
||||||
'1 account' => '1 utilizator',
|
'1 account' => '1 utilizator',
|
||||||
'%s accounts' => '%s utilizatori',
|
'%s accounts' => '%s utilizatori',
|
||||||
'1 domain' => '1 domeniu',
|
'1 domain' => '1 domeniu',
|
||||||
'%s domains' => '%s domenii',
|
'%s domains' => '%s domenii',
|
||||||
'1 record' => '1 înregistrare',
|
'1 record' => '1 înregistra',
|
||||||
'%s records' => '%s înregistrări',
|
'%s records' => '%s înregistrări',
|
||||||
'1 mail account' => '1 cont de e-mail',
|
'1 mail account' => '1 cont de poștă',
|
||||||
'%s mail accounts' => '%s conturi de e-mail',
|
'%s mail accounts' => '%s conturi de poștă',
|
||||||
'1 database' => '1 bază de date',
|
'1 database' => '1 baza de date',
|
||||||
'%s databases' => '%s baze de date',
|
'%s databases' => '%s baze de date',
|
||||||
'1 cron job' => '1 sarcină',
|
'1 cron job' => '1 sarcină',
|
||||||
'%s cron jobs' => '%s sarcini',
|
'%s cron jobs' => '%s sarcini',
|
||||||
'1 archive' => '1 arhivă',
|
'1 archive' => '1 arhiva',
|
||||||
'%s archives' => '%s arhive',
|
'%s archives' => '%s arhive',
|
||||||
'1 package' => '1 pachet',
|
'1 package' => '1 pachet',
|
||||||
'%s packages' => '%s pachete',
|
'%s packages' => '%s pachete',
|
||||||
'1 IP address' => '1 adresă IP',
|
'1 IP address' => '1 IP adresa',
|
||||||
'%s IP addresses' => '%s adrese IP',
|
'%s IP addresses' => '%s IP adrese',
|
||||||
'1 month' => '1 lună',
|
'1 month' => '1 luna',
|
||||||
'%s months' => '%s luni',
|
'%s months' => '%s luni',
|
||||||
'1 log record' => '1 înregistrare',
|
'1 log record' => '1 înregistra',
|
||||||
'%s log records' => '%s înregistrări',
|
'%s log records' => '%s înregistrări',
|
||||||
'1 object' => '1 obiect',
|
'1 object' => '1 obiect',
|
||||||
'%s objects' => '%s obiecte',
|
'%s objects' => '%s obiecte',
|
||||||
'no exclusions' => 'nu sunt excluderi',
|
'no exclusions' => 'nu există excluderi',
|
||||||
'1 rule' => '1 regulă',
|
'1 rule' => '1 regulă',
|
||||||
'%s rules' => '%s reguli',
|
'%s rules' => '%s reguli',
|
||||||
'There are no currently banned IP' => 'Nu sunt IP-uri blocate în prezent',
|
'There are no currently banned IP' => 'La moment nu există IP interzise',
|
||||||
|
|
||||||
'USER_CREATED_OK' => 'Utilizatorul <a href="/edit/user/?user=%s"><b>%s</b></a> a fost creat cu succes.',
|
'USER_CREATED_OK' => 'Utilizator <a href="/edit/user/?user=%s"><b>%s</b></a> a fost creat cu succes',
|
||||||
'WEB_DOMAIN_CREATED_OK' => 'Domeniul <a href="/edit/web/?domain=%s"><b>%s</b></a> a fost creat cu succes.',
|
'WEB_DOMAIN_CREATED_OK' => 'Domeniu <a href="/edit/web/?domain=%s"><b>%s</b></a> a fost creat cu succes.',
|
||||||
'DNS_DOMAIN_CREATED_OK' => 'Domeniul <a href="/list/dns/?domain=%s"><b>%s</b></a> a fost creat cu succes.',
|
'DNS_DOMAIN_CREATED_OK' => 'Domeniu <a href="/list/dns/?domain=%s"><b>%s</b></a> a fost creat cu succes.',
|
||||||
'DNS_RECORD_CREATED_OK' => 'Înregistrarea <b>%s.%s</b> a fost creată cu succes.',
|
'DNS_RECORD_CREATED_OK' => 'Înregistrare <b>%s.%s</b> a fost creată cu succes.',
|
||||||
'MAIL_DOMAIN_CREATED_OK' => 'Domeniul <a href="/list/mail/?domain=%s"><b>%s</b></a> a fost creat cu succes.',
|
'MAIL_DOMAIN_CREATED_OK' => 'Domeniu <a href="/list/mail/?domain=%s"><b>%s</b></a> a fost creat cu succes.',
|
||||||
'MAIL_ACCOUNT_CREATED_OK' => 'Contul de e-mail <a href="/edit/mail/?account=%s&domain=%s"><b>%s@%s</b></a> a fost creat cu succes.',
|
'MAIL_ACCOUNT_CREATED_OK' => 'Contul de poștă <a href="/edit/mail/?account=%s&domain=%s"><b>%s@%s</b></a> a fost creat cu succes',
|
||||||
'DATABASE_CREATED_OK' => 'Baza de date <a href="/edit/db/?database=%s"><b>%s</b></a> a fost creată cu succes.',
|
'DATABASE_CREATED_OK' => 'Baza de date <a href="/edit/db/?database=%s"><b>%s</b></a> a fost creată cu succes',
|
||||||
'CRON_CREATED_OK' => 'Sarcina a fost creată cu succes.',
|
'CRON_CREATED_OK' => 'Sarcina a fost creată cu succes.',
|
||||||
'IP_CREATED_OK' => 'Adresa IP <a href="/edit/ip/?ip=%s"><b>%s</b></a> a fost creată cu succes.',
|
'IP_CREATED_OK' => '"IP adresa <a href="/edit/ip/?ip=%s"><b>%s</b></a> a fost creată cu succes.',
|
||||||
'PACKAGE_CREATED_OK' => 'Pachetul <a href="/edit/package/?package=%s"><b>%s</b></a> a fost creat cu succes.',
|
'PACKAGE_CREATED_OK' => 'Pachet <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.',
|
'SSL_GENERATED_OK' => 'SSL certificat a fost generat cu succes.',
|
||||||
'RULE_CREATED_OK' => 'Regula a fost creată cu succes.',
|
'RULE_CREATED_OK' => 'Regula a fost creata cu succes.',
|
||||||
'Autoupdate has been successfully enabled' => 'Actualizarea automată a fost activată cu succes.',
|
'Autoupdate has been successfully enabled' => 'Autoupdate a fost activat cu succes',
|
||||||
'Autoupdate has been successfully disabled' => 'Actualizarea automată a fost deactivată cu success.',
|
'Autoupdate has been successfully disabled' => 'Autoupdate a fost deactivat cu success',
|
||||||
'Cronjob email reporting has been successfully enabled' => 'Notificarea prin e-mail a fost activată cu succes.',
|
'Cronjob email reporting has been successfully enabled' => 'Raportare cron a fost activată cu succes',
|
||||||
'Cronjob email reporting has been successfully disabled' => 'Notificarea prin e-mail a fost deactivată cu succes.',
|
'Cronjob email reporting has been successfully disabled' => 'Raportare cron a fost deactivată cu succes',
|
||||||
'Changes has been saved.' => 'Modificările au fost salvate.',
|
'Changes has been saved.' => 'Modificările au fost salvate.',
|
||||||
'Confirmation' => 'Confirmare',
|
'Confirmation' => 'Confirmare',
|
||||||
'DELETE_USER_CONFIRMATION' => 'Ești sigur că dorești să ștergi utilizatorul %s?',
|
'DELETE_USER_CONFIRMATION' => 'Ești sigur că dorești să ștergi %s?',
|
||||||
'SUSPEND_USER_CONFIRMATION' => 'Ești sigur că dorești să suspenzi utilizatorul %s?',
|
'SUSPEND_USER_CONFIRMATION' => 'Ești sigur că dorești să suspendezi %s?',
|
||||||
'UNSUSPEND_USER_CONFIRMATION' => 'Ești sigur că dorești să activezi utilizatorul %s?',
|
'UNSUSPEND_USER_CONFIRMATION' => 'Ești sigur că dorești să unsuspendezi %s?',
|
||||||
'DELETE_DOMAIN_CONFIRMATION' => 'Ești sigur că dorești să ștergi domeniul %s?',
|
'DELETE_DOMAIN_CONFIRMATION' => 'Ești sigur că dorești să ștergi %s?',
|
||||||
'SUSPEND_DOMAIN_CONFIRMATION' => 'Ești sigur că dorești să suspenzi domeniul %s?',
|
'SUSPEND_DOMAIN_CONFIRMATION' => 'Ești sigur că dorești să suspendezi %s?',
|
||||||
'UNSUSPEND_DOMAIN_CONFIRMATION' => 'Ești sigur că dorești să activezi domeniul %s?',
|
'UNSUSPEND_DOMAIN_CONFIRMATION' => 'Ești sigur că dorești să unsuspendezi %s?',
|
||||||
'DELETE_RECORD_CONFIRMATION' => 'Ești sigur că dorești să ștergi înregistrea %s?',
|
'DELETE_RECORD_CONFIRMATION' => 'Ești sigur că dorești să ștergi înregistrea %s?',
|
||||||
'SUSPEND_RECORD_CONFIRMATION' => 'Ești sigur că dorești să suspenzi înregistrea %s?',
|
'SUSPEND_RECORD_CONFIRMATION' => 'Ești sigur că dorești să suspendezi înregistrea %s?',
|
||||||
'UNSUSPEND_RECORD_CONFIRMATION' => 'Ești sigur că dorești să activezi înregistrea %s?',
|
'UNSUSPEND_RECORD_CONFIRMATION' => 'Ești sigur că dorești să unsuspendezi înregistrea %s?',
|
||||||
'DELETE_MAIL_ACCOUNT_CONFIRMATION' => 'Ești sigur că dorești să ștergi contul de e-mail %s?',
|
'DELETE_MAIL_ACCOUNT_CONFIRMATION' => 'Ești sigur că dorești să ștergi %s?',
|
||||||
'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Ești sigur că dorești să suspenzi contul de e-mail %s?',
|
'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Ești sigur că dorești să suspendezi %s?',
|
||||||
'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Ești sigur că dorești să activezi contul de e-mail %s?',
|
'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Ești sigur că dorești să unsuspendezi %s?',
|
||||||
'DELETE_DATABASE_CONFIRMATION' => 'Ești sigur că dorești să ștergi contul de e-mail %s?',
|
'DELETE_DATABASE_CONFIRMATION' => 'Ești sigur că dorești să ștergi %s?',
|
||||||
'SUSPEND_DATABASE_CONFIRMATION' => 'Ești sigur că dorești să suspenzi baza de date %s?',
|
'SUSPEND_DATABASE_CONFIRMATION' => 'Ești sigur că dorești să suspendezi %s?',
|
||||||
'UNSUSPEND_DATABASE_CONFIRMATION' => 'Ești sigur că dorești să activezi baza de date %s?',
|
'UNSUSPEND_DATABASE_CONFIRMATION' => 'Ești sigur că dorești să unsuspendezi %s?',
|
||||||
'DELETE_CRON_CONFIRMATION' => 'Ești sigur că dorești să ștergi această sarcina?',
|
'DELETE_CRON_CONFIRMATION' => 'Ești sigur că dorești să ștergi sarcina?',
|
||||||
'SUSPEND_CRON_CONFIRMATION' => 'Ești sigur că dorești să suspenzi această sarcina?',
|
'SUSPEND_CRON_CONFIRMATION' => 'Ești sigur că dorești să suspendezi sarcina?',
|
||||||
'UNSUSPEND_CRON_CONFIRMATION' => 'Ești sigur că dorești să activezi această sarcina?',
|
'UNSUSPEND_CRON_CONFIRMATION' => 'Ești sigur că dorești să unsuspendezi sarcina?',
|
||||||
'DELETE_BACKUP_CONFIRMATION' => 'Ești sigur că dorești să ștergi backup-ul %s?',
|
'DELETE_BACKUP_CONFIRMATION' => 'Ești sigur că dorești să ștergi %s?',
|
||||||
'DELETE_EXCLUSION_CONFIRMATION' => 'Ești sigur că dorești să ștergi excluderea %s?',
|
'DELETE_EXCLUSION_CONFIRMATION' => 'Ești sigur că dorești să ștergi excludere %s?',
|
||||||
'DELETE_PACKAGE_CONFIRMATION' => 'Ești sigur că dorești să ștergi pachetul %s',
|
'DELETE_PACKAGE_CONFIRMATION' => 'Ești sigur că dorești să ștergi %s',
|
||||||
'DELETE_IP_CONFIRMATION' => 'Ești sigur că dorești să ștergi IP-ul %s?',
|
'DELETE_IP_CONFIRMATION' => 'Ești sigur că dorești să șterge IP %s?',
|
||||||
'DELETE_RULE_CONFIRMATION' => 'Ești sigur că dorești să ștergi regula #%s?',
|
'DELETE_RULE_CONFIRMATION' => 'Ești sigur că dorești să ștergi regulă #%s?',
|
||||||
'SUSPEND_RULE_CONFIRMATION' => 'Ești sigur că dorești să suspenzi regula #%s?',
|
'SUSPEND_RULE_CONFIRMATION' => 'Ești sigur că dorești să suspendezi regulă #%s?',
|
||||||
'UNSUSPEND_RULE_CONFIRMATION' => 'Ești sigur că dorești să activezi regula #%s?',
|
'UNSUSPEND_RULE_CONFIRMATION' => 'Ești sigur că dorești să unsuspendezi regulă #%s?',
|
||||||
'LEAVE_PAGE_CONFIRMATION' => 'Părăsești pagina?',
|
'LEAVE_PAGE_CONFIRMATION' => 'Leave Page?',
|
||||||
'RESTART_CONFIRMATION' => 'Ești sigur că dorești să restartezi %s?',
|
'RESTART_CONFIRMATION' => 'Ești sigur că dorești să restartezi %s?',
|
||||||
'Welcome' => 'Bine ai venit',
|
'Welcome' => 'Bun venit',
|
||||||
'LOGGED_IN_AS' => 'Te-ai autentificat ca utilizatorul %s',
|
'LOGGED_IN_AS' => 'Ai intrat ca utilizator %s',
|
||||||
'Error' => 'Eroare',
|
'Error' => 'Eroare',
|
||||||
'Invalid username or password' => 'Numele de utilizator sau parola este greșită',
|
'Invalid username or password' => 'Numele de utilizator sau parola greșita',
|
||||||
'Invalid username or code' => 'Numele de utilizator sau codul este greșit',
|
'Invalid username or code' => 'Numele de utilizator sau cod greșit',
|
||||||
'Passwords not match' => 'Parolele nu corespund',
|
'Passwords not match' => 'Parolele nu corespunde',
|
||||||
'Please enter valid email address.' => 'Introduceți o adresă de e-mail validă.',
|
'Please enter valid email address.' => 'Introduceti adresa de e-mail validă.',
|
||||||
'Field "%s" can not be blank.' => 'Câmpul "%s" nu poate fi gol.',
|
'Field "%s" can not be blank.' => 'Cîmp "%s" nu poate fi gol.',
|
||||||
'Password is too short.' => 'Parola este prea scurtă. Utilizați minimum 6 caractere.',
|
'Password is too short.' => 'Parola este prea scurt. Utilizați minim 6 de simboluri.',
|
||||||
'Error code:' => 'Cod de eroare: %s',
|
'Error code:' => 'Cod de eroare: %s',
|
||||||
'SERVICE_ACTION_FAILED' => '"%s" "%s" failed',
|
'SERVICE_ACTION_FAILED' => '"%s" "%s" failed',
|
||||||
'IP address is in use' => 'Adresa IP este utilizată',
|
'IP address is in use' => 'IP adresa este utilizat',
|
||||||
'BACKUP_SCHEDULED' => 'Sarcina a fost adăugata la coadă. Vei primi o notificare prin e-mail atunci când backup-ul va fi gata pentru descărcare.',
|
'BACKUP_SCHEDULED' => 'Sarcina a fost adăugata la coadă. Veți primi o notificare la e-mail atunci cand backupul va fi complet.',
|
||||||
'BACKUP_EXISTS' => 'Un backup este în progres. Te rog să aștepți finalizarea acestuia.',
|
'BACKUP_EXISTS' => 'Backup este în progres, vă rugăm să așteptați.',
|
||||||
'RESTORE_SCHEDULED' => 'Sarcina a fost adăugata la coadă. Veți primi o notificare prin e-mail atunci cand restaurarea va fi gata.',
|
'RESTORE_SCHEDULED' => 'Sarcina a fost adăugata la coadă. Veți primi o notificare la e-mail atunci cand backupul va fi restaurat.',
|
||||||
'RESTORE_EXISTS' => 'O restaurare este în progres. Te rog să aștepți finalizarea acesteia.',
|
'RESTORE_EXISTS' => 'Restabilirea este în progres, vă rugăm să așteptați.',
|
||||||
|
|
||||||
'WEB_EXCLUSIONS' => "Adaugă un domeniu pe linie. Pentru a exclude toate domeniile folosește *. Pentru a exclude dosare specifice completează în formatul: domain.com:public_html/cache:public_html/tmp",
|
'WEB_EXCLUSIONS' => "Adauga domeniu câte unul pe linie. Pentru a exclude toate domeniile bagă *. Format pentru a exclude directoare specifice: domain.com:public_html/cache:public_html/tmp",
|
||||||
'DNS_EXCLUSIONS' => "Adaugă un domeniu pe linie. Pentru a exclude toate domeniile folosește *.",
|
'DNS_EXCLUSIONS' => "Adauga domeniu câte unul pe linie. Pentru a exclude toate domeniile bagă *",
|
||||||
'MAIL_EXCLUSIONS' => "Adaugă un domeniu pe linie. Pentru a exclude toate domeniile folosește *. Pentru a exclude conturile specifice completează în formatul: domain.com:info:support:postmaster",
|
'MAIL_EXCLUSIONS' => "Adauga domeniu câte unul pe linie. Pentru a exclude toate domeniile bagă *. Format pentru a exclude conturile specifice: domain.com:info:support:postmaster",
|
||||||
'DB_EXCLUSIONS' => "Adaugă o bază de date pe linie. Pentru a exclude toate bazele de date folosește *.",
|
'DB_EXCLUSIONS' => "Adauga câte o baza pe linie. Pentru a exclude toate baze bagă *",
|
||||||
'CRON_EXCLUSIONS' => "Pentru a exclude toate sarcinile folosește *.",
|
'CRON_EXCLUSIONS' => "Pentru a exclude toate sarcinile bagă *",
|
||||||
'USER_EXCLUSIONS' => "Adaugă un dosar pe linie. Pentru a exclude toate dosarele folosește *.",
|
'USER_EXCLUSIONS' => "Adauga câte o directoria pe linie. Pentru a exclude toate bagă *",
|
||||||
|
|
||||||
'Welcome to Vesta Control Panel' => 'Bine ai venit la panoul de control Vesta',
|
'Welcome to Vesta Control Panel' => 'Bine ați venit la panoul de control Vesta',
|
||||||
'MAIL_FROM' => 'Vesta Control Panel <noreply@%s>',
|
'MAIL_FROM' => 'Vesta Control Panel <noreply@%s>',
|
||||||
'GREETINGS_GORDON_FREEMAN' => "Salut, %s %s,\n",
|
'GREETINGS_GORDON_FREEMAN' => "Salut, %s %s,\n",
|
||||||
'GREETINGS' => "Salut,\n",
|
'GREETINGS' => "Salut,\n",
|
||||||
'ACCOUNT_READY' => "Contul tău a fost creat și este gata pentru utilizare.\n\nhttps://%s/login/\nUtilizator: %s\nParolă: %s\n\n--\nPanoul de control Vesta\n",
|
'ACCOUNT_READY' => "Contul dvs.este gata.\n\nhttps://%s/login/\nUtilizator: %s\nParolă: %s\n\n--\nPanoul de control Vesta\n",
|
||||||
|
|
||||||
'FTP login credentials' => 'Datele de autentificare FTP',
|
'FTP login credentials' => 'Datele de autentificare FTP',
|
||||||
'FTP_ACCOUNT_READY' => "Contul FTP a fost creat și este gata pentru utilizare.\n\nHost: %s\nUtilizator: %s_%s\nParolă: %s\n\n--\nPanoul de control Vesta\n",
|
'FTP_ACCOUNT_READY' => "Contul FTP dvs. este gata.\n\nHost: %s\nUtilizator: %s_%s\nParolă: %s\n\n--\nPanoul de control Vesta\n",
|
||||||
|
|
||||||
'Database Credentials' => 'Datele de autentificare baza de date',
|
'Database Credentials' => 'Datele de autentificare bazei de date',
|
||||||
'DATABASE_READY' => "Baza de date a fost creată și este gata pentru utilizare.\n\nBD: %s\nUtilizator: %s\nParolă: %s\n%s\n\n--\nPanoul de control Vesta\n",
|
'DATABASE_READY' => "Baza de date dvs. este gata.\n\nBD: %s\nUtilizator: %s\nParolă: %s\n%s\n\n--\nPanoul de control Vesta\n",
|
||||||
|
|
||||||
'forgot password' => 'am uitat parola',
|
'forgot password' => 'uitat parola',
|
||||||
'Confirm' => 'Confirmare',
|
'Confirm' => 'Confirma',
|
||||||
'New Password' => 'Noua parolă',
|
'New Password' => 'Noua parolă',
|
||||||
'Confirm Password' => 'Repetare parolă',
|
'Confirm Password' => 'Repetarea parolei',
|
||||||
'Reset' => 'Resetare',
|
'Reset' => 'Reseta',
|
||||||
'Reset Code' => 'Cod de resetare',
|
'Reset Code' => 'Cod de resetare',
|
||||||
'RESET_NOTICE' => '',
|
'RESET_NOTICE' => '',
|
||||||
'RESET_CODE_SENT' => 'Codul de resetare a fost trimis la adresa ta de e-mail.<br>',
|
'RESET_CODE_SENT' => 'Cod de resetare a fost trimis la email dvs..<br>',
|
||||||
'MAIL_RESET_SUBJECT' => 'Schimbare parola %s',
|
'MAIL_RESET_SUBJECT' => 'Schimbarea parolei %s',
|
||||||
'PASSWORD_RESET_REQUEST'=>"Pentru schimbarea parolei, te rog să urmezi link-ul:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\n\n\nDacă nu ai solicitat resetarea parolei, ignoră acest mesaj.\n\n--\nPanoul de control Vesta\n",
|
'PASSWORD_RESET_REQUEST'=>"Pentru a shimba 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",
|
||||||
|
|
||||||
'Jan' => 'Ian',
|
'Jan' => 'Jan',
|
||||||
'Feb' => 'Feb',
|
'Feb' => 'Feb',
|
||||||
'Mar' => 'Mar',
|
'Mar' => 'Mar',
|
||||||
'Apr' => 'Apr',
|
'Apr' => 'Apr',
|
||||||
'May' => 'Mai',
|
'May' => 'May',
|
||||||
'Jun' => 'Iun',
|
'Jun' => 'Jun',
|
||||||
'Jul' => 'Iul',
|
'Jul' => 'Jul',
|
||||||
'Aug' => 'Aug',
|
'Aug' => 'Aug',
|
||||||
'Sep' => 'Sep',
|
'Sep' => 'Sep',
|
||||||
'Oct' => 'Oct',
|
'Oct' => 'Oct',
|
||||||
'Nov' => 'Noi',
|
'Nov' => 'Nov',
|
||||||
'Dec' => 'Dec',
|
'Dec' => 'Dec',
|
||||||
|
|
||||||
'Configuring Server' => 'Configurare Server',
|
'Configuring Server' => 'Configuring Server',
|
||||||
'Hostname' => 'Nume Host',
|
'Hostname' => 'Hostname',
|
||||||
'Time Zone' => 'Fus Orar',
|
'Time Zone' => 'Time Zone',
|
||||||
'Default Language' => 'Limba Implicită',
|
'Default Language' => 'Default Language',
|
||||||
'FileSystem Disk Quota' => 'Cota Spațiu (Disk Quota)',
|
'FileSystem Disk Quota' => 'FileSystem Disk Quota',
|
||||||
'Vesta Control Panel Plugins' => 'VESTA',
|
'Vesta Control Panel Plugins' => 'Vesta Control Panel Plugins',
|
||||||
'preview' => 'previzualizare',
|
'preview' => 'preview',
|
||||||
'Reseller Role' => 'Rol de Revânzător',
|
'Reseller Role' => 'Reseller Role',
|
||||||
'Web Config Editor' => 'Editor Configurare Web',
|
'Web Config Editor' => 'Web Config Editor',
|
||||||
'Template Manager' => 'Manager Șabloane',
|
'Template Manager' => 'Template Manager',
|
||||||
'Backup Migration Manager' => 'Manager Migrare Backup',
|
'Backup Migration Manager' => 'Backup Migration Manager',
|
||||||
'FileManager' => 'Manager Fișiere',
|
'FileManager' => 'FileManager',
|
||||||
'show: CPU / MEM / NET / DISK' => 'afișare: CPU / MEM / NET / DISK',
|
'show: CPU / MEM / NET / DISK' => 'show: CPU / MEM / NET / DISK',
|
||||||
|
|
||||||
'sort by' => 'sortare după',
|
'sort by' => 'sort by',
|
||||||
'Date' => 'Data',
|
'Date' => 'Data',
|
||||||
'Starred' => 'Stea',
|
'Starred' => 'Starred',
|
||||||
'Name' => 'Nume',
|
'Name' => 'Name',
|
||||||
|
|
||||||
'File Manager' => 'Manager Fișiere',
|
'File Manager' => 'File Manager',
|
||||||
'type' => 'tip',
|
'type' => 'type',
|
||||||
'size' => 'marime',
|
'size' => 'size',
|
||||||
'date' => 'dată',
|
'date' => 'date',
|
||||||
'name' => 'nume',
|
'name' => 'name',
|
||||||
'Initializing' => 'Inițializare',
|
'Initializing' => 'Initializing',
|
||||||
'UPLOAD' => 'ÎNCARCĂ',
|
'UPLOAD' => 'UPLOAD',
|
||||||
'NEW FILE' => 'FIȘIER NOU',
|
'NEW FILE' => 'NEW FILE',
|
||||||
'NEW DIR' => 'DOSAR NOU',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'ȘTERGE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'REDENUMEȘTE',
|
'RENAME' => 'RENAME',
|
||||||
'COPY' => 'COPIAZĂ',
|
'RIGHTS' => 'RIGHTS',
|
||||||
'ARCHIVE' => 'ARHIVEAZĂ',
|
'COPY' => 'COPY',
|
||||||
'EXTRACT' => 'EXTRAGE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'DOWNLOAD' => 'DESCARCĂ',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
'DOWNLOAD' => 'DOWNLOAD',
|
||||||
'Hit' => 'Hit',
|
'Hit' => 'Hit',
|
||||||
'to reload the page' => 'to reload the page',
|
'to reload the page' => 'to reload the page',
|
||||||
'Directory name cannot be empty' => 'Directory name cannot be empty',
|
'Directory name cannot be empty' => 'Directory name cannot be empty',
|
||||||
|
@ -538,6 +535,7 @@ $LANG['ro'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -552,6 +550,15 @@ $LANG['ro'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -568,6 +575,8 @@ $LANG['ro'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -604,5 +613,35 @@ $LANG['ro'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -92,8 +92,8 @@ $LANG['ru'] = array(
|
||||||
'reread IP' => 'перечитать IP',
|
'reread IP' => 'перечитать IP',
|
||||||
'enable autoupdate' => 'включить автообновление',
|
'enable autoupdate' => 'включить автообновление',
|
||||||
'disable autoupdate' => 'выключить автообновление',
|
'disable autoupdate' => 'выключить автообновление',
|
||||||
'turn on notifications' => 'включить почтовые уведомления',
|
'turn on notifications' => 'включить уведомления',
|
||||||
'turn off notifications' => 'выключить почтовые уведомления',
|
'turn off notifications' => 'выключить уведомления',
|
||||||
|
|
||||||
'Adding User' => 'Добавление аккаунта',
|
'Adding User' => 'Добавление аккаунта',
|
||||||
'Editing User' => 'Редактирование аккаунта',
|
'Editing User' => 'Редактирование аккаунта',
|
||||||
|
@ -516,6 +516,7 @@ $LANG['ru'] = array(
|
||||||
'NEW DIR' => 'ПАПКА',
|
'NEW DIR' => 'ПАПКА',
|
||||||
'DELETE' => 'УДАЛИТЬ',
|
'DELETE' => 'УДАЛИТЬ',
|
||||||
'RENAME' => 'ПЕРЕИМЕНОВАТЬ',
|
'RENAME' => 'ПЕРЕИМЕНОВАТЬ',
|
||||||
|
'RIGHTS' => 'ПРАВА',
|
||||||
'COPY' => 'КОПИЯ',
|
'COPY' => 'КОПИЯ',
|
||||||
'ARCHIVE' => 'АРХИВ',
|
'ARCHIVE' => 'АРХИВ',
|
||||||
'EXTRACT' => 'РАСПАКОВАТЬ',
|
'EXTRACT' => 'РАСПАКОВАТЬ',
|
||||||
|
@ -534,6 +535,7 @@ $LANG['ru'] = array(
|
||||||
'Copy' => 'Скопировать',
|
'Copy' => 'Скопировать',
|
||||||
'Cancel' => 'Отмена',
|
'Cancel' => 'Отмена',
|
||||||
'Rename' => 'Переименовать',
|
'Rename' => 'Переименовать',
|
||||||
|
'Change Rights' => 'Сменить права',
|
||||||
'Delete' => 'Удалить',
|
'Delete' => 'Удалить',
|
||||||
'Extract' => 'Распаковать',
|
'Extract' => 'Распаковать',
|
||||||
'Create' => 'Создать',
|
'Create' => 'Создать',
|
||||||
|
@ -548,6 +550,15 @@ $LANG['ru'] = array(
|
||||||
'already exists' => 'уже существует',
|
'already exists' => 'уже существует',
|
||||||
'Create file' => 'Создать файл',
|
'Create file' => 'Создать файл',
|
||||||
'Create directory' => 'Создать папку',
|
'Create directory' => 'Создать папку',
|
||||||
|
'read by owner' => 'чтение для владельца',
|
||||||
|
'write by owner' => 'запись для владельца',
|
||||||
|
'execute/search by owner' => 'запуск/поиск для владельца',
|
||||||
|
'read by group' => 'чтение для группы',
|
||||||
|
'write by group' => 'запись для группы',
|
||||||
|
'execute/search by group' => 'запуск/поиск для группы',
|
||||||
|
'read by others' => 'чтение для остальных',
|
||||||
|
'write by others' => 'запись для остальных',
|
||||||
|
'execute/search by others' => 'запуск/поиск для остальных',
|
||||||
|
|
||||||
'Add New object' => 'Перейти к Форме Добавления',
|
'Add New object' => 'Перейти к Форме Добавления',
|
||||||
'Save Form' => 'Сохрнанить Форму',
|
'Save Form' => 'Сохрнанить Форму',
|
||||||
|
@ -564,6 +575,8 @@ $LANG['ru'] = 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 down through elements list' => 'Фокус на следующий элемент списка',
|
||||||
|
|
||||||
'Upload' => 'Загрузить файл',
|
'Upload' => 'Загрузить файл',
|
||||||
'New File' => 'Создать Файл',
|
'New File' => 'Создать Файл',
|
||||||
|
@ -600,6 +613,35 @@ $LANG['ru'] = 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.',
|
'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.',
|
'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' => 'по минутам',
|
||||||
|
'Hourly' => 'по часам',
|
||||||
|
'Daily' => 'по дням',
|
||||||
|
'Weekly' => 'по дням недели',
|
||||||
|
'Monthly' => 'по месяцам',
|
||||||
|
'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' => 'каждые 2 минуты',
|
||||||
|
'every' => 'каждые',
|
||||||
|
'Hour' => 'Часы',
|
||||||
|
'Minute' => 'Минуты'
|
||||||
|
|
||||||
);
|
);
|
|
@ -512,6 +512,7 @@ $LANG['se'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -530,6 +531,7 @@ $LANG['se'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -544,6 +546,15 @@ $LANG['se'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -560,6 +571,8 @@ $LANG['se'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -596,6 +609,35 @@ $LANG['se'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -514,6 +514,7 @@ $LANG['tr'] = array(
|
||||||
'NEW DIR' => 'YENİ KLASÖR',
|
'NEW DIR' => 'YENİ KLASÖR',
|
||||||
'DELETE' => 'SİL',
|
'DELETE' => 'SİL',
|
||||||
'RENAME' => 'YENİDEN ADLANDIR',
|
'RENAME' => 'YENİDEN ADLANDIR',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'KOPYALA',
|
'COPY' => 'KOPYALA',
|
||||||
'ARCHIVE' => 'ARŞİVLE',
|
'ARCHIVE' => 'ARŞİVLE',
|
||||||
'EXTRACT' => 'ÇIKART',
|
'EXTRACT' => 'ÇIKART',
|
||||||
|
@ -532,6 +533,7 @@ $LANG['tr'] = array(
|
||||||
'Copy' => 'Kopyala',
|
'Copy' => 'Kopyala',
|
||||||
'Cancel' => 'Vazgeç',
|
'Cancel' => 'Vazgeç',
|
||||||
'Rename' => 'Yeniden Adlandır',
|
'Rename' => 'Yeniden Adlandır',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Sil',
|
'Delete' => 'Sil',
|
||||||
'Extract' => 'Çıkart',
|
'Extract' => 'Çıkart',
|
||||||
'Create' => 'Oluştur',
|
'Create' => 'Oluştur',
|
||||||
|
@ -546,6 +548,15 @@ $LANG['tr'] = array(
|
||||||
'already exists' => 'zaten var',
|
'already exists' => 'zaten var',
|
||||||
'Create file' => 'Dosya oluştur',
|
'Create file' => 'Dosya oluştur',
|
||||||
'Create directory' => 'Dizin oluştur',
|
'Create directory' => 'Dizin oluştur',
|
||||||
|
'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' => 'Yeni Nesne Ekle',
|
'Add New object' => 'Yeni Nesne Ekle',
|
||||||
'Save Form' => 'Formu Kaydet',
|
'Save Form' => 'Formu Kaydet',
|
||||||
|
@ -562,6 +573,8 @@ $LANG['tr'] = array(
|
||||||
'Move backward through top menu' => 'Üst menüden arasında geriye doğru git',
|
'Move backward through top menu' => 'Üst menüden arasında geriye doğru git',
|
||||||
'Move forward through top menu' => 'Üst menüden arasında ileriye doğru git',
|
'Move forward through top menu' => 'Üst menüden arasında ileriye doğru git',
|
||||||
'Enter focused element' => 'Odaklanmış elemanı gir',
|
'Enter focused element' => 'Odaklanmış elemanı gir',
|
||||||
|
'Move up through elements list' => 'Move up through elements list',
|
||||||
|
'Move down through elements list' => 'Move down through elements list',
|
||||||
|
|
||||||
'Upload' => 'Yükle',
|
'Upload' => 'Yükle',
|
||||||
'New File' => 'Yeni Dosya',
|
'New File' => 'Yeni Dosya',
|
||||||
|
@ -598,6 +611,35 @@ $LANG['tr'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -460,6 +460,9 @@ $LANG['tw'] = array(
|
||||||
'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',
|
'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',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<?php
|
||||||
/**
|
/**
|
||||||
* Vesta language file
|
* Vesta language file
|
||||||
* 吳汝剛 (ak6783@gmail.com)
|
* 吳汝剛 (ak6783@gmail.com)
|
||||||
|
@ -975,6 +978,7 @@ $LANG['tw'] = array(
|
||||||
'NEW DIR' => 'NEW DIR',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'DELETE',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'RENAME',
|
'RENAME' => 'RENAME',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'COPY',
|
'COPY' => 'COPY',
|
||||||
'ARCHIVE' => 'ARCHIVE',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'EXTRACT' => 'EXTRACT',
|
'EXTRACT' => 'EXTRACT',
|
||||||
|
@ -993,6 +997,7 @@ $LANG['tw'] = array(
|
||||||
'Copy' => 'Copy',
|
'Copy' => 'Copy',
|
||||||
'Cancel' => 'Cancel',
|
'Cancel' => 'Cancel',
|
||||||
'Rename' => 'Rename',
|
'Rename' => 'Rename',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'Extract' => 'Extract',
|
'Extract' => 'Extract',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
@ -1007,6 +1012,15 @@ $LANG['tw'] = array(
|
||||||
'already exists' => 'already exists',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Create file',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Create directory',
|
'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',
|
'Add New object' => 'Add New object',
|
||||||
'Save Form' => 'Save Form',
|
'Save Form' => 'Save Form',
|
||||||
|
@ -1023,6 +1037,8 @@ $LANG['tw'] = array(
|
||||||
'Move backward through top menu' => 'Move backward through top menu',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Move forward through top menu',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Enter focused element',
|
'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',
|
'Upload' => 'Upload',
|
||||||
'New File' => 'New File',
|
'New File' => 'New File',
|
||||||
|
@ -1059,6 +1075,35 @@ $LANG['tw'] = array(
|
||||||
'Licence Deactivated' => 'Licence Deactivated',
|
'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.',
|
'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.',
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -320,8 +320,8 @@ $LANG['ua'] = array(
|
||||||
'netmask' => 'маска підмережі',
|
'netmask' => 'маска підмережі',
|
||||||
'interface' => 'інтерфейс',
|
'interface' => 'інтерфейс',
|
||||||
'assigned user' => 'призначений користувач',
|
'assigned user' => 'призначений користувач',
|
||||||
'ns1' => 'сервер імен №1',
|
'ns1' => 'сервер імен #1',
|
||||||
'ns2' => 'сервер імен №2',
|
'ns2' => 'сервер імен #2',
|
||||||
'user' => 'користувач',
|
'user' => 'користувач',
|
||||||
'email' => 'пошта',
|
'email' => 'пошта',
|
||||||
'first name' => 'Ім\'я',
|
'first name' => 'Ім\'я',
|
||||||
|
@ -349,7 +349,7 @@ $LANG['ua'] = array(
|
||||||
'Banlist' => 'Чорний список',
|
'Banlist' => 'Чорний список',
|
||||||
'ranges are acceptable' => 'дозволені діапазони',
|
'ranges are acceptable' => 'дозволені діапазони',
|
||||||
'CIDR format is supported' => 'формат CIDR підтримується',
|
'CIDR format is supported' => 'формат CIDR підтримується',
|
||||||
'Add one more Name Server' => 'Додати ще один сервер імен',
|
'Add one more Name Server' => 'Add one more Name Server',
|
||||||
|
|
||||||
'unlimited' => 'безлімітний',
|
'unlimited' => 'безлімітний',
|
||||||
'1 account' => ' 1 акаунт',
|
'1 account' => ' 1 акаунт',
|
||||||
|
@ -424,7 +424,7 @@ $LANG['ua'] = array(
|
||||||
'DELETE_RULE_CONFIRMATION' => 'Ви впевнені, що хочете видалити правило #%s?',
|
'DELETE_RULE_CONFIRMATION' => 'Ви впевнені, що хочете видалити правило #%s?',
|
||||||
'SUSPEND_RULE_CONFIRMATION' => 'Ви впевнені, що хочете заблокувати правило #%s?',
|
'SUSPEND_RULE_CONFIRMATION' => 'Ви впевнені, що хочете заблокувати правило #%s?',
|
||||||
'UNSUSPEND_RULE_CONFIRMATION' => 'Ви впевнені, що хочете розблокувати правило #%s?',
|
'UNSUSPEND_RULE_CONFIRMATION' => 'Ви впевнені, що хочете розблокувати правило #%s?',
|
||||||
'LEAVE_PAGE_CONFIRMATION' => 'Покинути сторінку?',
|
'LEAVE_PAGE_CONFIRMATION' => 'Leave Page?',
|
||||||
'RESTART_CONFIRMATION' => 'Ви впевнені, що хочете перезапустити %s?',
|
'RESTART_CONFIRMATION' => 'Ви впевнені, що хочете перезапустити %s?',
|
||||||
'Welcome' => 'Ласкаво просимо',
|
'Welcome' => 'Ласкаво просимо',
|
||||||
'LOGGED_IN_AS' => 'Ви увійшли як користувач %s',
|
'LOGGED_IN_AS' => 'Ви увійшли як користувач %s',
|
||||||
|
@ -486,120 +486,162 @@ $LANG['ua'] = array(
|
||||||
'Nov' => 'Лист',
|
'Nov' => 'Лист',
|
||||||
'Dec' => 'Груд',
|
'Dec' => 'Груд',
|
||||||
|
|
||||||
'Configuring Server' => 'Налаштування серверу',
|
'Configuring Server' => 'Налаштування Серверу',
|
||||||
'Hostname' => 'Ім\'я хоста',
|
'Hostname' => 'Ім\'я хоста',
|
||||||
'Time Zone' => 'Часовий Пояс',
|
'Time Zone' => 'Часовий Пояс',
|
||||||
'Default Language' => 'Мова за замовчуванням',
|
'Default Language' => 'Мова за замовчуванням',
|
||||||
'FileSystem Disk Quota' => 'Дискова квота файлової системи',
|
'FileSystem Disk Quota' => 'FileSystem Disk Quota',
|
||||||
'Vesta Control Panel Plugins' => 'Плагіни Vesta Control Panel',
|
'Vesta Control Panel Plugins' => 'Плагіни Vesta Control Panel',
|
||||||
'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',
|
'show: CPU / MEM / NET / DISK' => 'show: CPU / MEM / NET / DISK',
|
||||||
|
|
||||||
'sort by' => 'сортуваня',
|
'sort by' => 'sort by',
|
||||||
'Date' => 'Дата',
|
'Date' => 'Date',
|
||||||
'Starred' => 'Обране',
|
'Starred' => 'Starred',
|
||||||
'Name' => 'Ім\'я',
|
'Name' => 'Name',
|
||||||
|
|
||||||
'File Manager' => 'Файловий менеджер',
|
'File Manager' => 'File Manager',
|
||||||
'type' => 'тип',
|
'type' => 'type',
|
||||||
'size' => 'розмір',
|
'size' => 'size',
|
||||||
'date' => 'дата',
|
'date' => 'date',
|
||||||
'name' => 'ім\'я',
|
'name' => 'name',
|
||||||
'Initializing' => 'Ініціалізація',
|
'Initializing' => 'Initializing',
|
||||||
'UPLOAD' => 'ВИВАНТАЖИТИ',
|
'UPLOAD' => 'UPLOAD',
|
||||||
'NEW FILE' => 'НОВИЙ ФАЙЛ',
|
'NEW FILE' => 'NEW FILE',
|
||||||
'NEW DIR' => 'НОВА ТЕКА',
|
'NEW DIR' => 'NEW DIR',
|
||||||
'DELETE' => 'ВИДАЛИТИ',
|
'DELETE' => 'DELETE',
|
||||||
'RENAME' => 'ПЕРЕЙМЕНУВАТИ',
|
'RENAME' => 'RENAME',
|
||||||
'COPY' => 'КОПІЮВАТИ',
|
'RIGHTS' => 'RIGHTS',
|
||||||
'ARCHIVE' => 'АРХІВУВАТИ',
|
'COPY' => 'COPY',
|
||||||
'EXTRACT' => 'РОЗПАКУВАТИ',
|
'ARCHIVE' => 'ARCHIVE',
|
||||||
'DOWNLOAD' => 'ЗАВАНТАЖИТИ',
|
'EXTRACT' => 'EXTRACT',
|
||||||
'Hit' => 'Натиснути',
|
'DOWNLOAD' => 'DOWNLOAD',
|
||||||
'to reload the page' => 'щоб перезавантажити сторінку',
|
'Hit' => 'Hit',
|
||||||
'Directory name cannot be empty' => 'Ім\'я теки не може бути порожнім ',
|
'to reload the page' => 'to reload the page',
|
||||||
'File name cannot be empty' => 'Ім\'я файлу не може бути порожнім',
|
'Directory name cannot be empty' => 'Directory name cannot be empty',
|
||||||
'No file selected' => 'Файл не обрано',
|
'File name cannot be empty' => 'File name cannot be empty',
|
||||||
'No file or folder selected' => 'Файл чи теку не обрано',
|
'No file selected' => 'No file selected',
|
||||||
'File type not supported' => 'Тип файлу не підтримується',
|
'No file or folder selected' => 'No file or folder selected',
|
||||||
'Directory download not available in current version' => 'Завантаження тек не доступне в поточній версії',
|
'File type not supported' => 'File type not supported',
|
||||||
'Directory not available' => 'Тека не доступна',
|
'Directory download not available in current version' => 'Directory download not available in current version',
|
||||||
'Done' => 'Виконано',
|
'Directory not available' => 'Directory not available',
|
||||||
'Close' => 'Закрити',
|
'Done' => 'Done',
|
||||||
'Copy' => 'Копіювати',
|
'Close' => 'Close',
|
||||||
'Cancel' => 'Відмінити',
|
'Copy' => 'Copy',
|
||||||
'Rename' => 'Перейменувати',
|
'Cancel' => 'Cancel',
|
||||||
'Delete' => 'Видалити',
|
'Rename' => 'Rename',
|
||||||
'Extract' => 'Розпакувати',
|
'Change Rights' => 'Change Rights',
|
||||||
'Create' => 'Створити',
|
'Delete' => 'Delete',
|
||||||
'Compress' => 'Стиснути',
|
'Extract' => 'Extract',
|
||||||
|
'Create' => 'Create',
|
||||||
|
'Compress' => 'Compress',
|
||||||
'OK' => 'OK',
|
'OK' => 'OK',
|
||||||
'Are you sure you want to copy' => 'Ви впевнені, що хочете скопіювати',
|
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||||
'Are you sure you want to delete' => 'Ви впевнені, що хочете видалити',
|
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||||
'into' => 'до',
|
'into' => 'into',
|
||||||
'existing files will be replaced' => 'існуючі файли будуть перезаписані',
|
'existing files will be replaced' => 'existing files will be replaced',
|
||||||
'Original name' => 'Справжнє ім\'я',
|
'Original name' => 'Original name',
|
||||||
'File' => 'Файл',
|
'File' => 'File',
|
||||||
'already exists' => 'вже існує',
|
'already exists' => 'already exists',
|
||||||
'Create file' => 'Створити файл',
|
'Create file' => 'Create file',
|
||||||
'Create directory' => 'Створити теку',
|
'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' => 'Add New object',
|
||||||
'Save Form' => 'Зберегти форму',
|
'Save Form' => 'Save Form',
|
||||||
'Cancel saving form' => 'Відмінити збереження форми',
|
'Cancel saving form' => 'Cancel saving form',
|
||||||
'Go to USER list' => 'Перейти до USER',
|
'Go to USER list' => 'Go to USER list',
|
||||||
'Go to WEB list' => 'Перейти до WEB',
|
'Go to WEB list' => 'Go to WEB list',
|
||||||
'Go to DNS list' => 'Перейти до DNS',
|
'Go to DNS list' => 'Go to DNS list',
|
||||||
'Go to MAIL list' => 'Перейти до MAIL',
|
'Go to MAIL list' => 'Go to MAIL list',
|
||||||
'Go to DB list' => 'Перейти до DB',
|
'Go to DB list' => 'Go to DB list',
|
||||||
'Go to CRON list' => 'Перейти до CRON',
|
'Go to CRON list' => 'Go to CRON list',
|
||||||
'Go to BACKUP list' => 'Перейти до BACKUP',
|
'Go to BACKUP list' => 'Go to BACKUP list',
|
||||||
'Focus on search' => 'Фокус на пошуку',
|
'Focus on search' => 'Focus on search',
|
||||||
'Display/Close shortcuts' => 'Показати/Приховати скорочення',
|
'Display/Close shortcuts' => 'Display/Close shortcuts',
|
||||||
'Move backward through top menu' => 'Фокус на попередній пункт меню',
|
'Move backward through top menu' => 'Move backward through top menu',
|
||||||
'Move forward through top menu' => 'Фокус на наступний пункт меню',
|
'Move forward through top menu' => 'Move forward through top menu',
|
||||||
'Enter focused element' => 'Перейти до активного пункту меню',
|
'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' => 'Upload',
|
||||||
'New File' => 'Новий файл',
|
'New File' => 'New File',
|
||||||
'New Folder' => 'Нова тека',
|
'New Folder' => 'New Folder',
|
||||||
'Download' => 'Завантажити',
|
'Download' => 'Download',
|
||||||
'Rename' => 'Перейменувати',
|
'Rename' => 'Rename',
|
||||||
'Copy' => 'Копіювати',
|
'Copy' => 'Copy',
|
||||||
'Archive' => 'Архівувати',
|
'Archive' => 'Archive',
|
||||||
'Delete' => 'Видалити',
|
'Delete' => 'Delete',
|
||||||
'Save File (in text editor)' => 'Зберегти файл (у текстовому редакторі)',
|
'Save File (in text editor)' => 'Save File (in text editor)',
|
||||||
'Close Popup / Cancel' => 'Приховати підказки / Відмінити',
|
'Close Popup / Cancel' => 'Close Popup / Cancel',
|
||||||
'Move Cursor Up' => 'Перемістити курсор догори',
|
'Move Cursor Up' => 'Move Cursor Up',
|
||||||
'Move Cursor Dow' => 'Перемістити курсор донизу',
|
'Move Cursor Dow' => 'Move Cursor Dow',
|
||||||
'Switch to Left Tab' => 'Перейти до лівої панелі',
|
'Switch to Left Tab' => 'Switch to Left Tab',
|
||||||
'Switch to Right Tab' => 'Перейти до правої панелі',
|
'Switch to Right Tab' => 'Switch to Right Tab',
|
||||||
'Switch Tab' => 'Перехід до панелі',
|
'Switch Tab' => 'Switch Tab',
|
||||||
'Go to the Top of File List' => 'Перейти до початку списку файлів',
|
'Go to the Top of File List' => 'Go to the Top of File List',
|
||||||
'Go to the Last File' => 'Перейти до останнього файлу',
|
'Go to the Last File' => 'Go to the Last File',
|
||||||
'Open File/Enter Directory' => 'Відкрити файл/Перейти до теки',
|
'Open File/Enter Directory' => 'Open File/Enter Directory',
|
||||||
'Go to Parent Directory' => 'Перейти до батьківської теки',
|
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||||
'Select Current File' => 'Обрати поточний файл',
|
'Select Current File' => 'Select Current File',
|
||||||
'Select Bunch of Files' => 'Обрати групу файлів',
|
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||||
'Append File to the Current Selection' => 'Додати файл до поточного вибору',
|
'Append File to the Current Selection' => 'Append File to the Current Selection',
|
||||||
'Select All Files' => 'Обрати всі файл',
|
'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' =>
|
||||||
'скорочення запозичені у чудового GNU файлового менеджера <a href="https://www.midnight-commander.org/">Midnight Commander</a>',
|
'shortcuts are inspired by magnificent GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager',
|
||||||
|
|
||||||
'Licence Key' => 'Ліцензійний ключ',
|
'Licence Key' => 'Licence Key',
|
||||||
'Enter License Key' => 'Ввести ліцензійний ключ',
|
'Enter License Key' => 'Enter License Key',
|
||||||
'Buy Licence' => 'Прибдати ліцензію',
|
'Buy Licence' => 'Buy Licence',
|
||||||
'Buy Lifetime License' => 'Придбати вічну ліцензію',
|
'Buy Lifetime License' => 'Buy Lifetime License',
|
||||||
'Disable and Cancel Licence' => 'Відключити і відмінити ліцензію',
|
'Disable and Cancel Licence' => 'Disable and Cancel Licence',
|
||||||
'Licence Activated' => 'Ліцензію активовано',
|
'Licence Activated' => 'Licence Activated',
|
||||||
'Licence Deactivated' => 'Ліцензію декативовано',
|
'Licence Deactivated' => 'Licence Deactivated',
|
||||||
'Restrict users so that they cannot use SSH and access only their home directory.' => 'Обмежити користувачів так, що вони не можуть використовувати SSH і матимуть доступ тільки до домашньої директорії.',
|
'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.' => '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.',
|
||||||
|
|
||||||
|
'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'
|
||||||
|
|
||||||
);
|
);
|
|
@ -510,6 +510,7 @@ $LANG['vi'] = array(
|
||||||
'NEW DIR' => 'Thêm thư mục mới',
|
'NEW DIR' => 'Thêm thư mục mới',
|
||||||
'DELETE' => 'Xóa',
|
'DELETE' => 'Xóa',
|
||||||
'RENAME' => 'Đổi tên',
|
'RENAME' => 'Đổi tên',
|
||||||
|
'RIGHTS' => 'RIGHTS',
|
||||||
'COPY' => 'Sao chép',
|
'COPY' => 'Sao chép',
|
||||||
'ARCHIVE' => 'Nén',
|
'ARCHIVE' => 'Nén',
|
||||||
'EXTRACT' => 'Giải nén',
|
'EXTRACT' => 'Giải nén',
|
||||||
|
@ -528,6 +529,7 @@ $LANG['vi'] = array(
|
||||||
'Copy' => 'Sao chép',
|
'Copy' => 'Sao chép',
|
||||||
'Cancel' => 'Hủy',
|
'Cancel' => 'Hủy',
|
||||||
'Rename' => 'Đổi tên',
|
'Rename' => 'Đổi tên',
|
||||||
|
'Change Rights' => 'Change Rights',
|
||||||
'Delete' => 'Xóa',
|
'Delete' => 'Xóa',
|
||||||
'Extract' => 'Giải nén',
|
'Extract' => 'Giải nén',
|
||||||
'Create' => 'Tạo mới',
|
'Create' => 'Tạo mới',
|
||||||
|
@ -542,6 +544,15 @@ $LANG['vi'] = array(
|
||||||
'already exists' => 'đã tồn tại',
|
'already exists' => 'đã tồn tại',
|
||||||
'Create file' => 'Tạo tệp',
|
'Create file' => 'Tạo tệp',
|
||||||
'Create directory' => 'Tạo thư mục',
|
'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',
|
||||||
|
|
||||||
'Add New object' => 'Thêm đối tượng mới',
|
'Add New object' => 'Thêm đối tượng mới',
|
||||||
'Save Form' => 'Lưu form',
|
'Save Form' => 'Lưu form',
|
||||||
|
@ -558,6 +569,8 @@ $LANG['vi'] = array(
|
||||||
'Move backward through top menu' => 'Di chuyển ngược trên Top Menu',
|
'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',
|
'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',
|
'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',
|
||||||
|
|
||||||
'Upload' => 'Tải lên',
|
'Upload' => 'Tải lên',
|
||||||
'New File' => 'Tạo tệp',
|
'New File' => 'Tạo tệp',
|
||||||
|
@ -593,6 +606,35 @@ $LANG['vi'] = array(
|
||||||
'Licence Deactivated' => 'Bản quyền đã bị hủy kích hoạt',
|
'Licence Deactivated' => 'Bản quyền đã bị hủy kích hoạt',
|
||||||
'Restrict users so that they cannot use SSH and access only their home directory.' => 'Hạn chế người dùng không thể dùng SSH và chỉ có thể truy cập thư mục home của họ.',
|
'Restrict users so that they cannot use SSH and access only their home directory.' => 'Hạn chế người dùng không thể dùng SSH và chỉ có thể truy cập thư mục home của họ.',
|
||||||
'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.',
|
'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ó.'
|
'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' => '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'
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue