F:\WEBSITES\testbed\zipped\yabb_svn_new\branches\2.5.2\cgi-bin\yabb2\Languages\English\TabMenu.lng F:\WEBSITES\testbed\zipped\yabb_svn_new\trunk\cgi-bin\yabb2\Languages\English\TabMenu.lng
############################################################################### ###############################################################################
# TabMenu.lng (TabMenu text definitions)                                      # # TabMenu.lng (TabMenu text definitions)                                      #
############################################################################### ###############################################################################
# YaBB: Yet another Bulletin Board                                            # # YaBB: Yet another Bulletin Board                                            #
# Open-Source Community Software for Webmasters                               # # Open-Source Community Software for Webmasters                               #
# Version:        YaBB 2.5.2                                                  # # Version:        YaBB 2.6.12                                                 #
# Packaged:       October 21, 2012                                            # # Packaged:       January 5, 2016                                             #
# Distributed by: http://www.yabbforum.com                                    # # Distributed by: http://www.yabbforum.com                                    #
# =========================================================================== # # =========================================================================== #
# Copyright (c) 2000-2012 YaBB (www.yabbforum.com) - All Rights Reserved.     # # Copyright (c) 2000-2016 YaBB (www.yabbforum.com) - All Rights Reserved.     #
# Software by:  The YaBB Development Team                                     # # Software by:  The YaBB Development Team                                     #
#               with assistance from the YaBB community.                      # #               with assistance from the YaBB community.                      #
############################################################################### ###############################################################################
   
$tabmenulngver = 'YaBB 2.5.2 $Revision: 1.1 $'; $tabmenulngver = 'YaBB 2.6.12 $Revision: 1651 $';
   
%tabmenu_txt=( %tabmenu_txt=(
'texterr' => 'The Text field is empty!!',  'texterr' => 'The Text field is empty.', 
'tabext' => 'A tab for the same action or with the same name already exists!!',  'tabext' => 'A tab for the same action or with the same name already exists.', 
'tabfront' => 'Front', 'tabfront' => 'Front',
'taburl' => 'URL', 'taburl' => 'URL',
'tabwin' => 'New window', 'tabwin' => 'New window',
'edittab' => 'Edit tabs', 'edittab' => 'Edit tabs',
'tabdel' => 'Delete this tab', 'tabdel' => 'Delete this tab',
'viewgm' => 'GMod +', 'viewgm' => 'GMod +',
'viewadm' => 'Admin', 'viewadm' => 'Admin',
'tabtext' => 'Text', 'tabtext' => 'Text',
'taberr' => 'Required information missing:', 'taberr' => 'Required information missing:',
'addtab' => 'Add', 'addtab' => 'Add',
'savetab' => 'Save Text', 'savetab' => 'Save Text',
'reordertab' => 'Reorder Tabs:', 'reordertab' => 'Reorder Tabs:',
'tableft' => '<', 'tableft' => '<',
'tabright' => '>', 'tabright' => '>',
'edittext1' => 'Above you see the tabs the way they would appear if they were all visible at one time. If you have added one or more tabs you now have the option to edit the text directly inside the tab and then click the', 'edittext1' => 'Above you see the tabs the way they would appear if they were all visible at one time. If you have added one or more tabs you now have the option to edit the visible text directly inside the tab and then click the',
'edittext2' => 'icon to save the new text or you can delete the tab by clicking on the', 'edittext2' => 'icon to save the new text or you can delete the tab by clicking on the',
'edittext3' => 'icon.',  'edittext3' => 'icon. Note that you <b>cannot edit URLs</b>.', 
'reordertext' => 'On the right hand side you have a list of all your tabs allowing you to change the order of appearance in the tab menu. Select the tab you want to move and click on the "&lt;" or "&gt;" button to move the tab in the wanted direction.', 'reordertext' => 'On the right hand side there is a list of all your tabs allowing you to change the order they appear in the tab menu. Select the tab you want to move and click on the "&lt;" or "&gt;" button to move the tab in the desired direction.',
'urlerr' => 'The URL field is empty!!',  'urlerr' => 'The URL field is empty.', 
'viewmem' => 'Members +', 'viewmem' => 'Members +',
'viewall' => 'Guests +', 'viewall' => 'Guests +',
'newtab' => 'Add a tab', 'newtab' => 'Add a tab',
'tabinsert' => 'Add after', 'tabinsert' => 'Add after',
'tabview' => 'Visible to', 'tabview' => 'Visible to',
); );
   
1; 1;