/*  Copyright 2009, ontoprise GmbH
*  This file is part of the Collaboration-Extension.
*
*   The Collaboration-Extension 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 3 of the License, or
*   (at your option) any later version.
*
*   The Collaboration-Extension is distributed in the hope that it will be useful,
*   but WITHOUT ANY WARRANTY; without even the implied warranty of
*   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*   GNU General Public License for more details.
*
*   You should have received a copy of the GNU General Public License
*   along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

var wgCEUserLanguageStrings = {
	'ce_com_default_header'	:	'Add comment',
	'ce_com_ext_header'		:	'Comments',
	'ce_invalid'			:	'You didn\'t enter a valid comment.',
	'ce_reload'				:	' Page is reloading ...',
	'ce_deleting'			:	'Deleting comment ...',
	'ce_delete'				:	'Do you really want to delete this comment?',
	'ce_delete_button'		:	'Delete comment',
	'ce_cancel_button'		:	'Cancel',
	'ce_close_button'		:	'Close window and refresh page',
	'ce_delete_title'		:	'Click here to delete this comment',
	'ce_edit_title'			:	'Click here to edit this comment',
	'ce_edit_cancel_title'	:	'Click here to leave the edit mode.',
	'ce_reply_title'		:	'Click here to reply to this comment',
	'ce_com_reply'			:	'Reply',
	'ce_edit_rating_text'	:	'Rate the quality of this article ',
	'ce_edit_rating_text2'	:	'(optional)',
	'ce_edit_button'		:	'Update comment',
	'ce_com_show'			:	'Show comments',
	'ce_com_hide'			:	'Hide comments',
	'ce_com_view'			:	'View',
	'ce_com_view_flat'		:	'Flat',
	'ce_com_view_threaded'	:	'Threaded',
	'ce_com_rating_text'	:	'Average article quality based on',
	'ce_com_rating_text2'	:	'rating(s):',
	'ce_com_toggle_tooltip'	:	'Click to show/hide all comments',
	'ce_form_toggle_tooltip':	'Click to show/hide the comment form.',
	'ce_form_toggle_no_edit_tooltip' : 'You are not allowed to add new comments',
	'ce_edit_intro'			:	'This comment has been last edited by',
	'ce_edit_date_intro'	:	'on'
}
