/*
 * @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 = {
	
	login: '%s logger ind i chatten.',
	logout: '%s logger ud af chatten.',
	logoutTimeout: '%s er blevet logget ud (Timeout).',
	logoutIP: '%s er blevet logget ud (Ugyldig IP adresse).',
	logoutKicked: '%s er blevet logget ud (Kicked).',
	channelEnter: '%s kommer ind i rummet.',
	channelLeave: '%s forlader rummet.',
	privmsg: '(hvisker)',
	privmsgto: '(hvisker til %s)',
	invite: '%s inviterer dig til at joine %s.',
	inviteto: 'Din invitation til %s for at joine rummet %s er blevet sent.',
	uninvite: '%s uninvites you from channel %s.',
	uninviteto: 'Your uninvitation to %s for channel %s has been sent.',	
	queryOpen: 'Private channel opened to %s.',
	queryClose: 'Private channel to %s closed.',
	ignoreAdded: 'Added %s to the ignore list.',
	ignoreRemoved: 'Removed %s from the ignore list.',
	ignoreList: 'Ignorerede Brugere:',
	ignoreListEmpty: 'Ingen ignorerede brugere på listen.',
	who: 'Online Brugere:',
	whoChannel: 'Online Brugere i rum %s:',
	whoEmpty: 'Ingen online brugere i rummet.',
	list: 'Ledige rum:',
	bans: 'Banned Brugere:',
	bansEmpty: 'Ingen banned brugere på listen.',
	unban: 'Ban of user %s revoked.',
	whois: 'User %s - IP address:',
	whereis: 'User %s is in channel %s.',
	roll: '%s slår %s og får %s.',
	nick: '%s hedder nu %s.',
	toggleUserMenu: 'Se menu for %s',
	userMenuLogout: 'Log ud',
	userMenuWho: 'Liste over online brugere',
	userMenuList: 'Liste over ledige rum',
	userMenuAction: 'Beskriv funktion',
	userMenuRoll: 'Slå med terning',
	userMenuNick: 'Skift brugernavn',
	userMenuEnterPrivateRoom: 'Gå ind i privat rum',
	userMenuSendPrivateMessage: 'Send privat besked',
	userMenuDescribe: 'Send privat funktion',
	userMenuOpenPrivateChannel: 'Åben privat rum',
	userMenuClosePrivateChannel: 'Luk privat rum',
	userMenuInvite: 'Inviter',
	userMenuUninvite: 'Fortryd invitation',
	userMenuIgnore: 'Ignorer/Accepter',
	userMenuIgnoreList: 'Ignorerede brugere',
	userMenuWhereis: 'Vis rum',
	userMenuKick: 'Kick/Ban',
	userMenuBans: 'Banned brugere',
	userMenuWhois: 'Vis IP',
	unbanUser: 'Fortryd ban af bruger %s',
	joinChannel: 'Gå ind i rum %s',
	cite: '%s sagde:',
	urlDialog: 'Skriv venligst adressen (URL) på hjemmesiden:',
	deleteMessage: 'Slet denne Chatbesked',
	deleteMessageConfirm: 'Er du sikker?',
	errorCookiesRequired: 'Småkager er et krav for denne chat.',
	errorUserNameNotFound: 'Fejl: Bruger %s ikke fundet.',
	errorMissingText: 'Error: Missing message text.',
	errorMissingUserName: 'Error: Missing username.',
	errorInvalidUserName: 'Error: Invalid username.',
	errorUserNameInUse: 'Error: Username already in use.',
	errorMissingChannelName: 'Error: Missing channel name.',
	errorInvalidChannelName: 'Error: Invalid channel name: %s',
	errorPrivateMessageNotAllowed: 'Error: Private messages are not allowed.',
	errorInviteNotAllowed: 'Error: You are not allowed to invite someone to this channel.',
	errorUninviteNotAllowed: 'Error: You are not allowed to uninvite someone from this channel.',
	errorNoOpenQuery: 'Error: No private channel open.',
	errorKickNotAllowed: 'Error: You are not allowed to kick %s.',
	errorCommandNotAllowed: 'Error: Command not allowed: %s',
	errorUnknownCommand: 'Error: Unknown command: %s',
	errorMaxMessageRate: 'Error: You exceeded the maximum number of messages per minute.',
	errorConnectionTimeout: 'Error: Connection timeout. Please try again.',
	errorConnectionStatus: 'Error: Connection status: %s',
	errorSoundIO: 'Error: Failed to load sound file (Flash IO Error).',
	errorSocketIO: 'Error: Connection to socket server failed (Flash IO Error).',
	errorSocketSecurity: 'Error: Connection to socket server failed (Flash Security Error).',
	errorDOMSyntax: 'Error: Invalid DOM Syntax (DOM ID: %s).'
	
}
