pot-update and regenerate doc files

This commit is contained in:
Pentarctagon 2023-04-22 22:30:38 -05:00
parent a9061dc212
commit 0001eee8d1
241 changed files with 36874 additions and 29353 deletions

View file

@ -2,5 +2,5 @@
name="English (GB)"
locale=en_GB
alternates=en_AG, en_AU, en_BW, en_IE, en_IN, en_NG, en_NZ, en_SG, en_ZA, en_ZW
percent=99
percent=100
[/locale]

View file

@ -1,5 +1,5 @@
[locale]
name="Italiano"
locale=it_IT
percent=98
percent=99
[/locale]

View file

@ -103,21 +103,21 @@ Informationen hierzu verfügbar).
Aktiviert einen Debugmechanismus für Lua.
.TP
\fB\-\-strict\-lua\fP
disallow deprecated Lua API calls
Unterstützung für veraltete Lua\-Aufrufe deaktivieren.
.TP
\fB\-D,\-\-diff\fP\fI\ left\-file\fP\fB\ \fP\fIright\-file\fP
diffs the two WML files; does not preprocess them first (to do that, run
them through \fB\-p\fP first). Outputs the diff as DiffWML on standard output or
to the file indicated by \fI\-\-output\fP.
\fB\-D,\-\-diff\fP\fI\ Linke\-Datei\fP\fB\ \fP\fIRechte\-Datei\fP
Zeigt die Unterschiede zwischen zwei WML Dateien an. Der Präprozessor wird
nicht verwendet (falls das gewünscht ist, verwende erst \fB\-p\fP). Gibt die
Unterschiede als DiffWML im Terminal aus, oder speichert sie in der mit
\fI\-\-output\fP angegebenen Datei.
.TP
\fB\-e[\fP\fIDatei\fP\fB],\ \-\-editor[\fP\fI=Datei\fP\fB]\fP
Den im Spiel integrierten Karteneditor direkt starten. Falls eine \fIDatei\fP
angegeben wurde, verhält es sich wie \fB\-l \-\-load\fP.
.TP
\fB\-\-fps\fP
displays the number of frames per second the game is currently running at in
a corner of the screen as well as writes these values to a file in the
userdata directory.
Aktiviert die Anzeige der Bilder pro Sekunde im Spiel und speichert die
Werte ebenfalls in einer Datei im Verzeichnis für Nutzerdaten.
.TP
\fB\-f, \-\-fullscreen\fP
Startet das Programm im Vollbildmodus.
@ -203,7 +203,7 @@ Startet das Spiel ohne Graphische Oberfläche. Nur in Kombination mit
\fB\-\-multiplayer\fP oder \fB\-\-screenshot\fP oder \fB\-\-plugin\fP verfügbar.
.TP
\fB\-\-nobanner\fP
suppress the startup banner.
Zeigt im Terminal kein Startup\-Banner an.
.TP
\fB\-\-nomusic\fP
Deaktiviert die Musik im Spiel.
@ -215,12 +215,15 @@ Deaktiviert die Musik im Spiel.
\fB\-\-nosound\fP
Deaktiviert jegliche Soundeffekte im Spiel.
.TP
\fB\-\-output\fP\fI\ file\fP
output to the specified file. Applicable to diffing operations.
\fB\-\-output\fP\fI\ Dateiname\fP
Speichert die Ausgabe in der angegebenen Datei, anstatt sie im Terminal
auszugeben. Zusammen mit den Diff\-Optionen verwendbar.
.TP
\fB\-\-password\fP\fI\ Passwort\fP
Benutzt das angegebene \fIPasswort\fP um sich zu einem Server zu verbinden,
andere Einstellungen werden ignoriert. Ist unsicher.
Benutzt das angegebene \fIPasswort\fP um sich zu einem Server zu verbinden. Ist
insofern unsicher, dass es zum einen in der Prozesstabelle für alle Prozesse
des Systems einsehbar ist und zum anderen ggf. in einer Datei wie
~/.bash_history geloggt wird.
.TP
\fB\-\-plugin\fP\fI\ Skript\-Datei\fP
(experimentell) lädt eine \fISkript\-Datei\fP welche ein Wesnoth Plugin
@ -228,10 +231,10 @@ definiert. Ähnlich zur Option \fB\-\-script\fP, aber die Lua\-Datei soll hierbe
eine Funktion zurpckliefern. Diese wird als Korutine ausgeführt und
regelmäßig aufgerufen.
.TP
\fB\-P,\-\-patch\fP\fI\ base\-file\fP\fB\ \fP\fIpatch\-file\fP
applies a DiffWML patch to a WML file; does not preprocess either of the
files. Outputs the patched WML to standard output or to the file indicated
by \fI\-\-output\fP.
\fB\-P,\-\-patch\fP\fI\ WML\-Datei\fP\fB\ \fP\fIPatch\-Datei\fP
Wendet ein DiffWML Patch auf eine WML\-Datei an. Der Präprozessor dabei nicht
verwendet. Das Ergebnis wird im Terminal ausgegeben, oder in die mit
\fI\-\-output\fP angegebene Datei.
.TP
\fB\-p,\ \-\-preprocess\fP\fI\ Quelldatei/Verzeichnis\fP\fB\ \fP\fIZielverzeichnis\fP
Eine angegebene Datei/Verzeichnis vorverarbeiten. Wenn ein Verzeichnis
@ -276,7 +279,7 @@ Erzeugt die Spielverzeichnisse und gibt Informationen für Bugreports aus.
.TP
\fB\-\-rng\-seed\fP\fI\ Zahl\fP
Füttert den Zufallszahlengenerator mit der angegebenen \fIZahl\fP. Beispiel:
\fB\-\-rng\-seed\fP \fB0\fP.
\fB\-\-rng\-seed\fP \fB0\fP
.TP
\fB\-\-screenshot\fP\fI\ Karte\fP\fB\ \fP\fIAusgabe\fP
Erzeugt ein Bildschirmfoto der \fIKarte\fP und speichert ihn in einer Datei
@ -317,8 +320,9 @@ wiederum beliebige Pakete geladen werden können. Nicht mit fremden Skripten
verwenden! Dadurch wird die Sandbox aufgebrochen, Lua hat dann dieselben
Zugriffsrechte wie Wesnoth.
.TP
\fB\-S,\-\-use\-schema\fP\fI\ path\fP
sets the WML schema for use with \fB\-V,\-\-validate\fP.
\fB\-S,\-\-use\-schema\fP\fI\ Pfad\fP
Gibt dem Pfad zu einem WML Schema an, welches für \fB\-V,\-\-validate\fP verwendet
wird.
.TP
\fB\-\-userconfig\-dir\fP\fI\ Name\fP
Setzt das Konfigurationsverzeichnis des Benutzers auf \fIName\fP in $HOME oder
@ -346,20 +350,20 @@ Zeigt an, wo sich das Verzeichnis für die Nutzerdaten (Spielstände, Add\-ons,
…) befindet.
.TP
\fB\-\-username\fP\fI\ Benutzername\fP
Benutzt den angegebene \fIBenutzernamen\fP um sich zu einem Server zu
verbinden, andere Einstellungen werden ignoriert.
Benutzt den angegebenen \fIBenutzernamen\fP um sich zu einem Server zu
verbinden.
.TP
\fB\-\-validate\fP\fI\ path\fP
validates a file against the WML schema.
\fB\-\-validate\fP\fI\ Pfad\fP
Validiert eine Datei gegen ein WML Schema.
.TP
\fB\-\-validate\-addon\fP\fI\ addon_id\fP
validates the WML of the given addon as you play.
\fB\-\-validate\-addon\fP\fI\ Addon\-ID\fP
Validiert das WML des angegebenen Add\-ons während des Spielens.
.TP
\fB\-\-validate\-core\fP
validates the core WML as you play.
Validiert das WML des Hauptspiels des Spielens.
.TP
\fB\-\-validate\-schema \ path\fP
validates a file as a WML schema.
\fB\-\-validate\-schema \ Pfad\fP
Validiert, ob eine Datei ein korrektes WML\-Schema ist.
.TP
\fB\-\-validcache\fP
Nimmt an, dass der Cache gültig ist. (gefährlich)
@ -368,7 +372,8 @@ Nimmt an, dass der Cache gültig ist. (gefährlich)
Zeigt die Versionsnummer an und beendet das Programm.
.TP
\fB\-\-simple\-version\fP
shows the version number and nothing else, then exits.
Zeigt nur die Versionsnummer ohne sonstige Informationen an und beendet das
Programm.
.TP
\fB\-w, \-\-windowed\fP
Startet das Programm im Fenstermodus.

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

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

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 0.8.8-CVS\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2011-04-30 20:35-0000\n"
"Last-Translator: Len vanDalsen <l.dog.96@gmail.com>\n"
"Language-Team: Afrikaans\n"
@ -6912,7 +6912,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ang@latin\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2012-05-14 23:43-0500\n"
"Last-Translator: Steven Panek (Espreon) <Majora700@gmail.com>\n"
"Language-Team: Old English <http://wiki.wesnoth.org/OldEnglishTranslation>\n"
@ -6018,7 +6018,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr ""
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr ""

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.5.0+dev\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2008-05-26 18:39+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -6012,7 +6012,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr ""
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr ""

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bg\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2022-03-03 03:30+0200\n"
"Last-Translator: Ivan Petrov <vankata_petrov@abv.bg>\n"
"Language-Team: Български\n"
@ -7109,7 +7109,8 @@ msgstr "Саурианци"
msgid "Muff Argulak"
msgstr "Маф Аргулак"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Хараламдум"

