chessdevil.i18n.en = {
// Control center
	cc_io: 'Import/Export',
	cc_pair2: 'Importing pair2 csv file: ',
	cc_pair2btn: 'Pair2',
	cc_nplayers: 'Number of players: ',
	cc_nrounds: 'Number of rounds: ',
	cc_status: 'Status: ',
	cc_stinit: 'Tournament created',
	cc_stbuzy: 'Tournament is buzzy',
	cc_stend: 'Tournament finalized',
	cc_tiebreak: 'Tiebreak System',
	cc_trnprop: 'Tournament Properties',
// General
	ge_cancel: 'Cancel',
	ge_color: 'Color',
	ge_delete: 'Delete',
	ge_elo: 'Elo',
	ge_firstname: 'First name',	
	ge_name: 'Name',
	ge_ok: 'Ok',
	ge_opponent: 'Opponent',
	ge_save: 'Save',
	ge_score: 'Score',
	ge_round: 'Round',
	ge_title: 'Title',
	ge_total: 'Total',
	ge_printheader: "<img src='$' style='float:left; margin-top:0px; " +
		"padding-top:0px;'></img><h2 style='padding-top: 50px; margin:" +
		" 0px;'>ChessDevil</h2>A cloud service for chess tournaments<br>" +
		"&copy; Copyright 2011 Ruben Decrop",
// Pair2
	pair2_errpl: 'Could not process players in .csv file.  Import Failed',
	pair2_errpr: 'Could not process pairings in .csv file. Import Failed',
	pair2_import: 'Select pair2 .csv file to import',
	pair2_confirm: 'The import will overwrite the existing tournament',
// Players
	pl_absent: 'Absent',
	pl_absfailed: 'Setting absences failed',
	pl_absok: 'Absences modified',
	pl_absentbtn: 'Manage absences',
	pl_absencetitle: 'Absences $',
	pl_addbtn: 'Add a player',
	pl_addtitle: 'Adding a player',
	pl_addok: 'Player added',
	pl_addfailed: 'Adding player failed!',
	pl_del: 'Are you sure you want to delete player "$"?',
	pl_delbtn: 'Delete player',
	pl_delfailed: 'Deleting player failed!',
	pl_delok: 'Player deleted',
	pl_deltitle: 'Deleting a player',
	pl_editbtn: 'Edit player details',
	pl_editok: 'Player details modified',
	pl_editfailed: 'Modifying player failed!',
	pl_edittitle: 'Modyfying a player',
	pl_floater: 'Floater',
	pl_nexist: 'No players.',
	pl_prix: 'Pairing index',
	pl_prixshort: 'Pr. Ix.',
	pl_save0: 'Save and keep open',
	pl_scorebtn: 'Score Card',
	pl_scoretitle: 'Score Card $',
	pl_oppix: 'Oix.',
	pl_sort: 'Sort by: ',
// Pairings
    pr_status: 'Round $ is paired',
	pr_del: 'Delete pairings round $',
	pr_deldlgtitle: 'Deleting pairings',
	pr_delconfirm: 'Are you sure to delete the pairings of round $',
    pr_empty: ' -- Empty --',
	pr_curdel: 'Can only delete curremt round.',
	pr_manual: 'Manually adapt pairings round $',
    pr_manadd: 'Add pairing line',
    pr_manremove: 'Remove empty lines',
    pr_mansave: 'Save',
    pr_manrevert: 'Revert to original',
	pr_nexist: 'There are currently no pairings',
	pr_print: 'Print pairing round $',
	pr_redo: 'Redo pairing round $',
	pr_rnd1: 'Pairings round $',
	pr_rnd2: 'Make pairings round $',
	pr_show: 'Show pairings of round:',
	pr_unassigned: 'Unassigned players',
// rankings
	rk_name: 'Name',
	rk_nexist: 'There are currently no rankings',
	rk_points: 'Points',
	rk_print: 'Print rankings after round $',
	rk_rank: 'Rank',
	rk_rnd: 'Rankings after round $',
	rk_show: 'Show rankings after round:',
// Results
	rs_nexist: 'There are currently no results',
	rs_rnd: 'Results round $',
	rs_show: 'Show results of round:'
};


