/*
 * @package AJAX_Chat
 * @author Sebastian Tschan
 * @copyright (c) Sebastian Tschan
 * @license GNU Affero General Public License
 * @link https://blueimp.net/ajax/
 */

// Ajax Chat language Object:
var ajaxChatLang = {
	away: '%s is away from now.',
	bans: 'Banned Users:',
	bansEmpty: 'No banned Users listed.',
	channelEnter: '%s enters the channel.',
	channelLeave: '%s leaves the channel.',
	cite: '%s said:',
	deleteMessage: 'Delete this chat message',
	deleteMessageConfirm: 'Really delete the selected chat message?',
	errorCommandNotAllowed: 'Error: Command not allowed: %s',
	errorConnectionStatus: 'Error: Connection status: %s',
	errorConnectionTimeout: 'Error: Connection timeout. Please try again.',
	errorCookiesRequired: 'Cookies are required for this chat.',
	errorDOMSyntax: 'Error: Bad Syntax (DOM ID: %s)',
	errorInvalidChannelName: 'Error: Invalid channel name: %s',
	errorInvalidUserName: 'Error: Invalid username.',
	errorInviteNotAllowed: 'Error: You are not allowed to invite someone to this channel.',
	errorKickNotAllowed: 'Error: You are not allowed to kick %s.',
	errorMaxMessageRate: 'Error: You exceeded the maximum number of messages per minute.',
	errorMissingChannelName: 'Error: Missing channel name.',
	errorMissingText: 'Error: Missing message text.',
	errorMissingUserName: 'Error: Missing username.',
	errorNoOpenQuery: 'Error: No private channel open.',
	errorOpNotAllowed: 'Error: You are not allowed to give %s OP status.',
	errorPrivateMessageNotAllowed: 'Error: Private messages are not allowed.',
	errorSocketIO: 'Error: Connection to socket server failed (Flash IO Error).',
	errorSocketSecurity: 'Error: Connection to socket server failed (Flash Security Error).',
	errorSoundIO: 'Error: Failed to load sound file (Flash IO Error).',
	errorUninviteNotAllowed: 'Error: You are not allowed to uninvite someone from this channel.',
	errorUnknownCommand: 'Error: Unknown command: %s',
	errorUserNameInUse: 'Error: Username already in use.',
	errorUserNameNotFound: 'Error: User %s not found.',
	ignoreAdded: 'Added %s to the ignore list.',
	ignoreList: 'Ignored users:',
	ignoreListEmpty: 'No ignored users listed.',
	ignoreRemoved: '%s was removed from the ignore list.',
	invite: '%s invites you to join %s.',
	inviteto: 'Your invitation to %s to join channel %s has been sent.',
	isBack: '%s has returned! Welcome back.',
	joinChannel: 'Join channel %s',
	list: 'Available channels:',
	login: '%s logs into the Chat.',
	logout: '%s logs out of the Chat.',
	myip: 'Your IP is: %s',
	logoutTimeout: '%s has been logged out (Timeout).',
	logoutIP: '%s has been logged out (Invalid IP address).',
	logoutKicked: '%s has been logged out (Kicked).',
	nick: '%s is now known as %s.',
	opAdded: '%s is now Chat moderator.',
	opRemoved: '%s is no longer Chat moderator.',
	privmsg: '(whispers)',
	privmsgto: '(whispers to %s)',
	queryClose: 'Private channel to %s closed.',
	queryOpen: 'Private channel opened to %s.',
	roll: '%s rolls %s and gets %s.',
	safeAdded: 'Added %s to the safe list.',
	safeList: 'Safe names:',
	safeListEmpty: 'No safe names listed.',
	safeRemoved: '%s was removed from the safe list.',
	toggleUserMenu: 'Toggle user menu for %s',
	unban: 'Ban of user %s revoked.',
	unbanUser: 'Revoke ban of user %s',
	uninvite: '%s uninvites you from channel %s.',
	uninviteto: 'Your uninvitation to %s for channel %s has been sent.',
	urlDialog: 'Please enter the address (URL) of the webpage:',
	userMenuAction: 'Describe actions',
	userMenuAFK: 'Change status to AFK',
	userMenuBans: 'List banned users',
	userMenuClosePrivateChannel: 'Close private channel',
	userMenuDescribe: 'Send private action',
	userMenuEnterPrivateRoom: 'Enter private room',
	userMenuFake: 'Play chatbot',
	userMenuIgnore: 'Ignore / Accept',
	userMenuIgnoreList: 'List ignored users',
	userMenuInvite: 'Invite user',
	userMenuKick: 'Kick\'em out',
	userMenuList: 'List available channels',
	userMenuLogout: 'Logout',
	userMenuLogs: 'View chat logs',
	userMenuNick: 'Change username',
	userMenuOpenPrivateChannel: 'Open private channel',
	userMenuRoll: 'Roll the dice',
	userMenuSafe: 'Make safe/unsafe',
	userMenuSafeList: 'Get vip names',
	userMenuSendPrivateMessage: 'Send private message',
	userMenuUninvite: 'Uninvite',
	userMenuWhereis: 'Where are you?',
	userMenuWho: 'Who is online',
	userMenuWhois: 'Display IP',
	goodMorning: 'Good morning! Carpe diem. :)',
	goodMeal: 'Hello! Enjoy your meal. :)',
	goodDay: 'Good afternoon! Enjoy your stay. :)',
	goodEvening: 'Good evening! Enjoy your stay. :)',
	goodNight: 'Hi night owl, what a good time to hit the hay. ;)',
	welcome: 'Welcome! Enjoy your stay. :)',
	whereis: 'User %s is in channel %s.',
	who: 'Online Users:',
	whoChannel: 'Online Users in channel %s:',
	whoEmpty: 'No online users in the given channel.',
	whois: 'User %s - IP address:'
}