1###############################################################################
2# BoardIndex.lng (BoardIndex 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$boardindexlngver = 'YaBB 2.6.11 $Revision: 1611 $';
16
17%boardindex_txt = (
18'18' => 'Index',
19'20' => 'Forum Name',
20'21' => 'Posts',
21'21l' => 'posts',
22'22' => 'Last Post',
23'34' => 'Login',
24'63' => 'Moderators',
25'63a' => 'Moderator Groups',
26'64'  => 'Sub-Boards',
27'65'  => 'Sub-Boards in',
28'66'  => 'Sub-Board',
29'67'  => 'This board contains new posts.',
30'68'  => 'This board has no new posts.',
31'69'  => 'of the',
32'70'  => 'sub-boards contain new posts.',
33'71'  => 'sub-board contains new posts.',
34'72'  => 'sub-board has no new posts.',
35'141' => 'Guests',
36'142' => 'Members',
37'bviews' => 'Viewing',
38'143' => 'Search Engines',
39'158' => 'Users Online',
40'200' => 'Forum Statistics',
41'201' => 'The newest member is',
42'235' => 'Last Post',
43'236' => 'The most recent post is',
44'298' => 'Moderator',
45'298a' => 'Moderator Group',
46'315' => 'Forgot password?',
47'316' => 'Inbox',
48'320' => 'Sent Box',
49'330' => 'Topics',
50'330l' => 'topics',
51'333' => 'New Posts',
52'334' => 'No New Posts',
53'470' => 'N/A',
54'470a' => '<i>Ex-Member</i>',
55'487' => 'There are a total of',
56'488' => 'registered members',
57'489' => 'The forum contains a total of',
58'490' => 'within',
59'500' => 'Marking all Posts as read', # inside JavaScript!
60'500a' => 'Complete', # inside JavaScript!
61'500b' => 'Marking all Topics as Read', # inside JavaScript!
62'524' => 'In',
63'525' => 'By',
64'526' => 'Redirected Hits',
65'643' => 'Up',
66'685' => 'Info Center',
67'791' => 'View the',
68'792' => 'most recent posts',
69'792a' => 'most recent topics',
70'793' => 'on the forum.',
71'795' => 'You have',
72'796' => 'Personal Messages',
73'797' => 'View',
74'800' => 'The most users ever online was',
75'801' => 'The most members ever online was',
76'802' => 'The most guests ever online was',
77'803' => 'The most search engines ever online was',
78'no_ip' => 'No IP Logged',
79'guest_ip' => 'Guest IPs',
80'recenttopic' => '10 most recent topics',
81);
82
83%boardindex_imtxt = (
84'11' => 'You had',
85'12' => 'messages in your PM',
86'14' => 'New messages:',
87'15' => '.\nWould you like to view your PM Inbox',
88'16' => 'which exceeded the storage limit of',
89'18' => 'messages',
90'19' => 'The oldest',
91'20' => 'messages were automatically deleted.\n\nDo you want to view your PM',
92'21' => 'now?',
93'24' => 'of which',
94'25' => 'is new',
95'26' => 'are new',
96'46' => 'Storage',
97'47' => 'them',
98'48' => 'the message',
99'50' => 'New Broadcast Personal Messages.',
100'51' => '\nWould you like to view the Broadcast PM box',
101'50a' => 'New Alert Messages:',
102);
103
104%boardindex_exptxt = (
105'1' => 'Expand',
106'2' => 'Collapse',
107'5' => 'This category contains <b>new</b> posts.',
108'6' => 'This category contains no new posts.',
109);
110
1111;
112