source: extensions/download_multi/language/en_UK/plugin.lang.php @ 16546

Last change on this file since 16546 was 16546, checked in by TranslationTeam, 12 years ago

[download_multi] Update en_UK, thanks to : ddtddt

File size: 5.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Mod Name : Download_multi                                             |
4// | Mod Version : 0.9-1                                                   |
5// | Mod Orignal author: Tboris                                            |
6// | Mod Second author : Cestlodovic                                       |
7// | Mod Version author : FlipFlip <flipflip@free.fr>                      |
8// | Mod description :                                                     |
9// | Ce module est base sur le module existant pour le telechargement,     |
10// | cette version permet le telechargement sur plusieurs pages.           |
11// +-----------------------------------------------------------------------+
12// | This program is free software; you can redistribute it and/or modify  |
13// | it under the terms of the GNU General Public License as published by  |
14// | the Free Software Foundation                                          |
15// |                                                                       |
16// | This program is distributed in the hope that it will be useful, but   |
17// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
18// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
19// | General Public License for more details.                              |
20// |                                                                       |
21// | You should have received a copy of the GNU General Public License     |
22// | along with this program; if not, write to the Free Software           |
23// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
24// | USA.                                                                  |
25// +-----------------------------------------------------------------------+
26
27$lang['dl_select_all'] = 'Select all';
28$lang['dl_start'] = 'Download your cart';
29$lang['dl_preview'] = 'View your cart';
30$lang['dl_uncheck'] = 'Unselect all';
31$lang['dl_select'] = 'Add in cart';
32$lang['dl_title'] = 'Download the images';
33$lang['dl_thumbnail'] = 'Download the thumbnails';
34$lang['dl_normal'] = 'Download the normal pictures';
35$lang['dl_high'] = 'Download the high resolution pictures';
36$lang['dl_legend_select'] = 'Select the pictures';
37$lang['dl_message_cart'] = 'You have %s pictures';
38$lang['dl_trash'] = 'Empty the cart';
39$lang['dl_archive'] = 'View archives';
40$lang['dl_choice_image'] = 'You must choose at least one picture.';
41$lang['dl_dir_zip'] = 'Impossible to create directory';
42$lang['dl_title_erreur'] = 'Error';
43$lang['dl_title_telechargement'] = 'Files list';
44$lang['dl_empty_cart'] = 'Empty cart';
45$lang['dl_bt_select'] = 'Select';
46$lang['dl_bt_unselect'] = 'Unselect';
47$lang['dl_bt_delete'] = 'Delete';
48$lang['dl_th_file'] = 'Files';
49$lang['dl_th_date'] = 'Create Date';
50$lang['dl_th_action'] = 'Action';
51$lang['dl_no_file'] = 'No files';
52$lang['dl_prefix_file'] = 'File Prefix';
53$lang['dl_prefix_button'] = 'Send';
54$lang['dl_type_thumbnail'] = 'Thumbnail';
55$lang['dl_type_normal'] = 'Normal';
56$lang['dl_type_high'] = 'High definition';
57$lang['dl_cart'] = 'Cart';
58$lang['dl_no_download_title'] = 'The following images can\’t be downloaded in high definition';
59$lang['dl_no_download_high'] = ' is unavailable in high definition;';
60$lang['dl_no_download_http'] = ' is unavailable for download;';
61$lang['dl_no_file'] = 'No files to download.';
62
63/* ----------- Administration ------------ */
64$lang['dl_title'] = 'Download Multi';
65$lang['dl_title_config'] = 'Download Multi configuration';
66$lang['dl_zip_active_comment'] = 'Activate the comments in the zip file. <br /><i>Does not work at free.fr.</i>';
67$lang['dl_zip_comment'] = 'Comment to be displayed in the zip file.';
68$lang['dl_group_id'] = 'Group allowed to download pictures. Use the <i>ctrl</i> key to select multiple.';
69$lang['dl_max_size'] = 'Maximum size of the archives (in bytes)';
70$lang['dl_zip_prefix'] = 'Default prefix for the names of the downloading files zip';
71$lang['dl_zip_prefix_car'] = 'The Prefix field <i> default download zip file name </ i> can only contain numbers and letters without accents.';
72$lang['dl_zip_dir_prefix'] = 'Prefix directory to use during decompression';
73$lang['dl_zip_dir_prefix_car'] = 'The <i> Prefix directory to use when decompressing </ i> can only contain numbers and letters without accents.';
74$lang['dl_backup_config'] = 'Download Multi saved configuration';
75$lang['dl_converter'] = 'Converter';
76$lang['dl_zip_pattern_name'] = 'Generate the name of your records, use [date] to insert the date in the form YYYYMMDD and [rand] to generate a random number';
77$lang['dl_select_dl'] = 'Download Type Default';
78$lang['dl_error_group_id'] = 'You must indicate the group authorized to download images';
79$lang['dl_error_file_size'] = 'You have to specify the size of the archive';
80$lang['dl_error_file_size_car'] = 'The maximum field size <i> archives in bytes </ i> can contain only numbers.';
81$lang['dl_zip_pattern_name_car'] = 'The field <i>Generating the name of your archive </ i> can only contain numbers and letters without accents.';
82$lang['dl_error_pattern_name'] = 'The field <i>Generating the name of your archive </ i> can\'t be empty.';
83$lang['dl_create_category'] = 'Rebuild category tree in generated archives.';
84
85$lang['dl_title_information'] = 'Information about your configuration';
86$lang['dl_class_zip'] = 'You use : ';
87
88/* ----------- Installation -------------- */
89$lang['dl_mysql_version'] = 'MySQL version incompatible. Required minimum version is 4.1';
90$lang['dl_php_version'] = 'PHP version lower than 5, installation impossible';
91$lang['dl_install_ok'] = 'Installation OK';
92$lang['dl_class_exist'] = 'So the gallery to work properly, your server must use the ZipArchive PHP class, contact your ISP provider to have it activated';
93?>
Note: See TracBrowser for help on using the repository browser.