Ignore:
Timestamp:
Jan 6, 2013, 1:53:17 AM (11 years ago)
Author:
julien1311
Message:

[file_uploader] lots of bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/File_Uploader/language/en_UK/plugin.lang.php

    r19849 r19875  
    2121$lang['file_uploader_error_already_exist'] = 'File with this name already exists. You should rename this file. If you want to overwrite the file, modify the configuration in the configuration tab.';
    2222$lang['Invalid file name'] = 'Invalid file name';
    23 $lang['Can\'t copy file to galleries directory'] = 'Can\'t copy file to galleries directory';
     23$lang['Can\'t upload file to galleries directory'] = 'Can\'t upload file to galleries directory';
    2424$lang['The thumbnail must be a picture'] = 'The thumbnail must be a picture';
    2525$lang['File uploaded and synchronized'] = 'File uploaded and synchronized';
     
    2929$lang['Choose a file'] = 'Choose a file';
    3030$lang['File to upload:'] = 'File to upload:';
     31$lang['file_uploader_upload_max_filesize'] = 'Your server impose a maximum file size of';
    3132$lang['Choose a thumbnail'] = 'Choose a thumbnail';
    3233$lang['Thumbnail to upload:'] = 'Thumbnail to upload:';
     
    4142$lang['Open files in a new tab'] = 'Open files in a new tab';
    4243$lang['Overwrite files without notice'] = 'Overwrite files without notice';
    43 $lang['file_uploader_pdf2tab_supported_extensions_description'] = 'Type in the extensions PDF2Tab will handle. The extensions are case insensitive.';
     44$lang['file_uploader_pdf2tab_supported_extensions_description'] = 'Type in the extensions the plugin will open in new tabs or download. The extensions are case insensitive.';
    4445$lang['file_uploader_pdf2tab_hint_text'] = 'Type in an extension';
    4546
Note: See TracChangeset for help on using the changeset viewer.