source: extensions/piclens/piclens/language/en_UK/plugin.lang.php @ 3636

Last change on this file since 3636 was 3636, checked in by tiico, 15 years ago

Correct name and description of pictures with extendedDescriotion plugin

File size: 10.5 KB
Line 
1<?php
2/*
3 * Plugin Name: CoolIris-Piclens
4 * Version: 0.3.4
5 * Description: Cooliris/Piclens activation
6 * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=234
7 * Author: Tiico
8 * Author URI:
9 * */
10/********* Fichier EN plugin.lang.php  *********/
11// Piclenslite button
12$lang['piclens_button']                                 = 'View a slideshow';
13
14
15// Admin page
16$lang['piclens_config_tab']                             = 'Configuration';
17$lang['piclens_rssfeed_tab']                    = 'RSS Feed';
18$lang['piclens_3dwallconfig_tab']               = 'PiclensWall Configuration';
19
20//
21$lang['piclens_admin_title']                    = 'Cooliris/Piclens PlugIn Configuration';
22$lang['piclens_admin_submit']                   = 'Save';
23$lang['piclens_admin_saveOK']                   = 'Cooliris-Piclens Configuration Saved';
24$lang['piclens_admin_saveERR1']                 = 'crossdomain.xml file not found';
25$lang['piclens_admin_saveERR2']                 = 'File copy Error';
26$lang['piclens_admin_saveERR3']                 = 'crossdomain.xml file already present';
27$lang['piclens_admin_saveOK2']                  = 'crossdomain.xml file is properly copied to the root of the site';
28$lang['piclens_admin_saveERR4']                 = 'Cooliris 3D Wall disabled because PWG Stuff is installed';
29
30$lang['piclens_admin_restoreOK']                = 'Parameters in Configuration file (%s) are saved into DataBase';
31$lang['piclens_admin_restoreKO']                = 'Configuration File (%s) missing';
32$lang['piclens_admin_savefileOK']               = 'Parameters saved in configuration file (%s)';
33$lang['piclens_admin_savefileWN']               = 'Existing configuration file (%s) was deleted';
34$lang['piclens_admin_restore']                  = 'Restore parameters from file';
35$lang['piclens_admin_savefile']                 = 'Save parameters to file';
36
37$lang['piclens_cfg_title']                              = 'Piclens : Configuration';
38$lang['piclens_cfg_piclens_actived']    = 'Enabling the Cooliris/Piclens plugin';
39$lang['piclens_cfg_recursiv_actived']   = 'Enabling the recursion on the sub-categories';
40$lang['piclens_cfg_root_actived']               = 'Enabling Piclens on all the Gallery (at the Home gallery)';
41$lang['piclens_cfg_lite_actived']               = 'Enabling PiclensLite (Piclens without navigator plugins)';
42
43$lang['piclens_cfg_otherplugins_title'] = 'Compatibility with other installed plugins';
44$lang['piclens_cfg_plugins_actived']    = 'Enabling compatibility with <b><u><i>%s</i></u></b> Plugin';
45$lang['piclens_label_plugins']                  = '<b><u><i>%s</i></u> Plugin installed </b>and <b>activated</b>';
46$lang['piclens_secureimage_detail']             = 'Use the getFile method from the SecureImage plugin to load pictures.';
47$lang['piclens_extendeddesc_detail']    = 'Using language tag [lang] for the picture description and the < !--hidden-- > tag to hide categories and pictures.';
48
49$lang['piclens_cfg_specials_actived']   = 'Enabling Piclens on "Specials" pages';
50$lang['piclens_recentpics_label']               = 'Recent pictures';
51$lang['piclens_recentcats_label']               = 'Recent categories';
52$lang['piclens_mostvisited_label']              = 'Most visited';
53$lang['piclens_bestrated_label']                = 'Best rated';
54$lang['piclens_favorites_label']                = 'My favorites';
55
56$lang['piclens_label_withoutrecursive'] = 'Without recursion';
57$lang['piclens_label_withrecursive']    = 'With recursion';
58
59$lang['piclens_recurs_mode_title']              = 'Recursion Method';
60$lang['piclens_recurs_mode_label']              = 'Recursion Method  : ';
61$lang['piclens_recursive_standard']             = 'Standard';
62$lang['piclens_recursive_standard_title']= 'Standard Method';
63$lang['piclens_recursive_standard_detail']= 'Home<br/>&nbsp;\- Category A<br/>&nbsp;\&nbsp;&nbsp;&nbsp;\- Sub Category AA<br/>&nbsp;\&nbsp;&nbsp;&nbsp;\&nbsp;&nbsp;&nbsp;\- pictures_AAxx<br/>&nbsp;\&nbsp;&nbsp;&nbsp;\ <br/>&nbsp;\&nbsp;&nbsp;&nbsp;\- Sub Category AB<br/>&nbsp;\&nbsp;&nbsp;&nbsp;\&nbsp;&nbsp;&nbsp;\- pictures_ABxx<br/>&nbsp;\<br/>&nbsp;\- Category B<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\- Sub Category BA<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\&nbsp;&nbsp;&nbsp;\- pictures_BAxx<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\- Sub Category BB<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\- pictures_BBxx<br/><br/>- At Home, 1 stream containing all the images of A and B categories and their subcategories (flux Home)<br/>- In each category (eg A), 1 stream containing all images in the category and sub-categories (eg A and AA and AB)<br/>';
64$lang['piclens_recursive_specifique']   = 'Specific';
65$lang['piclens_recursive_specifique_title']= 'Specific Method ';
66$lang['piclens_recursive_specifique_detail']= 'Home<br/>&nbsp;\- Category A<br/>&nbsp;\&nbsp;&nbsp;&nbsp;\- Sub Category AA<br/>&nbsp;\&nbsp;&nbsp;&nbsp;\&nbsp;&nbsp;&nbsp;\- pictures_AAxx<br/>&nbsp;\&nbsp;&nbsp;&nbsp;\ <br/>&nbsp;\&nbsp;&nbsp;&nbsp;\- Sub Category AB<br/>&nbsp;\&nbsp;&nbsp;&nbsp;\&nbsp;&nbsp;&nbsp;\- pictures_ABxx<br/>&nbsp;\<br/>&nbsp;\- Category B<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\- Sub Category BA<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\&nbsp;&nbsp;&nbsp;\- pictures_BAxx<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\- Sub Category BB<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\- pictures_BBxx<br/><br/>- At the Home, 1 stream for each category contains all the images of sub-categories (eg, flows A and B flows)<br/>- In each category (eg A), 1 stream for the category containing all images in the category (eg flow A) and 1 stream for each subcategories containing all the images in the sub-categories (eg flow AA and flow AB)';
67
68$lang['piclens_recurs_mode_rem']                = '<i>Whatever the method chosen, the wall 3D "Cooliris 3D Wall" (Tab 3) operates in <b>Standard Method</b></i>';
69
70$lang['piclens_rsscfg_title']                   = 'Piclens : RSS feed Parameters';
71$lang['piclens_rsscfg_exttitle']                = 'File type show in Piclens';
72$lang['piclens_rsscfg_ext']                             = 'Use these file extensions : ';
73$lang['piclens_rsscfg_ext1']                    = '(Any extension selected => Use all extensions in rss feed)';
74$lang['piclens_rsscfg_ext2']                    = 'Note : !NULL! represent some records without thumbnails (some video file [.flv for exemple])';
75
76$lang['piclens_rsscfg_TNtype']                  = 'Thumbnail image type use in Piclens slideshow';
77$lang['piclens_rsscfg_IMGtype']                 = 'Normal image type use in Piclens slideshow';
78$lang['piclens_rsscfg_order']                   = 'Display order of pictures in PicLens';
79$lang['piclens_rsscfg_order1']                  = 'Sorting order of pictures in Piclens';
80$lang['piclens_rsscfg_name']                    = 'Pictures name in Piclens';
81$lang['piclens_rsscfg_namecat']                 = 'Show the Category name';
82$lang['piclens_rsscfg_desc']                    = 'Description of pictures in Piclens';
83$lang['piclens_rsscfg_video']                   = 'Video support in Piclens';
84
85$lang['piclens_label_orderPiwigo']              = 'Defaut Piwigo';
86$lang['piclens_label_orderCreDate']     = 'Create date';
87$lang['piclens_label_orderAddDate']     = 'Add Date';
88$lang['piclens_label_orderRank']                = 'Average rate';
89$lang['piclens_label_orderBest']                = 'Best hit';
90$lang['piclens_label_orderName']                = 'File name';
91$lang['piclens_label_orderID']                  = 'Id';
92$lang['piclens_label_orderRand']                = 'Random';
93$lang['piclens_label_orderCat']                 = 'Category';
94
95$lang['piclens_label_sortHome']                 = 'Piclens on Home';
96$lang['piclens_label_sortCat']                  = 'Piclens on Categories';
97
98$lang['piclens_label_sortPiwigo']               = 'Defaut Piwigo';
99$lang['piclens_label_sortUp']                   = 'UP';
100$lang['piclens_label_sortDown']                 = 'DOWN';
101
102$lang['piclens_label_TypeTN']                   = 'Thumbnail';
103$lang['piclens_label_TypeNorm']                 = 'Normal';
104$lang['piclens_label_TypeHigh']                 = 'High';
105
106$lang['piclens_label_Name1']                    = 'Thumbnail name : size';
107$lang['piclens_label_Name2']                    = 'Thumbnail name';
108$lang['piclens_label_Name3']                    = 'Picture name';
109
110$lang['piclens_label_Desc1']                    = 'Nothing';
111$lang['piclens_label_Desc2']                    = 'Picture name';
112$lang['piclens_label_Desc3']                    = 'Picture description';
113
114
115$lang['piclens_wallcfg_title']                  = 'Piclens : PiclensWall (3D Wall) Configuration';
116$lang['piclens_wallcfg_navoption_title']= 'Navigation with Cooliris 3D Wall';
117$lang['piclens_wallcfg_name']                   = 'Cooliris 3D Wall Title :';
118$lang['piclens_wallcfg_actived']                = 'Enabling Cooliris 3DWall';
119$lang['piclens_wallcfg_info']                   = '<b>Important for 3DWall works: </b>It is necessary to copy the file';
120$lang['piclens_wallcfg_info_suite']             = 'at the root of the site (or modify the existant one)';
121$lang['piclens_wallcfg_color']                  = 'Background color for the Cooliris 3D wall';
122$lang['piclens_wallcfg_colorB']                 = 'Black';
123$lang['piclens_wallcfg_colorW']                 = 'White';
124$lang['piclens_wallcfg_heigh']                  = 'Height for the Cooliris 3D Wall';
125$lang['piclens_wallcfg_disp']                   = 'Choosing display Cooliris 3D wall :';
126$lang['piclens_wallcfg_disp_opt1']              = 'Home';
127$lang['piclens_wallcfg_disp_opt2']              = 'Categories';
128$lang['piclens_wallcfg_option']                 = 'Display Options of Cooliris 3D Wall :';
129$lang['piclens_wallcfg_option-opt1']    = 'Show "Embed" link';
130$lang['piclens_wallcfg_option-opt2']    = 'Show "FullScreen" link';
131$lang['piclens_wallcfg_option-opt3']    = 'Show "Search" link';
132$lang['piclens_wallcfg_transparent']    = '"Transparent" Mode for the wall. <i>Needed for some horizontal themes</i>';
133$lang['piclens_wallcfg_param']                  = 'Cooliris 3D Wall Parameters ';
134$lang['piclens_wallcfg_paramNORM']              = 'Standard (Same for all the gallery)';
135$lang['piclens_wallcfg_paramSPEC']              = 'Specific (configuration of the categories below)';
136$lang['piclens_wallcfg_cat_nav']                = 'Replacing the thumbnails navigation in categories by the Cooliris 3D wall';
137$lang['piclens_wallcfg_cat_nav1']               = 'Categories for which the wall replaces 3D navigation :';
138
139$lang['piclens_wallcfg_swflocal']               = '[Optional] Using the local flash file (swf) for the 3DWall instead of the Cooliris site <b>[In this case, the crossdomain.xml file is not needed]</b>';
140
141$lang['piclens_wallcfg_cat']                    = '     Categories included in the Cooliris 3D wall (when parameter \'specific\') :';
142
143$lang['piclens_wallcfg_spec_nav']               = 'Replacing the navigation on specials pages by the Cooliris 3D wall';
144
145$lang['piclens_label_crossdomain1']             = '<i>The <u>crossdomain.xml</u> file already exist at the root of the site, edit and change it manually if necessary.</i>';
146$lang['piclens_label_crossdomain2']             = 'Copy crossdomain.xml file at the root of the site.';
147
148$lang['piclens_label_pwgstuff1']                = '<u>Note :</u> <b>Option not available because PWG_Stuff is installed (check the option in PWG_Stuff). Some settings can be changed here.</b>';
149$lang['piclens_label_pwgstuff2']                = '<u>Note :</u> Instead, install <a href=http://fr.piwigo.org/ext/extension_view.php?eid=190>PWG_Stuff</a> to add PicLens 3DWall block (customizable display in PWG_Stuff).';
150
151$lang['piclens_stuff_notparam']                 = '<b>Parameters specific to the plugin Cooliris PicLens. Not used in PWG Stuff plugin</b>';
152$lang['piclens_stuff_param_commun']             = '<b>Parameters may be common to plugins  Cooliris PicLens and PWG-Stuff</b>';
153
154
155?>
Note: See TracBrowser for help on using the repository browser.