source: extensions/PHP_Optimisateur/language/en/en.php @ 8226

Last change on this file since 8226 was 8226, checked in by mistic100, 13 years ago
  • Corrections de bugs
  • Améliorations mineures
File size: 2.4 KB
Line 
1<?php
2/***************************************\
3|                       PHP OPTIMISATEUR                        |
4|                          Version 1.2                          |
5\***************************************/
6
7$Lang['ErrorFile'] = "Fatal error : Configuration file missing.";
8$Lang['ErrorFolderIn'] = "Fatal error : Input folder empty.";
9$Lang['ErrorFolderOut'] = "Fatal error : Output folder not empty.";
10$Lang['ErrorNconvert'] = "The program nconvert.exe is not found.";
11$Lang['Source files'] = "Handled files";
12$Lang['%d files'] = "%d files";
13$Lang['Finish %d seconds'] = "Process done : %d seconds.";
14$Lang['Ready'] = "Ready to launch.";
15$Lang['Launch'] = "Launch";
16$Lang['Config'] = "Configure";
17$Lang['Back'] = "Back";
18$Lang['Configuration'] = "Configuration";
19$Lang['Folders'] = "Folders";
20$Lang['FolderIn'] = "Input folder";
21$Lang['FolderOut'] = "Output folder";
22$Lang['Options'] = "Options";
23$Lang['silentORNOT'] = "If output folder not empty";
24$Lang['DIRhighORNOT'] = "Create high-definition folders";
25$Lang['DIMhdORNOT'] = "Resize HD pictures";
26$Lang['renameORNOT'] = "Rename files and folders";
27$Lang['indexORNOT'] = "Add index.php files";
28$Lang['prefixe_mini'] = "Thumbnail prefix";
29$Lang['Sizes and quality'] = "Sizes and quality";
30$Lang['DIMhd'] = "HD pictures max size";
31$Lang['DIMnormal'] = "Normal pictures max size";
32$Lang['DIMthumbnail'] = "Thumbnails size";
33$Lang['Qhd'] = "HD pictures quality";
34$Lang['Qnormal'] = "Normal pictures quality";
35$Lang['Qthumbnail'] = "Thumbails quality";
36$Lang['DPI'] = "HD pictures resolution";
37$Lang['Copyright'] = "Copyright";
38$Lang['Content'] = "Content";
39$Lang['copyONhd'] = "On high-definition";
40$Lang['copyONnormal'] = "On normal";
41$Lang['copyPOS%s'] = "%sPosition";
42$Lang['copyPOSh'] = "Horizontal ";
43$Lang['copyPOSv'] = "Vertical ";
44$Lang['copySIZE'] = "Size (ratio image/text)";
45$Lang['copyCOLOR'] = "Color";
46$Lang['copyFONT'] = "Font";
47$Lang['Plugins'] = "Plugins";
48$Lang['PluginsBefore'] = "Plugins pre-processing";
49$Lang['PluginsProcess'] = "Plugins processing";
50$Lang['PluginsAfter'] = "Plugins post-processing";
51$Lang['yes'] = "yes";
52$Lang['no'] = "no";
53$Lang['top'] = "top";
54$Lang['center'] = "center";
55$Lang['bottom'] = "bottom";
56$Lang['left'] = "left";
57$Lang['right'] = "right";
58$Lang['erase'] = "Erase";
59$Lang['pass'] = "Continue";
60$Lang['block'] = "Block";
61$Lang['New !'] = "New !";
62$Lang['Missing !'] = "Missing !";
63$Lang['Reset'] = "Reset";
64$Lang['Valid'] = "Validate";
65?>
Note: See TracBrowser for help on using the repository browser.