Files
Piwigo/plugins/AMenuManager/language/en_UK/plugin.lang.php
grum 526d8006a1 updating files for the Menu class (test_menu)
+ add functionnalities

updating files for the AMenuManager plugin
 + fixes some bugs
 + add functionnalities

updating common classes grum_plugins_classes-2
(needed for the AMenuManager plugin)
 + add functionalities for google_translator use


git-svn-id: http://piwigo.org/svn/trunk@2468 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-07 21:52:45 +00:00

90 lines
3.2 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_links']='Links';
$lang['g002_setting_link_show_icon'] = 'Display links representative picture';
$lang['g002_setting_block_menu'] = 'Menu integration';
$lang['g002_setting_block_active'] = 'Display block in menu';
$lang['g002_setting_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';
$lang['g002_translate'] = 'Translate with Google Translate';
$lang['g002_configrandompic'] = 'Random picture settings';
$lang['g002_setting_randompic_aboutpicture'] = 'Displayed datas';
$lang['g002_setting_randompic_showname'] = 'Show picture\'s name';
$lang['g002_setting_randompic_showcomment'] = 'Show picure\'s comment';
$lang['g002_show_n'] = 'No';
$lang['g002_show_o'] = 'Display over the picture';
$lang['g002_show_u'] = 'Display under thpicture';
$lang['g002_personalisedlist'] = "Liste of personalised blocks";
$lang['g002_notitle'] = '[No title]';
$lang['g002_title'] = 'Title';
$lang['g002_sections'] = 'blocks';
$lang['g002_section'] = 'block';
$lang['g002_nosections'] = 'No blocks';
$lang['g002_addsection'] = 'Add a new block';
$lang['g002_createofpersonalised'] = 'Create a new personalized block';
$lang['g002_editofpersonalised'] = 'Modify a personalized block';
$lang['g002_setting_block_langchoice'] = 'Lang choice';
$lang['g002_setting_personalised_content'] = 'Block\'s content';
$lang['g002_setting_personalised_properties'] = 'Properties';
$lang['g002_setting_personalised_nfo'] = 'Description';
$lang['g002_all_languages'] = "All languages";
$lang['g002_modmenu'] = '\'menu\' block';
$lang['g002_modspecial'] = '\'special\' block';
$lang['g002_labelmenu'] = 'Menu\'s label';
?>