1###############################################################################
2# Menu.lng (Image text/images 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$menulngver = 'YaBB 2.6.11 $Revision: 1611 $';
16
17if (!$language){$language = $lang;}
18
19%img_txt =(
20'2' => 'Admin',
21'27' => 'View Profile',
22'31' => 'Remove',
23'33' => 'Start new topic',
24'34' => 'Login',
25'34a' => 'Update Session',
26'54' => 'Remove',
27'55' => 'Remove Selected',
28'63' => 'Moderators',
29'66' => 'Modify',
30'69' => 'E-mail',
31'70' => 'My Favorites',
32'71' => 'Add to Favorites',
33'72' => 'Remove from Favorites',
34'79' => 'Edit Profile',
35'97' => 'Register',
36'102' => qq~<img src="$imagesdir/back_to_top.png" alt="Top" title="to Top" />~,
37'102b' => qq~<img src="$imagesdir/back_to_bot.png" alt="Bottom" title="to Bottom" />~,
38'103' => 'Board Index',
39'104' => 'Lock/Unlock',
40'105' => 'Last Post',
41'108' => 'Logout',
42'119' => 'Help',
43'121' => 'Remove',
44'131' => 'Notify of replies',
45'131a' => 'Add Topic Notification',
46'131d' => 'Delete Topic Notification',
47'132' => 'Move',
48'144' => 'PM',
49'144a' => 'Personal Message',
50'145' => 'Quote',
51'145q' => 'Mark &amp; Quote',
52'146' => 'Reply',
53'182' => 'Search',
54'300' => 'Mark Topics as Read',
55'316' => 'Inbox',
56'320' => 'Sent box',
57'321' => 'New Message',
58'323' => 'Preferences',
59'331' => 'Members',
60'418' => 'Notification',
61'452' => 'Mark All Posts as Read',
62'465' => 'Print',
63'465a' => 'Print Post',
64'467' => 'Profile',
65'515' => 'WWW',
66'707' => 'Send Topic',
67'781' => 'Sticky',
68'620' => 'Split',
69'621' => 'Move, Split &amp; Splice',
70'620a' => 'Split this topic starting with this message as the first message in a new topic, followed by the other posts until the last post added to this thread.',
71'621a' => 'Open window to Move, Split or Splice topics.',
72'622' => 'Hide',
73'623' => 'Collapse',
74'624' => 'Expand',
75'625' => 'Add to My Favorites',
76'626' => 'Remove from My Favorites',
77'627' => 'Mark as Unread',
78'mycenter' => "User CP",
79'addbuddy' => 'Add to My Buddy List',
80'pmadmin' => 'Send message to Admin(s)',
81'alertmod' => 'Alert Board Moderator about this Post',
82'alertmodtext' => 'Report Post',
83'forward' => 'Forward',
84'sendpm' => 'Send message',
85'sendbmess' => 'Send broadcast message',
86'aim' => 'AIM',
87'facebook' => 'Facebook',
88'gtalk' => 'GTalk',
89'icq' => 'ICQ',
90'msn' => 'MSN',
91'myspace' => 'MySpace',
92'skype' => 'Skype/VoIP',
93'yim' => 'YIM',
94'twitter' => 'Twitter',
95'youtube' => 'YouTube',
96'birthdaylist' => 'Birthday List',
97'eventcal' => 'Calendar',
98'to_top' => 'To Top of Page',
99);
100
101%img_polltxt = (
102'1' => 'Create Poll',
103'2' => 'Add Poll',
104'20' => 'Open',
105'21' => 'Close',
106'27' => 'Remove',
107'33' => 'View Votes',
108'33a' => 'View Topic',
109'39' => 'Modify',
110'43' => 'Remove Vote',
111'44' => 'Poll',
112'45' => 'New Poll',
113'46' => 'Poll closed',
114);
115
116%img_imtxt = (
117'42' => 'Buddylist',
118'46' => 'Storage',
119);
120
121require Sources::Menu;
122SetMenu();
123
1241;
125