View file

@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2021-01-14 20:25+0100\n"
"Last-Translator: Miquel-Àngel Burgos i Fradeja <miquel.angel.burgos@gmail."
"com>\n"
@ -7207,7 +7207,8 @@ msgstr "Sauris"
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: wesnoth\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2008-10-07 16:14+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -6012,7 +6012,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr ""
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr ""

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2023-03-21 20:21+0100\n"
"Last-Translator: Michal Žejdl <lachim@emer.cz>\n"
"Language-Team: Czech https://wiki.wesnoth.org/CzechTranslation\n"
@ -6982,7 +6982,8 @@ msgstr "Ještěráci"
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 0.9.5+CVS\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2008-12-27 22:09+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@ -7365,7 +7365,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.12\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2022-08-01 18:36+0200\n"
"Last-Translator: Severin Glöckner <severin.gloeckner@stud.htwk-leipzig.de>\n"
"Language-Team: German <irc://irc.libera.chat/#wesnoth-de>\n"
@ -7257,7 +7257,8 @@ msgstr "Saurianer"
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 0.8.5-CVS\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2007-02-18 21:14+0200\n"
"Last-Translator: Κωνσταντίνος Έγκαρχος <atixos@gmail.com>\n"
"Language-Team: none\n"
@ -7208,7 +7208,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr "Μουφ Μαλάλ"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr ""

