<?php
/* by Tomasz 'Devilshakerz' Mlynski [devilshakerz.com]; Copyright (C) 2014
 released under Creative Commons BY-NC-SA 4.0 license: http://creativecommons.org/licenses/by-nc-sa/4.0/ */

// server
$l['dvz_sb_shoutbox'] = 'Shoutbox';
$l['dvz_sb_archive'] = 'Shoutbox archive';
$l['dvz_sb_archivelink'] = 'archive';
$l['dvz_sb_default'] = 'ENTER your message...';
$l['dvz_sb_user_blocked'] = 'You have been blocked from posting messages in Shoutbox.';
$l['dvz_sb_minposts'] = 'Post at least {MINPOSTS} forum messages to be able to use Shoutbox.';
$l['dvz_sb_mod'] = 'Shoutbox moderation';
$l['dvz_sb_mod_banlist'] = 'Banned users\' IDs (comma-separated)';
$l['dvz_sb_mod_banlist_button'] = 'Save';
$l['dvz_sb_mod_clear'] = 'Delete messages older than...';
$l['dvz_sb_mod_clear_all'] = 'All messages';
$l['dvz_sb_mod_clear_button'] = 'Delete';
$l['dvz_sb_activity'] = 'Viewing <a href="%s">Shoutbox archive</a>';

// JavaScript
$l['dvz_sb_delete_confirm'] = 'Do you really want to delete this message?';
$l['dvz_sb_antiflood'] = 'Please wait at least {ANTIFLOOD} seconds between your subsequent messages.';
$l['dvz_sb_permissions'] = 'You do not have permissions to perform this action.';