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

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

Optimizations.

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$lang['Hide on home page'] = 'Hide on home page';
20
21$lang['stuffs_add_module'] = 'Add new module';
22$lang['stuffs_module_config'] = 'Module configuration';
23$lang['stuffs_visual_config'] = 'Display configuration';
24$lang['stuffs_module_options'] = 'Module options';
25$lang['stuffs_authorized_group'] = 'Authorized groups';
26$lang['stuffs_authorized_users'] = 'Authorized users';
27$lang['stuffs_public_module'] = '(Keep empty for public module)';
28$lang['stuffs_show_title'] = 'Show module title';
29$lang['stuffs_show_module_on'] = 'Show module :';
30$lang['stuffs_show_on_home'] = 'On main page';
31$lang['stuffs_show_on_root'] = 'On categories root page';
32$lang['stuffs_show_on_cats'] = 'On all categories pages';
33$lang['stuffs_show_on_picture'] = 'On picture pages';
34$lang['stuffs_no_options'] = 'No options for this module';
35
36$lang['stuffs_perm'] = 'Activate authorization management:';
37$lang['stuffs_group_perm'] = 'by groups';
38$lang['stuffs_user_perm'] = 'by user type';
39$lang['stuffs_level_perm'] = 'by privacy level';
40
41$lang['stuffs_select_all'] = 'Select all';
42$lang['stuffs_unselect_all'] = 'Unselect all';
43
44//Messages d'infos
45$lang['stuffs_order_saved'] = 'Order successfully saved.';
46$lang['stuffs_upgrade_message'] = 'PWG Stuffs plugin as been renamed. It is now called "Blocks".';
47
48// Messages d'erreurs
49$lang['stuffs_error_no_mod_selected'] = 'You didn\'t select any module.';
50$lang['stuffs_no_name'] = 'You must specify name module';
51$lang['stuffs_parent_plugin_is_missing'] = 'PARENT PLUGIN IS NOT ACTIVATED. You should remove this module or re-activate parent plugin.';
52$lang['stuffs_piclens_need_upgrade'] = 'PICLENS PLUGIN MUST BE UPDATED. PWG Stuffs is not compatible with this version of Piclens.';
53
54//------------------------------------------------------------------------------
55//              Module LastComs
56//------------------------------------------------------------------------------
57
58$lang['module_name_lastcoms'] = 'Last comments';
59$lang['module_desc_lastcoms'] = 'Display last posted comments';
60
61$lang['lastcoms_no_nb_comments'] = 'You must specify numbers of comments.';
62$lang['lastcoms_config'] = 'Configuration';
63$lang['lastcoms_nb_comments'] = 'Number of comments to display';
64$lang['lastcoms_show_buttons'] = 'Show admin buttons';
65$lang['lastcoms_dim'] = 'Thumbnails size';
66$lang['lastcoms_width'] = 'Max width';
67$lang['lastcoms_height'] = 'Max height';
68$lang['lastcoms_nb_cadres'] = 'Numbers of frame by line';
69$lang['lastcoms_taille_cadres'] = 'Frame height';
70
71//------------------------------------------------------------------------------
72//              Module Logon
73//------------------------------------------------------------------------------
74
75$lang['module_name_logon'] = 'Login';
76$lang['module_desc_logon'] = 'Display login block';
77
78$lang['logon_remove_menubar_block'] = 'Remove "Quick connect" block from menubar';
79
80//------------------------------------------------------------------------------
81//              Module Personal
82//------------------------------------------------------------------------------
83
84$lang['module_name_personal'] = 'Personnal block';
85$lang['module_desc_personal'] = 'Display personnal block (like an edito)';
86
87$lang['personal_content'] = 'content';
88
89//------------------------------------------------------------------------------
90//              Module Tags
91//------------------------------------------------------------------------------
92
93$lang['module_name_tags'] = 'Tags';
94$lang['module_desc_tags'] = 'Display gallery tags';
95
96$lang['stuffs_tags_default_display'] = 'Tags display';
97$lang['stuffs_tags_cloud'] = 'Tags cloud';
98$lang['stuffs_tags_letters'] = 'Group by lettters';
99$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)';
100
101//------------------------------------------------------------------------------
102//              Module Most Visited
103//------------------------------------------------------------------------------
104
105$lang['module_name_mostvisited'] = 'Most visited';
106$lang['module_desc_mostvisited'] = 'Display x most visited pictures in the gallery or a category';
107
108$lang['stuffs_mv_nb_images'] = 'Maximum number of pictures to display';
109$lang['stuffs_mv_category_display'] = 'Display on categories pages';
110$lang['stuffs_mv_all_cats'] = 'All categories';
111$lang['stuffs_mv_w_thumb'] = 'Only categories with thumbnails';
112$lang['stuffs_mv_wo_thumb'] = 'Only categories without thumbnails';
113$lang['stuffs_mv_selected_cats'] = 'Only selected categories';
114
115$lang['stuffs_mv_cat_selection'] = 'Categories selection';
116$lang['stuffs_mv_hold_ctrl'] = 'hold CTRL';
117
118//------------------------------------------------------------------------------
119//              Module Best Rated
120//------------------------------------------------------------------------------
121
122$lang['module_name_bestrated'] = 'Best rated';
123$lang['module_desc_bestrated'] = 'Display x best rated pictures in the gallery or a category';
124
125//------------------------------------------------------------------------------
126//              Module Recent
127//------------------------------------------------------------------------------
128
129$lang['module_name_recent'] = 'Recent pictures';
130$lang['module_desc_recent'] = 'Display x recent pictures in the gallery or a category (if exist)';
131
132//------------------------------------------------------------------------------
133//              Module Random
134//------------------------------------------------------------------------------
135
136$lang['module_name_random'] = 'Random pictures';
137$lang['module_desc_random'] = 'Display x random pictures in the gallery or a category';
138
139//------------------------------------------------------------------------------
140//              Module Citation
141//------------------------------------------------------------------------------
142
143$lang['module_name_citation'] = 'Random quote';
144$lang['module_desc_citation'] = 'Display a random quote';
145$lang['module_Citation_lang'] = 'Language';
146$lang['module_Citation_code'] = 'Related code';
147
148//------------------------------------------------------------------------------
149//              Module Featured Photos
150//------------------------------------------------------------------------------
151
152$lang['module_name_featuredphotos'] = 'Featured Photos';
153$lang['module_desc_featuredphotos'] = 'Display favorites photos of the webmaster';
154
155?>
Note: See TracBrowser for help on using the repository browser.