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

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

first version

  • Property svn:eol-style set to LF
File size: 3.7 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 with this name already exists. You should rename this file.'] = 'File with this name already exists. You should rename this file.';
22$lang['Invalid file name'] = 'Invalid file name';
23$lang['Can\'t copy file to galleries directory'] = 'Can\'t copy 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['Choose a thumbnail'] = 'Choose a thumbnail';
32$lang['Thumbnail to upload:'] = 'Thumbnail to upload:';
33$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';
34$lang['Properties'] = 'Properties';
35$lang['Album:'] = 'Album:';
36$lang['Title:'] = 'Title:';
37$lang['... or '] = '... or ';
38$lang['create a new album'] = 'create a new album';
39
40//admin_configuration.tpl
41$lang['Open pdf in a new tab'] = 'Open pdf in a new tab';
42$lang['Overwrite files without notice'] = 'Overwrite files without notice';
43
44//admin_help.tpl
45$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.';
46$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:';
47$lang[': Check to open pdf files in a new tab instead of downloading them.'] = ': Check to open pdf files in a new tab instead of downloading them.';
48$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.';
49$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.';
50$lang['Donate'] = 'Donate';
51$lang['I spent a lot of time to make this plugin works. If it is useful for you, do not hesitate a donation ;) Thank you for your generosity.'] = 'I spent a lot of time to make this plugin works. If it is useful for you, do not hesitate a donation ;) Thank you for your generosity.';
52
53
54//pdf2tab
55//picture.php
56$lang['Open the file in a new tab'] = 'Open the file in a new tab';
57?>
Note: See TracBrowser for help on using the repository browser.