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

Last change on this file since 3694 was 3694, checked in by Criss, 15 years ago

Add 'Citation' block (thanks to rub, got from 'Fun Citation').

Only available in french language now, but admin can set code for other languages.

File size: 6.9 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
34//Messages d'infos
35$lang['stuffs_order_saved'] = 'Order successfully saved.';
36
37
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';
41
42//------------------------------------------------------------------------------
43//                                                      Module LastComs
44//------------------------------------------------------------------------------
45
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';
58
59
60//------------------------------------------------------------------------------
61//                                                      Module Logon
62//------------------------------------------------------------------------------
63
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';
146
147//------------------------------------------------------------------------------
148//                                                      Module Citation
149//------------------------------------------------------------------------------
150
151$lang['module_name_Citation'] = 'Random quote';
152$lang['module_desc_Citation'] = 'Display a random quote';
153$lang['module_Citation_lang'] = 'Language';
154$lang['module_Citation_code'] = 'Related code';
155
156?>
Note: See TracBrowser for help on using the repository browser.