Changeset 19875 for extensions/File_Uploader/language/en_UK
- Timestamp:
- Jan 6, 2013, 1:53:17 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/File_Uploader/language/en_UK/plugin.lang.php
r19849 r19875 21 21 $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.'; 22 22 $lang['Invalid file name'] = 'Invalid file name'; 23 $lang['Can\'t copy file to galleries directory'] = 'Can\'t copyfile to galleries directory';23 $lang['Can\'t upload file to galleries directory'] = 'Can\'t upload file to galleries directory'; 24 24 $lang['The thumbnail must be a picture'] = 'The thumbnail must be a picture'; 25 25 $lang['File uploaded and synchronized'] = 'File uploaded and synchronized'; … … 29 29 $lang['Choose a file'] = 'Choose a file'; 30 30 $lang['File to upload:'] = 'File to upload:'; 31 $lang['file_uploader_upload_max_filesize'] = 'Your server impose a maximum file size of'; 31 32 $lang['Choose a thumbnail'] = 'Choose a thumbnail'; 32 33 $lang['Thumbnail to upload:'] = 'Thumbnail to upload:'; … … 41 42 $lang['Open files in a new tab'] = 'Open files in a new tab'; 42 43 $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.'; 44 45 $lang['file_uploader_pdf2tab_hint_text'] = 'Type in an extension'; 45 46
Note: See TracChangeset
for help on using the changeset viewer.