--- 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 * +<VirtualHost *> + + # ServerAdmin webmaster@localhost + # ServerName ogamesim.domain.com + + DocumentRoot /usr/share/ogamesim-www + AddHandler cgi-script .cgi + + <Directory /usr/share/ogamesim-www> + Options ExecCGI + DirectoryIndex index.cgi + AllowOverride None + Order allow,deny + Allow from all + </Directory> +</VirtualHost> --- ogamesim-20130107.orig/debian/changelog +++ ogamesim-20130107/debian/changelog @@ -0,0 +1,91 @@ +ogamesim (20130107-3.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen <holger@debian.org> Mon, 04 Jan 2021 15:09:25 +0100 + +ogamesim (20130107-3) unstable; urgency=medium + + * Fixed FTBFS (closes: #845102), thanks to Santiago Vila <sanvila@debian.org>. + + -- Dmitry E. Oboukhov <unera@debian.org> Mon, 15 May 2017 12:29:27 +0300 + +ogamesim (20130107-2) unstable; urgency=medium + + * Fixed FTBFS (closes: #822012), thanks to <niels@thykier.net>. + + -- Dmitry E. Oboukhov <unera@debian.org> Thu, 27 Oct 2016 11:15:36 +0300 + +ogamesim (20130107-1) unstable; urgency=low + + * Apply Pawe�� Kalinowski's patches. + + -- Dmitry E. Oboukhov <unera@debian.org> Mon, 07 Jan 2013 00:28:58 +0400 + +ogamesim (20080831-1) unstable; urgency=low + + * New upstream version (Polish language added). + + -- Dmitry E. Oboukhov <unera@debian.org> 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 <unera@debian.org> 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" <guillem@debian.org> :); + * 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 <dimka@avanto.org> Tue, 20 Feb 2007 10:24:42 +0300 + +ogamesim (20070215-1) unstable; urgency=low + + * New upstream version; + + -- Dmitry E. Oboukhov <dimka@avanto.org> Sat, 17 Feb 2007 23:42:00 +0300 + +ogamesim (20070208-1) unstable; urgency=low + + * New upstream version. + + -- Dmitry E. Oboukhov <dimka@avanto.org> Thu, 8 Feb 2007 21:29:01 +0300 + +ogamesim (20070204-1) unstable; urgency=low + + * New upstream version. + + -- Dmitry E. Oboukhov <dimka@avanto.org> 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 <dimka@avanto.org> 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 <dimka@avanto.org> Mon, 1 Jan 2007 18:34:26 +0300 + +ogamesim (20061229-1) unstable; urgency=low + + * Initial release (closes: #402192). + + -- Dmitry E. Oboukhov <dimka@avanto.org> 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 <unera@debian.org> +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 <dimka@avanto.org> on +Mon Dec 4 13:12:57 MSK 2006 + +Upstream copyright: + Copyright (C) 2006,2007 Dmitry E. Oboukhov <dimka@avanto.org> + +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 <dimka@avanto.org> 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 <d4rk.r4v3n@gmail.com>\n" "Language-Team: Ogamesim language team <dimka@avanto.org>\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 <dimka@avanto.org> +# +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 <d4rk.r4v3n@gmail.com>\n" +"Language-Team: Ogamesim language team <dimka@avanto.org>\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 <tool@o-o-d.com>\n" "Language-Team: Ogamesim language team <dimka@avanto.org>\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 <dimka@avanto.org> +# +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 <tool@o-o-d.com>\n" +"Language-Team: Ogamesim language team <dimka@avanto.org>\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 <ratman@ogame.fr>\n" "Language-Team: Ogamesim language team <dimka@avanto.org>\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 <dimka@avanto.org> +# +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 <ratman@ogame.fr>\n" +"Language-Team: Ogamesim language team <dimka@avanto.org>\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 <dimka@avanto.org>\n" "Language-Team: Ogamesim language team <dimka@avanto.org>\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 <dimka@avanto.org> +# +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 <dimka@avanto.org>\n" +"Language-Team: Ogamesim language team <dimka@avanto.org>\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 <d4rk.r4v3n@gmail.com>\n" "Language-Team: Ogamesim language team <dimka@avanto.org>\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 <dimka@avanto.org> +# +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 <d4rk.r4v3n@gmail.com>\n" +"Language-Team: Ogamesim language team <dimka@avanto.org>\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"