View file

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: en@shaw\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2009-10-12 24:50-0400\n"
"Last-Translator: Arc Riley <arcriley@ubuntu.com>\n"
"Language-Team: Shavian English <ubuntu-l10n-en-shaw@lists.launchpad.net>\n"
@ -7248,7 +7248,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr "𐑥𐑩𐑓 Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
#, fuzzy
msgid "Haralamdum"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: en_GB\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2023-03-20 14:50+1100\n"
"Last-Translator: Wedge009 <wedge009@wedge009.net>\n"
"Language-Team: English (British) <http://wiki.wesnoth.org/"
@ -7039,7 +7039,8 @@ msgstr "Saurians"
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2008-02-29 00:20+0100\n"
"Last-Translator: Viliam Búr <viliam@bur.sk>\n"
"Language-Team: \n"
@ -7269,7 +7269,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: es\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2023-04-08 10:03+0200\n"
"Last-Translator: Toranks <toranksmervat@gmail.com>\n"
"Language-Team: Wesnoth\n"
@ -7191,7 +7191,8 @@ msgstr "Saurios"
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2021-06-23 15:42 UTC\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -6013,7 +6013,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr ""
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr ""

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 0.8.8-CVS\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2011-12-28 19:55+0300\n"
"Last-Translator: Kaido Kikkas <kakk@kakupesa.net>\n"
"Language-Team: none\n"
@ -7277,7 +7277,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2005-08-30 12:17+0100\n"
"Last-Translator: Alfredo Beaumont <ziberpunk@ziberghetto.dhis.org>\n"
"Language-Team: Basque\n"
@ -6638,7 +6638,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr "Muff Malal"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr ""

View file

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 0.8.2-CVS\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2023-01-14 14:58+0200\n"
"Last-Translator: Jaakko Saarikko <jaakko.saarikko@protonmail.com>\n"
"Language-Team: Finnish <kde-i18n-doc@kde.org>\n"
@ -7069,7 +7069,8 @@ msgstr "Sauriaanit"
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth-1.16\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2023-04-06 11:31+0800\n"
"Last-Translator: demario\n"
"Language-Team: Équipe de traduction française <wesnothfr@lists.tuxfamily."
@ -7224,7 +7224,8 @@ msgstr "Sauriens"
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ga\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2012-02-15 17:45-0800\n"
"Last-Translator: Carson Callis aka Mountian_King <tree_rings@rocketmail."
"com>\n"
@ -6068,7 +6068,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2022-01-13 11:13+0000\n"
"Last-Translator: GunChleoc, 2021\n"
"Language-Team: Gaelic, Scottish (https://www.transifex.com/gunchleoc/"
@ -7457,7 +7457,8 @@ msgstr "Laghairtean"
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: wesnoth-httt\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2018-04-09 12:13+0100\n"
"Last-Translator: Adrian Chaves <adrian@chaves.io>\n"
"Language-Team: Galician <kde-i18n-doc@kde.org>\n"
@ -7309,7 +7309,8 @@ msgstr "Saurios"
msgid "Muff Argulak"
msgstr "Mufárgulac"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2019-08-27 19:40 UTC\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -6012,7 +6012,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr ""
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr ""

