Ignore:
Timestamp:
Jan 19, 2012, 6:38:53 PM (12 years ago)
Author:
mistic100
Message:

compliant with Piwigo Translate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PHP_Optimisateur/language/en_UK/common.lang.php

    r10337 r12926  
    11<?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.";
     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.";
    1212
    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";
     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";
    6969?>
Note: See TracChangeset for help on using the changeset viewer.