1###############################################################################
2# TabMenu.lng (TabMenu text definitions)                                      #
3###############################################################################
4# YaBB: Yet another Bulletin Board                                            #
5# Open-Source Community Software for Webmasters                               #
6# Version:        YaBB 2.6.11                                                 #
7# Packaged:       December 2, 2014                                            #
8# Distributed by: http://www.yabbforum.com                                    #
9# =========================================================================== #
10# Copyright (c) 2000-2014 YaBB (www.yabbforum.com) - All Rights Reserved.     #
11# Software by:  The YaBB Development Team                                     #
12#               with assistance from the YaBB community.                      #
13###############################################################################
14
15$tabmenulngver = 'YaBB 2.6.11 $Revision: 1611 $';
16
17%tabmenu_txt=(
18'texterr' => 'The Text field is empty.',
19'tabext' => 'A tab for the same action or with the same name already exists.',
20'tabfront' => 'Front',
21'taburl' => 'URL',
22'tabwin' => 'New window',
23'edittab' => 'Edit tabs',
24'tabdel' => 'Delete this tab',
25'viewgm' => 'GMod +',
26'viewadm' => 'Admin',
27'tabtext' => 'Text',
28'taberr' => 'Required information missing:',
29'addtab' => 'Add',
30'savetab' => 'Save Text',
31'reordertab' => 'Reorder Tabs:',
32'tableft' => '<',
33'tabright' => '>',
34'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',
35'edittext2' => 'icon to save the new text or you can delete the tab by clicking on the',
36'edittext3' => 'icon. Note that you <b>cannot edit URLs</b>.',
37'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.',
38'urlerr' => 'The URL field is empty.',
39'viewmem' => 'Members +',
40'viewall' => 'Guests +',
41'newtab' => 'Add a tab',
42'tabinsert' => 'Add after',
43'tabview' => 'Visible to',
44);
45
461;