Ignore:
Timestamp:
Jul 22, 2009, 12:34:42 AM (15 years ago)
Author:
tiico
Message:

Some corrections
Add EN translation (only for the core, not for modules)
Add comment options (%ID)

Location:
extensions/Flash_Gallery/language
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Flash_Gallery/language/en_UK/plugin.lang.php

    r3531 r3663  
    11<?php
    22
    3 $lang['stuffs_mods_management'] = 'Modules management';
    4 $lang['stuffs_add_mod'] = 'Add a module';
    5 $lang['stuffs_edit_mod'] = 'Edit module';
     3$lang['flashgal_mods_management'] = 'Modules management';
     4$lang['flashgal_add_mod'] = 'Add a module';
     5$lang['flashgal_edit_mod'] = 'Edit module';
    66
    7 $lang['stuffs_module_title'] = 'Module title';
    8 $lang['stuffs_desc'] = 'Description';
    9 $lang['stuffs_only_for_admin'] = '(only for administration pannel)';
    10 $lang['stuffs_type'] = 'Module type';
    11 $lang['stuffs_position'] = 'Position';
    12 $lang['stuffs_id_ligne'] = 'ID line';
    13 $lang['stuffs_width'] = 'Width';
    14 $lang['stuffs_action'] = 'Actions';
    15 $lang['stuffs_edit'] = 'Modify module';
    16 $lang['stuffs_delete'] = 'Delete module';
    17 $lang['stuffs_confirm_delete'] = 'Are you sure you want to delete module %s?';
    18 $lang['stuffs_main_block'] = 'Main block';
     7$lang['flashgal_module_title'] = 'Module title';
     8$lang['flashgal_desc'] = 'Description';
     9$lang['flashgal_only_for_admin'] = '(only for administration pannel)';
     10$lang['flashgal_type'] = 'Module Type';
     11$lang['flashgal_action'] = 'Actions';
     12$lang['flashgal_edit'] = 'Modify module';
     13$lang['flashgal_delete'] = 'Delete module';
     14$lang['flashgal_confirm_delete'] = 'Are you sure you want to delete module %s?';
     15$lang['flashgal_main_block'] = 'Main Block';
    1916
    20 $lang['stuffs_add_module'] = 'Add new module';
    21 $lang['stuffs_module_config'] = 'Module configuration';
    22 $lang['stuffs_visual_config'] = 'Display configuration';
    23 $lang['stuffs_module_options'] = 'Module options';
    24 $lang['stuffs_authorized_group'] = 'Authorized groups';
    25 $lang['stuffs_authorized_users'] = 'Authorized users';
    26 $lang['stuffs_public_module'] = '(Keep empty for public module)';
    27 $lang['stuffs_show_title'] = 'Show module title';
    28 $lang['stuffs_show_module_on'] = 'Show module :';
    29 $lang['stuffs_show_on_home'] = 'On main page';
    30 $lang['stuffs_show_on_cats'] = 'On all categories pages';
    31 $lang['stuffs_show_on_pictures'] = 'On picture pages';
    32 $lang['stuffs_no_options'] = 'No options for this module';
     17$lang['flashgal_add_module'] = 'Add new module';
     18$lang['flashgal_module_config'] = 'Module configuration';
     19$lang['flashgal_visual_config'] = 'Display configuration';
     20$lang['flashgal_module_options'] = 'Options du module';
     21$lang['flashgal_authorized_group'] = 'Authorized groups';
     22$lang['flashgal_authorized_users'] = 'Authorized users';
     23$lang['flashgal_public_module'] = '(Keep empty for public module)';
     24$lang['flashgal_show_title'] = 'Show module title';
     25$lang['flashgal_show_module_on'] = 'Show module :';
     26$lang['flashgal_show_on_home'] = 'On main page';
     27$lang['flashgal_show_on_home_global']           = 'Global Mode (All categories)';
     28$lang['flashgal_show_on_home_selective']        = 'Selective Mode (Selected categories)';
     29$lang['flashgal_show_on_cats'] = 'On categories pages selected below';
    3330
    34 //Messages d'infos
    35 $lang['stuffs_order_saved'] = 'Order successfully saved.';
     31$lang['flashgal_xml_config']    = 'Informations show on the module (in the xml feed)';
     32$lang['flashgal_cfg_heigh']     =   'Height';
     33$lang['flashgal_cfg_option']    = 'Module options';
     34$lang['flashgal_transparent']   = 'Allow Transparent mode';
     35$lang['flashgal_fullscreen']    = 'Allow Full Screen';
     36$lang['flashgal_bgcolor']               = 'Background color';
     37
     38$lang['flashgal_recurs_cats']   = 'Recursivity on children categories';
     39$lang['flashgal_cfg_replacenav']        = 'Replace piwigo display by the module';
     40$lang['flashgal_replace_thumb'] = 'Replace thumbnail display';
     41$lang['flashgal_replace_cats']  = 'Replace categories display';
     42$lang['flashgal_cfg_cat']       = 'Show module on caterogies pages :';
     43
     44$lang['flashgal_xml_legend']    = 'Parameters for variables below';
     45
     46//legende
     47$lang['piclens_picture_legend']     = 'Picture';
     48$lang['piclens_cat_legend']                 = 'Category';
     49$lang['piclens_global_legend']          = 'Global';
     50$lang['img_id_legend']                          = 'Picture ID'; // %I1
     51$lang['img_name_legend']                        = 'Picture Name';       // %I2
     52$lang['img_description_legend']         = 'Picture Description'; // %I3
     53$lang['img_author_legend']                      = 'Picture Author';     // %I4
     54$lang['img_URLThumb_legend']            = 'Thumbnail URL (URL From gallerie)'; // %I5
     55$lang['img_URLNormal_legend']           = 'Piture URL (URL From gallerie)';     // %I6
     56$lang['img_URLHigh_legend']                     = 'HD Picture URL (URL From gallerie)'; // %I7
     57$lang['img_URLPicturephp_legend']       = 'Link to picture page (picture.php)'; //%I8
     58$lang['img_URLThumbFull_legend']        = 'Thumbnail URL (full URL)'; // %I9
     59$lang['img_URLNormalFull_legend']       = 'Piture URL (Full URL)';      // %IA
     60$lang['img_URLHighFull_legend']         = 'HD Picture URL (Full URL)';  // %IB
     61$lang['img_filename_legend']            = 'Picture file name'; // %IC
     62$lang['img_comment_legend']                     = 'Last comments'; // %ID
     63
     64$lang['root_path_legend']                       = 'Pïwigo path'; // %G1
     65
     66$lang['cat_id_legend']                          = 'Category ID'; // %C1
     67$lang['cat_name_legend']                        = 'Category name'; // %C2
     68$lang['cat_description_legend']         = 'Category description'; // %C3
     69$lang['cat_dir_legend']                         = 'Path to category (path from Gallerie)'; // %C4
     70$lang['cat_dirFull_legend']                     = 'Path to category (Full path)'; // %C4
     71// Fin legende
     72
     73$lang['flashgal_on_home_global_ON_label']       = 'Active on Home (All categories)';
     74$lang['flashgal_on_home_ON_label']                      = 'Active on Home (selected categories)';
     75$lang['flashgal_on_home_OFF_label']                     = 'Inactive on Home';
     76$lang['flashgal_oncats_ON_label']                       = 'Active on Categories';
     77$lang['flashgal_oncats_OFF_label']                      = 'Inactive on Categories';
     78$lang['flashgal_recurs_ON_label']                       = 'Recursivity active';
     79$lang['flashgal_recurs_OFF_label']                      = 'Recursivity inactive';
    3680
    3781
    38 // Messages d'erreurs
    39 $lang['stuffs_error_no_mod_selected'] = 'You didn\'t select any module.';
    40 $lang['stuffs_no_name'] = 'You must specify name module';
    4182
    42 //------------------------------------------------------------------------------
    43 //                                                      Module LastComs
    44 //------------------------------------------------------------------------------
     83$lang['img_id']                         = 'Picture\'s ID';
     84$lang['img_name']                       = 'Picture\'s name';
     85$lang['img_description']        = 'Picture\'s description';
     86$lang['img_URLThumb']           = 'URL for Picture thumbnail';
     87$lang['img_URLNormal']          = 'URL for Picture';
     88$lang['img_URLHigh']            = 'URL for Picture High Definition';
     89$lang['img_URLPicturephp']      = 'Link to picture on piwigo (picture.php)';
    4590
    46 $lang['module_name_LastComs'] = 'Last comments';
    47 $lang['module_desc_LastComs'] = 'Display last posted comments';
    48 
    49 $lang['lastcoms_no_nb_comments'] = 'You must specify numbers of comments.';
    50 $lang['lastcoms_config'] = 'Configuration';
    51 $lang['lastcoms_nb_comments'] = 'Number of comments to display';
    52 $lang['lastcoms_show_buttons'] = 'Show admin buttons';
    53 $lang['lastcoms_dim'] = 'Thumbnails size';
    54 $lang['lastcoms_width'] = 'Max width';
    55 $lang['lastcoms_height'] = 'Max height';
    56 $lang['lastcoms_nb_cadres'] = 'Numbers of frame by line';
    57 $lang['lastcoms_taille_cadres'] = 'Frame height';
     91$lang['cat_id']                         = 'Category\'s ID';
     92$lang['cat_name']                       = 'Category\'s name';
     93$lang['cat_description']        = 'Category\'s description';
    5894
    5995
    60 //------------------------------------------------------------------------------
    61 //                                                      Module Logon
    62 //------------------------------------------------------------------------------
     96$lang['flashgal_restore']       = 'Default Parameters';
     97$lang['flashgal_no_options'] = 'No options for this module';
     98//Messages d'infos
     99$lang['flashgal_order_saved'] = 'Order successfully saved.';
    63100
    64 $lang['module_name_Logon'] = 'Login';
    65 $lang['module_desc_Logon'] = 'Display login block';
    66 
    67 $lang['logon_remove_menubar_block'] = 'Remove "Quick connect" block from menubar';
    68 
    69 
    70 //------------------------------------------------------------------------------
    71 //                                                      Module Personal
    72 //------------------------------------------------------------------------------
    73 
    74 $lang['module_name_Personal'] = 'Personnal block';
    75 $lang['module_desc_Personal'] = 'Display personnal block (like an edito)';
    76 
    77 $lang['personal_content'] = 'content';
    78 
    79 
    80 //------------------------------------------------------------------------------
    81 //                                                      Module Tags
    82 //------------------------------------------------------------------------------
    83 
    84 $lang['module_name_Tags'] = 'Tags';
    85 $lang['module_desc_Tags'] = 'Display gallery tags';
    86 
    87 $lang['stuffs_tags_default_display'] = 'Tags display';
    88 $lang['stuffs_tags_cloud'] = 'Tags cloud';
    89 $lang['stuffs_tags_letters'] = 'Group by lettters';
    90 $lang['stuffs_tags_cumulus'] = 'Use cumulus mode (plugin <a href=http://piwigo.org/ext/extension_view.php?eid=263 target="_blank">Cumulus Tags Cloud</a> must be installed)';
    91 
    92 
    93 //------------------------------------------------------------------------------
    94 //                                                      Module Piclenswall
    95 //------------------------------------------------------------------------------
    96 
    97 $lang['module_name_piclenswall'] = 'Piclens 3DWall';
    98 $lang['module_desc_piclenswall'] = 'Display piclens 3D wall (plugin <a href="http://piwigo.org/ext/extension_view.php?eid=234" target="_blank">Cooliris/piclens</a> must be installed)';
    99 
    100 $lang['piclenswall_height'] = 'Wall height';
    101 $lang['piclenswall_background_color'] = 'Background color';
    102 $lang['piclenswall_black'] = 'Black';
    103 $lang['piclenswall_white'] = 'White';
    104 $lang['piclenswall_info'] = 'So that the wall is working properly';
    105 $lang['piclenswall_info_piclens'] = 'You must install and activate <a href="http://piwigo.org/ext/extension_view.php?eid=234">Cooliris/piclens</a> plugin.';
    106 $lang['piclenswall_info_crossdomain'] = 'You must copy <a href="%s">crossdomain.xml</a> file to the root of your site (or moddify existing file).';
    107 $lang['piclenswall_info_param'] = '3D Wall Settings must be modified in <b>Cooliris-piclens/b> plugin configuration page.';
    108 
    109 //------------------------------------------------------------------------------
    110 //                                                      Module Most Visited
    111 //------------------------------------------------------------------------------
    112 
    113 $lang['module_name_MostVisited'] = 'Most visited';
    114 $lang['module_desc_MostVisited'] = 'Display x most visited pictures in the gallery or a category';
    115 
    116 $lang['stuffs_mv_nb_images'] = 'Maximum number of pictures to display';
    117 $lang['stuffs_mv_category_display'] = 'Display on categories pages';
    118 $lang['stuffs_mv_all_cats'] = 'All categories';
    119 $lang['stuffs_mv_w_thumb'] = 'Only categories with thumbnails';
    120 $lang['stuffs_mv_wo_thumb'] = 'Only categories without thumbnails';
    121 $lang['stuffs_mv_selected_cats'] = 'Only selected categories';
    122 
    123 $lang['stuffs_mv_cat_selection'] = 'Categories selection';
    124 $lang['stuffs_mv_hold_ctrl'] = 'hold CTRL';
    125 
    126 //------------------------------------------------------------------------------
    127 //                                                      Module Best Rated
    128 //------------------------------------------------------------------------------
    129 
    130 $lang['module_name_BestRated'] = 'Best rated';
    131 $lang['module_desc_BestRated'] = 'Display x best rated pictures in the gallery or a category';
    132 
    133 //------------------------------------------------------------------------------
    134 //                                                      Module Recent
    135 //------------------------------------------------------------------------------
    136 
    137 $lang['module_name_Recent'] = 'Recent pictures';
    138 $lang['module_desc_Recent'] = 'Display x recent pictures in the gallery or a category (if exist)';
    139 
    140 //------------------------------------------------------------------------------
    141 //                                                      Module Random
    142 //------------------------------------------------------------------------------
    143 
    144 $lang['module_name_Random'] = 'Random pictures';
    145 $lang['module_desc_Random'] = 'Display x random pictures in the gallery or a category';
     101// Messages d'erreurs
     102$lang['flashgal_error_no_mod_selected'] = 'You didn\'t select any module.';
     103$lang['flashgal_no_name'] = 'You must specify name module';
    146104
    147105?>
  • extensions/Flash_Gallery/language/fr_FR/plugin.lang.php

    r3531 r3663  
    1515$lang['flashgal_only_for_admin'] = '(uniquement pour le panneau d\'administration)';
    1616$lang['flashgal_type'] = 'Type de module';
    17 $lang['flashgal_position'] = 'Position';
    18 $lang['flashgal_id_ligne'] = 'ID ligne';
    19 $lang['flashgal_width'] = 'Largeur';
    2017$lang['flashgal_action'] = 'Actions';
    2118$lang['flashgal_edit'] = 'Modifier le module';
     
    3633$lang['flashgal_show_on_home_global']           = 'Mode Global (Toutes les cat&eacute;gories)';
    3734$lang['flashgal_show_on_home_selective']        = 'Mode Selectif (Cat&eacute;gories s&eacute;lectionn&eacute;es)';
    38 $lang['flashgal_show_on_cats'] = 'Sur toutes les pages des catégories';
     35$lang['flashgal_show_on_cats'] = 'Sur les pages des catégories sélectionnées ci-dessous';
    3936
    4037$lang['flashgal_xml_config']    = 'Configuration des informations affich&eacute;es (dans le flux xml)';
     
    5451
    5552//legende
    56 $lang['flashgal_picture_legend']        = 'Image';
    57 $lang['flashgal_cat_legend']            = 'Cat&eacute;gorie';
    58 $lang['flashgal_global_legend']         = 'Global';
    59 $lang['img_id_legend']                          = 'ID de l\'image';     // %I1
    60 $lang['img_name_legend']                        = 'Nom de l\'image';    // %I2
    61 $lang['img_description_legend']         = 'Description de l\'image'; // %I3
    62 $lang['img_author_legend']                      = 'Auteur de l\'image'; // %I4
    63 $lang['img_URLThumb_legend']            = 'URL de la miniature (path non complet)'; // %I5
    64 $lang['img_URLNormal_legend']           = 'URL de l\'image (path non complet)'; // %I6
    65 $lang['img_URLHigh_legend']                     = 'URL de l\'image en haute d&eacute;finition (path non complet)';      // %I7
    66 $lang['img_URLPicturephp_legend']       = 'Lien vers l\'image sous PIWIGO (picture.php)';       //%I8
    67 $lang['img_URLThumbFull_legend']        = 'URL de la miniature (path complet)'; // %I9
    68 $lang['img_URLNormalFull_legend']       = 'URL de l\'image (path complet)';     // %IA
    69 $lang['img_URLHighFull_legend']         = 'URL de l\'image en haute d&eacute;finition (path complet)';  // %IB
    70 $lang['img_filename_legend']            = 'Nom du fichier image'; // %IC
     53$lang['piclens_picture_legend']     = 'Picture';
     54$lang['piclens_cat_legend']                 = 'Category';
     55$lang['piclens_global_legend']          = 'Global';
     56$lang['img_id_legend']                          = 'Picture ID'; // %I1
     57$lang['img_name_legend']                        = 'Picture Name';       // %I2
     58$lang['img_description_legend']         = 'Picture Description'; // %I3
     59$lang['img_author_legend']                      = 'Picture Author';     // %I4
     60$lang['img_URLThumb_legend']            = 'Thumbnail URL (URL From gallerie)'; // %I5
     61$lang['img_URLNormal_legend']           = 'Piture URL (URL From gallerie)';     // %I6
     62$lang['img_URLHigh_legend']                     = 'HD Picture URL (URL From gallerie)'; // %I7
     63$lang['img_URLPicturephp_legend']       = 'Link to picture page (picture.php)'; //%I8
     64$lang['img_URLThumbFull_legend']        = 'Thumbnail URL (full URL)'; // %I9
     65$lang['img_URLNormalFull_legend']       = 'Piture URL (Full URL)';      // %IA
     66$lang['img_URLHighFull_legend']         = 'HD Picture URL (Full URL)';  // %IB
     67$lang['img_filename_legend']            = 'Picture file name'; // %IC
     68$lang['img_comment_legend']                     = 'Last comments'; // %ID
    7169
    72 $lang['root_path_legend']                       = 'Path de piwigo'; // %G1
     70$lang['root_path_legend']                       = 'Pïwigo path'; // %G1
    7371
    74 $lang['cat_id_legend']                          = 'ID de la cat&eacute;gorie'; // %C1
    75 $lang['cat_name_legend']                        = 'Nom de la cat&eacute;gorie'; // %C2
    76 $lang['cat_description_legend']         = 'Description de la cat&eacute;gorie'; // %C3
    77 $lang['cat_dir_legend']                         = 'R&eacute;pertoire de la cat&eacute;gorie (path non complet)'; // %C4
    78 $lang['cat_dirFull_legend']                     = 'R&eacute;pertoire de la cat&eacute;gorie (path complet)'; // %C5
     72$lang['cat_id_legend']                          = 'Category ID'; // %C1
     73$lang['cat_name_legend']                        = 'Category name'; // %C2
     74$lang['cat_description_legend']         = 'Category description'; // %C3
     75$lang['cat_dir_legend']                         = 'Path to category (path from Gallerie)'; // %C4
     76$lang['cat_dirFull_legend']                     = 'Path to category (Full path)'; // %C4
    7977// Fin legende
    8078
Note: See TracChangeset for help on using the changeset viewer.