Changeset 3637 for extensions/piclens/language/zh_CN
- Timestamp:
- Jul 19, 2009, 3:11:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/piclens/language/zh_CN/plugin.lang.php
r3536 r3637 154 154 $lang['piclens_stuff_param_commun'] = '<b>或许可是Cooliris PicLens 和 PWG-Stuff 的公共参数</b>'; 155 155 156 /* TO DO : translation : */ 157 $lang['piclens_wallcfg_nbligne'] = 'Number of row display on the wall '; 158 159 $lang['piclens_3dwallconfig2_tab'] = 'Advanced 3DWall configuration'; 160 $lang['piclens_wallcfgadv_title'] = 'Piclens : Advanced Configuration of Cooliris 3D Wall'; 161 $lang['piclens_wallcfg_colorD'] = 'Dark'; 162 $lang['piclens_wallcfg_colorL'] = 'Light'; 163 $lang['piclens_wallcfg_showChrome'] = 'Shows the bottom toolbar background'; 164 $lang['piclens_wallcfg_showDescription'] = 'Show the item description overlay'; 165 $lang['piclens_wallcfg_showReflections'] = 'Show the reflections under the images'; 166 $lang['piclens_wallcfg_showTutorial'] = 'Show a tutorial message'; 167 $lang['piclens_wallcfg_showNavArrows'] = 'Shows the navigation arrows'; 168 $lang['piclens_wallcfg_backgroundAlpha'] = 'Background transparency [0.0-1.0]'; 169 $lang['piclens_wallcfg_descriptionHeight'] = 'Height of the name and description overlay [0-100]'; 170 $lang['piclens_wallcfg_tilt'] = 'Amount of wall tilt [0-5]'; 171 $lang['piclens_wallcfg_backgroundColor'] = 'Color for the background'; 172 $lang['piclens_wallcfg_glowColor'] = 'Color of the glow around the selected picture'; 173 $lang['piclens_wallcfg_backgroundImage'] = 'URL of background image for the wall'; 174 $lang['piclens_wallcfg_tutorial'] = 'URL to tutorial image'; 175 $lang['piclens_wallcfg_tutorialtime'] = 'Tutorial delay'; 176 $lang['piclens_wallcfg_customButtonURL'] = 'URL for custom button in the lower right corner of the toolbar'; 177 $lang['piclens_wallcfg_customButtonTARGET'] = 'Target for custom button'; 178 $lang['piclens_wallcfg_icons'] = 'Directory of PNG images for custom toolbar icons'; 179 $lang['piclens_wallcfg_linkCSS'] = 'CSS string to be applied to descriptions'; 180 181 $lang['piclens_xml_config'] = 'Name and descriptions Configuration'; 182 $lang['piclens_xml_legend'] = 'Parameters for name and description'; 183 184 //legende 185 $lang['piclens_picture_legend'] = 'Picture'; 186 $lang['piclens_cat_legend'] = 'Category'; 187 $lang['piclens_global_legend'] = 'Global'; 188 $lang['img_id_legend'] = 'Picture ID'; // %I1 189 $lang['img_name_legend'] = 'Picture Name'; // %I2 190 $lang['img_description_legend'] = 'Picture Description'; // %I3 191 $lang['img_author_legend'] = 'Picture Author'; // %I4 192 $lang['img_URLThumb_legend'] = 'Thumbnail URL (URL From gallerie)'; // %I5 193 $lang['img_URLNormal_legend'] = 'Piture URL (URL From gallerie)'; // %I6 194 $lang['img_URLHigh_legend'] = 'HD Picture URL (URL From gallerie)'; // %I7 195 $lang['img_URLPicturephp_legend'] = 'Link to picture page (picture.php)'; //%I8 196 $lang['img_URLThumbFull_legend'] = 'Thumbnail URL (full URL)'; // %I9 197 $lang['img_URLNormalFull_legend'] = 'Piture URL (Full URL)'; // %IA 198 $lang['img_URLHighFull_legend'] = 'HD Picture URL (Full URL)'; // %IB 199 $lang['img_filename_legend'] = 'Picture file name'; // %IC 200 201 $lang['root_path_legend'] = 'Pïwigo path'; // %G1 202 203 $lang['cat_id_legend'] = 'Category ID'; // %C1 204 $lang['cat_name_legend'] = 'Category name'; // %C2 205 $lang['cat_description_legend'] = 'Category description'; // %C3 206 $lang['cat_dir_legend'] = 'Path to category (path from Gallerie)'; // %C4 207 $lang['cat_dirFull_legend'] = 'Path to category (Full path)'; // %C4 208 // Fin legende 209 210 $lang['piclens_tags_label'] = 'Tags'; 211 $lang['piclens_rsscfg_exclude_double'] = 'Suppress double picture in the feed (same path)'; 212 213 /* END TO DO*/ 156 214 157 215 ?>
Note: See TracChangeset
for help on using the changeset viewer.