source: extensions/PWG_Stuffs/language/en_UK/plugin.lang.php @ 9369

Last change on this file since 9369 was 9369, checked in by patdenice, 13 years ago

Plugins can add their own modules.

File size: 7.5 KB
Line 
1<?php
2
3$lang['stuffs_mods_management'] = 'Modules management';
4$lang['stuffs_add_mod'] = 'Add a module';
5$lang['stuffs_edit_mod'] = 'Edit module';
6
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';
19
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';
33$lang['Hide on home page'] = 'Hide on home page';
34
35//Messages d'infos
36$lang['stuffs_order_saved'] = 'Order successfully saved.';
37
38
39// Messages d'erreurs
40$lang['stuffs_error_no_mod_selected'] = 'You didn\'t select any module.';
41$lang['stuffs_no_name'] = 'You must specify name module';
42$lang['stuffs_parent_plugin_is_missing'] = 'PARENT PLUGIN IS NOT ACTIVATED. You should remove this module or re-activate parent plugin.';
43
44//------------------------------------------------------------------------------
45//              Module LastComs
46//------------------------------------------------------------------------------
47
48$lang['module_name_lastcoms'] = 'Last comments';
49$lang['module_desc_lastcoms'] = 'Display last posted comments';
50
51$lang['lastcoms_no_nb_comments'] = 'You must specify numbers of comments.';
52$lang['lastcoms_config'] = 'Configuration';
53$lang['lastcoms_nb_comments'] = 'Number of comments to display';
54$lang['lastcoms_show_buttons'] = 'Show admin buttons';
55$lang['lastcoms_dim'] = 'Thumbnails size';
56$lang['lastcoms_width'] = 'Max width';
57$lang['lastcoms_height'] = 'Max height';
58$lang['lastcoms_nb_cadres'] = 'Numbers of frame by line';
59$lang['lastcoms_taille_cadres'] = 'Frame height';
60
61
62//------------------------------------------------------------------------------
63//              Module Logon
64//------------------------------------------------------------------------------
65
66$lang['module_name_logon'] = 'Login';
67$lang['module_desc_logon'] = 'Display login block';
68
69$lang['logon_remove_menubar_block'] = 'Remove "Quick connect" block from menubar';
70
71
72//------------------------------------------------------------------------------
73//              Module Personal
74//------------------------------------------------------------------------------
75
76$lang['module_name_personal'] = 'Personnal block';
77$lang['module_desc_personal'] = 'Display personnal block (like an edito)';
78
79$lang['personal_content'] = 'content';
80
81
82//------------------------------------------------------------------------------
83//              Module Tags
84//------------------------------------------------------------------------------
85
86$lang['module_name_tags'] = 'Tags';
87$lang['module_desc_tags'] = 'Display gallery tags';
88
89$lang['stuffs_tags_default_display'] = 'Tags display';
90$lang['stuffs_tags_cloud'] = 'Tags cloud';
91$lang['stuffs_tags_letters'] = 'Group by lettters';
92$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)';
93
94
95//------------------------------------------------------------------------------
96//              Module Piclenswall
97//------------------------------------------------------------------------------
98
99$lang['module_name_piclenswall'] = 'Piclens 3DWall';
100$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)';
101
102$lang['piclenswall_height'] = 'Wall height';
103$lang['piclenswall_background_color'] = 'Background color';
104$lang['piclenswall_black'] = 'Black';
105$lang['piclenswall_white'] = 'White';
106$lang['piclenswall_info'] = 'So that the wall is working properly';
107$lang['piclenswall_info_piclens'] = 'You must install and activate <a href="http://piwigo.org/ext/extension_view.php?eid=234">Cooliris/piclens</a> plugin.';
108$lang['piclenswall_info_crossdomain'] = 'You must copy <a href="%s">crossdomain.xml</a> file to the root of your site (or moddify existing file).';
109$lang['piclenswall_info_param'] = '3D Wall Settings must be modified in <b>Cooliris-piclens/b> plugin configuration page.';
110
111//------------------------------------------------------------------------------
112//              Module Most Visited
113//------------------------------------------------------------------------------
114
115$lang['module_name_mostvisited'] = 'Most visited';
116$lang['module_desc_mostvisited'] = 'Display x most visited pictures in the gallery or a category';
117
118$lang['stuffs_mv_nb_images'] = 'Maximum number of pictures to display';
119$lang['stuffs_mv_category_display'] = 'Display on categories pages';
120$lang['stuffs_mv_all_cats'] = 'All categories';
121$lang['stuffs_mv_w_thumb'] = 'Only categories with thumbnails';
122$lang['stuffs_mv_wo_thumb'] = 'Only categories without thumbnails';
123$lang['stuffs_mv_selected_cats'] = 'Only selected categories';
124
125$lang['stuffs_mv_cat_selection'] = 'Categories selection';
126$lang['stuffs_mv_hold_ctrl'] = 'hold CTRL';
127
128//------------------------------------------------------------------------------
129//              Module Best Rated
130//------------------------------------------------------------------------------
131
132$lang['module_name_bestrated'] = 'Best rated';
133$lang['module_desc_bestrated'] = 'Display x best rated pictures in the gallery or a category';
134
135//------------------------------------------------------------------------------
136//              Module Recent
137//------------------------------------------------------------------------------
138
139$lang['module_name_recent'] = 'Recent pictures';
140$lang['module_desc_recent'] = 'Display x recent pictures in the gallery or a category (if exist)';
141
142//------------------------------------------------------------------------------
143//              Module Random
144//------------------------------------------------------------------------------
145
146$lang['module_name_random'] = 'Random pictures';
147$lang['module_desc_random'] = 'Display x random pictures in the gallery or a category';
148
149//------------------------------------------------------------------------------
150//              Module Citation
151//------------------------------------------------------------------------------
152
153$lang['module_name_citation'] = 'Random quote';
154$lang['module_desc_citation'] = 'Display a random quote';
155$lang['module_Citation_lang'] = 'Language';
156$lang['module_Citation_code'] = 'Related code';
157
158//------------------------------------------------------------------------------
159//              Module Featured Photos
160//------------------------------------------------------------------------------
161
162$lang['module_name_featuredphotos'] = 'Featured Photos';
163$lang['module_desc_featuredphotos'] = 'Display favorites photos of the webmaster';
164
165?>
Note: See TracBrowser for help on using the repository browser.