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

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

[file_uploader] add Javascript to config tab / change in language string

  • Property svn:eol-style set to LF
File size: 4.2 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 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 files in a new tab'] = 'Open files in a new tab';
42$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 cas insensitive.';
44$lang['file_uploader_pdf2tab_hint_text'] = 'Type in an extension';
45
46//admin_help.tpl
47$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.';
48$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:';
49$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.';
50$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.';
51$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.';
52$lang['Donate'] = 'Donate';
53$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.';
54
55
56//pdf2tab
57//picture.php
58$lang['file_uploader_pdf2tab_tooltip'] = 'Open the file in a new tab';
59?>
Note: See TracBrowser for help on using the repository browser.