Ignore:
Timestamp:
Jul 17, 2009, 1:31:44 AM (15 years ago)
Author:
tiico
Message:

Modify parameters format for name and descriptions in rss feed (use preformated parameters like Flash_Gallery)
Increase length for config zone in tpl

File:
1 edited

Legend:

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

    r3610 r3614  
    178178$lang['piclens_wallcfg_linkCSS']    = 'CSS string to be applied to descriptions';
    179179
     180$lang['piclens_xml_config'] = 'Name and descriptions Configuration';
     181$lang['piclens_xml_legend']     = 'Parameters for name and description';
     182
     183//legende
     184$lang['piclens_picture_legend']     = 'Picture';
     185$lang['piclens_cat_legend']                 = 'Category';
     186$lang['piclens_global_legend']          = 'Global';
     187$lang['img_id_legend']                          = 'Picture ID'; // %I1
     188$lang['img_name_legend']                        = 'Picture Name';       // %I2
     189$lang['img_description_legend']         = 'Picture Description'; // %I3
     190$lang['img_author_legend']                      = 'Picture Author';     // %I4
     191$lang['img_URLThumb_legend']            = 'Thumbnail URL (URL From gallerie)'; // %I5
     192$lang['img_URLNormal_legend']           = 'Piture URL (URL From gallerie)';     // %I6
     193$lang['img_URLHigh_legend']                     = 'HD Picture URL (URL From gallerie)'; // %I7
     194$lang['img_URLPicturephp_legend']       = 'Link to picture page (picture.php)'; //%I8
     195$lang['img_URLThumbFull_legend']        = 'Thumbnail URL (full URL)'; // %I9
     196$lang['img_URLNormalFull_legend']       = 'Piture URL (Full URL)';      // %IA
     197$lang['img_URLHighFull_legend']         = 'HD Picture URL (Full URL)';  // %IB
     198$lang['img_filename_legend']            = 'Picture file name'; // %IC
     199
     200$lang['root_path_legend']                       = 'Pïwigo path'; // %G1
     201
     202$lang['cat_id_legend']                          = 'Category ID'; // %C1
     203$lang['cat_name_legend']                        = 'Category name'; // %C2
     204$lang['cat_description_legend']         = 'Category description'; // %C3
     205$lang['cat_dir_legend']                         = 'Path to category (path from Gallerie)'; // %C4
     206$lang['cat_dirFull_legend']                     = 'Path to category (Full path)'; // %C4
     207// Fin legende
     208
    180209
    181210?>
Note: See TracChangeset for help on using the changeset viewer.