source: extensions/AddInfo/language/en_UK/plugin.lang.php @ 7685

Last change on this file since 7685 was 7685, checked in by ddtddt, 13 years ago

[branche 2.1] AddInfo - Add EN - Thanks to LucMorizur

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1<?php
2//ADMIN
3$lang['addinfo_h2'] = 'Management of additional information on picture page';
4
5//onglet addinfo
6$lang['addinfo_ajout'] = 'Add informations to pictures';
7$lang['addinfo_selecti3'] = 'Select the picture';
8$lang['addinfo_img'] = 'Add some informations to the pictures';
9$lang['addinfo_selectimg'] = 'Select the picture';
10$lang['addinfo_listimg'] = 'Pictures list';
11$lang['addinfo_choiximg'] = 'Edit the additional informations of the picture';
12$lang['addinfo_insing'] = 'insert the values in the database';
13
14//onglet explication
15$lang['addinfo_explication'] = 'Presentation';
16$lang['addinfo_explication_help'] = 'This plugin is an example of adding informations to the pictures, for you to use it, you shall adapt it';
17$lang['addinfo_explication_update non'] = 'Replacement of INFO1, INFO2, INFO3';
18$lang['addinfo_explication_update non_help'] = 'For this, you should add in your language file:<br>
19$lang[\'addinfo_info1\'] = \'name you want for infos1\'; <br>
20$lang[\'addinfo_info2\'] = \'name you want for infos2\'; <br>
21$lang[\'addinfo_info3\'] = \'name you want for infos3\'; <br>
22';
23
24//onglet addinfo et admin info
25$lang['addinfo_info1'] = 'INFO1';
26$lang['addinfo_info2'] = 'INFO2';
27$lang['addinfo_info3'] = 'INFO3';
28
29
30?>
Note: See TracBrowser for help on using the repository browser.