cron helper language update

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

View file

@ -514,6 +514,7 @@ $LANG['tr'] = array(
'NEW DIR' => 'YENİ KLASÖR',
'DELETE' => 'SİL',
'RENAME' => 'YENİDEN ADLANDIR',
'RIGHTS' => 'RIGHTS',
'COPY' => 'KOPYALA',
'ARCHIVE' => 'ARŞİVLE',
'EXTRACT' => 'ÇIKART',
@ -532,6 +533,7 @@ $LANG['tr'] = array(
'Copy' => 'Kopyala',
'Cancel' => 'Vazgeç',
'Rename' => 'Yeniden Adlandır',
'Change Rights' => 'Change Rights',
'Delete' => 'Sil',
'Extract' => ıkart',
'Create' => 'Oluştur',
@ -546,6 +548,15 @@ $LANG['tr'] = array(
'already exists' => 'zaten var',
'Create file' => 'Dosya 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',
'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 forward through top menu' => 'Üst menüden arasında ileriye doğru git',
'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',
'New File' => 'Yeni Dosya',
@ -598,6 +611,35 @@ $LANG['tr'] = 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'
);