$title = 'Travian Battle Report Logger';
$r_site_description = 'Travian Battle Report Logger';
$r_site_keywords = 'travian,logger,log,battle,report';
$form_button = 'Save Report';
$textedit_text = 'Insert the battle report here.';
$log_title_text = 'Log title (optional)';
$add_report = 'Add Report';
$define_races = 'Define races';
$r_report_error = 'Report error';
$r_error_desc = 'Error description';
$r_send = 'Send';
$r_usage = "How to save the report?
1) Select report Ctrl+A
2) Copy report Ctrl+C
3) Paste report Ctrl+V
";
$r_download_script = 'Download script for your browser and save your reports with a single click right from the game.
';
$r_log_doesnt_exist = 'Sorry, no such log here';
$r_anonymous = 'Anonymous';
$r_anonymous_player = 'Someone';
$r_hide_def = 'Hide def';
$r_how_to_install_button = 'How to install button for browser';
$r_install_button = <<Firefox
1. Install Greasemonkey plugin for Firefox from this link or from menu
Tools -> Add-ons -> Get Add-ons.
2. Download Greasemonkey script. Installation should begin automatically after downloading the script.
3. Now you will see the Save Report button next to each report you are viewing.
Internet Explorer
1. Download IE7Pro extension for Internet Explorer here and install it.
2. Download IE7Pro Script. Installation should begin automatically after downloading the script.
3. Now you will see the Save Report button next to each report you are viewing.
Opera
1. Enable user JavaScript, go to Tools > Preferences > Advanced > Content > JavaScript options, and select the directory where you will put your User JavaScript files.
2. Save Greasemonkey script to this directory.
3. Now you will see the Save Report button next to each report you are viewing.
EOD;
$day_abbr = 'd';
$hour_abbr = 'h';
$min_abbr = 'min';
$sec_abbr = 'sec';
$romanos = 'Roman';
$romanos_r = array('Legionnaire', 'Praetorian', 'Imperian', 'Equites Legati', 'Equites Imperatoris', 'Equites Caesaris', 'Battering ram', 'Fire catapult', 'Senator', 'Settler');
$galos = 'Gaul';
$galos_r = array('Phalanx', 'Swordsman', 'Pathfinder', 'Theutates Thunder', 'Druidrider', 'Haeduan', 'Ram', 'Trebuchet', 'Chieftain', 'Settler');
$germanos = 'Teuton';
$germanos_r = array('Maceman', 'Spearman', 'Axeman', 'Scout', 'Paladin', 'Teutonic Knight', 'Ram', 'Catapult', 'Chieftain', 'Settler');
$animals = 'Nature';
$animals_r = array('Rat', '', '', '', '', '', '', '', '', '');
$natars = 'Natars';
$natars_r = array('Pikeman', '', '', '', '', '', '', '', '', '');
/*
* Parse data
*/
$r_subject = "Subject:";
$r_type_a = "attacks";
$r_type_s = "scouts";
$r_type_d = "reinforces";
$r_sent = "Sent:";
$r_date_time_prefix = 'on';
$r_date_time_delim = 'at';
$r_attacker = "Attacker";
$r_defender = "Defender";
$r_sender = 'Sender';
$r_reinf = "Reinf.";
$r_units = "Units";
$r_info = "Info";
$r_casualties = "Casualties";
$r_losses = "Losses";
$r_prisoners = "Prisoners";
$r_bounty = "Bounty";
$r_resources = "resources";
$r_from_the_village = "from the village";
$r_upkeep = 'Upkeep';
$r_stats = 'Stats';
$r_time_barracks = 'Barracks';
$r_time_stable = 'Stable';
$r_time_workshop = 'Workshop';
$TRN['stats_for_village'] = 'statistics for village {0}';
$TRN['stats_for_player'] = 'statistics for player {0}';
$TRN['multi_log_usage'] = 'Post log URLs';
$TRN['add_more_logs'] = 'Add more logs...';
$TRN['single_log'] = 'Single Log';
$TRN['multi_log'] = 'Multi Log';
?>