mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
FileManager move function + small bugfixes
This commit is contained in:
parent
7b924c0227
commit
4adbef4517
38 changed files with 563 additions and 566 deletions
|
@ -591,6 +591,7 @@ $LANG['ar'] = array(
|
|||
'NEW DIR' => 'مجلد جديد',
|
||||
'DELETE' => 'حذف',
|
||||
'RENAME' => 'إعادة تسمية',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'الحقوق',
|
||||
'COPY' => 'نسخ',
|
||||
'ARCHIVE' => 'ضغط',
|
||||
|
@ -611,6 +612,7 @@ $LANG['ar'] = array(
|
|||
'Copy' => 'نسخ',
|
||||
'Cancel' => 'إلغاء',
|
||||
'Rename' => 'إعادة تسمية',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'تغيير الحقوق',
|
||||
'Delete' => 'حذف',
|
||||
'Extract' => 'فك ضغط',
|
||||
|
@ -621,7 +623,9 @@ $LANG['ar'] = array(
|
|||
'YOU ARE REMOVING' => 'تقوم بالحذف',
|
||||
'Delete items' => 'حذف العناصر',
|
||||
'Copy files' => 'نسخ الملفات',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'هل أنت متأكد أنك تريد نسخ',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'هل انت متأكد أنك تريد حذف',
|
||||
'into' => 'إلى',
|
||||
'existing files will be replaced' => 'الملفات الموجودة مسبقاً سوف تستبدل',
|
||||
|
@ -674,6 +678,7 @@ $LANG['ar'] = array(
|
|||
'Go to the Top of the File List' => 'إذهب إلى أعلى قائمة الملفات',
|
||||
'Go to the Last File' => 'إذهب إلى آخر ملف',
|
||||
'Open File / Enter Directory' => 'فتح ملف / مجلد',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'الذهاب للمجلد الأب',
|
||||
'Select Current File' => 'حدد الملف الحالي',
|
||||
'Select Bunch of Files' => 'حدد مجموعة ملفات',
|
||||
|
|
|
@ -591,6 +591,7 @@ $LANG['bs'] = array(
|
|||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
|
@ -611,6 +612,7 @@ $LANG['bs'] = array(
|
|||
'Copy' => 'Kopirati',
|
||||
'Cancel' => 'Odustati',
|
||||
'Rename' => 'Izmijeniti',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Izbrisati',
|
||||
'Extract' => 'Ekstraktovati',
|
||||
|
@ -621,7 +623,9 @@ $LANG['bs'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -674,6 +678,7 @@ $LANG['bs'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -591,6 +591,7 @@ $LANG['cn'] = array(
|
|||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
|
@ -611,6 +612,7 @@ $LANG['cn'] = array(
|
|||
'Copy' => 'Copy',
|
||||
'Cancel' => 'Cancel',
|
||||
'Rename' => 'Rename',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Delete',
|
||||
'Extract' => 'Extract',
|
||||
|
@ -621,7 +623,9 @@ $LANG['cn'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -674,6 +678,7 @@ $LANG['cn'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -592,6 +592,7 @@ $LANG['cz'] = array(
|
|||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
|
@ -612,6 +613,7 @@ $LANG['cz'] = array(
|
|||
'Copy' => 'Copy',
|
||||
'Cancel' => 'Cancel',
|
||||
'Rename' => 'Rename',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Delete',
|
||||
'Extract' => 'Extract',
|
||||
|
@ -622,7 +624,9 @@ $LANG['cz'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -675,6 +679,7 @@ $LANG['cz'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -593,6 +593,7 @@ $LANG['da'] = array(
|
|||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
|
@ -613,6 +614,7 @@ $LANG['da'] = array(
|
|||
'Copy' => 'Copy',
|
||||
'Cancel' => 'Cancel',
|
||||
'Rename' => 'Rename',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Delete',
|
||||
'Extract' => 'Extract',
|
||||
|
@ -623,7 +625,9 @@ $LANG['da'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -676,6 +680,7 @@ $LANG['da'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -591,6 +591,7 @@ $LANG['de'] = array(
|
|||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
|
@ -611,6 +612,7 @@ $LANG['de'] = array(
|
|||
'Copy' => 'Copy',
|
||||
'Cancel' => 'Cancel',
|
||||
'Rename' => 'Rename',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Delete',
|
||||
'Extract' => 'Extract',
|
||||
|
@ -621,7 +623,9 @@ $LANG['de'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -674,6 +678,7 @@ $LANG['de'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -592,6 +592,7 @@ $LANG['el'] = array(
|
|||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
|
@ -612,6 +613,7 @@ $LANG['el'] = array(
|
|||
'Copy' => 'Copy',
|
||||
'Cancel' => 'Cancel',
|
||||
'Rename' => 'Rename',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Delete',
|
||||
'Extract' => 'Extract',
|
||||
|
@ -622,7 +624,9 @@ $LANG['el'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -675,6 +679,7 @@ $LANG['el'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -591,6 +591,7 @@ $LANG['en'] = array(
|
|||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
|
@ -611,6 +612,7 @@ $LANG['en'] = array(
|
|||
'Copy' => 'Copy',
|
||||
'Cancel' => 'Cancel',
|
||||
'Rename' => 'Rename',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Delete',
|
||||
'Extract' => 'Extract',
|
||||
|
@ -621,7 +623,9 @@ $LANG['en'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -674,6 +678,7 @@ $LANG['en'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -591,6 +591,7 @@ $LANG['es'] = array(
|
|||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
|
@ -611,6 +612,7 @@ $LANG['es'] = array(
|
|||
'Copy' => 'Copy',
|
||||
'Cancel' => 'Cancel',
|
||||
'Rename' => 'Rename',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Delete',
|
||||
'Extract' => 'Extract',
|
||||
|
@ -621,7 +623,9 @@ $LANG['es'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -674,6 +678,7 @@ $LANG['es'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -593,6 +593,7 @@ $LANG['fa'] = array(
|
|||
'NEW DIR' => 'پوشه تازه',
|
||||
'DELETE' => 'حذف',
|
||||
'RENAME' => 'تغییر نام',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'رونوشت',
|
||||
'ARCHIVE' => 'بايگاني',
|
||||
|
@ -613,6 +614,7 @@ $LANG['fa'] = array(
|
|||
'Copy' => 'كپي',
|
||||
'Cancel' => 'لغو',
|
||||
'Rename' => 'تغيير نام',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'حذف',
|
||||
'Extract' => 'بیرون کشیدن',
|
||||
|
@ -623,7 +625,9 @@ $LANG['fa'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'آيا از كپي كردن اطمينان داريد؟',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'آيا از حذف اطمينان داريد؟',
|
||||
'into' => 'به',
|
||||
'existing files will be replaced' => 'پرونده های موجود جایگزین خواهد شد',
|
||||
|
@ -676,6 +680,7 @@ $LANG['fa'] = array(
|
|||
'Go to the Top of the File List' => 'رفتن به ابتداي فهرست پرونده ها',
|
||||
'Go to the Last File' => 'رفتن به آخرين پرونده',
|
||||
'Open File / Enter Directory' => 'بازگردن پرونده/ورود به پوشه',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'رفتن به پوشه بالايي',
|
||||
'Select Current File' => 'انتخاب فايل جاري',
|
||||
'Select Bunch of Files' => 'انتخاب دسته اي پرونده ها',
|
||||
|
|
|
@ -592,6 +592,7 @@ $LANG['fi'] = array(
|
|||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
|
@ -612,6 +613,7 @@ $LANG['fi'] = array(
|
|||
'Copy' => 'Copy',
|
||||
'Cancel' => 'Cancel',
|
||||
'Rename' => 'Rename',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Delete',
|
||||
'Extract' => 'Extract',
|
||||
|
@ -622,7 +624,9 @@ $LANG['fi'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -675,6 +679,7 @@ $LANG['fi'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -591,6 +591,7 @@ $LANG['fr'] = array(
|
|||
'NEW DIR' => 'RÉP.',
|
||||
'DELETE' => 'SUPPR',
|
||||
'RENAME' => 'RENOMMER',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPIER',
|
||||
'ARCHIVE' => 'ARCHIVER',
|
||||
|
@ -611,6 +612,7 @@ $LANG['fr'] = array(
|
|||
'Copy' => 'Copier',
|
||||
'Cancel' => 'Annuler',
|
||||
'Rename' => 'Renommer',
|
||||
'MOVE' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Supprimer',
|
||||
'Extract' => 'Extraire',
|
||||
|
@ -621,7 +623,9 @@ $LANG['fr'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -674,6 +678,7 @@ $LANG['fr'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -595,6 +595,7 @@ $LANG['hu'] = array(
|
|||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
|
@ -615,6 +616,7 @@ $LANG['hu'] = array(
|
|||
'Copy' => 'Copy',
|
||||
'Cancel' => 'Cancel',
|
||||
'Rename' => 'Rename',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Delete',
|
||||
'Extract' => 'Extract',
|
||||
|
@ -625,7 +627,9 @@ $LANG['hu'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -678,6 +682,7 @@ $LANG['hu'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -594,6 +594,7 @@ $LANG['id'] = array(
|
|||
'NEW DIR' => 'DIREKTORI BARU',
|
||||
'DELETE' => 'HAPUS',
|
||||
'RENAME' => 'GANTI',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'SALIN',
|
||||
'ARCHIVE' => 'ARSIP',
|
||||
|
@ -614,6 +615,7 @@ $LANG['id'] = array(
|
|||
'Copy' => 'Salin',
|
||||
'Cancel' => 'Batal',
|
||||
'Rename' => 'Ganti nama',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Hapus',
|
||||
'Extract' => 'Ekstrak',
|
||||
|
@ -624,7 +626,9 @@ $LANG['id'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Yakin mau disalin',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Yakin mau dihapus',
|
||||
'into' => 'ke',
|
||||
'existing files will be replaced' => 'file yg sudah ada akan diganti',
|
||||
|
@ -677,6 +681,7 @@ $LANG['id'] = array(
|
|||
'Go to the Top of the File List' => 'Pindah Ke atas dari Daftar File',
|
||||
'Go to the Last File' => 'Pindah File terakhir',
|
||||
'Open File / Enter Directory' => 'Buka File/Masuk ke Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Ke Parent Directory',
|
||||
'Select Current File' => 'Pilih File ini',
|
||||
'Select Bunch of Files' => 'Pilih Bunch of Files',
|
||||
|
|
|
@ -592,6 +592,7 @@ $LANG['it'] = array(
|
|||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
|
@ -612,6 +613,7 @@ $LANG['it'] = array(
|
|||
'Copy' => 'Copy',
|
||||
'Cancel' => 'Cancel',
|
||||
'Rename' => 'Rename',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Delete',
|
||||
'Extract' => 'Extract',
|
||||
|
@ -622,7 +624,9 @@ $LANG['it'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -675,6 +679,7 @@ $LANG['it'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -591,6 +591,7 @@ $LANG['ja'] = array(
|
|||
'NEW DIR' => 'ディレクトリの作成',
|
||||
'DELETE' => '削除',
|
||||
'RENAME' => '名前の変更',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => '権限',
|
||||
'COPY' => 'コピー',
|
||||
'ARCHIVE' => 'アーカイブ',
|
||||
|
@ -611,6 +612,7 @@ $LANG['ja'] = array(
|
|||
'Copy' => 'コピー',
|
||||
'Cancel' => 'キャンセル',
|
||||
'Rename' => '名前の変更',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => '権限の変更',
|
||||
'Delete' => '削除',
|
||||
'Extract' => '展開',
|
||||
|
@ -621,7 +623,9 @@ $LANG['ja'] = array(
|
|||
'YOU ARE REMOVING' => '削除中',
|
||||
'Delete items' => '項目の削除',
|
||||
'Copy files' => 'ファイルのコピー',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => '次のファイルをコピーしてもよろしいですか',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => '次のファイルを削除してもよろしいですか',
|
||||
'into' => 'から',
|
||||
'existing files will be replaced' => '既存のファイルは置き換えられます',
|
||||
|
@ -674,6 +678,7 @@ $LANG['ja'] = array(
|
|||
'Go to the Top of the File List' => 'ファイルリストの先頭に移動する',
|
||||
'Go to the Last File' => '最後のファイルに移動する',
|
||||
'Open File / Enter Directory' => 'ファイルを開く / ディレクトリに入る',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => '親ディレクトリに移動する',
|
||||
'Select Current File' => 'ファイルを選択する',
|
||||
'Select Bunch of Files' => 'ファイルを範囲選択する',
|
||||
|
|
|
@ -592,6 +592,7 @@ $LANG['nl'] = array(
|
|||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
|
@ -612,6 +613,7 @@ $LANG['nl'] = array(
|
|||
'Copy' => 'Copy',
|
||||
'Cancel' => 'Cancel',
|
||||
'Rename' => 'Rename',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Delete',
|
||||
'Extract' => 'Extract',
|
||||
|
@ -622,7 +624,9 @@ $LANG['nl'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -675,6 +679,7 @@ $LANG['nl'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -592,6 +592,7 @@ $LANG['no'] = array(
|
|||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
|
@ -612,6 +613,7 @@ $LANG['no'] = array(
|
|||
'Copy' => 'Copy',
|
||||
'Cancel' => 'Cancel',
|
||||
'Rename' => 'Rename',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Delete',
|
||||
'Extract' => 'Extract',
|
||||
|
@ -622,7 +624,9 @@ $LANG['no'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -675,6 +679,7 @@ $LANG['no'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -591,6 +591,7 @@ $LANG['pl'] = array(
|
|||
'NEW DIR' => 'NOWY FOLDER',
|
||||
'DELETE' => 'USUŃ',
|
||||
'RENAME' => 'ZMIEŃ NAZWĘ',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'KOPIUJ',
|
||||
'ARCHIVE' => 'ARCHIWIZUJ',
|
||||
|
@ -611,6 +612,7 @@ $LANG['pl'] = array(
|
|||
'Copy' => 'Kopiuj',
|
||||
'Cancel' => 'Anuluj',
|
||||
'Rename' => 'Zmień nazwę',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Usuń',
|
||||
'Extract' => 'Rozpakuj',
|
||||
|
@ -621,7 +623,9 @@ $LANG['pl'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Czy jesteś pewny, że chcesz skopiować?',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Czy jesteś pewny, że chcesz usunąć?',
|
||||
'into' => 'do',
|
||||
'existing files will be replaced' => 'istniejące pliki zostaną zastąpione',
|
||||
|
@ -674,6 +678,7 @@ $LANG['pl'] = array(
|
|||
'Go to the Top of the File List' => 'Przejdź na górę listy plików',
|
||||
'Go to the Last File' => 'Przejdź do ostatniego pliku',
|
||||
'Open File / Enter Directory' => 'Otwórz plik/folder',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Przejdź do katalogu nadrzędnego',
|
||||
'Select Current File' => 'Wybierz aktywny plik',
|
||||
'Select Bunch of Files' => 'Wybierz kilka plików',
|
||||
|
|
|
@ -591,6 +591,7 @@ $LANG['pt-BR'] = array(
|
|||
'NEW DIR' => 'NOVO DIR',
|
||||
'DELETE' => 'DELETAR',
|
||||
'RENAME' => 'RENOMEAR',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPIAR',
|
||||
'ARCHIVE' => 'ARQUIVAR',
|
||||
|
@ -611,6 +612,7 @@ $LANG['pt-BR'] = array(
|
|||
'Copy' => 'Copiar',
|
||||
'Cancel' => 'Cancelar',
|
||||
'Rename' => 'Renomear',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Deletar',
|
||||
'Extract' => 'Extrair',
|
||||
|
@ -621,7 +623,9 @@ $LANG['pt-BR'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Tem certeza que deseja copiar',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Tem certeza que deseja deletar',
|
||||
'into' => 'dentro',
|
||||
'existing files will be replaced' => 'arquivos existentes serão substituídos',
|
||||
|
@ -674,6 +678,7 @@ $LANG['pt-BR'] = array(
|
|||
'Go to the Top of the File List' => 'Ir para o Início da Lista de Arquivo',
|
||||
'Go to the Last File' => 'Ir para o último Arquivo',
|
||||
'Open File / Enter Directory' => 'Abrir Arquivo/Digitar Diretório',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Ir para o diretório principal',
|
||||
'Select Current File' => 'Selecionar o Arquivo Atual',
|
||||
'Select Bunch of Files' => 'Selecionar Vários Arquivos',
|
||||
|
|
|
@ -591,6 +591,7 @@ $LANG['pt'] = array(
|
|||
'NEW DIR' => 'NOVO DIR',
|
||||
'DELETE' => 'DELETAR',
|
||||
'RENAME' => 'RENOMEAR',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPIAR',
|
||||
'ARCHIVE' => 'ARQUIVAR',
|
||||
|
@ -611,6 +612,7 @@ $LANG['pt'] = array(
|
|||
'Copy' => 'Copiar',
|
||||
'Cancel' => 'Cancelar',
|
||||
'Rename' => 'Renomear',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Deletar',
|
||||
'Extract' => 'Extrair',
|
||||
|
@ -621,7 +623,9 @@ $LANG['pt'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Tem certeza que deseja copiar',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Tem certeza que deseja deletar',
|
||||
'into' => 'dentro',
|
||||
'existing files will be replaced' => 'arquivos existentes serão substituídos',
|
||||
|
@ -674,6 +678,7 @@ $LANG['pt'] = array(
|
|||
'Go to the Top of the File List' => 'Ir para o Início da Lista de Arquivo',
|
||||
'Go to the Last File' => 'Ir para o último Arquivo',
|
||||
'Open File / Enter Directory' => 'Abrir Arquivo/Digitar Diretório',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Ir para o diretório principal',
|
||||
'Select Current File' => 'Selecionar o Arquivo Atual',
|
||||
'Select Bunch of Files' => 'Selecionar Vários Arquivos',
|
||||
|
|
|
@ -592,6 +592,7 @@ $LANG['ro'] = array(
|
|||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
|
@ -612,6 +613,7 @@ $LANG['ro'] = array(
|
|||
'Copy' => 'Copy',
|
||||
'Cancel' => 'Cancel',
|
||||
'Rename' => 'Rename',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Delete',
|
||||
'Extract' => 'Extract',
|
||||
|
@ -622,7 +624,9 @@ $LANG['ro'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -675,6 +679,7 @@ $LANG['ro'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -592,6 +592,7 @@ $LANG['ru'] = array(
|
|||
'NEW DIR' => 'ПАПКА',
|
||||
'DELETE' => 'УДАЛИТЬ',
|
||||
'RENAME' => 'ПЕРЕИМЕНОВАТЬ',
|
||||
'MOVE' => 'ПЕРЕМЕСТИТЬ',
|
||||
'RIGHTS' => 'ПРАВА',
|
||||
'COPY' => 'КОПИЯ',
|
||||
'ARCHIVE' => 'АРХИВ',
|
||||
|
@ -612,6 +613,7 @@ $LANG['ru'] = array(
|
|||
'Copy' => 'Скопировать',
|
||||
'Cancel' => 'Отмена',
|
||||
'Rename' => 'Переименовать',
|
||||
'Move' => 'Пемеместить',
|
||||
'Change Rights' => 'Сменить права',
|
||||
'Delete' => 'Удалить',
|
||||
'Extract' => 'Распаковать',
|
||||
|
@ -622,7 +624,9 @@ $LANG['ru'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Переместить файлы',
|
||||
'Are you sure you want to copy' => 'Вы уверены, что хотите скопировать',
|
||||
'Are you sure you want to move' => 'Вы уверены, что хотите переместить',
|
||||
'Are you sure you want to delete' => 'Вы уверены, что хотите удалить',
|
||||
'into' => 'в',
|
||||
'existing files will be replaced' => 'существующие файлы будут перезаписаны',
|
||||
|
@ -675,6 +679,7 @@ $LANG['ru'] = array(
|
|||
'Go to the Top of the File List' => 'Перейти к первому файлу',
|
||||
'Go to the Last File' => 'Перейти к последнему файлу',
|
||||
'Open File / Enter Directory' => 'Открыть Файл/Папку',
|
||||
'Edit File' => 'Редактировать Файл',
|
||||
'Go to Parent Directory' => 'Перейти в родительскую директорию',
|
||||
'Select Current File' => 'Выбрать активный файл',
|
||||
'Select Bunch of Files' => 'Выбрать блок файлов',
|
||||
|
|
|
@ -591,6 +591,7 @@ $LANG['se'] = array(
|
|||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
|
@ -611,6 +612,7 @@ $LANG['se'] = array(
|
|||
'Copy' => 'Copy',
|
||||
'Cancel' => 'Cancel',
|
||||
'Rename' => 'Rename',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Delete',
|
||||
'Extract' => 'Extract',
|
||||
|
@ -621,7 +623,9 @@ $LANG['se'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -674,6 +678,7 @@ $LANG['se'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -592,6 +592,7 @@ $LANG['tr'] = array(
|
|||
'NEW DIR' => 'YENİ KLASÖR',
|
||||
'DELETE' => 'SİL',
|
||||
'RENAME' => 'YENİDEN ADLANDIR',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'KOPYALA',
|
||||
'ARCHIVE' => 'ARŞİVLE',
|
||||
|
@ -612,6 +613,7 @@ $LANG['tr'] = array(
|
|||
'Copy' => 'Kopyala',
|
||||
'Cancel' => 'Vazgeç',
|
||||
'Rename' => 'Yeniden Adlandır',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Sil',
|
||||
'Extract' => 'Çıkart',
|
||||
|
@ -622,7 +624,9 @@ $LANG['tr'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Kopyalamak istediğinizden emin misiniz',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Silmek istediğinizden emin misiniz',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'varolan dosyalar değiştirilir',
|
||||
|
@ -675,6 +679,7 @@ $LANG['tr'] = array(
|
|||
'Go to the Top of the File List' => 'Dosya Listesinin Tepesine git',
|
||||
'Go to the Last File' => 'Son Dosyaya git',
|
||||
'Open File / Enter Directory' => 'Dosya Aç/Dizin Gir',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Üst Dizine Git',
|
||||
'Select Current File' => 'Şuanki Dosyayı Seç',
|
||||
'Select Bunch of Files' => 'Dosya Demetini Seç',
|
||||
|
|
|
@ -594,6 +594,7 @@ $LANG['tw'] = array(
|
|||
'NEW DIR' => '新增資料夾',
|
||||
'DELETE' => '刪除',
|
||||
'RENAME' => '重新命名',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => '權限',
|
||||
'COPY' => '複製',
|
||||
'ARCHIVE' => '壓縮',
|
||||
|
@ -614,6 +615,7 @@ $LANG['tw'] = array(
|
|||
'Copy' => '複製',
|
||||
'Cancel' => '取消',
|
||||
'Rename' => '重新命名',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => '修改權限',
|
||||
'Delete' => '刪除',
|
||||
'Extract' => '解壓縮',
|
||||
|
@ -624,7 +626,9 @@ $LANG['tw'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => '確定要複製',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => '確定要刪除',
|
||||
'into' => '資訊',
|
||||
'existing files will be replaced' => '原本的檔案會被覆蓋',
|
||||
|
@ -677,6 +681,7 @@ $LANG['tw'] = array(
|
|||
'Go to the Top of the File List' => '回到檔案列表頂端',
|
||||
'Go to the Last File' => '回到上個檔案',
|
||||
'Open File / Enter Directory' => '開啟檔案 或 進入資料夾',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => '回到上一頁',
|
||||
'Select Current File' => '選取目前的檔案',
|
||||
'Select Bunch of Files' => '選取多個檔案',
|
||||
|
|
|
@ -592,6 +592,7 @@ $LANG['ua'] = array(
|
|||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
|
@ -612,6 +613,7 @@ $LANG['ua'] = array(
|
|||
'Copy' => 'Copy',
|
||||
'Cancel' => 'Cancel',
|
||||
'Rename' => 'Rename',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Delete',
|
||||
'Extract' => 'Extract',
|
||||
|
@ -622,7 +624,9 @@ $LANG['ua'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
|
@ -675,6 +679,7 @@ $LANG['ua'] = array(
|
|||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
|
|
|
@ -591,6 +591,7 @@ $LANG['vi'] = array(
|
|||
'NEW DIR' => 'Thêm thư mục mới',
|
||||
'DELETE' => 'Xóa',
|
||||
'RENAME' => 'Đổi tên',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'Sao chép',
|
||||
'ARCHIVE' => 'Nén',
|
||||
|
@ -611,6 +612,7 @@ $LANG['vi'] = array(
|
|||
'Copy' => 'Sao chép',
|
||||
'Cancel' => 'Hủy',
|
||||
'Rename' => 'Đổi tên',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Xóa',
|
||||
'Extract' => 'Giải nén',
|
||||
|
@ -621,7 +623,9 @@ $LANG['vi'] = array(
|
|||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Bạn có chắc chắn muốn sao chép',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Bạn có chắc chắn muốn xóa',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'tệp tồn tại sẽ được ghi đè',
|
||||
|
@ -674,6 +678,7 @@ $LANG['vi'] = array(
|
|||
'Go to the Top of the File List' => 'Lên đầu danh sách tệp',
|
||||
'Go to the Last File' => 'Di chuyển đến tệp cuối cùng',
|
||||
'Open File / Enter Directory' => 'Mở tệp/Truy cập thư mục',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Về thư mục cha',
|
||||
'Select Current File' => 'Chọn tệp hiện tại',
|
||||
'Select Bunch of Files' => 'Chọn nhiều tệp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue