mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 08:43:31 +02:00
7ebed79726
http://forum.phpwebgallery.net/viewtopic.php?pid=92097#p92097 A plugin to integrate the menu class see test_menu directory A plugin to show how to use the menu class see AMenuManager directory And common classes needed for the AMenuManager plugin see grum_plugins_classes-2 directory See topic http://forum.phpwebgallery.net/viewtopic.php?pid=92637#p92637 for more informations git-svn-id: http://piwigo.org/svn/trunk@2466 68402e56-0260-453c-a942-63ccdbb3a9ee
59 lines
2.0 KiB
PHP
Executable File
59 lines
2.0 KiB
PHP
Executable File
<?php
|
|
|
|
$lang['Grum Plugin Classes is not installed'] = 'Plugin <b>Grum Plugin Classes</b> in not installed';
|
|
|
|
$lang['g002_title_page'] = 'Advanced Menu Management';
|
|
$lang['g002_version'] = 'r';
|
|
|
|
$lang['g002_error_invalid_ajax_call'] = "Invalid function call !";
|
|
|
|
$lang['g002_setmenu'] = 'Menu management';
|
|
$lang['g002_addlinks'] = 'Links';
|
|
$lang['g002_randompict'] = 'Random picture';
|
|
$lang['g002_personnalblock'] = 'Personalised menu';
|
|
|
|
$lang['g002_setmenu_nfo'] = 'Management of displayed menu\'s blocks';
|
|
$lang['g002_addlinks_nfo'] = 'Menu\'s block allowing to display a list of hyperlink';
|
|
$lang['g002_randompict_nfo'] = 'Menu\'s block allowing to display a random picture from the gallery';
|
|
$lang['g002_personnalblock_nfo'] = 'Display personalised blocks into menu';
|
|
|
|
|
|
$lang['g002_mode_new_window'] = 'New window';
|
|
$lang['g002_mode_current_window'] = 'Current window';
|
|
$lang['g002_addlink'] = 'Add a link';
|
|
$lang['g002_label'] = 'Label';
|
|
$lang['g002_url'] = 'URL';
|
|
$lang['g002_mode'] = 'Mode';
|
|
$lang['g002_icon'] = 'Representative picture';
|
|
$lang['g002_visible'] = 'Visible';
|
|
$lang['g002_linkslist'] = "Links list";
|
|
$lang['g002_confirm_delete_link'] = "Delete link ?";
|
|
$lang['g002_nolinks'] = 'No links';
|
|
$lang['g002_link'] = 'link';
|
|
$lang['g002_links'] = 'links';
|
|
|
|
$lang['g002_createoflink'] = 'Add link';
|
|
$lang['g002_editoflink'] = 'Edit link';
|
|
$lang['g002_createthelink'] = 'Add link';
|
|
$lang['g002_editthelink'] = 'Edit link';
|
|
|
|
$lang['g002_configlinks'] = 'Links settings';
|
|
$lang['g002_setting_link_block_menu'] = 'Menu integration';
|
|
$lang['g002_setting_link_links']='Links';
|
|
$lang['g002_setting_link_show_icon'] = 'Display links representative picture';
|
|
$lang['g002_setting_link_block_active'] = 'Display block in menu';
|
|
$lang['g002_setting_link_block_title'] = 'Block title';
|
|
$lang['g002_apply'] = 'Apply';
|
|
|
|
$lang['g002_sectionslist'] = 'Menu\'s blocks';
|
|
|
|
$lang['g002_yesno_y'] = 'Yes';
|
|
$lang['g002_yesno_n'] = 'No';
|
|
|
|
$lang['g002_owner'] = 'Owner';
|
|
$lang['g002_sectionid'] = 'Identifier';
|
|
$lang['g002_name'] = 'Label';
|
|
|
|
|
|
?>
|