diff options
Diffstat (limited to 'plugins/AMenuManager/language/en_UK')
-rwxr-xr-x | plugins/AMenuManager/language/en_UK/index.php | 30 | ||||
-rwxr-xr-x | plugins/AMenuManager/language/en_UK/plugin.lang.php | 89 |
2 files changed, 0 insertions, 119 deletions
diff --git a/plugins/AMenuManager/language/en_UK/index.php b/plugins/AMenuManager/language/en_UK/index.php deleted file mode 100755 index 17747c927..000000000 --- a/plugins/AMenuManager/language/en_UK/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org | -// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | -// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | -// +-----------------------------------------------------------------------+ -// | This program is free software; you can redistribute it and/or modify | -// | it under the terms of the GNU General Public License as published by | -// | the Free Software Foundation | -// | | -// | This program is distributed in the hope that it will be useful, but | -// | WITHOUT ANY WARRANTY; without even the implied warranty of | -// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | -// | General Public License for more details. | -// | | -// | You should have received a copy of the GNU General Public License | -// | along with this program; if not, write to the Free Software | -// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | -// | USA. | -// +-----------------------------------------------------------------------+ - -// Recursive call -$url = '../'; -header( 'Request-URI: '.$url ); -header( 'Content-Location: '.$url ); -header( 'Location: '.$url ); -exit(); -?> diff --git a/plugins/AMenuManager/language/en_UK/plugin.lang.php b/plugins/AMenuManager/language/en_UK/plugin.lang.php deleted file mode 100755 index a0514fe2c..000000000 --- a/plugins/AMenuManager/language/en_UK/plugin.lang.php +++ /dev/null @@ -1,89 +0,0 @@ -<?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'; - - -?> |