<?php
//ADMIN
$lang['addinfo_h2'] = 'Management of additional information on picture page';

$lang['addinfo_complete'] = 'Additional Information - Plugin Add Info';

//onglet addinfo
$lang['addinfo_newinfo'] = 'You can also add information on the edit photo\'s page';
$lang['addinfo_ajout'] = 'Add informations to pictures';
$lang['addinfo_selecti3'] = 'Select the picture';
$lang['addinfo_img'] = 'Add some informations to the pictures';
$lang['addinfo_selectimg'] = 'Select the picture';
$lang['addinfo_listimg'] = 'Pictures list';
$lang['addinfo_choiximg'] = 'Edit the additional informations of the picture';
$lang['addinfo_insing'] = 'insert the values in the database';

//onglet explication
$lang['addinfo_explication'] = 'Presentation';
$lang['addinfo_explication_help'] = 'This plugin is an example of adding informations to the pictures, for you to use it, you shall adapt it';
$lang['addinfo_explication_update non'] = 'Replacement of INFO1, INFO2, INFO3';
$lang['addinfo_explication_update non_help'] = 'For this, you should add in your language file:<br>
$lang[\'addinfo_info1\'] = \'name you want for infos1\'; <br>
$lang[\'addinfo_info2\'] = \'name you want for infos2\'; <br>
$lang[\'addinfo_info3\'] = \'name you want for infos3\'; <br>
';

//onglet addinfo et admin info
$lang['addinfo_info1'] = 'INFO1';
$lang['addinfo_info2'] = 'INFO2';
$lang['addinfo_info3'] = 'INFO3';


?>