source: extensions/PHP_Optimisateur/language/en_UK/common.lang.php @ 10472

Last change on this file since 10472 was 10337, checked in by mistic100, 13 years ago

new version 1.4, new plugin for Charlies Content, NConvert updated

File size: 2.8 KB
Line 
1<?php
2$Lang['fatal.ErrorConfigFile'] = "Fatal error : Configuration file missing.";
3$Lang['fatal.ErrorFolderIn'] = "Fatal error : Input folder empty.";
4$Lang['fatal.ErrorFolderOut'] = "Fatal error : Output folder not empty.";
5$Lang['fatal.ErrorNconvert'] = "Fatal error : The program <i>nconvert.exe</i> is not found.";
6$Lang['fatal.ErrorConfig'] = "Fatal error : Configuration incorrect.";
7$Lang['notice.EraseFolderOut'] = "Warning : The output folder will be completely emptied.";
8$Lang['notice.ErrorConfig'] = "Some configuration errors have been fixed, please check your parameters.";
9$Lang['notice.must_be_integer %s'] = "%s must be an integer.";
10$Lang['notice.must_be_integer_100 %s'] = "%s must be a decimal below 100.";
11$Lang['notice.must_be_decimal %s'] = "%s must be a decimal.";
12
13$Lang['Source files'] = "Handled files";
14$Lang['%d files'] = "%d files";
15$Lang['Finish %d seconds'] = "Process done : %d seconds.";
16$Lang['Ready'] = "Ready to launch.";
17$Lang['Processing'] = "Processing.";
18$Lang['Launch'] = "Launch";
19$Lang['Config'] = "Configure";
20$Lang['Back'] = "Back";
21$Lang['Reload'] = "Reload";
22$Lang['Saved'] = "Configuration saved. <i>Redirection...</i>";
23$Lang['Configuration'] = "Configuration";
24$Lang['Folders'] = "Folders";
25$Lang['FolderIn'] = "Input folder";
26$Lang['FolderOut'] = "Output folder";
27$Lang['Options'] = "Options";
28$Lang['silentORNOT'] = "If output folder not empty";
29$Lang['DIRhighORNOT'] = "Create high-definition folders";
30$Lang['DIMhdORNOT'] = "Resize HD pictures";
31$Lang['renameORNOT'] = "Rename files and folders";
32$Lang['indexORNOT'] = "Add index.php files";
33$Lang['prefixe_mini'] = "Thumbnail prefix";
34$Lang['Sizes and quality'] = "Sizes and quality";
35$Lang['DIMhd'] = "HD pictures max size";
36$Lang['DIMnormal'] = "Normal pictures max size";
37$Lang['DIMthumbnail'] = "Thumbnails size";
38$Lang['Qhd'] = "HD pictures quality";
39$Lang['Qnormal'] = "Normal pictures quality";
40$Lang['Qthumbnail'] = "Thumbails quality";
41$Lang['DPI'] = "HD pictures resolution";
42$Lang['Copyright'] = "Copyright";
43$Lang['Content'] = "Content";
44$Lang['copyONhd'] = "On high-definition";
45$Lang['copyONnormal'] = "On normal";
46$Lang['copyPOS%s'] = "%sPosition";
47$Lang['copyPOSh'] = "Horizontal ";
48$Lang['copyPOSv'] = "Vertical ";
49$Lang['copySIZE'] = "Size (ratio image/text)";
50$Lang['copyCOLOR'] = "Color";
51$Lang['copyFONT'] = "Font";
52$Lang['Plugins'] = "Plugins";
53$Lang['yes'] = "yes";
54$Lang['no'] = "no";
55$Lang['top'] = "top";
56$Lang['center'] = "center";
57$Lang['bottom'] = "bottom";
58$Lang['left'] = "left";
59$Lang['right'] = "right";
60$Lang['erase'] = "Erase";
61$Lang['pass'] = "Continue";
62$Lang['block'] = "Block";
63$Lang['New !'] = "New !";
64$Lang['Missing !'] = "Missing !";
65$Lang['Reset'] = "Reset";
66$Lang['Valid'] = "Validate";
67$Lang['Active'] = "Active";
68$Lang['Inactive'] = "Inactive";
69?>
Note: See TracBrowser for help on using the repository browser.