/**
 * O S k a t ( J S )
 * =================
 *
 * Copyright (c) 2004 Andre Gewert - agewert@foni.net
 *
 * This software is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2 of
 * the License, or (at your option) any later version.
 *
 *
 * Deutsche Sprachdatei für Offiziersskat (JS)
 *------------------------------------------------
 * File ID		: $Id: deutsch.js,v 1.1 2004/03/28 14:52:07 agewert Exp $
 * Revision		: $Revision: 1.1 $
 * Date			: $Date: 2004/03/28 14:52:07 $
 * Author		: $Author: agewert $
 *------------------------------------------------
 */

var lang = Array();

lang['ask_new_game'] = 'Neues Spiel starten?';
lang['game_over'] = 'Spielende';
lang['round_over'] = 'Rundenende';
lang['illegal_move'] = 'Ungültiger Zug!';

