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

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

[extensions] - AddInfo

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