source: extensions/Flash_Gallery/language/en_UK/plugin.lang.php @ 3663

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

Some corrections
Add EN translation (only for the core, not for modules)
Add comment options (%ID)

File size: 4.7 KB
Line 
1<?php
2
3$lang['flashgal_mods_management'] = 'Modules management';
4$lang['flashgal_add_mod'] = 'Add a module';
5$lang['flashgal_edit_mod'] = 'Edit module';
6
7$lang['flashgal_module_title'] = 'Module title';
8$lang['flashgal_desc'] = 'Description';
9$lang['flashgal_only_for_admin'] = '(only for administration pannel)';
10$lang['flashgal_type'] = 'Module Type';
11$lang['flashgal_action'] = 'Actions';
12$lang['flashgal_edit'] = 'Modify module';
13$lang['flashgal_delete'] = 'Delete module';
14$lang['flashgal_confirm_delete'] = 'Are you sure you want to delete module %s?';
15$lang['flashgal_main_block'] = 'Main Block';
16
17$lang['flashgal_add_module'] = 'Add new module';
18$lang['flashgal_module_config'] = 'Module configuration';
19$lang['flashgal_visual_config'] = 'Display configuration';
20$lang['flashgal_module_options'] = 'Options du module';
21$lang['flashgal_authorized_group'] = 'Authorized groups';
22$lang['flashgal_authorized_users'] = 'Authorized users';
23$lang['flashgal_public_module'] = '(Keep empty for public module)';
24$lang['flashgal_show_title'] = 'Show module title';
25$lang['flashgal_show_module_on'] = 'Show module :';
26$lang['flashgal_show_on_home'] = 'On main page';
27$lang['flashgal_show_on_home_global']           = 'Global Mode (All categories)';
28$lang['flashgal_show_on_home_selective']        = 'Selective Mode (Selected categories)';
29$lang['flashgal_show_on_cats'] = 'On categories pages selected below';
30
31$lang['flashgal_xml_config']    = 'Informations show on the module (in the xml feed)';
32$lang['flashgal_cfg_heigh']     =   'Height';
33$lang['flashgal_cfg_option']    = 'Module options';
34$lang['flashgal_transparent']   = 'Allow Transparent mode';
35$lang['flashgal_fullscreen']    = 'Allow Full Screen';
36$lang['flashgal_bgcolor']               = 'Background color';
37
38$lang['flashgal_recurs_cats']   = 'Recursivity on children categories';
39$lang['flashgal_cfg_replacenav']        = 'Replace piwigo display by the module';
40$lang['flashgal_replace_thumb'] = 'Replace thumbnail display';
41$lang['flashgal_replace_cats']  = 'Replace categories display';
42$lang['flashgal_cfg_cat']       = 'Show module on caterogies pages :';
43
44$lang['flashgal_xml_legend']    = 'Parameters for variables below';
45
46//legende
47$lang['piclens_picture_legend']     = 'Picture';
48$lang['piclens_cat_legend']                 = 'Category';
49$lang['piclens_global_legend']          = 'Global';
50$lang['img_id_legend']                          = 'Picture ID'; // %I1
51$lang['img_name_legend']                        = 'Picture Name';       // %I2
52$lang['img_description_legend']         = 'Picture Description'; // %I3
53$lang['img_author_legend']                      = 'Picture Author';     // %I4
54$lang['img_URLThumb_legend']            = 'Thumbnail URL (URL From gallerie)'; // %I5
55$lang['img_URLNormal_legend']           = 'Piture URL (URL From gallerie)';     // %I6
56$lang['img_URLHigh_legend']                     = 'HD Picture URL (URL From gallerie)'; // %I7
57$lang['img_URLPicturephp_legend']       = 'Link to picture page (picture.php)'; //%I8
58$lang['img_URLThumbFull_legend']        = 'Thumbnail URL (full URL)'; // %I9
59$lang['img_URLNormalFull_legend']       = 'Piture URL (Full URL)';      // %IA
60$lang['img_URLHighFull_legend']         = 'HD Picture URL (Full URL)';  // %IB
61$lang['img_filename_legend']            = 'Picture file name'; // %IC
62$lang['img_comment_legend']                     = 'Last comments'; // %ID
63
64$lang['root_path_legend']                       = 'Pïwigo path'; // %G1
65
66$lang['cat_id_legend']                          = 'Category ID'; // %C1
67$lang['cat_name_legend']                        = 'Category name'; // %C2
68$lang['cat_description_legend']         = 'Category description'; // %C3
69$lang['cat_dir_legend']                         = 'Path to category (path from Gallerie)'; // %C4
70$lang['cat_dirFull_legend']                     = 'Path to category (Full path)'; // %C4
71// Fin legende
72
73$lang['flashgal_on_home_global_ON_label']       = 'Active on Home (All categories)';
74$lang['flashgal_on_home_ON_label']                      = 'Active on Home (selected categories)';
75$lang['flashgal_on_home_OFF_label']                     = 'Inactive on Home';
76$lang['flashgal_oncats_ON_label']                       = 'Active on Categories';
77$lang['flashgal_oncats_OFF_label']                      = 'Inactive on Categories';
78$lang['flashgal_recurs_ON_label']                       = 'Recursivity active';
79$lang['flashgal_recurs_OFF_label']                      = 'Recursivity inactive';
80
81
82
83$lang['img_id']                         = 'Picture\'s ID';
84$lang['img_name']                       = 'Picture\'s name';
85$lang['img_description']        = 'Picture\'s description';
86$lang['img_URLThumb']           = 'URL for Picture thumbnail';
87$lang['img_URLNormal']          = 'URL for Picture';
88$lang['img_URLHigh']            = 'URL for Picture High Definition';
89$lang['img_URLPicturephp']      = 'Link to picture on piwigo (picture.php)';
90
91$lang['cat_id']                         = 'Category\'s ID';
92$lang['cat_name']                       = 'Category\'s name';
93$lang['cat_description']        = 'Category\'s description';
94
95
96$lang['flashgal_restore']       = 'Default Parameters';
97$lang['flashgal_no_options'] = 'No options for this module';
98//Messages d'infos
99$lang['flashgal_order_saved'] = 'Order successfully saved.';
100
101// Messages d'erreurs
102$lang['flashgal_error_no_mod_selected'] = 'You didn\'t select any module.';
103$lang['flashgal_no_name'] = 'You must specify name module';
104
105?>
Note: See TracBrowser for help on using the repository browser.