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.5 KiB
PHP
32 lines
1.5 KiB
PHP
<?php
|
|
|
|
//SMF Shoutbox
|
|
$txt['sbox_ModTitle'] = 'SMF Shoutbox';
|
|
$txt['sbox_Visible'] = 'Shoutbox ist sichtbar';
|
|
$txt['sbox_GuestAllowed'] = 'Gäste dürfen shouten';
|
|
$txt['sbox_GuestVisible'] = 'Shoutbox ist für Gäste sichtbar';
|
|
$txt['sbox_MaxLines'] = 'Anzahl der angezeigten Zeilen';
|
|
$txt['sbox_Height'] = 'Shoutbox-Höhe (px)';
|
|
$txt['sbox_SmiliesVisible'] = 'Smiley-Zeile ist sichtbar';
|
|
$txt['sbox_UserLinksVisible'] = 'Shouter-Namen mit Profil verlinken';
|
|
$txt['sbox_KillShout'] = 'Diesen Shout löschen?';
|
|
$txt['sbox_TextSize1'] = '1. Schriftgröße';
|
|
$txt['sbox_TextColor1'] = '1. Schriftfarbe';
|
|
$txt['sbox_TextSize2'] = '2. Schriftgröße';
|
|
$txt['sbox_TextColor2'] = '2. Schriftfarbe';
|
|
$txt['sbox_RefreshTime'] = 'Aktualisierungsintervall';
|
|
$txt['sbox_BlockRefresh'] = 'Aktualisierung nach Inaktivität stoppen (' . $modSettings['lastActive'] . ' min)';
|
|
$txt['sbox_BackgroundColor'] = 'Hintergrundfarbe';
|
|
$txt['sbox_FontFamily1'] = '1. Schriftart';
|
|
$txt['sbox_FontFamily2'] = '2. Schriftart';
|
|
$txt['sbox_DoHistory'] = 'Shout-Verlauf anlegen';
|
|
$txt['sbox_AllowBBC'] = 'BBCode erlauben';
|
|
$txt['sbox_Refresh'] = 'Neu laden';
|
|
$txt['sbox_RefreshBlocked'] = 'Automatische Aktualisierung wegen Inaktivität ausgeschaltet';
|
|
$txt['sbox_History'] = 'Verlauf';
|
|
$txt['sbox_HistoryClear'] = 'Verlauf löschen';
|
|
$txt['sbox_HistoryNotFound'] = 'Kein Verlauf gefunden.';
|
|
$txt['sbox_EnableSounds'] = 'Klänge abspielen';
|
|
|
|
?>
|