View file

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: he\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2006-02-15 00:16+0200\n"
"Last-Translator: Ely Levy <nakeee@gmail.com>\n"
"Language-Team: Hebrew\n"
@ -6111,7 +6111,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr "מוף מלאל"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr ""

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.5.0-dev\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2012-09-03 17:38+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -6091,7 +6091,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: hu\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2014-04-30 14:49+0200\n"
"Last-Translator: Kádár-Németh Krisztián <krisztian.kad@gmail.com>\n"
"Language-Team: American English <kde-l10n-hu@kde.org>\n"
@ -7480,7 +7480,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.3-svn\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2012-12-25 17:04+0700\n"
"Last-Translator: Yuris <yuris_wicaksana@yahoo.com>\n"
"Language-Team: none\n"
@ -7627,7 +7627,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.6+dev\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2009-04-26 12:47-0000\n"
"Last-Translator: Gabríel A. Pétursson <gabrielp@simnet.is>\n"
"Language-Team: none\n"
@ -6021,7 +6021,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: it\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2022-08-07 18:21+0200\n"
"Last-Translator: Antonio 'Antro' Rosella <arosella@yahoo.com>\n"
"Language-Team: Italian <kde-i18n-it@kde.org>\n"
@ -7317,7 +7317,8 @@ msgstr "Sauri"
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2021-06-26 08:31+0000\n"
"Last-Translator: RatArmy, 2022\n"
"Language-Team: Japanese (https://www.transifex.com/wesnoth-jp/teams/60513/"
@ -7074,7 +7074,8 @@ msgstr "トカゲ"
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.1.1+dev\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2012-04-29 20:30+0900\n"
"Last-Translator: mistzone <drier22@gmail.com>\n"
"Language-Team: none\n"
@ -6412,7 +6412,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr ""
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr ""

View file

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth - HTTT 1.2.0\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2012-04-06 02:05+0100\n"
"Last-Translator: Thomas Hockings <elprofesh@gmail.com>\n"
"Language-Team: Latin <http://wiki.wesnoth.org/LatinTranslation>\n"
@ -7233,7 +7233,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr "Mufus Argulaccus"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdum"

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.11\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2019-04-03 22:13+0100\n"
"Last-Translator: Andrius Štikonas <andrius@stikonas.eu>\n"
"Language-Team: Lithuanian <wesnoth-lt@googlegroups.com>\n"
@ -7147,7 +7147,8 @@ msgstr "Ropliai"
msgid "Muff Argulak"
msgstr "Muff Argulakas"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr "Haralamdumas"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.5.1+dev\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2008-06-18 20:03+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -6014,7 +6014,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr ""
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.5.1\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2008-06-03 05:13+0100\n"
"Last-Translator: Dimitar Ilccov <mythological@t-home.mk>\n"
"Language-Team: mk\n"
@ -6019,7 +6019,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr ""
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr ""

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.5.9+dev\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2009-02-01 18:02+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -6012,7 +6012,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr ""
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr ""

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2021-06-23 15:42 UTC\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -6013,7 +6013,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr ""
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr ""

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.1.2-dev\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2023-03-19 02:34 UTC\n"
"POT-Creation-Date: 2023-04-23 03:24 UTC\n"
"PO-Revision-Date: 2012-01-31 22:36+0100\n"
"Last-Translator: Bjørn Håvard Stokke <bjoennungen@yahoo.no>\n"
"Language-Team: none\n"
@ -7106,7 +7106,8 @@ msgstr ""
msgid "Muff Argulak"
msgstr "Muff Argulak"
#. ['Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.']
#. [side]: type=Ancient Wose, id=Haralamdum
#. Haralamdum is ancient, and his mind does not work well any more. He takes things very slowly and carefully, even for a Wose. He halts and pauses, often searching for something in his memory, using meaningless syllables to fill the gap. The syllables of his name come from the phrase he uses to mean "that is all" or "I am done" which he says often, usually out of frustration with how hasty everyone seems. Nobody alive knows his real name, and he has likely forgotten as well. Feel free to add, move, or remove pauses to break up, or even scatter, his train of thought. For inspiration, think of Asperger Syndrome.
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg:128
msgid "Haralamdum"
msgstr ""

Some files were not shown because too many files have changed in this diff Show more