5cdb0f1d7b
* made compatible with SMF 1.1rc3 * moved basic strings from Modifications.<lang>.php to sbox.<lang>.php so that there now is language fallback to English (and 1 file less to change) + check for lock before removing History file
32 lines
1.3 KiB
PHP
32 lines
1.3 KiB
PHP
<?php
|
|
|
|
//SMF Shoutbox
|
|
$txt['sbox_ModTitle'] = 'SMF Shoutbox';
|
|
$txt['sbox_Visible'] = 'Shoutbox is visible';
|
|
$txt['sbox_GuestAllowed'] = 'Guests are allowed to shout';
|
|
$txt['sbox_GuestVisible'] = 'Make Shoutbox visible to Guests';
|
|
$txt['sbox_MaxLines'] = 'Maximum number of displayed shouts';
|
|
$txt['sbox_Height'] = 'Shoutbox height (px)';
|
|
$txt['sbox_SmiliesVisible'] = 'Smiley row is visible';
|
|
$txt['sbox_UserLinksVisible'] = 'Show profile links';
|
|
$txt['sbox_KillShout'] = 'Dou you want to kill this shout?';
|
|
$txt['sbox_TextSize1'] = '1. Font size';
|
|
$txt['sbox_TextColor1'] = '1. Font color';
|
|
$txt['sbox_TextSize2'] = '2. Font size';
|
|
$txt['sbox_TextColor2'] = '2. Font color';
|
|
$txt['sbox_RefreshTime'] = 'Refresh time';
|
|
$txt['sbox_BlockRefresh'] = 'Block Refresh after inactivity (' . $modSettings['lastActive'] . ' mins)';
|
|
$txt['sbox_BackgroundColor'] = 'Background color';
|
|
$txt['sbox_FontFamily1'] = '1. Font family';
|
|
$txt['sbox_FontFamily2'] = '2. Font family';
|
|
$txt['sbox_DoHistory'] = 'Create history of shouts';
|
|
$txt['sbox_AllowBBC'] = 'Allow BBCode';
|
|
$txt['sbox_Refresh'] = 'Refresh';
|
|
$txt['sbox_RefreshBlocked'] = 'Automatic refresh disabled due to inactivity';
|
|
$txt['sbox_History'] = 'History';
|
|
$txt['sbox_HistoryClear'] = 'Clear history';
|
|
$txt['sbox_HistoryNotFound'] = 'No history found.';
|
|
$txt['sbox_EnableSounds'] = 'Enable sounds';
|
|
|
|
?>
|