diff options
-rw-r--r-- | chat/lib/lang/he.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/lib/lang/he.php b/chat/lib/lang/he.php index 39fa799..30b1a90 100644 --- a/chat/lib/lang/he.php +++ b/chat/lib/lang/he.php @@ -105,6 +105,7 @@ $lang['settingsSoundEnter'] = 'Sound for login and channel enter messages:'; $lang['settingsSoundLeave'] = 'Sound for logout and channel leave messages:'; $lang['settingsSoundChatBot'] = 'Sound for chatbot messages:'; $lang['settingsSoundError'] = 'Sound for error messages:'; +$lang['settingsSoundPrivate'] = 'Sound for private messages:'; $lang['settingsBlink'] = 'Blink window title on new messages:'; $lang['settingsBlinkInterval'] = 'Blink interval in milliseconds:'; $lang['settingsBlinkIntervalNumber'] = 'Number of blink intervals:'; @@ -121,4 +122,4 @@ $lang['logsTime'] = 'זמן'; $lang['logsSearch'] = 'חיפוש'; $lang['logsPrivateChannels'] = 'ערוצים פרטיים'; $lang['logsPrivateMessages'] = 'הודעות פרטיות'; -?>
\ No newline at end of file +?> |