--- ogamesim-20130107.orig/csim/version.h
+++ ogamesim-20130107/csim/version.h
@@ -17,6 +17,6 @@
*/
#ifndef __VERSION__H__
-#define VERSION "1.17"
+#define VERSION "1.18"
#endif
--- ogamesim-20130107.orig/debian/apache.example.conf
+++ ogamesim-20130107/debian/apache.example.conf
@@ -0,0 +1,17 @@
+NameVirtualHost *
+
+
+ # ServerAdmin webmaster@localhost
+ # ServerName ogamesim.domain.com
+
+ DocumentRoot /usr/share/ogamesim-www
+ AddHandler cgi-script .cgi
+
+
+ Options ExecCGI
+ DirectoryIndex index.cgi
+ AllowOverride None
+ Order allow,deny
+ Allow from all
+
+
--- ogamesim-20130107.orig/debian/changelog
+++ ogamesim-20130107/debian/changelog
@@ -0,0 +1,84 @@
+ogamesim (20130107-3) unstable; urgency=medium
+
+ * Fixed FTBFS (closes: #845102), thanks to Santiago Vila .
+
+ -- Dmitry E. Oboukhov Mon, 15 May 2017 12:29:27 +0300
+
+ogamesim (20130107-2) unstable; urgency=medium
+
+ * Fixed FTBFS (closes: #822012), thanks to .
+
+ -- Dmitry E. Oboukhov Thu, 27 Oct 2016 11:15:36 +0300
+
+ogamesim (20130107-1) unstable; urgency=low
+
+ * Apply Paweł Kalinowski's patches.
+
+ -- Dmitry E. Oboukhov Mon, 07 Jan 2013 00:28:58 +0400
+
+ogamesim (20080831-1) unstable; urgency=low
+
+ * New upstream version (Polish language added).
+
+ -- Dmitry E. Oboukhov Sun, 31 Aug 2008 18:10:05 +0400
+
+ogamesim (20071227-1) unstable; urgency=low
+
+ * New upstream version (Czech language added).
+ * Fix copyright lintian warning (debian/copyright).
+ * Added 'Homepage' field into debian/control.
+ * Bumped Standards-Version to 3.7.3.
+ * Use debhelper for building package, closes: #437666.
+ * My email address has been changed.
+
+ -- Dmitry E. Oboukhov Thu, 29 May 2008 22:20:16 +0300
+
+ogamesim (20070215-2) unstable; urgency=low
+
+ * Fix ogamesim-www 'download' link (closes: #411549);
+ * Fix "package is not cross-compilable" bug (closes: #411598),
+ thanks "Guillem Jover" :);
+ * Fix 'hardcoded shared libs in Depends line' bug (closes: #411596);
+ * Fix Build-Depends line (unneeded on build-essential package)
+ (closes: #411599);
+ * Fix package description (closes: #411601);
+
+ -- Dmitry E. Oboukhov Tue, 20 Feb 2007 10:24:42 +0300
+
+ogamesim (20070215-1) unstable; urgency=low
+
+ * New upstream version;
+
+ -- Dmitry E. Oboukhov Sat, 17 Feb 2007 23:42:00 +0300
+
+ogamesim (20070208-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Dmitry E. Oboukhov Thu, 8 Feb 2007 21:29:01 +0300
+
+ogamesim (20070204-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Dmitry E. Oboukhov Sun, 4 Feb 2007 18:50:05 +0300
+
+ogamesim (20061229-3) unstable; urgency=low
+
+ * Fix 'Build-depends' section (as policy sec. 4.2).
+
+ -- Dmitry E. Oboukhov Sun, 14 Jan 2007 18:45:55 +0300
+
+ogamesim (20061229-2) unstable; urgency=low
+
+ * Fix changelog.Debian.gz as 'Debian policy (sec 12.7)';
+ * Fix debian/copyright (Add 'downloaded from' section).
+
+ -- Dmitry E. Oboukhov Mon, 1 Jan 2007 18:34:26 +0300
+
+ogamesim (20061229-1) unstable; urgency=low
+
+ * Initial release (closes: #402192).
+
+ -- Dmitry E. Oboukhov Fri, 29 Dec 2006 00:52:18 +0300
+
--- ogamesim-20130107.orig/debian/compat
+++ ogamesim-20130107/debian/compat
@@ -0,0 +1 @@
+5
--- ogamesim-20130107.orig/debian/control
+++ ogamesim-20130107/debian/control
@@ -0,0 +1,32 @@
+Source: ogamesim
+Section: games
+Priority: extra
+Maintainer: Dmitry E. Oboukhov
+Standards-Version: 3.7.3
+Build-Depends: perl (>= 5.6), gettext (>= 0.15), debhelper (>= 5)
+Homepage: http://www.o-o-d.com/tool/sim
+
+Package: ogamesim
+Suggests: ogamesim-www
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Console Ogame Simulator
+ Console battles simulator for the online MMORG Ogame (strategic
+ space simulation game): http://ogame.org. It allows to perform the
+ battles simulation between one player and another one player
+ (Multi-combat mode is not supported).
+ The simulator can integrate in a script bot or can be used just
+ for the battle result calculation.
+
+Package: ogamesim-www
+Suggests: apache2
+Architecture: all
+Depends: perl, libsys-cpu-perl, libcgi-simple-perl, libhtml-template-perl, perl-modules, ogamesim
+Description: WWW GUI for ogamesim
+ CGI frontend for the console battles simulator.
+ Contains:
+ * The probe report parser for the automatical input form filling;
+ * The task editor for the simulator;
+ * The calculation results report parser;
+ * The multilanguage interface.
+
--- ogamesim-20130107.orig/debian/copyright
+++ ogamesim-20130107/debian/copyright
@@ -0,0 +1,29 @@
+This package was debianized by Dmitry E. Oboukhov on
+Mon Dec 4 13:12:57 MSK 2006
+
+Upstream copyright:
+ Copyright (C) 2006,2007 Dmitry E. Oboukhov
+
+It was downloaded from:
+ http://www.o-o-d.com/tool/sim/
+
+License:
+ This package 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.
+
+ This package 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 package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On debian systems, full text of GPLv2 license is alailable
+in /usr/share/common-licenses/GPL-2
+
+The Debian packaging is (C) 2006, Dmitry E. Oboukhov and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- ogamesim-20130107.orig/debian/ogamesim-www.README.Debian
+++ ogamesim-20130107/debian/ogamesim-www.README.Debian
@@ -0,0 +1,4 @@
+Example of config file apache.examples.conf may
+be used for WEB-GUI start-up.
+
+Correct it for your configuration, if it's necessary.
--- ogamesim-20130107.orig/debian/ogamesim-www.examples
+++ ogamesim-20130107/debian/ogamesim-www.examples
@@ -0,0 +1 @@
+debian/apache.example.conf
--- ogamesim-20130107.orig/debian/ogamesim-www.install
+++ ogamesim-20130107/debian/ogamesim-www.install
@@ -0,0 +1,7 @@
+index.cgi /usr/share/ogamesim-www
+www/img /usr/share/ogamesim-www
+www/css /usr/share/ogamesim-www
+www/*.js /usr/share/ogamesim-www
+template /usr/share/ogamesim-www
+csim/units.conf /usr/share/ogamesim-www
+
--- ogamesim-20130107.orig/debian/ogamesim.README.Debian
+++ ogamesim-20130107/debian/ogamesim.README.Debian
@@ -0,0 +1,8 @@
+Tasks for simulation consist of text files.
+
+Example of task concluding all possible units
+is adduced in file example.task.
+
+Order of unions enumeration in task is not important.
+
+usage: ogamesim -h for command-line help.
--- ogamesim-20130107.orig/debian/ogamesim.examples
+++ ogamesim-20130107/debian/ogamesim.examples
@@ -0,0 +1 @@
+debian/task.txt
--- ogamesim-20130107.orig/debian/ogamesim.install
+++ ogamesim-20130107/debian/ogamesim.install
@@ -0,0 +1 @@
+ogamesim /usr/games
--- ogamesim-20130107.orig/debian/ogamesim.manpages
+++ ogamesim-20130107/debian/ogamesim.manpages
@@ -0,0 +1 @@
+ogamesim.6
--- ogamesim-20130107.orig/debian/rules
+++ ogamesim-20130107/debian/rules
@@ -0,0 +1,118 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+SIMULATOR := ogamesim
+WEBGUI := ogamesim-www
+
+SIMPATH := /usr/games/$(SIMULATOR)
+
+REVISION := $(shell dpkg-parsechangelog| \
+ grep '^Version' | sed 's/.*-//')
+
+DEBVERSION := $(shell dpkg-parsechangelog| \
+ grep '^Version' | awk '{ print $$2 }'| sed 's/-.*//')
+
+
+SIMVERSION := $(shell grep 'define[[:space:]]\+VERSION' \
+ csim/version.h | \
+ awk -- '{ print $$3 }' | \
+ sed 's/[^0-9\.]//g')-$(REVISION)
+GUIVERSION := $(shell grep 'our[[:space:]]\+$$VERSION' \
+ www/index.cgi| \
+ sed 's/.*=//'| \
+ sed 's/[^0-9\.]//g')-$(REVISION)
+
+DOWNLOAD_URL := 'http://www.o-o-d.com/tool/sim/sim.tar.bz2'
+
+tarball: clean
+ test -d ../ogamesim-$(DEBVERSION)
+ cd .. && \
+ tar --exclude=debian --exclude=.git \
+ -czvf ogamesim_$(DEBVERSION).orig.tar.gz \
+ ogamesim-$(DEBVERSION)
+
+build: build-stamp
+
+build-stamp:
+ dh_testdir
+ make -C csim for_linux
+ cp csim/csim $(SIMULATOR)
+ make -C www
+ install -m 0755 www/index.cgi .
+ perl -pi -e \
+ 's#^my\s+\$$units_conf.*#my \$$units_conf = "units.conf";#; \
+ s#^my\s+\$$lang.*#my \$$lang = "en";#; \
+ s#my\s+\$$counter_file.*#my \$$counter_file = "";#; \
+ s#^my\s+\$$simulator.*#my \$$simulator = "$(SIMPATH)";#' \
+ index.cgi
+ mkdir -p template
+ for tmpl in `ls www/template/|grep 'sim\...\.html$$'`; do \
+ cat www/template/$$tmpl \
+ |sed 's~href="sim\.tar\.bz2"~href="$(DOWNLOAD_URL)"~' \
+ > template/$$tmpl; \
+ done
+ install -m 0644 csim/csim.6 $(SIMULATOR).6
+ perl -pi -e 's/csim/$(SIMULATOR)/g' $(SIMULATOR).6
+ touch $@
+
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp $(SIMULATOR) install-stamp \
+ csim/csim index.cgi $(SIMULATOR).6
+ rm -fr template
+ make -C csim clean
+ dh_clean
+
+install: build install-stamp
+
+install-stamp:
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ dh_install
+ dh_installdocs -A
+ dh_installchangelogs
+ dh_installexamples
+ dh_installman
+ touch $@
+
+# Build architecture-independent files here.
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_gencontrol -p$(WEBGUI) -- -v$(GUIVERSION)
+ dh_link
+ dh_strip
+ dh_compress -A
+ dh_fixperms
+ dh_installdeb
+ dh_md5sums
+ dh_builddeb -p$(WEBGUI)
+
+# Build architecture-dependent files here.
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_shlibdeps -p$(SIMULATOR)
+ dh_gencontrol -p$(SIMULATOR) -- -v$(SIMVERSION)
+ dh_link
+ dh_strip
+ dh_compress -A
+ dh_fixperms
+ dh_installdeb
+ dh_md5sums
+ dh_builddeb -p$(SIMULATOR)
+
+binary: binary-indep binary-arch
+
+build-arch: build
+
+build-indep: build
+
+.PHONY: build clean binary-indep binary-arch binary install configure build-arch build-indep
--- ogamesim-20130107.orig/debian/task.txt
+++ ogamesim-20130107/debian/task.txt
@@ -0,0 +1,40 @@
+attacker
+ attack = 9
+ shield = 10
+ armory = 11
+
+ Small Cargo = 10
+ Large Cargo = 10
+ Light Fighter = 20
+ Heavy Fighter = 30
+ Cruiser = 40
+ Battleship = 50
+ Colony Ship = 60
+ Recycler = 70
+ Espionage Probe = 80
+ Bomber = 900
+ Destroyer = 110
+ Deathstar = 120
+
+
+
+defender
+ attack = 11
+ shield = 12
+ armory = 13
+
+ Rocket Launcher = 100
+ Light Laser = 200
+ Heavy Laser = 300
+ Gauss Cannon = 400
+ Ion Cannon = 500
+ Plasma Turret = 600
+ Small Shield Dome = 1
+ Large Shield Dome = 1
+
+ Solar Satellite = 100
+
+
+ metal = 123456
+ crystal = 56789
+ deut = 987654
--- ogamesim-20130107.orig/www/index.cgi
+++ ogamesim-20130107/www/index.cgi
@@ -18,7 +18,7 @@
use strict;
use warnings;
-our $VERSION=0.33;
+our $VERSION=0.34;
eval {
--- ogamesim-20130107.orig/www/template/lang/ca.po
+++ ogamesim-20130107/www/template/lang/ca.po
@@ -7,10 +7,11 @@
msgstr ""
"Project-Id-Version: 0.18\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 15:54\n"
+"POT-Creation-Date: 2007-02-04 22:21\n"
"PO-Revision-Date: 2006-12-10 20:03+0100\n"
"Last-Translator: Dark Raven \n"
"Language-Team: Ogamesim language team \n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
--- ogamesim-20130107.orig/www/template/lang/ca.po.previous
+++ ogamesim-20130107/www/template/lang/ca.po.previous
@@ -0,0 +1,224 @@
+# Language file for Catalan
+# Copyright (C) by Dmitry E. Oboukhov, 2006
+# This file is distributed under the same license as the ogamesim package.
+# Dmitry E. Oboukhov
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-12-17 15:54\n"
+"PO-Revision-Date: 2006-12-10 20:03+0100\n"
+"Last-Translator: Dark Raven \n"
+"Language-Team: Ogamesim language team \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#
+msgid "Insert spy-report"
+msgstr "Apega l'inform d'espionatje."
+
+#
+msgid "Next"
+msgstr "Següent"
+
+#
+msgid "download"
+msgstr "Descarregar"
+
+#
+msgid "New task"
+msgstr "Llimpia els datos"
+
+#
+msgid "Task"
+msgstr "Nou"
+
+#
+msgid "Results"
+msgstr "Resultats"
+
+#
+msgid "Name"
+msgstr "Nombre"
+
+#
+msgid "Clean all"
+msgstr "Llimpiar Tot"
+
+#
+msgid "Restore all"
+msgstr "Restablir Tot"
+
+#
+msgid "Save all"
+msgstr "Salvar Tot"
+
+#
+msgid "Attacker"
+msgstr "Atacant"
+
+#
+msgid "Clean"
+msgstr "Limpiar"
+
+#
+msgid "Restore"
+msgstr "Restablir"
+
+#
+msgid "Save"
+msgstr "Salvar"
+
+#
+msgid "Insert data from spy-report"
+msgstr "Inserta l'informe d'espionatje"
+
+#
+msgid "Defender"
+msgstr "Defensor"
+
+#
+msgid "Average Attacker Results"
+msgstr "Valor Mitjà dels Resultats de l'Atacant"
+
+#
+msgid "AAR"
+msgstr "VMRA"
+
+#
+msgid "Average Defender Results"
+msgstr "Valor Mitjà dels Resultats del defensor"
+
+#
+msgid "ADR"
+msgstr "VMRD"
+
+#
+msgid "Best Attacker Results"
+msgstr "Millors Resultats de l'Atacant"
+
+#
+msgid "BAR"
+msgstr "MRA"
+
+#
+msgid "Worst Attacker Results"
+msgstr "Pitjors Resultats de l'Atacant"
+
+#
+msgid "WAR"
+msgstr "PRA"
+
+#
+msgid "Best Defender Results"
+msgstr "Millors Resultats del Defensor"
+
+#
+msgid "BDR"
+msgstr "MRD"
+
+#
+msgid "Worst Defender Results"
+msgstr "Pitjors Resultats del Defensor"
+
+#
+msgid "WDR"
+msgstr "PRD"
+
+#
+msgid "Technologies"
+msgstr "Tecnologies"
+
+#
+msgid "Fleets"
+msgstr "Flotes"
+
+#
+msgid "Ground units"
+msgstr "Defenses"
+
+#
+msgid "Resources"
+msgstr "Recursos"
+
+#
+msgid "Metal"
+msgstr "Metal"
+
+#
+msgid "Needed more chargo space"
+msgstr "Naus de carrega necesarias"
+
+#
+msgid "Crystal"
+msgstr "Cristall"
+
+#
+msgid "Large"
+msgstr "Grans"
+
+#
+msgid "Deuterium"
+msgstr "Deuteri"
+
+#
+msgid "Small"
+msgstr "Petites"
+
+#
+msgid "Simulator options"
+msgstr "Opcions"
+
+#
+msgid "Simulations"
+msgstr "Simulacions"
+
+#
+msgid "Statistics"
+msgstr "Estadístiques"
+
+#
+msgid "Gamer"
+msgstr "Jugador"
+
+#
+msgid "Total"
+msgstr "Total"
+
+#
+msgid "Exclude ground"
+msgstr "Excluir defenses"
+
+#
+msgid "Include ground"
+msgstr "Defenses als escombros"
+
+#
+msgid "Average"
+msgstr "Promedi"
+
+#
+msgid "Minimum"
+msgstr "Mínim"
+
+#
+msgid "Maximum"
+msgstr "Máxim"
+
+#
+msgid "Recyclers"
+msgstr "Recicladors"
+
+#
+msgid "Rounds"
+msgstr "Rondes"
+
+#
+msgid "Moon chance"
+msgstr "Probabilitat deixir Lluna"
+
+#
+msgid "Wins"
+msgstr "Victória"
--- ogamesim-20130107.orig/www/template/lang/de.po
+++ ogamesim-20130107/www/template/lang/de.po
@@ -7,10 +7,11 @@
msgstr ""
"Project-Id-Version: 0.18\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 15:54\n"
+"POT-Creation-Date: 2007-02-04 22:21\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Sergey Tarassenko \n"
"Language-Team: Ogamesim language team \n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
--- ogamesim-20130107.orig/www/template/lang/de.po.previous
+++ ogamesim-20130107/www/template/lang/de.po.previous
@@ -0,0 +1,224 @@
+# Language file for LANGUAGE
+# Copyright (C) by Dmitry E. Oboukhov, 2006
+# This file is distributed under the same license as the ogamesim package.
+# Dmitry E. Oboukhov
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-12-17 15:54\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: Sergey Tarassenko \n"
+"Language-Team: Ogamesim language team \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#
+msgid "Insert spy-report"
+msgstr "Spionage-Bericht einlesen"
+
+#
+msgid "Next"
+msgstr "Weiter"
+
+#
+msgid "download"
+msgstr "herunterladen"
+
+#
+msgid "New task"
+msgstr "Neue Aufgabe"
+
+#
+msgid "Task"
+msgstr "Aufgabe"
+
+#
+msgid "Results"
+msgstr "Ergebnisse"
+
+#
+msgid "Name"
+msgstr "Name"
+
+#
+msgid "Clean all"
+msgstr "Alles löschen"
+
+#
+msgid "Restore all"
+msgstr "Alles wiederherstellen"
+
+#
+msgid "Save all"
+msgstr "Alles speichern"
+
+#
+msgid "Attacker"
+msgstr "Angreifer"
+
+#
+msgid "Clean"
+msgstr "Löschen"
+
+#
+msgid "Restore"
+msgstr "Widerherstellen"
+
+#
+msgid "Save"
+msgstr "Speichern"
+
+#
+msgid "Insert data from spy-report"
+msgstr "Daten aus Spionagebericht einlesen"
+
+#
+msgid "Defender"
+msgstr "Verteidiger"
+
+#
+msgid "Average Attacker Results"
+msgstr "Mittlere Angreiferergebnisse"
+
+#
+msgid "AAR"
+msgstr "MAE"
+
+#
+msgid "Average Defender Results"
+msgstr "Mittlere Verteidigergebnisse"
+
+#
+msgid "ADR"
+msgstr "MVE"
+
+#
+msgid "Best Attacker Results"
+msgstr "Beste Angreiferergebnisse"
+
+#
+msgid "BAR"
+msgstr "BAE"
+
+#
+msgid "Worst Attacker Results"
+msgstr "Schlechteste Angreiferergebnisse"
+
+#
+msgid "WAR"
+msgstr "SAE"
+
+#
+msgid "Best Defender Results"
+msgstr "Beste Verteidigerergebnisse"
+
+#
+msgid "BDR"
+msgstr "BVE"
+
+#
+msgid "Worst Defender Results"
+msgstr "Schlechteste Verteidigerergebnisse"
+
+#
+msgid "WDR"
+msgstr "SVE"
+
+#
+msgid "Technologies"
+msgstr "Forschungen"
+
+#
+msgid "Fleets"
+msgstr "Flotte"
+
+#
+msgid "Ground units"
+msgstr "Verteidigung"
+
+#
+msgid "Resources"
+msgstr "Ressourcen"
+
+#
+msgid "Metal"
+msgstr "Metall"
+
+#
+msgid "Needed more chargo space"
+msgstr "Transporte nötig"
+
+#
+msgid "Crystal"
+msgstr "Kristall"
+
+#
+msgid "Large"
+msgstr "Große"
+
+#
+msgid "Deuterium"
+msgstr "Deuterium"
+
+#
+msgid "Small"
+msgstr "Kleine"
+
+#
+msgid "Simulator options"
+msgstr "Simulator Optionen"
+
+#
+msgid "Simulations"
+msgstr "Simulationen"
+
+#
+msgid "Statistics"
+msgstr "Statistik"
+
+#
+msgid "Gamer"
+msgstr "Spieler"
+
+#
+msgid "Total"
+msgstr "Insgesamt"
+
+#
+msgid "Exclude ground"
+msgstr "Verteidigung ausschließen"
+
+#
+msgid "Include ground"
+msgstr "Verteidigung ins Trümmerfeld"
+
+#
+msgid "Average"
+msgstr "Mittlere"
+
+#
+msgid "Minimum"
+msgstr "Minimale"
+
+#
+msgid "Maximum"
+msgstr "Maximale"
+
+#
+msgid "Recyclers"
+msgstr "Recycler"
+
+#
+msgid "Rounds"
+msgstr "Runden"
+
+#
+msgid "Moon chance"
+msgstr "Chance einer Mondentstehung"
+
+#
+msgid "Wins"
+msgstr "Gewinne"
--- ogamesim-20130107.orig/www/template/lang/fr.po
+++ ogamesim-20130107/www/template/lang/fr.po
@@ -7,10 +7,11 @@
msgstr ""
"Project-Id-Version: 0.18\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 15:54\n"
+"POT-Creation-Date: 2007-02-04 22:21\n"
"PO-Revision-Date: 2006-12-15 21:15+1\n"
"Last-Translator: MUNDO \n"
"Language-Team: Ogamesim language team \n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
--- ogamesim-20130107.orig/www/template/lang/fr.po.previous
+++ ogamesim-20130107/www/template/lang/fr.po.previous
@@ -0,0 +1,224 @@
+# Language file for FRENCH
+# Copyright (C) by Dmitry E. Oboukhov, 2006
+# This file is distributed under the same license as the ogamesim package.
+# Dmitry E. Oboukhov
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-12-17 15:54\n"
+"PO-Revision-Date: 2006-12-15 21:15+1\n"
+"Last-Translator: MUNDO \n"
+"Language-Team: Ogamesim language team \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#
+msgid "Insert spy-report"
+msgstr "Insérer rapport d'espionage"
+
+#
+msgid "Next"
+msgstr "Lancer"
+
+#
+msgid "download"
+msgstr "télécharger"
+
+#
+msgid "New task"
+msgstr "Nouvelle tâche"
+
+#
+msgid "Task"
+msgstr "Tâche"
+
+#
+msgid "Results"
+msgstr "Résultats"
+
+#
+msgid "Name"
+msgstr "Nom"
+
+#
+msgid "Clean all"
+msgstr "Effacer tout"
+
+#
+msgid "Restore all"
+msgstr "Remettre tout"
+
+#
+msgid "Save all"
+msgstr "Sauver tout"
+
+#
+msgid "Attacker"
+msgstr "Attaquant"
+
+#
+msgid "Clean"
+msgstr "Effacer"
+
+#
+msgid "Restore"
+msgstr "Remettre"
+
+#
+msgid "Save"
+msgstr "Sauver"
+
+#
+msgid "Insert data from spy-report"
+msgstr "Insérer les données du rapport d'espionnage"
+
+#
+msgid "Defender"
+msgstr "Défenseur"
+
+#
+msgid "Average Attacker Results"
+msgstr "Resultat Moyen pour l'Attaquant"
+
+#
+msgid "AAR"
+msgstr "RMA"
+
+#
+msgid "Average Defender Results"
+msgstr "Résultat Moyen pour le Defenseur"
+
+#
+msgid "ADR"
+msgstr "RMD"
+
+#
+msgid "Best Attacker Results"
+msgstr "Meileur Résultat pour l'Attaquant"
+
+#
+msgid "BAR"
+msgstr "MRA"
+
+#
+msgid "Worst Attacker Results"
+msgstr "Pire Résultat pour l'Attaquant"
+
+#
+msgid "WAR"
+msgstr "PRA"
+
+#
+msgid "Best Defender Results"
+msgstr "Meilleur Résultat Défenseur"
+
+#
+msgid "BDR"
+msgstr "MRD"
+
+#
+msgid "Worst Defender Results"
+msgstr "Pire Résultat pour le Défenseur"
+
+#
+msgid "WDR"
+msgstr "PRD"
+
+#
+msgid "Technologies"
+msgstr "Technologies"
+
+#
+msgid "Fleets"
+msgstr "Flottes"
+
+#
+msgid "Ground units"
+msgstr "Unités au sol"
+
+#
+msgid "Resources"
+msgstr "Ressources"
+
+#
+msgid "Metal"
+msgstr "Metal"
+
+#
+msgid "Needed more chargo space"
+msgstr "Prévoir cargos en plus"
+
+#
+msgid "Crystal"
+msgstr "Cristal"
+
+#
+msgid "Large"
+msgstr "Grand"
+
+#
+msgid "Deuterium"
+msgstr "Deutérium"
+
+#
+msgid "Small"
+msgstr "Petit"
+
+#
+msgid "Simulator options"
+msgstr "Paramétres de simulation"
+
+#
+msgid "Simulations"
+msgstr "Simulations"
+
+#
+msgid "Statistics"
+msgstr "Statistiques"
+
+#
+msgid "Gamer"
+msgstr "Joueur"
+
+#
+msgid "Total"
+msgstr "Total"
+
+#
+msgid "Exclude ground"
+msgstr "Sans défense"
+
+#
+msgid "Include ground"
+msgstr "Avec défense"
+
+#
+msgid "Average"
+msgstr "Moyenne"
+
+#
+msgid "Minimum"
+msgstr "Minimum"
+
+#
+msgid "Maximum"
+msgstr "Maximum"
+
+#
+msgid "Recyclers"
+msgstr "Recycleurs"
+
+#
+msgid "Rounds"
+msgstr "Tours"
+
+#
+msgid "Moon chance"
+msgstr "Chance d'une lune"
+
+#
+msgid "Wins"
+msgstr "Victoires"
--- ogamesim-20130107.orig/www/template/lang/ru.po
+++ ogamesim-20130107/www/template/lang/ru.po
@@ -7,10 +7,11 @@
msgstr ""
"Project-Id-Version: 0.18\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 15:54\n"
+"POT-Creation-Date: 2007-02-04 22:21\n"
"PO-Revision-Date: 2006-12-14 01:45+0300\n"
"Last-Translator: Dmitry E. Oboukhov \n"
"Language-Team: Ogamesim language team \n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
--- ogamesim-20130107.orig/www/template/lang/ru.po.previous
+++ ogamesim-20130107/www/template/lang/ru.po.previous
@@ -0,0 +1,224 @@
+# Language file for Russian
+# Copyright (C) by Dmitry E. Oboukhov, 2006
+# This file is distributed under the same license as the ogamesim package.
+# Dmitry E. Oboukhov
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-12-17 15:54\n"
+"PO-Revision-Date: 2006-12-14 01:45+0300\n"
+"Last-Translator: Dmitry E. Oboukhov \n"
+"Language-Team: Ogamesim language team \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#
+msgid "Insert spy-report"
+msgstr "Вставьте шпионский доклад"
+
+#
+msgid "Next"
+msgstr "Далее"
+
+#
+msgid "download"
+msgstr "Загрузить"
+
+#
+msgid "New task"
+msgstr "Новое задание"
+
+#
+msgid "Task"
+msgstr "Задание"
+
+#
+msgid "Results"
+msgstr "Результаты"
+
+#
+msgid "Name"
+msgstr "Наименование"
+
+#
+msgid "Clean all"
+msgstr "Очистить все"
+
+#
+msgid "Restore all"
+msgstr "Восстановить все"
+
+#
+msgid "Save all"
+msgstr "Сохранить все"
+
+#
+msgid "Attacker"
+msgstr "Атакующий"
+
+#
+msgid "Clean"
+msgstr "Очистить"
+
+#
+msgid "Restore"
+msgstr "Восстановить"
+
+#
+msgid "Save"
+msgstr "Сохранить"
+
+#
+msgid "Insert data from spy-report"
+msgstr "Вставьте шпионский доклад"
+
+#
+msgid "Defender"
+msgstr "Защитник"
+
+#
+msgid "Average Attacker Results"
+msgstr "Средний результат атакующего"
+
+#
+msgid "AAR"
+msgstr "СРА"
+
+#
+msgid "Average Defender Results"
+msgstr "Средний результат защитника"
+
+#
+msgid "ADR"
+msgstr "СРЗ"
+
+#
+msgid "Best Attacker Results"
+msgstr "Лучший результат атакующего"
+
+#
+msgid "BAR"
+msgstr "ЛРА"
+
+#
+msgid "Worst Attacker Results"
+msgstr "Худший результат атакующего"
+
+#
+msgid "WAR"
+msgstr "ХРА"
+
+#
+msgid "Best Defender Results"
+msgstr "Лучший результат защитника"
+
+#
+msgid "BDR"
+msgstr "ЛРЗ"
+
+#
+msgid "Worst Defender Results"
+msgstr "Худший результат защитника"
+
+#
+msgid "WDR"
+msgstr "ХРЗ"
+
+#
+msgid "Technologies"
+msgstr "Технологии"
+
+#
+msgid "Fleets"
+msgstr "Флоты"
+
+#
+msgid "Ground units"
+msgstr "Наземная оборона"
+
+#
+msgid "Resources"
+msgstr "Ресурсы"
+
+#
+msgid "Metal"
+msgstr "Металл"
+
+#
+msgid "Needed more chargo space"
+msgstr "Нужно ещё транспортов"
+
+#
+msgid "Crystal"
+msgstr "Кристалл"
+
+#
+msgid "Large"
+msgstr "Больших"
+
+#
+msgid "Deuterium"
+msgstr "Дейтерий"
+
+#
+msgid "Small"
+msgstr "Малых"
+
+#
+msgid "Simulator options"
+msgstr "Опции симулятора"
+
+#
+msgid "Simulations"
+msgstr "Симуляции"
+
+#
+msgid "Statistics"
+msgstr "Статистика"
+
+#
+msgid "Gamer"
+msgstr "Игрок"
+
+#
+msgid "Total"
+msgstr "Всего"
+
+#
+msgid "Exclude ground"
+msgstr "Исключая оборону"
+
+#
+msgid "Include ground"
+msgstr "Защита в обломки"
+
+#
+msgid "Average"
+msgstr "Среднее"
+
+#
+msgid "Minimum"
+msgstr "Минимум"
+
+#
+msgid "Maximum"
+msgstr "Максимум"
+
+#
+msgid "Recyclers"
+msgstr "Переработчики"
+
+#
+msgid "Rounds"
+msgstr "Раунды"
+
+#
+msgid "Moon chance"
+msgstr "Шанс образования луны"
+
+#
+msgid "Wins"
+msgstr "Победы"
--- ogamesim-20130107.orig/www/template/lang/sp.po
+++ ogamesim-20130107/www/template/lang/sp.po
@@ -7,10 +7,11 @@
msgstr ""
"Project-Id-Version: 0.18\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-17 15:54\n"
+"POT-Creation-Date: 2007-02-04 22:21\n"
"PO-Revision-Date: 2006-12-10 20:03+0100\n"
"Last-Translator: Dark Raven \n"
"Language-Team: Ogamesim language team \n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
--- ogamesim-20130107.orig/www/template/lang/sp.po.previous
+++ ogamesim-20130107/www/template/lang/sp.po.previous
@@ -0,0 +1,224 @@
+# Language file for Spanish
+# Copyright (C) by Dmitry E. Oboukhov, 2006
+# This file is distributed under the same license as the ogamesim package.
+# Dmitry E. Oboukhov
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-12-17 15:54\n"
+"PO-Revision-Date: 2006-12-10 20:03+0100\n"
+"Last-Translator: Dark Raven \n"
+"Language-Team: Ogamesim language team \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#
+msgid "Insert spy-report"
+msgstr "Pega el informe de espionaje"
+
+#
+msgid "Next"
+msgstr "Siguiente"
+
+#
+msgid "download"
+msgstr "Descargar"
+
+#
+msgid "New task"
+msgstr "Limpia los datos"
+
+#
+msgid "Task"
+msgstr "Nuevo"
+
+#
+msgid "Results"
+msgstr "Resultados"
+
+#
+msgid "Name"
+msgstr "Nombre"
+
+#
+msgid "Clean all"
+msgstr "Limpiar Todo"
+
+#
+msgid "Restore all"
+msgstr "Restablecer Todo"
+
+#
+msgid "Save all"
+msgstr "Salvar Todo"
+
+#
+msgid "Attacker"
+msgstr "Atacante"
+
+#
+msgid "Clean"
+msgstr "Limpiar"
+
+#
+msgid "Restore"
+msgstr "Restablecer"
+
+#
+msgid "Save"
+msgstr "Salvar"
+
+#
+msgid "Insert data from spy-report"
+msgstr "Insertar datos del informe de espionaje"
+
+#
+msgid "Defender"
+msgstr "Defensor"
+
+#
+msgid "Average Attacker Results"
+msgstr "Valor Medio de los Resultados del Atacante"
+
+#
+msgid "AAR"
+msgstr "VMRA"
+
+#
+msgid "Average Defender Results"
+msgstr "Valor Medio de los Resultados del Defensor"
+
+#
+msgid "ADR"
+msgstr "VMRD"
+
+#
+msgid "Best Attacker Results"
+msgstr "Mejores Resultados del Atacante"
+
+#
+msgid "BAR"
+msgstr "MRA"
+
+#
+msgid "Worst Attacker Results"
+msgstr "Peores Resultados del Atacante"
+
+#
+msgid "WAR"
+msgstr "PRA"
+
+#
+msgid "Best Defender Results"
+msgstr "Mejores Resultados del Defensor"
+
+#
+msgid "BDR"
+msgstr "MRD"
+
+#
+msgid "Worst Defender Results"
+msgstr "Peores Resultados del Defensor"
+
+#
+msgid "WDR"
+msgstr "PRD"
+
+#
+msgid "Technologies"
+msgstr "Tecnologias"
+
+#
+msgid "Fleets"
+msgstr "Flotas"
+
+#
+msgid "Ground units"
+msgstr "Defensas"
+
+#
+msgid "Resources"
+msgstr "Recursos"
+
+#
+msgid "Metal"
+msgstr "Metal"
+
+#
+msgid "Needed more chargo space"
+msgstr "Naves de carga necesarias"
+
+#
+msgid "Crystal"
+msgstr "Cristal"
+
+#
+msgid "Large"
+msgstr "Grandes"
+
+#
+msgid "Deuterium"
+msgstr "Deuterio"
+
+#
+msgid "Small"
+msgstr "Pequeñas"
+
+#
+msgid "Simulator options"
+msgstr "Opciones"
+
+#
+msgid "Simulations"
+msgstr "Simulaciones"
+
+#
+msgid "Statistics"
+msgstr "Estadísticas"
+
+#
+msgid "Gamer"
+msgstr "Jugador"
+
+#
+msgid "Total"
+msgstr "Total"
+
+#
+msgid "Exclude ground"
+msgstr "Excluir defensas"
+
+#
+msgid "Include ground"
+msgstr "Defensas a los escombros"
+
+#
+msgid "Average"
+msgstr "Promedio"
+
+#
+msgid "Minimum"
+msgstr "Mínimo"
+
+#
+msgid "Maximum"
+msgstr "Máximo"
+
+#
+msgid "Recyclers"
+msgstr "Recicladores"
+
+#
+msgid "Rounds"
+msgstr "Rondas"
+
+#
+msgid "Moon chance"
+msgstr "Probabilidad de Luna"
+
+#
+msgid "Wins"
+msgstr "Victória"