// !!!!!!!!!!!! Important !!!!!!!!!!!!!!!!!!!!!!!!!!!!
// Save this file as utf8 without BOM !!!
// Without BOM is important. UTF-8 is not sufficient therefore
// Notepad windows may not be suitable. 
// Use Notepad++ (free) to edit and save 
// http://notepad-plus.sourceforge.net/fr/site.htm
// Select Format -> Convert to UTF-8 (without BOM)
// And make sure that Format -> Encode in UTF-8 (without BOM) is selected
// before saving the file, otherwise the site will display invalids chars.
//
// Tips & Tricks:
// 1) Be carefull with single quotes (') and double quotes (") in values fields: 
//    never insert a double quote in a value field surrounded by double 
//    quotes and vice versa,
// 2) Don't change keys names,
// 3) Don't change specials values as %s, {0}, bbcode fields [], parsed fields {}, etc..,
// 4) Be carefull with 'time_format' and 'date_format' keys: They must 
//    correspond to those listed here: http://us3.php.net/manual/en/function.date.php
// 5) If you have a doubt for a value translation, look at the key name: perhaps it will
//    help you finding a translation.
// 6) Don't forget to save your files in 'UTF-8 without BOM' format.


var i18n = {
	"already_in_cart"			: "This Map is already selected.\n\nWould you like to see the list ?",
	"empty_cart"				: "This will empty your selection.\n\nAre you sure?",
	"del_from_cart"			: "Remove this map from the selection?",
	
	"two_coms"				: "You can't post two comments in a row.",
	"giga"					: "GB",
	"mega"					: "MB",
	"kilo"					: "KB",
	"byte"					: "bytes",
	"decsep"					: ",",
	"thdsep"					: " ",
	"show"					: "Show",
	"hide"					: "Hide",
	"long_operation"			: "This may take a very long time!\n\nAre-you sure?",
	"must_register"			: "You must be registered to use this function.\n\nRegister for free now?",	
	"required"				: "Thank you fill in all required fields.",
	"debinstall"				: "The installation will now begin and can last several minutes.\n\nPlease wait until the completion of this task.",
	"not_allowed"				: "You don't have permission to perform this operation.",
	"no_downloads"				: "Downloads are temporarily suspended for maintenance.\n\nPlease renew your essay later.",
	"no_uploads"				: "Uploads are temporarily suspended for maintenance.\n\nPlease renew your essay later.",
	"select_all"				: "All",
	"unselect_all"				: "None",	
	"no_vote_today"			: "You have already voted for this map today.\n\nPlease try again later.",
	"no_all_zero"				: "You can not assign the note 0 for all categories!",
	"max_items_cart"			: "You can not add more than {0} maps in MapBox.",
	"select_one"				: "You must select at least one file!",		
	"ftpinst_ok"				: "Congratulations !\n\nThe installation was successful.",	
	"no_data"					: "Sorry. This information was not provided.",
	"not_yet_implemented"		: "This function is not activated yet.\n\nPlease try again later.",
	"main_scr"				: "You must first submit the main screen of the map.\n\n(View menu 'Upload a File')",

	"urlweb_error"				: "An error occurred when opening the requested page.",
	"reach_max_pack_items"		: "You can not add more than {0} maps in a pack.\n\nOnly the first {0} maps were selected.",	
	"not_enough_sel"			: "You should check more than one box!",		

	"no_access"				: "Access to this server has been temporarily disabled.\n\nThank you to renew your essay later.",
	"server_full"				: "The server is full: Continue anyway?",
	"invalidnbcar"				: "Insufficient number of characters.",
	"delete_server"			: "Do you really want to delete this server?\n\n(Irreversible operation)",
	"upload_before_unpause"		: "Sorry. You can not query the server as the uploads are not done!",
	"must_read_all"			: "You must read the entire text before continuing",
	
	"donate_min_1"				: "You must enter a minimum amount of EUR 1 !",
	"donate_other"				: "You entered an amount without checking this option.\nAre you sure?",
	"donate_zero"				: "You must choose an amount for your donation !",
	
	"incorrect_filetype"		: "File type not recognized",
	"none_selected"			: "No file selected",
	"must_select_file"			: "You must select a file!",
	"upld_archive_file"			: "Map File",
	"upld_archive_wad"			: "Textures File",
	"upld_screen_file"			: "Screen File",
	"upload_in_progress"		: "17B - Sending in progress...",
	"check_stop"				: "Upload completed",
	"val_in_progress"			: "Validation in progress. Please wait ....",

	"need_translators"			: "We need translators! \n\nIf you think you can help, please post a message on the forum and we will give you more instructions.",

	"chargement"				: "Loading",
	"precedent"				: "Previous",
	"suivant"					: "Next",
	"telecharger"				: "Download",
	"show_all_maps" 			: "View all maps of {0}",
	"play"					: "Play",
	"pause"					: "Pause",
	"too_long"				: "Field content exceeds authorized size ({0})",
	"eof" : ""
};