source: extensions/File_Uploader/language/en_UK/plugin.lang.php @ 19875

Last change on this file since 19875 was 19875, checked in by julien1311, 11 years ago

[file_uploader] lots of bug fixes

  • Property svn:eol-style set to LF
File size: 4.3 KB
Line 
1<?php
2$lang['File Uploader Plugin'] = 'File Uploader Plugin';
3
4//admin.php
5$lang['Upload'] = 'Upload';
6$lang['Configuration'] = 'Configuration';
7$lang['Help'] = 'Help';
8
9//admin_upload.php
10$lang['Specify a file to upload'] = 'Specify a file to upload';
11$lang['Specify a thumbnail for your file'] = 'Specify a thumbnail for your file';
12$lang['Unable to create folder '] = 'Unable to create folder ';
13$lang['File exceeds the upload_max_filesize directive in php.ini'] = 'File exceeds the upload_max_filesize directive in php.ini';
14$lang['File was only partially uploaded'] = 'File was only partially uploaded';
15$lang['No file to upload'] = 'No file to upload';
16$lang['Missing a temporary folder'] = 'Missing a temporary folder';
17$lang['Failed to write file to disk'] = 'Failed to write file to disk';
18$lang['File upload stopped by extension'] = 'File upload stopped by extension';
19$lang['Upload error'] = 'Upload error';
20$lang['Type of file not supported'] = 'Type of file not supported';
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$lang['Invalid file name'] = 'Invalid file name';
23$lang['Can\'t upload file to galleries directory'] = 'Can\'t upload file to galleries directory';
24$lang['The thumbnail must be a picture'] = 'The thumbnail must be a picture';
25$lang['File uploaded and synchronized'] = 'File uploaded and synchronized';
26$lang['There have been errors. See below'] = 'There have been errors. See below';
27
28//admin_upload.tpl
29$lang['Choose a file'] = 'Choose a file';
30$lang['File to upload:'] = 'File to upload:';
31$lang['file_uploader_upload_max_filesize'] = 'Your server impose a maximum file size of';
32$lang['Choose a thumbnail'] = 'Choose a thumbnail';
33$lang['Thumbnail to upload:'] = 'Thumbnail to upload:';
34$lang['You can use a personnal image or convert your file to an image using a desktop program or a web service such as'] = 'You can use a personnal image or convert your file to an image using a desktop program or a web service such as';
35$lang['Properties'] = 'Properties';
36$lang['Album:'] = 'Album:';
37$lang['Title:'] = 'Title:';
38$lang['... or '] = '... or ';
39$lang['create a new album'] = 'create a new album';
40
41//admin_configuration.tpl
42$lang['Open files in a new tab'] = 'Open files in a new tab';
43$lang['Overwrite files without notice'] = 'Overwrite files without notice';
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.';
45$lang['file_uploader_pdf2tab_hint_text'] = 'Type in an extension';
46
47//admin_help.tpl
48$lang['The Upload tab allows you to upload "non picture" files to your gallerie. Fill in the form to upload and synchronize your file.'] = 'The Upload tab allows you to upload "non picture" files to your gallerie. Fill in the form to upload and synchronize your file.';
49$lang['The Configuration tab allows you to customize the plugin in two ways:'] = 'The Configuration tab allows you to customize the plugin in two ways:';
50$lang[': Check to open files in a new tab or download them depending on the extension.'] = ': Check to open files in a new tab or download them depending on the extension.';
51$lang[': Check to overwrite files during upload if a file with the same name already exists.'] = ': Check to overwrite files during upload if a file with the same name already exists.';
52$lang['You can use this plugin with the plugin <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> to add an icon to your "non picture" files.'] = 'You can use this plugin with the plugin <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> to add an icon to your "non picture" files.';
53$lang['Donate'] = 'Donate';
54$lang['Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.'] = 'Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.';
55
56
57//pdf2tab
58//picture.php
59$lang['file_uploader_pdf2tab_tooltip'] = 'Open the file in a new tab';
60?>
Note: See TracBrowser for help on using the repository browser.