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

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

[tools] PHP Optimisateur :

  • Correction de bugs
  • La plupart des types de fichiers sont supportés (testé avec jpg, png et gif)
  • Réécriture de la gestion des plugins
  • Nouvelle apparence
File size: 2.3 KB
Line 
1<?php
2$Lang['ErrorFile'] = "Fatal error : Configuration file missing.";
3$Lang['ErrorFolderIn'] = "Fatal error : Input folder empty.";
4$Lang['ErrorFolderOut'] = "Fatal error : Output folder not empty.";
5$Lang['ErrorNconvert'] = "Fatal error : The program <i>nconvert.exe</i> is not found.";
6$Lang['ErrorConfig'] = "Some configuration errors have been fixed, please check your parameters.";
7$Lang['Source files'] = "Handled files";
8$Lang['%d files'] = "%d files";
9$Lang['Finish %d seconds'] = "Process done : %d seconds.";
10$Lang['Ready'] = "Ready to launch.";
11$Lang['Processing'] = "Processing.";
12$Lang['Launch'] = "Launch";
13$Lang['Config'] = "Configure";
14$Lang['Back'] = "Back";
15$Lang['Configuration'] = "Configuration";
16$Lang['Folders'] = "Folders";
17$Lang['FolderIn'] = "Input folder";
18$Lang['FolderOut'] = "Output folder";
19$Lang['Options'] = "Options";
20$Lang['silentORNOT'] = "If output folder not empty";
21$Lang['DIRhighORNOT'] = "Create high-definition folders";
22$Lang['DIMhdORNOT'] = "Resize HD pictures";
23$Lang['renameORNOT'] = "Rename files and folders";
24$Lang['indexORNOT'] = "Add index.php files";
25$Lang['prefixe_mini'] = "Thumbnail prefix";
26$Lang['Sizes and quality'] = "Sizes and quality";
27$Lang['DIMhd'] = "HD pictures max size";
28$Lang['DIMnormal'] = "Normal pictures max size";
29$Lang['DIMthumbnail'] = "Thumbnails size";
30$Lang['Qhd'] = "HD pictures quality";
31$Lang['Qnormal'] = "Normal pictures quality";
32$Lang['Qthumbnail'] = "Thumbails quality";
33$Lang['DPI'] = "HD pictures resolution";
34$Lang['Copyright'] = "Copyright";
35$Lang['Content'] = "Content";
36$Lang['copyONhd'] = "On high-definition";
37$Lang['copyONnormal'] = "On normal";
38$Lang['copyPOS%s'] = "%sPosition";
39$Lang['copyPOSh'] = "Horizontal ";
40$Lang['copyPOSv'] = "Vertical ";
41$Lang['copySIZE'] = "Size (ratio image/text)";
42$Lang['copyCOLOR'] = "Color";
43$Lang['copyFONT'] = "Font";
44$Lang['Plugins'] = "Plugins";
45$Lang['yes'] = "yes";
46$Lang['no'] = "no";
47$Lang['top'] = "top";
48$Lang['center'] = "center";
49$Lang['bottom'] = "bottom";
50$Lang['left'] = "left";
51$Lang['right'] = "right";
52$Lang['erase'] = "Erase";
53$Lang['pass'] = "Continue";
54$Lang['block'] = "Block";
55$Lang['New !'] = "New !";
56$Lang['Missing !'] = "Missing !";
57$Lang['Reset'] = "Reset";
58$Lang['Valid'] = "Validate";
59$Lang['Active'] = "Active";
60$Lang['Inactive'] = "Inactive";
61?>
Note: See TracBrowser for help on using the repository browser.