|
2 | 2 |
|
3 | 3 | include_once 'setting.inc.php'; |
4 | 4 |
|
| 5 | +$_lang['fileman'] = 'FileMan'; |
| 6 | +$_lang['fileman_menu_desc'] = 'Managing files attached to documents'; |
| 7 | +$_lang['fileman_intro_msg'] = 'You can select multiple files at once using Shift and Ctrl.'; |
| 8 | +$_lang['fileman_files'] = 'Files'; |
| 9 | + |
| 10 | +$_lang['fileman_open'] = 'Open access'; |
| 11 | +$_lang['fileman_private'] = 'Close access'; |
| 12 | +$_lang['fileman_update'] = 'Edit'; |
| 13 | +$_lang['fileman_reset_downloads'] = 'reset downloads'; |
| 14 | + |
| 15 | +$_lang['fileman_btn_upload'] = '<i class="icon icon-upload"></i> Upload from drive'; |
| 16 | + |
| 17 | +$_lang['fileman_window_upload_by_url_title'] = '<i class="icon icon-link"></i> Upload by link'; |
| 18 | +$_lang['fileman_btn_upload_by_url'] = '<i class="icon icon-link"></i> Upload by link'; |
| 19 | +$_lang['fileman_btn_upload_by_url_tooltip'] = 'You can upload a file simply by providing a link to it'; |
| 20 | +$_lang['fileman_field_url'] = 'File link:'; |
| 21 | +$_lang['fileman_field_title'] = 'Title'; |
| 22 | +$_lang['fileman_url_description'] = 'Copy the image URL, paste it into the box and click upload! You can also immediately set a name for the downloaded file.<br> Previews are available for images.'; |
| 23 | +$_lang['fileman_url_close_window'] = 'Don\'t close the window after loading'; |
| 24 | + |
| 25 | +$_lang['fileman_id'] = 'Id'; |
| 26 | +$_lang['fileman_sort_order'] = 'Order'; |
| 27 | +$_lang['fileman_fid'] = 'File Id'; |
| 28 | +$_lang['fileman_name'] = 'Name'; |
| 29 | +$_lang['fileman_internal_name'] = 'Internal name'; |
| 30 | +$_lang['fileman_extension'] = 'Extension'; |
| 31 | +$_lang['fileman_path'] = 'Path'; |
| 32 | +$_lang['fileman_title'] = 'Title'; |
| 33 | +$_lang['fileman_description'] = 'Description'; |
| 34 | +$_lang['fileman_group'] = 'Group'; |
| 35 | +$_lang['fileman_hash'] = 'SHA1 hash'; |
| 36 | +$_lang['fileman_size'] = 'Size'; |
| 37 | +$_lang['fileman_download'] = 'Number of downloads'; |
| 38 | + |
| 39 | +$_lang['fileman_file_tab_general'] = 'General'; |
| 40 | +$_lang['fileman_file_tab_settings'] = 'Settings'; |
| 41 | + |
| 42 | +$_lang['fileman_file_err_name'] = 'You must specify the file name.'; |
| 43 | +$_lang['fileman_file_err_ae'] = 'A file with the same name already exists.'; |
| 44 | +$_lang['fileman_file_err_nf'] = 'File not found.'; |
| 45 | +$_lang['fileman_file_err_ns'] = 'File not specified.'; |
| 46 | +$_lang['fileman_file_err_nr'] = 'The file has not been renamed.'; |
| 47 | +$_lang['fileman_file_err_remove'] = 'Error while deleting file.'; |
| 48 | +$_lang['fileman_file_err_save'] = 'An error occurred while saving the file.'; |
| 49 | + |
| 50 | +$_lang['fileman_reset_downloads_confirm'] = 'Are you sure you want to reset your download count?'; |
| 51 | +$_lang['fileman_resets_downloads_confirm'] = 'Are you sure you want to reset the download count for the selected files?'; |
| 52 | +$_lang['fileman_calculate'] = 'Calculate hash'; |
| 53 | +$_lang['fileman_ddtext'] = 'Drag and drop'; |
0 commit comments