mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
cron helper language update
This commit is contained in:
parent
7b93d36712
commit
dfb4ca421a
26 changed files with 2087 additions and 1026 deletions
|
@ -513,6 +513,7 @@ $LANG['pl'] = array(
|
|||
'NEW DIR' => 'NOWY FOLDER',
|
||||
'DELETE' => 'USUŃ',
|
||||
'RENAME' => 'ZMIEŃ NAZWĘ',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'COPY' => 'KOPIUJ',
|
||||
'ARCHIVE' => 'ARCHIWIZUJ',
|
||||
'EXTRACT' => 'ROZPAKUJ',
|
||||
|
@ -545,6 +546,15 @@ $LANG['pl'] = array(
|
|||
'already exists' => 'już istnieje',
|
||||
'Create file' => 'Stwórz plik',
|
||||
'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',
|
||||
'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 forward through top menu' => 'Przejdź do przodu przez menu górne',
|
||||
'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',
|
||||
'New File' => 'Nowy plik',
|
||||
|
@ -597,6 +609,35 @@ $LANG['pl'] = array(
|
|||
'Licence Deactivated' => 'Licence Deactivated',
|
||||
'Restrict users so that they cannot use SSH and access only their home directory.' => 'Restrict users so that they cannot use SSH and access only their home directory.',
|
||||
'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.',
|
||||
'This is a commercial module, you would need to purchace license key to enable it.' => 'This is a commercial module, you would need to purchace license key to enable it.'
|
||||
'This is a commercial module, you would need to purchace license key to enable it.' => 'This is a commercial module, you would need to purchace license key to enable it.',
|
||||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Daily',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
'every even month' => 'every even month',
|
||||
'every day' => 'every day',
|
||||
'every odd day' => 'every odd day',
|
||||
'every even day' => 'every even day',
|
||||
'weekdays (5 days)' => 'weekdays (5 days)',
|
||||
'weekend (2 days)' => 'weekend (2 days)',
|
||||
'Monday' => 'Monday',
|
||||
'Tuesday' => 'Tuesday',
|
||||
'Wednesday' => 'Wednesday',
|
||||
'Thursday' => 'Thursday',
|
||||
'Friday' => 'Friday',
|
||||
'Saturday' => 'Saturday',
|
||||
'Sunday' => 'Sunday',
|
||||
'every hour' => 'every hour',
|
||||
'every two hours' => 'every two hours',
|
||||
'every minute' => 'every minute',
|
||||
'every two minutes' => 'every two minutes',
|
||||
'every' => 'every',
|
||||
'Hour' => 'Hour',
|
||||
'Minute' => 'Minute'
|
||||
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue