pot-update (no strings should be changed)
regenerated doc files
This commit is contained in:
parent
d3c3a00432
commit
3aac8b8cd9
110 changed files with 19169 additions and 19724 deletions
197
doc/man/gl/wesnothd.6
Normal file
197
doc/man/gl/wesnothd.6
Normal file
|
@ -0,0 +1,197 @@
|
|||
.\" This program 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 program 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 program; if not, write to the Free Software
|
||||
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
.\"
|
||||
.
|
||||
.\"*******************************************************************
|
||||
.\"
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH WESNOTHD 6 2007 wesnothd "Daemon de rede multixogador de Battle for Wesnoth"
|
||||
.
|
||||
.SH NOME
|
||||
.
|
||||
wesnothd \- Daemon de rede multixogador de Battle for \fBWesnoth\fP
|
||||
.
|
||||
.SH SINOPSE
|
||||
.
|
||||
\fBwesnothd\fP [\|\fB\-dv\fP\|] [\|\fB\-c\fP \fIruta\fP\|] [\|\fB\-p\fP \fIporto\fP\|] [\|\fB\-t\fP
|
||||
\fInúmero\fP\|] [\|\fB\-T\fP \fInúmero\fP\|]
|
||||
.br
|
||||
\fBwesnothd\fP \fB\-V\fP
|
||||
.
|
||||
.SH DESCRICIÓN
|
||||
.
|
||||
Administra partidas multixogador de Battle for Wesnoth. Consulte
|
||||
http://www.wesnoth.org/wiki/ServerAdministration para ver os comandos que
|
||||
acepta o servidor a través do cliente wesnoth (/query ...) ou do fifo.
|
||||
.
|
||||
.SH OPCIÓNS
|
||||
.
|
||||
.TP
|
||||
\fB\-c\ \fP\fIruta\fP\fB,\ \-\-config\fP\fI\ ruta\fP
|
||||
dille a wesnothd onde atopar o ficheiro de configuración a usar. Consulte
|
||||
embaixo a sección \fBCONFIGURACIÓN DO SERVIDOR\fP para ver a sintaxe. Pódese
|
||||
recargar a configuración enviando SIGHUP ó proceso do servidor.
|
||||
.TP
|
||||
\fB\-d, \-\-daemon\fP
|
||||
executa wesnothd coma un daemon.
|
||||
.TP
|
||||
\fB\-h, \-\-help\fP
|
||||
diche que fan as opcións de liña de comandos.
|
||||
.TP
|
||||
\fB\-\-log\-\fP\fInivel\fP\fB=\fP\fIdominio1\fP\fB,\fP\fIdominio2\fP\fB,\fP\fI...\fP
|
||||
establece o nivel de severidade dos dominios de log. Pode usarse \fBall\fP
|
||||
para referirse a calquera dominio de log. Niveis dispoñibles: \fBerror\fP,\
|
||||
\fBwarning\fP,\ \fBinfo\fP,\ \fBdebug\fP. Por defecto úsase o nivel \fBerror\fP e o
|
||||
nivel \fBinfo\fP para o dominio \fBserver\fP.
|
||||
.TP
|
||||
\fB\-p\ \fP\fIporto\fP\fB,\ \-\-port\fP\fI\ porto\fP
|
||||
asocia o servidor ó porto especificado. Se non se especifica un porto, hase
|
||||
usar o porto \fB15000\fP.
|
||||
.TP
|
||||
\fB\-t\ \fP\fInúmero\fP\fB,\ \-\-threads\fP\fI\ número\fP
|
||||
define o número máximo de fíos efectivos en espera para a entrada/saída de
|
||||
rede a n (por defecto: \fB5\fP,\ max:\ \fB30\fP).
|
||||
.TP
|
||||
\fB\-T\ \fP\fInúmero\fP\fB,\ \-\-max\-threads\fP\fI\ número\fP
|
||||
define o número máximo de fíos efectivos que se van crear. Se o define a
|
||||
\fB0\fP non terá limite (por defecto: \fB0\fP).
|
||||
.TP
|
||||
\fB\-V, \-\-version\fP
|
||||
amosa o número de versión e sae.
|
||||
.TP
|
||||
\fB\-v, \-\-verbose\fP
|
||||
activa o rexistro da depuración.
|
||||
.
|
||||
.SH "CONFIGURACIÓN DO SERVIDOR"
|
||||
.
|
||||
.SS "A sintaxe xeral é:"
|
||||
.
|
||||
.P
|
||||
[\fIetiqueta\fP]
|
||||
.IP
|
||||
clave="\fIvalor\fP"
|
||||
.IP
|
||||
clave="\fIvalor\fP,\fIvalor\fP,..."
|
||||
.P
|
||||
[/\fIetiqueta\fP]
|
||||
.
|
||||
.SS "Claves globais:"
|
||||
.
|
||||
.TP
|
||||
\fBban_save_file\fP
|
||||
Ruta completa ou relativa a un ficheiro (comprimido con gzip) que o servidor
|
||||
poida ler e escribir. As vedas hanse gardar neste ficheiro e leranse de novo
|
||||
cando se inicie o servidor.
|
||||
.TP
|
||||
\fBconnections_allowed\fP
|
||||
O número de conexións permitidas dende o mesmo IP. \fB0\fP significa
|
||||
infinitas. (por defecto: \fB5\fP)
|
||||
.TP
|
||||
\fBdisallow_names\fP
|
||||
Nomes/alcumes que non acepta o servidor. Sopórtanse `*' e `?' coma comodíns
|
||||
para patróns. Consulte \fBglob\fP(7) para obter máis detalles. Os valores
|
||||
predeterminados (que se usan se non se especifica ningún outro) son:
|
||||
\fB*admin*,*admln*,*server*,ai,ai?,computer,human,network,player\fP.
|
||||
.TP
|
||||
\fBfifo_path\fP
|
||||
A ruta ó fifo polo que se poden enviar comandos ó servidor (igual có /query
|
||||
\&... de wesnoth. Se non se especifica, por defecto toma a ruta especificada
|
||||
no tempo de compilación (por defecto: /var/run/socket/wesnothd/socket).
|
||||
.TP
|
||||
\fBmax_messages\fP
|
||||
O número de mensaxes permitidas en \fBmessages_time_period\fP. (por defecto:
|
||||
\fB4\fP)
|
||||
.TP
|
||||
\fBmessages_time_period\fP
|
||||
O periodo de tempo (en segundos) que se usa para detectar unha inundación de
|
||||
mensaxes. (por defecto: \fB10\fP segundos)
|
||||
.TP
|
||||
\fBmotd\fP
|
||||
A mensaxe do día.
|
||||
.TP
|
||||
\fBpasswd\fP
|
||||
O contrasinal que se usa para obter privilexios de
|
||||
administrador. Normalmente comeza por `admin '.
|
||||
.TP
|
||||
\fBrestart_command\fP
|
||||
O comando que usa o servidor para iniciar un novo proceso do servidor a
|
||||
través do comando `restart'. (Só se pode usar a través do fifo.)
|
||||
.TP
|
||||
\fBversions_accepted\fP
|
||||
Unha lista separada por comas de cadeas de versión aceptadas polo
|
||||
servidor. Sopórtanse os comodíns de patróns `*' e `?'. (por defecto é a
|
||||
versión de wesnoth correspondente)
|
||||
.br
|
||||
Exemplo: \fBversions_accepted="*"\fP acepta calquera cadea de versión.
|
||||
.
|
||||
.SS "Etiquetas globais:"
|
||||
.
|
||||
.P
|
||||
\fB[redirect]\fP Unha etiqueta para especificar un servidor ó que redirixir
|
||||
certas versións do cliente.
|
||||
.RS
|
||||
.TP
|
||||
\fBhost\fP
|
||||
O enderezo do servidor ó que se redirixe.
|
||||
.TP
|
||||
\fBport\fP
|
||||
O porto ó que se conectar.
|
||||
.TP
|
||||
\fBversion\fP
|
||||
Unha lista separada por comas de versións a redirixir. Compórtase do mesmo
|
||||
xeito ca \fBversions_accepted\fP no referente ós comodíns de patróns.
|
||||
.RE
|
||||
.P
|
||||
\fB[ban_time]\fP Unha etiqueta para definir palabras clave axeitadas para
|
||||
duracións de tempos de veda temporais.
|
||||
.RS
|
||||
.TP
|
||||
\fBname\fP
|
||||
O nome que se usa para refirirse ó tempo de veda.
|
||||
.TP
|
||||
\fBtime\fP
|
||||
A definición de duración do tempo. O formato é: %d[%s[%d%s[...]]] onde %s é
|
||||
s (segundos), m (minutos), h (horas), D (días), M (meses) ou Y (anos) e %d é
|
||||
un número. Se non se proporciona un modificador de tempo suponse que é
|
||||
minutos (m). Exemplo: time="1D12h30m" é un tempo de veda de 1 día, 12 horas
|
||||
e 30 minutos.
|
||||
.RE
|
||||
.P
|
||||
\fB[proxy]\fP Unha etiqueta para dicirlle ó servidor que actúe coma un proxy e
|
||||
redirixa as solicitudes dos clientes conectados ó servidor
|
||||
especificado. Acepta as mesmas claves ca \fB[redirect]\fP.
|
||||
.
|
||||
.SH AUTOR
|
||||
.
|
||||
Escrito por David White <davidnwhite@verizon.net>. Editado por Nils
|
||||
Kneuper <crazy\-ivanovic@gmx.net>, ott <ott@gaon.net> e
|
||||
Soliton <soliton.de@gmail.com>. Esta páxina de manual escribiuna
|
||||
orixinalmente Cyril Bouthors <cyril@bouthors.org>.
|
||||
.br
|
||||
Visite o sitio oficial: http://www.wesnoth.org/
|
||||
.
|
||||
.SH COPYRIGHT
|
||||
.
|
||||
Copyright \(co 2003\-2007 David White <davidnwhite@verizon.net>
|
||||
.br
|
||||
Isto é Software Libre; este software está licenciado baixo a GPL versión 2,
|
||||
tal e como foi publicada pola Free Software Foundation. Non existe NINGUNHA
|
||||
garantía; nin sequera para o SEU USO COMERCIAL ou ADECUACIÓN PARA UN
|
||||
PROPÓSITO PARTICULAR.
|
||||
.
|
||||
.SH "CONSULTE TAMÉN"
|
||||
.
|
||||
\fBwesnoth\fP(6), \fBwesnoth_editor\fP(6)
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 0.8.8-CVS\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2005-12-14 12:40+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Afrikaans\n"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.4.2+svn\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-05-31 16:55-0000\n"
|
||||
"Last-Translator: amnay <amnay@operamail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
|
@ -12,7 +12,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: bg\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2007-08-21 17:39+0300\n"
|
||||
"Last-Translator: Denica <dmincheva2002@gmail.com>\n"
|
||||
"Language-Team: Bulgarian <bg@li.org>\n"
|
||||
|
|
|
@ -14,7 +14,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ca\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-03-02 13:57+0100\n"
|
||||
"Last-Translator: Jordà Polo <jorda@ettin.org>\n"
|
||||
"Language-Team: Catalan <wesnoth-ca@lists.ettin.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.3-svn\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-09-24 02:09+0100\n"
|
||||
"Last-Translator: Mavorte <mavorte1@yahoo.es>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
|
@ -14,7 +14,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-07-03 23:06+0100\n"
|
||||
"Last-Translator: Vladimír Slávik <slavik.vladimir@seznam.cz>\n"
|
||||
"Language-Team: Czech <wesnoth-cs-l@nospam.buchtovi.cz>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.3+CVS\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-08-05 13:44+0200\n"
|
||||
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
|
||||
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.3\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-07-03 23:55+0100\n"
|
||||
"Last-Translator: Nils Kneuper <crazy-ivanovic AT gmx D O T net>\n"
|
||||
"Language-Team: irc://irc.freenode.net/#wesnoth-de\n"
|
||||
|
|
|
@ -149,7 +149,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: el_gr\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-01-21 18:54+0200\n"
|
||||
"Last-Translator: Konstantinos Egarhos <atixos@gmail.com>\n"
|
||||
"Language-Team: <el@li.org>\n"
|
||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: en_GB\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2007-01-04 19:17+0000\n"
|
||||
"Last-Translator: Peter J Ross <wesnoth@pjr.britishlibrary.net>\n"
|
||||
"Language-Team: English (British) <en@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-03-01 19:31+0200\n"
|
||||
"Last-Translator: Aleksej Korgenkov <grimpanto@mail.ru>\n"
|
||||
"Language-Team: \n"
|
||||
|
|
|
@ -18,7 +18,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: es\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-08-04 22:59+0100\n"
|
||||
"Last-Translator: Sergi March <sergi.march@gmail.com>\n"
|
||||
"Language-Team: Spanish <es@li.org>\n"
|
||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.4 Estonian translation\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-06-06 13:39+0300\n"
|
||||
"Last-Translator: Kaido Kikkas <kaido.kikkas@kakupesa.net>\n"
|
||||
"Language-Team: Kaido Kikkas <kakk@kakupesa.net>\n"
|
||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.0\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2005-08-23 11:08+0100\n"
|
||||
"Last-Translator: Alfredo Beaumont <ziberpunk@ziberghetto.dhis.org>\n"
|
||||
"Language-Team: Basque <ziberpunk@ziberghetto.dhis.org>\n"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-09-24 02:43+0200\n"
|
||||
"Last-Translator: Simo Sutela\n"
|
||||
"Language-Team: Finnish\n"
|
||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: fr\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-07-03 22:30+0200\n"
|
||||
"Last-Translator: Benoît Timbert <benoit.timbert@free.fr>\n"
|
||||
"Language-Team: Équipe de traduction française <wesnoth@ml.free.fr>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.4\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-06-06 11:34+0200\n"
|
||||
"Last-Translator: noone\n"
|
||||
"Language-Team: fur_IT\n"
|
||||
|
|
|
@ -12,7 +12,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wesnoth\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-10-05 13:40+0100\n"
|
||||
"Last-Translator: Leandro Regueiro <leandro DOT regueiro AT gmail DOT com>\n"
|
||||
"Language-Team: Galician <proxecto@trasno.net>\n"
|
||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: he\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2006-02-13 01:20+0200\n"
|
||||
"Last-Translator: Ely Levy <nakeee@gmail.com>\n"
|
||||
"Language-Team: Hebrew\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.4+svn\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-04-01 15:36+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: none\n"
|
||||
|
|
|
@ -13,7 +13,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: hu-wesnoth\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-08-30 10:26+0200\n"
|
||||
"Last-Translator: Kádár-Németh Krisztián <krisztian.kad@gmail.com>\n"
|
||||
"Language-Team: Hungarian\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.3-svn\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2007-02-19 17:35+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
|
@ -12,7 +12,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: it\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-07-05 11:19+0200\n"
|
||||
"Last-Translator: Luciano Montanaro <mikelima@cirulla.net>\n"
|
||||
"Language-Team: Italian <kde-i18n-it@kde.org>\n"
|
||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 0.8.8-CVS\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-07-21 23:50+0900\n"
|
||||
"Last-Translator: naoki iimura <amatubu@gmail.com>\n"
|
||||
"Language-Team: Japanese Translation Team\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.1.1+svn\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2006-03-21 21:06-0800\n"
|
||||
"Last-Translator: Andrew <Sfradix@hotmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wesnoth Latin 1.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2006-06-27 13:27+0200\n"
|
||||
"Last-Translator: Mark Polo <markpolo@gmail.com>\n"
|
||||
"Language-Team: Latin\n"
|
||||
|
|
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.4\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-08-07 19:58+0300\n"
|
||||
"Last-Translator: Andrius Štikonas <stikonas@gmail.com>\n"
|
||||
"Language-Team: en_US <kde-i18n-doc@lists.kde.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-07-05 19:54+0300\n"
|
||||
"Last-Translator: Artis Rozentāls <artis.rozentals@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.4\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-06-06 11:34+0200\n"
|
||||
"Last-Translator: noone\n"
|
||||
"Language-Team: mk\n"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wesnoth 1.1.1\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2006-12-22 21:30+0100\n"
|
||||
"Last-Translator: YbeRn00b <asgeiraakre@gmail.com>\n"
|
||||
"Language-Team: None\n"
|
||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 0.8.11+CVS\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-04-04 12:03+0100\n"
|
||||
"Last-Translator: Foppe Benedictus <foppe.benedictus@gmail.com>\n"
|
||||
"Language-Team: Dutch translation <foppe.benedictus@gmail.com>\n"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: pl\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-07-21 13:51+0100\n"
|
||||
"Last-Translator: Zbigniew Banach <z.banach@wsisiz.edu.pl>\n"
|
||||
"Language-Team: <z.banach@wsisiz.edu.pl>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.1-svn\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2005-10-15 14:14+0200\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 0.8.2-CVS\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2007-12-06 00:40+0900\n"
|
||||
"Last-Translator: Claus Aranha <caranha@gmail.com>\n"
|
||||
"Language-Team: Portuguese - Brasil\n"
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Romana 0\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2006-04-10 20:02+0100\n"
|
||||
"Last-Translator: Dex Stewart\n"
|
||||
"Language-Team: \n"
|
||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wesnoth.po\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2008-10-01 11:35+0200\n"
|
||||
"POT-Creation-Date: 2008-10-07 12:36+0200\n"
|
||||
"PO-Revision-Date: 2008-06-07 00:37+0300\n"
|
||||
"Last-Translator: vicza <vicza@zmail.ru>\n"
|
||||
"Language-Team: <ru@li.org>\n"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue