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 | ?> |
---|