1###############################################################################
2# Templates.lng                                                               #
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$templateslngver = 'YaBB 2.6.11 $Revision: 1611 $';
16
17%templ_txt = (
18'1' => 'Template Style Sheet',
19'2' => 'Template Header',
20'3' => 'Board Index',
21'4' => 'Message Index',
22'5' => 'Post Display',
23'5a' => 'Search',
24'5b' => 'Calendar',
25'5c' => 'Posting',
26'5d' => 'Profile',
27'5e' => 'Memberlist',
28'6' => 'Template Configuration',
29'7' => 'Here you can combine elements from different template-sets and preview the result.',
30'8' => 'Template Images',
31'9' => 'Preview',
32'10' => 'Templates',
33'11' => 'Configuration',
34'12' => 'Save as',
35'13' => 'Save',
36'14' => 'Delete',
37'15' => 'Are you sure you want to delete',
38'18' => 'Elements',
39'19' => 'Here you can change the colors of the background, borders and text as well as the font family and text size for the main elements of your forum.',
40'20' => 'Element',
41'21' => 'Backgr.',
42'22' => 'Font',
43'23' => 'Border',
44'24' => 'Edit',
45'25' => 'Body',
46'26' => 'Container',
47'26b' => 'Header',
48'26c' => 'Header Link',
49'27' => 'Separator',
50'28' => 'Border Color',
51'29' => 'Horizontal Rule',
52'30' => 'Title Bar (.titlebg)',
53'30a' => 'Title Bar link (.titlebg a)',
54'31' => 'Category Bar (.catbg)',
55'31a' => 'Category Bar link (.catbg a)',
56'32' => 'Window 1 (.windowbg)',
57'33' => 'Window 2 (.windowbg2)',
58'34' => 'Text Field/Button',
59'34a' => 'Text Field (Input)',
60'34b' => 'Button (Input)',
61'35' => 'Text Area (Textarea)',
62'36' => 'Select Box (select)',
63'37' => 'Quote',
64'38' => 'Code',
65'39' => 'Highlight',
66'40' => 'This is ',
67'41' => 'Color',
68'42' => 'Font',
69'43' => 'Solid',
70'44' => 'Dashed',
71'45' => 'Dotted',
72'46' => 'Double',
73'47' => 'Groove',
74'48' => 'Ridge',
75'49' => 'Inset',
76'50' => 'Outset',
77'51' => 'Edit Style Sheet',
78'52' => 'Edit Templates',
79'53' => 'This is a Quote',
80'54' => 'This is Code',
81'55' => 'This is Edit',
82'56' => 'This is Highlight',
83'64' => 'Container (#container)',
84'65' => 'Message Text (.message)',
85'66' => 'Message Link (.message a)',
86'67' => 'User CP',
87'68' => 'News',
88'69' => 'Hey,',
89'70' => 'you have',
90'71' => 'messages',
91'72' => 'Test category',
92'73' => 'Test board',
93'74' => 'Mod Names',
94'74a' => 'Mod Groups',
95'75' => 'Test topic',
96'76' => 'Topic Subject',
97'77' => 'Template Test Board',
98'78' => 'Template_Test_Board',
99'79' => 'This is the Board Description',
100'80' => 'Link to last Topic',
101'81' => 'Category Name link',
102'82' => 'Link to last post',
103'83' => 'This is the subject link',
104'84' => 'This is your News messages (if news enabled)',
105'tabtitle' => 'Board Index Title (.tabtitle)',
106'tabtitlea' => 'Board Index Title link (.tabtitle a)',
107'userinfo' => 'Post User-Info',
108'tabmenu' => 'Tabmenu',
109'forum' => 'Forum',
110'admincenter' => 'Admin Center',
111'buttontext' => 'CSS Buttons',
112'buttondescription' => 'Here you can change the position of the icon and text inside the buttons and the background graphics for the buttons.',
113'moveicon1' => 'Icon Position (vertical)',
114'moveicon2' => 'Icon Position (horizontal)',
115'iconspace' => 'Icon-Text space',
116'movetext' => 'Text Position (vertical)',
117'noedit' => qq~You are not allowed to edit the default stylesheet except by directly editing the source.<br />To make changes from this screen: save your work to a new filename. You can then choose this new stylesheet as the stylesheet for the default skin from the <a href="$boardurl/AdminIndex.$yyaext?action=modskin">Template Configuration</a> screen.~,
118);
119
120$templ_txt{'tabtitle_txt'} = 'Board Index Title Text (.tabtitle-text)';
121
1221;