Changeset 24492 for extensions/PersoFooter
- Timestamp:
- Sep 17, 2013, 10:12:09 AM (11 years ago)
- Location:
- extensions/PersoFooter
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PersoFooter/admin/admin.php
r14972 r24492 12 12 13 13 //-------------------------------------------------------- sections definitions 14 15 if (!is_webmaster()) 16 { 17 array_push($page['errors'], l10n('This section is reserved for the webmaster')); 18 } 19 else 20 { 14 21 15 22 // Gestion des onglets … … 43 50 'gestA', 44 51 array('PFTBASE' => stripslashes($_POST['perso_footer']),)); 52 array_push($page['infos'], l10n('Configuration update')); 45 53 } 46 54 break; … … 49 57 'gestB', 50 58 array('meta'=>l10n('nul'),)); 59 51 60 break; 52 } 61 } 53 62 54 63 $template->set_filenames(array('plugin_admin_content' => dirname(__FILE__) . '/admin.tpl')); 55 64 $template->assign_var_from_handle('ADMIN_CONTENT', 'plugin_admin_content'); 65 } 56 66 ?> -
extensions/PersoFooter/language/en_UK/plugin.lang.php
r14972 r24492 13 13 $lang['pft_ED'] = 'Plugin "ExtendedDescription"'; 14 14 $lang['pft_ED_help'] = 'You can use the tags [lang] of this plugin'; 15 $lang['Configuration update'] = 'Configuration update'; 16 $lang['This section is reserved for the webmaster'] = 'This section is reserved for the webmaster'; 15 17 16 18 ?> -
extensions/PersoFooter/language/fr_FR/plugin.lang.php
r14972 r24492 12 12 $lang['pft_ED'] = 'Plugin "ExtendedDescription"'; 13 13 $lang['pft_ED_help'] = 'Vous pouvez utiliser les balises [lang] de ce plugin'; 14 $lang['Configuration update'] = 'Configuration mise à jour'; 15 $lang['This section is reserved for the webmaster'] = 'Cette section est réservé pour le webmaster'; 14 16 15 17 ?>
Note: See TracChangeset
for help on using the changeset viewer.