merge trunk 2007-01-03T22:00:18Z!koraq@xs4all.nl..2007-01-05T19:19:37Z!koraq@xs4all.nl
(with small change due to missing header after the header cleanup in trunk)
This commit is contained in:
parent
376f9b6a61
commit
e8c63b14ef
181 changed files with 5710 additions and 5313 deletions
|
@ -36,6 +36,7 @@ Version 1.3-svn:
|
|||
* editor
|
||||
* allow maps to be loaded from scenario files and written back to them
|
||||
* graphics
|
||||
* improved layering system for terrain graphics
|
||||
* fixed terrain selection probabilites (patch #617)
|
||||
* stoned units do not use a separate cache
|
||||
* no more "darkened" cache. we now overlay terrain/darken.png
|
||||
|
@ -49,8 +50,10 @@ Version 1.3-svn:
|
|||
* Fixed incorrect WML in some units causing female variations to use male
|
||||
* language and i18n:
|
||||
* new/updated man pages:
|
||||
* updated translations: French, German, Italian, Swedish
|
||||
* updated translations: British English, French, German, Italian, Russian,
|
||||
Swedish
|
||||
* fixed huge list of spelling mistakes in the en_US version
|
||||
* allow sighted messages to be translated with correct plural form (bug #8161)
|
||||
* multiplayer
|
||||
* game management
|
||||
* replace "Downloading next level..." by "Receiving data..."
|
||||
|
|
|
@ -58,29 +58,44 @@
|
|||
icon=attacks/morning-star.png
|
||||
[animation]
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-100
|
||||
image="owaec-lord-moving.png"
|
||||
begin=-300
|
||||
end=-250
|
||||
image="owaec-lord.png"
|
||||
sound=horse-canter.wav
|
||||
[/frame]
|
||||
[if]
|
||||
hits=no
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image="owaec-lord-attack-morningstar.png"
|
||||
sound={SOUND_LIST:MISS}
|
||||
begin=-250
|
||||
end=-100
|
||||
image="owaec-lord-moving.png"
|
||||
sound=flail-miss.ogg
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
hits=yes
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image="owaec-lord-attack-morningstar.png"
|
||||
sound=mace.wav
|
||||
begin=-250
|
||||
end=-100
|
||||
image="owaec-lord-moving.png"
|
||||
sound=flail.ogg
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image="owaec-lord-attack-morningstar.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=100
|
||||
end=175
|
||||
image="owaec-lord-moving.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=175
|
||||
end=225
|
||||
image="owaec-lord.png"
|
||||
[/frame]
|
||||
[/animation]
|
||||
[/attack]
|
||||
[movement_anim]
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
hits=yes
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
end=175
|
||||
image="owaec-captain-attack-sword.png"
|
||||
sound={SOUND_LIST:SWORD_SWISH}
|
||||
[/frame]
|
||||
|
@ -50,7 +50,7 @@
|
|||
hits=no
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
end=175
|
||||
image="owaec-captain-attack-sword.png"
|
||||
sound={SOUND_LIST:MISS}
|
||||
[/frame]
|
||||
|
@ -66,16 +66,44 @@
|
|||
icon=attacks/morning-star.png
|
||||
[animation]
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-100
|
||||
image="owaec-captain-moving.png"
|
||||
begin=-300
|
||||
end=-250
|
||||
image="owaec-captain.png"
|
||||
sound=horse-canter.wav
|
||||
[/frame]
|
||||
[if]
|
||||
hits=no
|
||||
[frame]
|
||||
begin=-250
|
||||
end=-100
|
||||
image="owaec-captain-moving.png"
|
||||
sound=flail-miss.ogg
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
hits=yes
|
||||
[frame]
|
||||
begin=-250
|
||||
end=-100
|
||||
image="owaec-captain-moving.png"
|
||||
sound=flail.ogg
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image="owaec-captain-attack-morningstar.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=100
|
||||
end=175
|
||||
image="owaec-captain-moving.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=175
|
||||
end=225
|
||||
image="owaec-captain.png"
|
||||
[/frame]
|
||||
[/animation]
|
||||
[/attack]
|
||||
[/unit]
|
||||
|
|
|
@ -66,16 +66,44 @@
|
|||
icon=attacks/morning-star.png
|
||||
[animation]
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-100
|
||||
image="owaec-commander-moving.png"
|
||||
begin=-300
|
||||
end=-250
|
||||
image="owaec-commander.png"
|
||||
sound=horse-canter.wav
|
||||
[/frame]
|
||||
[if]
|
||||
hits=no
|
||||
[frame]
|
||||
begin=-250
|
||||
end=-100
|
||||
image="owaec-commander-moving.png"
|
||||
sound=flail-miss.ogg
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
hits=yes
|
||||
[frame]
|
||||
begin=-250
|
||||
end=-100
|
||||
image="owaec-commander-moving.png"
|
||||
sound=flail.ogg
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image="owaec-commander-attack-morningstar.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=100
|
||||
end=175
|
||||
image="owaec-commander-moving.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=175
|
||||
end=225
|
||||
image="owaec-commander.png"
|
||||
[/frame]
|
||||
[/animation]
|
||||
[/attack]
|
||||
[/unit]
|
||||
|
|
|
@ -65,7 +65,9 @@ Special Notes:"+{SPECIAL_NOTES_AMBUSH}+{SPECIAL_NOTES_REGENERATES}
|
|||
[/animation]
|
||||
[/attack]
|
||||
[death]
|
||||
damage_type=blade,impact,pierce
|
||||
[attack_filter]
|
||||
type=blade,impact,pierce
|
||||
[/attack_filter]
|
||||
[frame]
|
||||
begin=0
|
||||
end=100
|
||||
|
@ -143,7 +145,9 @@ Special Notes:"+{SPECIAL_NOTES_AMBUSH}+{SPECIAL_NOTES_REGENERATES}
|
|||
[/frame]
|
||||
[/death]
|
||||
[death]
|
||||
damage_type=holy,fire,cold
|
||||
[attack_filter]
|
||||
type=holy,fire,cold
|
||||
[/attack_filter]
|
||||
[frame]
|
||||
begin=0
|
||||
end=150
|
||||
|
|
|
@ -149,7 +149,7 @@ ID. Frakce jsou pops
|
|||
\fB\-\-turns=hodnota\fP
|
||||
nastavuje poèet kol pro vybraný scénáø, implicitnì je "50".
|
||||
.TP
|
||||
Příklad na testování vlastního AI:
|
||||
Example to test your own AI:
|
||||
wesnoth \-\-multiplayer \-\-controller2=python_ai \-\-algorithm2=python_ai
|
||||
\-\-parm2=python_script:py/my_own_python_ai.py \-\-side2=Rebels
|
||||
.
|
||||
|
|
|
@ -155,7 +155,7 @@ der Rassen und Epochen ist in der Datei data/multiplayer.cfg zu finden.
|
|||
\fB\-\-turns=WERT\fP
|
||||
Bestimmt die Anzahl der Runden. Standard ist "50".
|
||||
.TP
|
||||
Beispielbefehl zum Testen einer eigenen KI:
|
||||
Example to test your own AI:
|
||||
wesnoth \-\-multiplayer \-\-controller2=python_ai \-\-algorithm2=python_ai
|
||||
\-\-parm2=python_script:py/my_own_python_ai.py \-\-side2=Rebels
|
||||
.
|
||||
|
|
|
@ -158,7 +158,7 @@ camps sont d
|
|||
\fB\-\-turns=value\fP
|
||||
défini le nombre de tours du scénario. Valeur par défaut\ : "50".
|
||||
.TP
|
||||
Exemple pour tester votre propre IA\ :
|
||||
Example to test your own AI:
|
||||
wesnoth \-\-multiplayer \-\-controller2=python_ai \-\-algorithm2=python_ai
|
||||
\-\-parm2=python_script:py/my_own_python_ai.py \-\-side2=Rebels
|
||||
.
|
||||
|
|
|
@ -127,7 +127,7 @@ GUI
|
|||
\fB\-\-turns=value\fP
|
||||
選択されたシナリオのターン数を設定する。 既定値は "50"。
|
||||
.TP
|
||||
あなたの自作のAIをテストする例:
|
||||
Example to test your own AI:
|
||||
wesnoth \-\-multiplayer \-\-controller2=python_ai \-\-algorithm2=python_ai
|
||||
\-\-parm2=python_script:py/my_own_python_ai.py \-\-side2=Rebels
|
||||
.
|
||||
|
|
|
@ -152,7 +152,7 @@ data/multiplayer.cfg bestand.
|
|||
\fB\-\-turns=value\fP
|
||||
stelt het aantal zetten in voor het gekozen scenario. Standaard is "50".
|
||||
.TP
|
||||
Voorbeeld om eigen AI te testen:
|
||||
Example to test your own AI:
|
||||
wesnoth \-\-multiplayer \-\-controller2=python_ai \-\-algorithm2=python_ai
|
||||
\-\-parm2=python_script:py/my_own_python_ai.py \-\-side2=Rebels
|
||||
.
|
||||
|
|
|
@ -153,7 +153,7 @@ data/multiplayer.cfg.
|
|||
\fB\-\-turns=valor\fP
|
||||
define o número de turnos para o cenário escolhido. O padrão é "50".
|
||||
.TP
|
||||
Exemplo para testar sua própria AI:
|
||||
Example to test your own AI:
|
||||
wesnoth \-\-multiplayer \-\-controller2=python_ai \-\-algorithm2=python_ai
|
||||
\-\-parm2python_script:py/meu_script_python_ai.py \-\-side2=Rebels
|
||||
.
|
||||
|
|
|
@ -151,7 +151,7 @@ AI.
|
|||
\fB\-\-turns=значение\fP
|
||||
установить число ходов для выбранного сценария. По умолчанию 50.
|
||||
.TP
|
||||
Пример для тестирования собственного AI:
|
||||
Example to test your own AI:
|
||||
wesnoth \-\-multiplayer \-\-controller2=python_ai \-\-algorithm2=python_ai
|
||||
\-\-parm2=python_script:py/my_own_python_ai.py \-\-side2=Rebels
|
||||
.
|
||||
|
|
|
@ -151,7 +151,7 @@ id. Frakcie s
|
|||
\fB\-\-turns=hodnota\fP
|
||||
nastaví poèet »ahov pre danú scénu. ©tandardná hodnota je "50".
|
||||
.TP
|
||||
Príklad ako otestova» vlastnú umelú inteligenciu:
|
||||
Example to test your own AI:
|
||||
wesnoth \-\-multiplayer \-\-controller2=python_ai \-\-algorithm2=python_ai
|
||||
\-\-parm2=python_script:py/my_own_python_ai.py \-\-side2=Rebels
|
||||
.
|
||||
|
|
|
@ -152,7 +152,7 @@ ett id\-nummer. Fraktionerna finns beskrivna i filen data/multiplayer.cfg.
|
|||
\fB\-\-turns=värde\fP
|
||||
anger antalet drag för det valda scenariot. Standardvärdet är 50.
|
||||
.TP
|
||||
Exempel för att testa en egen AI:
|
||||
Example to test your own AI:
|
||||
wesnoth \-\-multiplayer \-\-controller2=python_ai \-\-algorithm2=python_ai
|
||||
\-\-parm2=python_script:py/my_own_python_ai.py \-\-side2=Rebels
|
||||
.
|
||||
|
|
|
@ -19,8 +19,8 @@ Version 1.3-svn:
|
|||
values used for sample rate and buffer size.
|
||||
|
||||
* Unit changes and balancing
|
||||
* New traits: healthy (+3 HP, +4 rest healing), fearless (ignore unfavourable
|
||||
time of day).
|
||||
* New traits: healthy (+3 HP, +4 rest healing), fearless (ignore
|
||||
unfavourable time of day).
|
||||
* Dark Adepts no longer get the 'strong' trait.
|
||||
* Added the 'skirmisher' ability to the Shadow line.
|
||||
* Increased the HP of the Longbowman from 45 to 51.
|
||||
|
@ -44,5 +44,6 @@ Version 1.3-svn:
|
|||
* Maps can now be opened directly from a scenario file and saved back to it.
|
||||
|
||||
* Language and translations
|
||||
* Updated translations: French, German, Italian, Swedish.
|
||||
* Updated translations: British English, French, German, Italian, Russian,
|
||||
Swedish.
|
||||
* Fixed spelling mistakes in the default en_US language.
|
||||
|
|
|
@ -1,18 +1,19 @@
|
|||
# translation of en_GB.po to British English
|
||||
# translation of en_GB.po to English (British)
|
||||
# Peter J Ross <pjr@insurgent.org>, 2006.
|
||||
# Peter J Ross <wesnoth@pjr.britishlibrary.net>, 2007.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: en_GB\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:40+0100\n"
|
||||
"PO-Revision-Date: 2006-06-26 19:23+0100\n"
|
||||
"Last-Translator: Peter J Ross <pjr@insurgent.org>\n"
|
||||
"Language-Team: British English\n"
|
||||
"PO-Revision-Date: 2007-01-04 19:20+0000\n"
|
||||
"Last-Translator: Peter J Ross <wesnoth@pjr.britishlibrary.net>\n"
|
||||
"Language-Team: English (British) <en@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: KBabel 1.11.2\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
|
||||
#: data/campaigns/Eastern_Invasion.cfg:10
|
||||
msgid "The Eastern Invasion"
|
||||
|
@ -98,7 +99,6 @@ msgid "Resist until Dacyn's return tomorrow night"
|
|||
msgstr "Resist until Dacyn's return tomorrow night"
|
||||
|
||||
#: data/campaigns/Eastern_Invasion/scenarios/01.The_Outpost.cfg:120
|
||||
#, fuzzy
|
||||
msgid "Resist until Dacyn's return in two days"
|
||||
msgstr "Resist until Dacyn's return in two days"
|
||||
|
||||
|
@ -323,7 +323,6 @@ msgstr ""
|
|||
"by them deserves some help, I think."
|
||||
|
||||
#: data/campaigns/Eastern_Invasion/scenarios/02.The_Escape_Tunnel.cfg:174
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Thank you. Now, I advise you to join us. Undead have followed us into these "
|
||||
"caves, and they will kill you if you stay behind."
|
||||
|
@ -332,7 +331,6 @@ msgstr ""
|
|||
"caves, and they will kill you if you stay behind."
|
||||
|
||||
#: data/campaigns/Eastern_Invasion/scenarios/02.The_Escape_Tunnel.cfg:180
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Thank you. Now, I advise you to join us. Undead are in these lands, and they "
|
||||
"will find these caves."
|
||||
|
@ -907,7 +905,6 @@ msgstr ""
|
|||
"They follow us even now."
|
||||
|
||||
#: data/campaigns/Eastern_Invasion/scenarios/05.Northern_Outpost.cfg:129
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Indeed, they do. And do not think you will be able to defeat them. They are "
|
||||
"too powerful. We are heading for the Northlands, where we may be able to "
|
||||
|
@ -1912,7 +1909,6 @@ msgstr ""
|
|||
"have... advice. To give the king. I may know the undead's weakness."
|
||||
|
||||
#: data/campaigns/Eastern_Invasion/scenarios/13.Evacuation.cfg:340
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Very well. If returning to Wesnoth has any chance of success, it is our best "
|
||||
"option. We will go south."
|
||||
|
@ -1921,12 +1917,11 @@ msgstr ""
|
|||
"option. We will go south."
|
||||
|
||||
#: data/campaigns/Eastern_Invasion/scenarios/13.Evacuation.cfg:344
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"I do not like this. But it appears we will die no matter our course of "
|
||||
"action."
|
||||
msgstr ""
|
||||
"I do not like this. But it appears we will die no matter our course of "
|
||||
"I do not like this. But it appears we will die no matter what our course of "
|
||||
"action."
|
||||
|
||||
#: data/campaigns/Eastern_Invasion/scenarios/13.Evacuation.cfg:348
|
||||
|
|
|
@ -8,9 +8,9 @@ msgstr ""
|
|||
"Project-Id-Version: Battle for Wesnoth 0.8.11+CVS\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:40+0100\n"
|
||||
"PO-Revision-Date: 2006-12-19 21:05+0100\n"
|
||||
"PO-Revision-Date: 2007-01-05 08:07+0100\n"
|
||||
"Last-Translator: Foppe Benedictus <foppe.benedictus@gmail.com>\n"
|
||||
"Language-Team: Dutch <onne@grammex.com>\n"
|
||||
"Language-Team: Dutch <foppe.benedictus@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
@ -101,7 +101,6 @@ msgid "Resist until Dacyn's return tomorrow night"
|
|||
msgstr "Houd stand tot Dacyns terugkeer morgenavond"
|
||||
|
||||
#: data/campaigns/Eastern_Invasion/scenarios/01.The_Outpost.cfg:120
|
||||
#, fuzzy
|
||||
msgid "Resist until Dacyn's return in two days"
|
||||
msgstr "Houd stand tot Dacyns terugkeer over twee dagen"
|
||||
|
||||
|
@ -325,21 +324,19 @@ msgstr ""
|
|||
"trollen. Eenieder die door hen wordt belaagd zal geholpen worden, denk ik."
|
||||
|
||||
#: data/campaigns/Eastern_Invasion/scenarios/02.The_Escape_Tunnel.cfg:174
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Thank you. Now, I advise you to join us. Undead have followed us into these "
|
||||
"caves, and they will kill you if you stay behind."
|
||||
msgstr ""
|
||||
"Dank je. Ik raad je aan ons te volgen. De levende doden zijn ons gevolgd en "
|
||||
"zullen jullie doden als je blijft."
|
||||
"Dank je. Ik raad jullie aan bij ons te voegen. De ondoden zijn ons gevolgd "
|
||||
"en zullen jullie doden als je blijft."
|
||||
|
||||
#: data/campaigns/Eastern_Invasion/scenarios/02.The_Escape_Tunnel.cfg:180
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Thank you. Now, I advise you to join us. Undead are in these lands, and they "
|
||||
"will find these caves."
|
||||
msgstr ""
|
||||
"Dank je. Ik raad je aan ons te volgen. Er zijn levende doden in dit gebied "
|
||||
"Dank je. Ik raad jullie aan bij ons te voegen. Er zijn ondoden in dit gebied "
|
||||
"en ze zullen deze grotten ongetwijfeld vinden."
|
||||
|
||||
#: data/campaigns/Eastern_Invasion/scenarios/02.The_Escape_Tunnel.cfg:186
|
||||
|
@ -922,7 +919,6 @@ msgstr ""
|
|||
"doden. Ze volgen ons nog steeds."
|
||||
|
||||
#: data/campaigns/Eastern_Invasion/scenarios/05.Northern_Outpost.cfg:129
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Indeed, they do. And do not think you will be able to defeat them. They are "
|
||||
"too powerful. We are heading for the Northlands, where we may be able to "
|
||||
|
@ -930,7 +926,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Dat doen ze inderdaad. En denk niet dat je hen kunt verslaan. Daar zijn ze "
|
||||
"te sterk voor. We gaan naar de noordelijke gebieden, waar we hen mogelijk "
|
||||
"kunnen ontvluchten. Ga je met ons mee?"
|
||||
"kunnen ontvluchten. Ga jullie met ons mee?"
|
||||
|
||||
#: data/campaigns/Eastern_Invasion/scenarios/05.Northern_Outpost.cfg:133
|
||||
msgid ""
|
||||
|
@ -1939,15 +1935,14 @@ msgstr ""
|
|||
"levende doden."
|
||||
|
||||
#: data/campaigns/Eastern_Invasion/scenarios/13.Evacuation.cfg:340
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Very well. If returning to Wesnoth has any chance of success, it is our best "
|
||||
"option. We will go south."
|
||||
msgstr ""
|
||||
"Goed, als dat onze enige kans is, dan gaan we naar het zuiden, naar Wesnoth."
|
||||
"Goed, als terugkeren naar Wesnoth enige kans van slagen heeft, is dat de "
|
||||
"beste optie. We gaan naar het zuiden."
|
||||
|
||||
#: data/campaigns/Eastern_Invasion/scenarios/13.Evacuation.cfg:344
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"I do not like this. But it appears we will die no matter our course of "
|
||||
"action."
|
||||
|
|
|
@ -2,7 +2,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: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2005-12-14 12:50+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Afrikaans\n"
|
||||
|
@ -5325,23 +5325,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Verslaan alle vyandige leiers"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Sir Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Sir Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Sir Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Lord Bayar"
|
||||
|
||||
|
@ -5688,7 +5688,7 @@ msgstr "Sir Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5696,13 +5696,13 @@ msgstr ""
|
|||
"So die rebelle het uiteindelik gekom om teen my te staan, terwyl my leërs "
|
||||
"weg is besig om met die wispelturige stamme te veg."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5710,7 +5710,7 @@ msgstr ""
|
|||
"Gee oor moeder. Die land se bloed is vergiet. Ek het my regmatige plek kom "
|
||||
"inneem."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5718,7 +5718,7 @@ msgstr ""
|
|||
"Aah. My eie dogter is 'n verraaier. Dit is dus waar. Dat my bewind sulke "
|
||||
"verraad moet verduur! Maar dit sal bly bestaan."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5726,7 +5726,7 @@ msgstr ""
|
|||
"Hoe lank moet die mense nog jou bewind verdra? Gee die troon aan jou dogter. "
|
||||
"Sy is die regmatige opvolger. Ons het selfs die septer om dit te bewys!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5734,117 +5734,117 @@ msgstr ""
|
|||
"Delfador! My ou folteraar! Verraad! Manne! Gryp hulle! Maak hulle dood! Maak "
|
||||
"hulle dood!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Verraad! Die onheiliges het my verslaan!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "En so het Asheviere, die bose koningin van Wesnoth heengegaan."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Ons het uiteindelik gewen! Li'sar! Jy sal koningin wees!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -5852,11 +5852,11 @@ msgstr ""
|
|||
"Ja, maar ek sal nooit vergeet wat julle vir my gedoen het nie, Konrad, "
|
||||
"Delfador en Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -2,7 +2,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: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2004-12-05 00:48+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -4476,23 +4476,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4766,163 +4766,163 @@ msgstr ""
|
|||
msgid "Asheviere"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -14,7 +14,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ca\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-08-14 20:18+0200\n"
|
||||
"Last-Translator: Jordà Polo <jorda@ettin.org>\n"
|
||||
"Language-Team: Català <wesnoth-ca@ettin.org>\n"
|
||||
|
@ -5421,23 +5421,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Derrota els líders enemics (bonificació)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Sir Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Sir Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Sir Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Senyor Bayar"
|
||||
|
||||
|
@ -5782,7 +5782,7 @@ msgstr "Sir Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5790,13 +5790,13 @@ msgstr ""
|
|||
"Així que, finalment venen els rebels a plantar-me cara... mentre la majoria "
|
||||
"dels meus homes són fora batallant contra els clans errants."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5804,7 +5804,7 @@ msgstr ""
|
|||
"Rendeix-te, mare. S'ha vessat massa sang. He vingut per quedar-me al lloc "
|
||||
"que em correspon. "
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5812,7 +5812,7 @@ msgstr ""
|
|||
"Ohh. La meva pròpia filla ha canviat de bàndol... era cert. El meu regne "
|
||||
"sobreviurà a aquesta traïció! T'ho ben asseguro!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5821,7 +5821,7 @@ msgstr ""
|
|||
"a la teva filla. Ella és la vertadera hereva. Fins i tot tenim el ceptre per "
|
||||
"demostrar-ho."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5829,127 +5829,127 @@ msgstr ""
|
|||
"Delfador! El meu antic turment! Traïció! Homes! Agafeu-los! Mateu-los! Mateu-"
|
||||
"los a tots!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Traïció! Els traïdors em maten!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "I així s'acaba el regnat d'Asheviere, la Reina Obscura de Wesnoth."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Finalment hem guanyat! Li'sar! Seràs reina!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
msgstr "Si, però mai oblidaré el que heu fet per mi, Konrad, Delfador, Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -2,7 +2,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: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-08-29 01:32+0200\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -4476,23 +4476,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4766,163 +4766,163 @@ msgstr ""
|
|||
msgid "Asheviere"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -10,7 +10,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle of Wesnoth\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-06-30 23:47+0200\n"
|
||||
"Last-Translator: Oto 'tapik' Buchta <tapik@buchtovi.cz>\n"
|
||||
"Language-Team: Czech <wesnoth-cs-l@buchtovi.cz>\n"
|
||||
|
@ -5330,23 +5330,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Poraž nepřátelské vůdce (bonus)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Sir Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Sir Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Sir Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Lord Bayar"
|
||||
|
||||
|
@ -5689,7 +5689,7 @@ msgstr "Sir Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Ašvíra"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5697,7 +5697,7 @@ msgstr ""
|
|||
"Nuže, rebelové se se mnou konečně přišli utkat, a to když většina mé armády "
|
||||
"bojuje s těmi nevypočitatelnými klany."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -5705,7 +5705,7 @@ msgstr ""
|
|||
"Ty proradná poběhlice! Tvá armáda zakouší porážku, zatímco tu spolu mluvíme. "
|
||||
"Klany tě přišly sesadit, podvodnice!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5713,7 +5713,7 @@ msgstr ""
|
|||
"Vzdej se, matko. Mnoho krve již bylo prolito. Přišla jsem, abych si vzala, "
|
||||
"co mi patří."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5721,7 +5721,7 @@ msgstr ""
|
|||
"Ach. Moje vlastni dcera, přeběhlice. Tak je to přece pravda. Jakou zradou je "
|
||||
"má vláda zkoušena! Zkouškou však projde."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5730,7 +5730,7 @@ msgstr ""
|
|||
"právoplatným dědicem. Dokonce máme v držení i Žezlo, abychom podpořili svůj "
|
||||
"nárok!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5738,26 +5738,26 @@ msgstr ""
|
|||
"Delfador! Můj starý trýznitel! Zrada! Muži! Chopte se jich! Zabijte je! "
|
||||
"Zabijte je všechny!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "Tady máš, čarodějnice!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "Královna je mrtvá"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr "Matko, přísahala jsem ukončit tvou vládu zla, a teď tak učiním."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr "Dcero, vystavěla jsem toto království pro tebe. Bylo to vše pro tebe!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -5767,18 +5767,18 @@ msgstr ""
|
|||
"monstrum! Vražedkyně! Bolí mne, že musíš zajít mou rukou, matko, ale sama "
|
||||
"jsi si vybrala svůj osud. Za Wesnoth!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Lisar zasazuje smrtící úder!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
"Honila jsi mne nelítostně po léta krajem. A teď jsem zde, temná královno."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -5786,7 +5786,7 @@ msgstr ""
|
|||
"Byla jsem si jistá, že jsi mrtvý, ale ty mne stále strašíš. Táhni, démone! "
|
||||
"Vymítám tě, duchu!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -5796,25 +5796,25 @@ msgstr ""
|
|||
"ambicí. Teď budeš skládat účty za své zločiny. Za malého prince Konráda! Za "
|
||||
"WESNOTH!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Konrád zasazuje smrtící úder!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr "Tak jako jsem zničil tvého syna, zničím teď i tebe."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr "Vždy jsi byl vzpurný, čaroději, a nikdo mi nekřížil plány tak jako ty."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr "Vždy jsem byl pokorný služebník koruny, dokonce i nyní."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
@ -5822,22 +5822,22 @@ msgstr ""
|
|||
"Delfadore! Strašlivě mě znechucuješ, ty kňourající červe. Jak jen se "
|
||||
"opovažuješ postavit se mně, tvé královně?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr "Jak se opovažuji? Jsem Delfador, Vysoký představený rady arcimágů..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr "... držitel Emerikova žezla, strážce Crelanovy knihy..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
".. Mág Protektor království lidu ze severozápadu, Hlavní rádce KORUNY..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -5845,24 +5845,24 @@ msgstr ""
|
|||
".. A OSOBNÍ PORADCE MÉHO PŘÍTELE A KRÁLE, GARARDA DRUHÉHO! DNES POTKÁŠ SVŮJ "
|
||||
"OSUD!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr "Ašvíra je úplně anihilována ve strašlivé magické bouři!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Zrada! Ti zloduchové mne zabili!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "A tak odchází Ašvíra, temná královna Wesnothu."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Tak jsme nakonec vyhráli! Lisar! Budeš královnou!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -5870,11 +5870,11 @@ msgstr ""
|
|||
"Ano, ale nikdy nezapomenu, co jste pro mne Konráde, Delfadore a Kalenzi "
|
||||
"učinili."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr "Tolik krve. Tolik smrti. Proč? Pro titul?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 0.9.5+CVS\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2005-08-18 18:43+0200\n"
|
||||
"Last-Translator: Anders K. Madsen <madsen@lillesvin.net>\n"
|
||||
"Language-Team: Danish <wesnoth-da@lillesvin.net>\n"
|
||||
|
@ -4799,23 +4799,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Besejr alle fjendtlige ledere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Sir Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Sir Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Sir Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Lord Bayar"
|
||||
|
||||
|
@ -5145,7 +5145,7 @@ msgstr "Sir Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5153,13 +5153,13 @@ msgstr ""
|
|||
"Så disse rebeller kommer for at møde mig, mens det meste af min hær er ude "
|
||||
"at bekæmpe de vægelsindede klaner."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
|
@ -5168,7 +5168,7 @@ msgstr ""
|
|||
"Overgiv dig, moder. Du har udgydet for meget af landets blod. Jeg er kommet "
|
||||
"for at indtage min retmæssige plads."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5176,7 +5176,7 @@ msgstr ""
|
|||
"Åhh. Min egen datter, en forrædder - det er altså sandt. Mit styre må udstå "
|
||||
"meget! Men udstå gør det."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5184,125 +5184,125 @@ msgstr ""
|
|||
"Hvor længe skal dit folk lide under dit styre? Giv tronen til din datter, "
|
||||
"hun er den retmæssige arving. Vi har endda scepteret som bevis!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
msgstr ""
|
||||
"Delfador! Min nemesis! Forræderi! Vagter! Grib dem! Dræb dem! Dræb dem alle!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Forræderi! De onde har besejret mig!"
|
||||
|
||||
# dør hun?
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "Og således dør Asheviere, mørkets dronning af Wesnoth."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Endelig! Vi vandt! Li'sar! Du skal være dronning!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -5310,11 +5310,11 @@ msgstr ""
|
|||
"Ja, men jeg glemmer aldrig hvad I har gjort for mig, Konrad, Delfador og "
|
||||
"Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-12-29 13:25+0100\n"
|
||||
"Last-Translator: Christoph Berg <Christoph.Berg@kpm-sport.de>\n"
|
||||
"Language-Team: irc://irc.freenode.net/#wesnoth-de\n"
|
||||
|
@ -5594,23 +5594,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Besiegt alle gegnerischen Anführer (Bonus)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Sir Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Sir Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Sir Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Baron Bayar"
|
||||
|
||||
|
@ -5974,7 +5974,7 @@ msgstr "Sir Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5982,7 +5982,7 @@ msgstr ""
|
|||
"Also sind diese Rebellen schließlich doch gekommen, mich herauszufordern, "
|
||||
"während der größte Teil meiner Armee gegen diese wankelmütigen Clans kämpft."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -5990,7 +5990,7 @@ msgstr ""
|
|||
"Eure Armee ereilt der Tod während wir hier sprechen. Die Stämme sind hier um "
|
||||
"euch zu entthronen, Verräterin."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5998,7 +5998,7 @@ msgstr ""
|
|||
"Kapituliert, Mutter. Genügend Blut wurde auf diesem Land vergossen. Ich bin "
|
||||
"gekommen, um meinen rechtmäßigen Platz einzunehmen."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -6006,7 +6006,7 @@ msgstr ""
|
|||
"Es ist also war. Meine eigene Tochter ist zu einer Verräterin geworden. "
|
||||
"Einen Verrat muss meine Herrschaft überdauern. Und sie wird überdauern."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -6015,7 +6015,7 @@ msgstr ""
|
|||
"den Thron an eure Tochter weiter. Sie ist die rechtmäßige Erbin. Wir haben "
|
||||
"sogar das Zepter des Feuers um es zu beweisen!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -6023,29 +6023,29 @@ msgstr ""
|
|||
"Delfador! Mein alter Erzfeind! Verrat! Männer, ergreift sie. Tötet sie. "
|
||||
"Tötet sie alle!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "Nehmt dies, Hexe!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "Die Königin ist tot"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
"Ich habe geschworen, deiner Schreckensherrschaft ein Ende zu setzen. Und "
|
||||
"diesen Schwur werde ich nun erfüllen."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
"Ich habe dieses Königreich für dich gemacht, Tochter. Es war alles für dich!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -6055,11 +6055,11 @@ msgstr ""
|
|||
"vergiftet. Du bist ein Monster. Eine Mörderin! Es schmerzt mich, dich töten "
|
||||
"zu müssen, Mutter, aber du hast dein Schicksal selbst gewählt. Für Wesnoth!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Li'sar streckt ihre Mutter nieder!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
|
@ -6067,7 +6067,7 @@ msgstr ""
|
|||
"Überall habt ihr nach mir suchen lassen. Die ganzen Jahre lang. Und nun "
|
||||
"stehe ich vor euch, Königin."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -6075,7 +6075,7 @@ msgstr ""
|
|||
"Ich war sicher, euch getötet zu haben und verfolgt ihr mich. Verschwindet, "
|
||||
"Dämon! Ich verbanne euch, Geist!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -6085,16 +6085,16 @@ msgstr ""
|
|||
"euren Ehrgeiz vollkommen ausgezehrt. Nun werdet ihr dafür bezahlen. Für den "
|
||||
"jungen Prinz Konrad! Für WESNOTH!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Konrad streckt die Königin nieder!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
"Genau wie ich euren Sohn vernichtet habe, werde ich es nun mit euch tun."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
|
@ -6102,11 +6102,11 @@ msgstr ""
|
|||
"Ihr wart mir schon immer ein Dorn im Auge, Zauberer. Immer habt ihr meinen "
|
||||
"Plänen entgegengewirkt."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr "Ich war immer ein treuer Diener der Krone. Selbst jetzt."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
@ -6114,17 +6114,17 @@ msgstr ""
|
|||
"Delfador! Ihr widerst mich an, jämmerlicher Wurm. Wie könnt ihr es wagen, "
|
||||
"mich, eure Königin, herauszufordern."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
"Wie ich es wagen kann? Ich bin Delfador, Vorsteher des Zirkels der "
|
||||
"Erzmagier..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr "... Träger des Stabes von Emeric, Wächter des Buches von Crelanu ..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
|
@ -6132,7 +6132,7 @@ msgstr ""
|
|||
"... Beschützer des Königreichs vor der magischen Gefahren aus West-Nord, "
|
||||
"höchster Berater der KRONE ..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -6140,26 +6140,26 @@ msgstr ""
|
|||
"... UND PERSÖNLICHER BERATER MEINES FREUNDES UND KÖNIGS, GARARD DEM ZWEITEN! "
|
||||
"HEUTE WERDET IHR FÜR EUREN VERRAT BEZAHLEN!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
"In einem grauenhaften Ausbruch von magischer Macht wird Asheviere vollkommen "
|
||||
"vernichtet."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Verrat! Die Bösen haben mich besiegt!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "Und so wurde Asheviere, die dunkle Königin von Wesnoth, Geschichte."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Wir haben gewonnen! Li'sar! Du wirst Königin sein!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -6167,11 +6167,11 @@ msgstr ""
|
|||
"Ja, aber ich werde nie vergessen, was ihr für mich getan habt, Konrad, "
|
||||
"Delfador und Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr "So viel Blut. So viel Tod. Und für was? Für einen Titel?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 0.8.5-CVS\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-12-08 16:36+0200\n"
|
||||
"Last-Translator: Κωνσταντίνος Έγκαρχος <atixos@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -5400,23 +5400,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Νίκησε τους Αρχηγούς των Εχθρών (Πριμ)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Λόρδος Άλρικ"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Λόρδος Ρούγκα"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Λόρδος Ντάρυν"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Λόρδος Μπάυαρ"
|
||||
|
||||
|
@ -5762,7 +5762,7 @@ msgstr "Σιρ Καλμ"
|
|||
msgid "Asheviere"
|
||||
msgstr "Άσεβιρ"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5770,7 +5770,7 @@ msgstr ""
|
|||
"Ωστε, αυτοί οι επαναστάτες ήρθαν επιτέλους να με αντιμετωπίσουν, την στιγμή "
|
||||
"που ο περισσότερος στρατός μου λείπει και πολεμάει τις ασταθείς συμμαχίες."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -5778,7 +5778,7 @@ msgstr ""
|
|||
"Άθλια τσούπρα. Ο στρατός σου αυτήν την στιγμή αργοπεθαίνει. Οι συμμαχίες "
|
||||
"ήρθαν για να σε ανατρέψουν, υποκρίτρια!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5786,7 +5786,7 @@ msgstr ""
|
|||
"Παραδώσου, μάνα. Το αίμα αυτής της γης εξαντλήθηκε. Ήρθα για να ανακτήσω "
|
||||
"τον δικαιωματικά δικό μου χώρο."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5794,7 +5794,7 @@ msgstr ""
|
|||
"Ααα. Η ίδια μου η κόρη, προδότρια. Ωστε είναι αλήθεια. Τέτοια προδοσία δεν "
|
||||
"μπορεί να ανεχτεί το βασίλιό μου! Και δεν θα την ανεχτεί."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5803,7 +5803,7 @@ msgstr ""
|
|||
"θρόνο στην κόρη σου. Είναι η δίκαιη διάδοχος. Έχουμε και το σκήπτρο για να "
|
||||
"το αποδείξουμε!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5811,28 +5811,28 @@ msgstr ""
|
|||
"Ντεφάλντορ! Παλιέ μου βασανιστή! Προδοσία! Άντρες! Γονατίστε τους! Σκοτώστε "
|
||||
"τους! Σκοτώστε τους όλους!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "Πάρε αυτό, μάγισσα!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "Η Βασίλισσα είναι Νεκρή"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
"Μάνα, ορκίστηκα να δώσω τέλος στην κυριαρχία του κακού σου, και τώρα θα το "
|
||||
"βάλω."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr "Κόρη μου, δημιούργησα αυτό το βασίλιο για σένα. Όλο ήταν για σένα!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -5842,17 +5842,17 @@ msgstr ""
|
|||
"ψυχή σου. Είσαι ένα τέρας! Μία δολοφόνος! Με πονάει να σε σκοτώσω, μητέρα, "
|
||||
"μα μόνη σου διάλεξες την μοίρα σου. Για το Γουέσνοθ!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Η Λί'ζαρ έδωσε ένα θανατηφόρο χτύπημα!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr "Με κυνηγούσες στην εξοχή, χρόνια. Εδώ είμαι, Σκοτεινή Βασίλισσα."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -5860,7 +5860,7 @@ msgstr ""
|
|||
"Είμαι σίγουρη ότι σε σκότωσα, και ακόμα με στοιχειώνεις. Φύγε, δαίμονα! Σε "
|
||||
"εξορκίζω, φάντασμα!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -5870,15 +5870,15 @@ msgstr ""
|
|||
"την φιλοδοξία σου. Θα ληθείς να δώσεις απαντήσεις για τις πράξεις σου. Για "
|
||||
"τον νεαρό πρίγκηπα Κώνραντ! Γαι το ΓΟΥΕΣΝΟΘ!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Ο Κώνραντ έδωσε ένα θανατηφόρο χτύπημα!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr "Όπως κατέστρεψα τον γιο σου, έτσι τώρα καταστρέφω εσένα."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
|
@ -5886,11 +5886,11 @@ msgstr ""
|
|||
"Ήσουν πάντα ανυπάκουος, μάγε, και κανείς δεν εμπόδισε περισσότερο τα σχέδιά "
|
||||
"μου όσο εσύ."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr "Ήμουν πάντα ταπεινός υπηρέτης του στέματος, ακόμα και τώρα."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
@ -5898,17 +5898,17 @@ msgstr ""
|
|||
"Ντεφάλντορ! Με αηδιάζεις, σκουλήκι. Πως τολμάς να αντιμετωπίζεις εμένα, την "
|
||||
"βασίλισσά σου."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
"Πως τολμάω; Είμαι ο Ντεφάλντορ, δεσμοφύλακας του Συμβουλίου των Μάγων..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
"... κομιστής του ραβδιού του Έμερικ, φύλακας του βιβλίου του Κρέλανου..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
|
@ -5916,7 +5916,7 @@ msgstr ""
|
|||
"... Μάγος Προστάτης του Βασιλίου Των Ανθρώπων Του Βορειο-Δυτικού, Κύριος "
|
||||
"Σύμβουλος του ΣΤΕΜΑΤΟΣ..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -5924,24 +5924,24 @@ msgstr ""
|
|||
"... ΚΑΙ ΠΡΟΣΩΠΙΚΟΣ ΣΥΜΒΟΥΛΟΣ ΤΟΥ ΦΙΛΟΥ ΜΟΥ ΚΑΙ ΒΑΣΙΛΙΑ, ΓΚΑΡΑΡΝΤ ΤΟΥ "
|
||||
"ΔΕΥΤΕΡΟΥ! ΣΗΜΕΡΑ ΘΑ ΕΞΙΛΕΩΘΕΙΣ!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr "Σε μία μακάβρια κόλαση μαγικής οργής, η Άσεβιρ εξαλήφθηκε τελείως!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Προδοσία! Οι κακοί με δολοφόνησαν!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "Και έτσι τελειώνει η Άσεβιρ, η σκοτεινή βασίλισσα του Γουέσνοθ."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Νικήσαμε επιτέλους! Λί'ζαρ! Θα γίνεις βασίλισσα!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -5949,11 +5949,11 @@ msgstr ""
|
|||
"Ναι, μα δεν θα ξεχάσω ποτέ τι κάνατε για μένα, Κώνραντ, Ντεφάλντορ, και "
|
||||
"Κάλενζ."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr "Τόσο αίμα. Τόσος θάνατος. Για τί; Για έναν τίτλο;"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -1,18 +1,19 @@
|
|||
# translation of en_GB.po to British English
|
||||
# translation of en_GB.po to English (British)
|
||||
# Peter J Ross <pjr@insurgent.org>, 2006.
|
||||
# Peter J Ross <wesnoth@pjr.britishlibrary.net>, 2007.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: en_GB\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"PO-Revision-Date: 2006-06-26 07:32+0100\n"
|
||||
"Last-Translator: Peter J Ross <pjr@insurgent.org>\n"
|
||||
"Language-Team: British English\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2007-01-04 19:22+0000\n"
|
||||
"Last-Translator: Peter J Ross <wesnoth@pjr.britishlibrary.net>\n"
|
||||
"Language-Team: English (British) <en@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: KBabel 1.11.2\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne.cfg:9
|
||||
msgid "Heir to the Throne"
|
||||
|
@ -458,7 +459,6 @@ msgstr ""
|
|||
"many magi."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/02_Blackwater_Port.cfg:179
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"I will send one of my horsemen to serve under you. I offer you my support, "
|
||||
"Konrad, and the support of my men - from now on you will be able to recruit "
|
||||
|
@ -3362,9 +3362,8 @@ msgid "Then to the eastern tunnels we shall go!"
|
|||
msgstr "Then to the eastern tunnels we shall go!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/15_Plunging_Into_the_Darkness.cfg:535
|
||||
#, fuzzy
|
||||
msgid "Gryphon Tender"
|
||||
msgstr "Gryphon Mountain"
|
||||
msgstr "Gryphon Tender"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/15_Plunging_Into_the_Darkness.cfg:548
|
||||
msgid ""
|
||||
|
@ -3392,7 +3391,6 @@ msgid "(looks miffed)"
|
|||
msgstr "(looks miffed)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/15_Plunging_Into_the_Darkness.cfg:597
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Well, if you must go on with this mad scheme, I shall supply you with my own "
|
||||
"troops as riders! A frail human - or worse, an elf - would never be able to "
|
||||
|
@ -4235,7 +4233,6 @@ msgid "Who would discard such a wondrous artifact?"
|
|||
msgstr "Who would discard such a wondrous artifact?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/20a_Snow_Plains.cfg:112
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"I believe it belonged to Ila'alion, a mighty Marshal of the Wood. It was "
|
||||
"enchanted as a boon to him by your elvish friends in the south. He was "
|
||||
|
@ -4456,7 +4453,6 @@ msgstr ""
|
|||
"Choose wisely who will bear it."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Swamp_Of_Dread.cfg:246
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"As the last Death Knight falls, an ear-splitting screech escapes from the "
|
||||
"Lich. It is clear that controlling such powerful spirits has drained it "
|
||||
|
@ -4895,13 +4891,12 @@ msgstr ""
|
|||
"his staff in battle. A rare combination, especially among men."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/22_Elven_Council.cfg:110
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"How quickly does the race of men mature! Only seventeen winters have passed "
|
||||
"since I last laid eyes on you, Konrad, yet you are now a grown man. A brave "
|
||||
"warrior stands before me!"
|
||||
msgstr ""
|
||||
"How quickly do the race of men mature! Only seventeen winters have passed "
|
||||
"How quickly does the race of men mature! Only seventeen winters have passed "
|
||||
"since I last laid eyes on you, Konrad, yet you are now a grown man. A brave "
|
||||
"warrior stands before me!"
|
||||
|
||||
|
@ -5372,23 +5367,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Defeat Enemy Leaders (Bonus)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Sir Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Sir Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Sir Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Lord Bayar"
|
||||
|
||||
|
@ -5538,7 +5533,6 @@ msgid "We will serve you, my lord. You will make a worthy king."
|
|||
msgstr "We will serve you, my lord. You will make a worthy king."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:380
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The mighty riders of the eastern plains, the Knights of the Clans, are now "
|
||||
"yours to command!"
|
||||
|
@ -5732,7 +5726,7 @@ msgstr "Sir Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5740,7 +5734,7 @@ msgstr ""
|
|||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -5748,7 +5742,7 @@ msgstr ""
|
|||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5756,7 +5750,7 @@ msgstr ""
|
|||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5764,7 +5758,7 @@ msgstr ""
|
|||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5772,7 +5766,7 @@ msgstr ""
|
|||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the sceptre to prove it!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5780,26 +5774,26 @@ msgstr ""
|
|||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "Take this, witch!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "The Queen is Dead"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr "Mother, I swore to end your reign of evil, and now I shall."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -5809,11 +5803,11 @@ msgstr ""
|
|||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Li'sar strikes a killing blow!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
|
@ -5821,7 +5815,7 @@ msgstr ""
|
|||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -5829,7 +5823,7 @@ msgstr ""
|
|||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -5839,15 +5833,15 @@ msgstr ""
|
|||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Konrad strikes a killing blow!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr "As I destroyed your son, I now destroy you."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
|
@ -5855,11 +5849,11 @@ msgstr ""
|
|||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr "I have always been the humble servant of the crown, even now."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
@ -5867,15 +5861,15 @@ msgstr ""
|
|||
"Delfador! You utterly disgust me, you snivelling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
|
@ -5883,7 +5877,7 @@ msgstr ""
|
|||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -5891,25 +5885,25 @@ msgstr ""
|
|||
"... AND PERSONAL COUNSELLOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Treason! The evil ones have slain me!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "We have won at last! Li'sar! You will be queen!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -5917,11 +5911,11 @@ msgstr ""
|
|||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr "So much blood. So much death. For what? A title?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
@ -6515,6 +6509,3 @@ msgstr ""
|
|||
#~ msgstr ""
|
||||
#~ "These Cockatrices will turn all our troops to stone, as they have the "
|
||||
#~ "orcs, if we cannot find a way to undo their power!"
|
||||
|
||||
#~ msgid "You may now recruit horsemen!"
|
||||
#~ msgstr "You may now recruit horsemen!"
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-12-13 12:31+0100\n"
|
||||
"Last-Translator: Viliam Bur <viliam@bur.sk>\n"
|
||||
"Language-Team: \n"
|
||||
|
@ -5279,23 +5279,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Venku ĉiujn malamikoj (profito)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Siro Alrik"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Siro Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Siro Darin"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Lordo Bajar"
|
||||
|
||||
|
@ -5629,7 +5629,7 @@ msgstr "Sinjoro Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Aŝeviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5637,7 +5637,7 @@ msgstr ""
|
|||
"Nu, tiuj ribeluloj staris kontraŭ mi dume plimulto de miaj armeoj batalas "
|
||||
"kontraŭ la fiaj klanoj. "
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -5645,7 +5645,7 @@ msgstr ""
|
|||
"Malbenita virino. Dum ni interparolas, via armeo marŝas al morto. La klanoj "
|
||||
"venis forigi vin, putino! "
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5653,7 +5653,7 @@ msgstr ""
|
|||
"Kapitulacu patrino! Jam multego da sango de la lando estis forverŝita. Mi "
|
||||
"venis pretendi lokon, kiun lau leĝo apartenas al mi. "
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5661,7 +5661,7 @@ msgstr ""
|
|||
"Ho, mia propra filino transkuris. Do, tio veras! Mia regno devas solvi tiun "
|
||||
"perfidon. Sed ĝi sukcesos!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5670,7 +5670,7 @@ msgstr ""
|
|||
"al via filino! Ŝi estas laŭleĝa heredantino! Ni havas la sceptron kiel "
|
||||
"pruvon! "
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5678,26 +5678,26 @@ msgstr ""
|
|||
"Delfador! Mia longdaŭra persekutanto! Perfido! Viroj! Kaptu ilin! Mortigu "
|
||||
"ĉiuj el ili! "
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "Jen prenu, sorĉistino!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "La reĝino mortis"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr "Patrino, mi ĵuras fini vian regadon de malbono, nun mi faros tion."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr "Filineto, ĉi regnon mi konstruis por vi. Tio ĉio estis por vi!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -5707,11 +5707,11 @@ msgstr ""
|
|||
"monstro! Murdistino! Teruras, ke mi devas mortigi vin patrino, sed vi mem "
|
||||
"elektis vian sorton. Pro Vesnot!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Li'sar donas mortigan baton!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
|
@ -5719,7 +5719,7 @@ msgstr ""
|
|||
"Vi persekutis min dum jaroj tra tuta regiono. Ĉi tie mi estas, malhela "
|
||||
"reĝino."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -5727,7 +5727,7 @@ msgstr ""
|
|||
"Mi certis, ke mi mortigis vin, sed vi plu persekutas min. Foriru, demono! Mi "
|
||||
"ekzorcas vin, spirito."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -5737,25 +5737,25 @@ msgstr ""
|
|||
"kaj ambicio. Nun vi pagos viajn krimojn. Por juna princo Konrado! Po "
|
||||
"Wesnotho!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Konrado donas baton de morto!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr "Tiel, kiel mi pereigis vian filon, mi pereigos ankaŭ vin."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr "Ĉiam vi obstinis, sorĉisto. Neniu pli malhelpis miajn planojn kiel vi."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr "Ĉiam mi estis humila servisto de krono, ankaŭ nun."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
@ -5763,17 +5763,17 @@ msgstr ""
|
|||
"Delfadoro! Vi estas abomena, vi plorpepanta vermo. Kiel vi kuraĝas "
|
||||
"kontraŭstari propran reĝinon?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
"Kiel mi kuraĝas? Mi estas Delfadoro, la plej alta estro de Koncilio de "
|
||||
"arcimagoj..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr "...posedanto de Emerika bastono, gardanto de Krelana libro..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
|
@ -5781,7 +5781,7 @@ msgstr ""
|
|||
"...mago, protektanto de Reĝlando de nordokcidentaj homoj, ĉefa konsilanto de "
|
||||
"KRONO.."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -5789,35 +5789,35 @@ msgstr ""
|
|||
"...KAJ PERSONA KONSILANTO DE MIA AMIKO KAJ REĜO, DE GARARDO LA DUA! HODIAŬ "
|
||||
"PLENUMIĜOS VIA DESTINO!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr "En terurega eksplodo de magia forto estis Aŝeviera tute neniigita!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Perfido! La insiduloj mortigis min!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "Kaj tiel finiĝis Aŝeviere, malhela reĝino de Vesnot."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "finfine ni venkis! Lisar, vi estos la reĝino!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
msgstr ""
|
||||
"Jes, sed mi neniam forgesos, kion vi faris por mi, Konrad, Delfador, Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr "Tiom da sango. Tiom da morto. Kial? Pro titolo?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -8,7 +8,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: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2005-09-06 20:15+0200\n"
|
||||
"Last-Translator: David Martínez Moreno <ender@debian.org>\n"
|
||||
"Language-Team: David Martínez Moreno <ender@debian.org>\n"
|
||||
|
@ -5288,23 +5288,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Derrotar a todos los líderes enemigos"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Sir Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Sir Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Sir Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Señor Bayar"
|
||||
|
||||
|
@ -5649,7 +5649,7 @@ msgstr "Sir Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5657,13 +5657,13 @@ msgstr ""
|
|||
"Así que por fin los rebeldes plantan cara, mientras el grueso de mi ejército "
|
||||
"está fuera, luchando contra los clanes, tan volubles como siempre."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5671,7 +5671,7 @@ msgstr ""
|
|||
"Ríndete, madre. Ya se ha derramado mucha sangre. Vengo a ocupar el lugar que "
|
||||
"me corresponde."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5679,7 +5679,7 @@ msgstr ""
|
|||
"Ahhh...mi propia hija, una renegada. Así que es cierto. ¡Mi reino tiene que "
|
||||
"tolerar tamaña traición! Pero lo hará."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5688,7 +5688,7 @@ msgstr ""
|
|||
"trono a vuestra hija. Ella es su heredera legítima. ¡Incluso tenemos el "
|
||||
"cetro, para eliminar cualquier atisbo de duda!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5696,117 +5696,117 @@ msgstr ""
|
|||
"¡Delfador! ¡Mi antiguo atormentador! ¡Traición! ¡Hombres! ¡¡Acabad con "
|
||||
"ellos!! ¡¡Acabad con todos ellos!!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "¡Traición! ¡Los traidores han conseguido vencerme!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "Y así se acaba el reinado de Asheviere, la reina oscura de Wesnoth."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "¡Al final ganamos! ¡Li'sar! ¡Serás reina¡"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -5814,11 +5814,11 @@ msgstr ""
|
|||
"Sí, pero jamás olvidaré lo que habéis hecho por mí los tres: Konrad, "
|
||||
"Delfador y Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -2,7 +2,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: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2005-05-07 12:58+0300\n"
|
||||
"Last-Translator: Mart Tõnso <mart.tonso@ttu.ee>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -4499,23 +4499,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Alista kõik vaenlaste juhid"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Söör Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Söör Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Söör Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Isand Bayar"
|
||||
|
||||
|
@ -4789,163 +4789,163 @@ msgstr "Söör Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2005-08-30 12:17+0100\n"
|
||||
"Last-Translator: Alfredo Beaumont <ziberpunk@ziberghetto.dhis.org>\n"
|
||||
"Language-Team: Basque\n"
|
||||
|
@ -5037,23 +5037,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Arerioen nagusi guztiak gainditu"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Alric Jauna"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "ruga Jauna"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Daryn Jauna"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Bayar jauna"
|
||||
|
||||
|
@ -5395,7 +5395,7 @@ msgstr "Kalm Jauna"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5403,13 +5403,13 @@ msgstr ""
|
|||
"Beraz, errebelde hauek azkenean etorri dira aurre egitera, nire armadako "
|
||||
"gehiengoa kanpoan dagoenean, talde ezegonkorrak borrokatzen."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5417,7 +5417,7 @@ msgstr ""
|
|||
"Amore eman, ama. Lurraren odola bukatu da. Etorri naiz nire eskubideko lekua "
|
||||
"hartzera."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5425,7 +5425,7 @@ msgstr ""
|
|||
"Ahh. Ene alaba berbera, arnegari bat. Beraz egia da. Nire erreinuak "
|
||||
"saldukeri hau jasan behar du! Baina jasango du."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5433,7 +5433,7 @@ msgstr ""
|
|||
"Noiz arte jasan behar du jendeak zure agindupean? Emaiozu tronoa zure "
|
||||
"alabari. Bera da legezko oinordekoa. Zetroa ere badaukagu frogatzeko!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5441,128 +5441,128 @@ msgstr ""
|
|||
"Delfador! Nire oinazari zaharra! Saldukeria! Gizonak! Geldi itzazue! Hil "
|
||||
"itzazue! Hil itzazue guztiak!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Saldukeria! Gaizkileek hil naute!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "Eta horrela bukatzen da Asheviere, Wesnoth-eko erregin iluna."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Irabazi dugu azkenean! Li'sar! Erregina izango zara!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
msgstr ""
|
||||
"Bai, baina ez dut ahaztuko nigatik egin duzuena, Konrad, Delfador eta Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -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: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-06-16 22:18+0200\n"
|
||||
"Last-Translator: Jussi Rautio <jrautio@niksula.hut.fi>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -5400,23 +5400,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Kukista kaikki vihollisjohtajat (Bonus)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Alric-herra"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Ruga-herra"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Daryn-herra"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Ylimys Bayar"
|
||||
|
||||
|
@ -5761,7 +5761,7 @@ msgstr "Kalm-herra"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5769,7 +5769,7 @@ msgstr ""
|
|||
"Ja niin nämä kapinalliset tulevat vihdoin kohtaamaan minut, kun suurin osa "
|
||||
"armeijastani on taistelemassa oikukkaita klaaneja vastaan."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -5777,7 +5777,7 @@ msgstr ""
|
|||
"Halpamainen huora. Armeijasi maistaa kuolemaa puhuessamme. Klaanit ovat "
|
||||
"tulleet syöksemään sinut vallasta, senkin teeskentelijä!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5785,7 +5785,7 @@ msgstr ""
|
|||
"Antaudu, äiti. Valtakunnan veri on käytetty. Olen tullut vaatimaan "
|
||||
"oikeudenmukaisen paikkani."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5793,7 +5793,7 @@ msgstr ""
|
|||
"Oma tyttäreni on takinkääntäjä. Se on siis totta. Mitä petosta valtani "
|
||||
"joutuukaan kestämään! Mutta valtani kestää kyllä."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5802,7 +5802,7 @@ msgstr ""
|
|||
"Hän on todellinen perillinen. Meillä on hallussamme jopa valtikka sen "
|
||||
"todistamiseksi!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5810,26 +5810,26 @@ msgstr ""
|
|||
"Delfador! Vanha piinaajani! Petosta! Miehet, vangitkaa heidät! Tappakaa "
|
||||
"heidät kaikki!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "Tästä saat, noita!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "Kuningatar on kuollut"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr "Äiti, vannoin lopettavani pahuuden valtakautesi, ja nyt teen niin."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr "Tyttäreni, rakensin tämän valtakunnan sinulle. Kaikki sinun vuoksesi!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -5839,11 +5839,11 @@ msgstr ""
|
|||
"olet hirviö! Murhaaja! Minuun sattuu tappaa sinut, äiti, mutta itse olet "
|
||||
"valinnut kohtalosi. Wesnothin puolesta!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Li'sar iskee kuolettavan iskun!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
|
@ -5851,7 +5851,7 @@ msgstr ""
|
|||
"Olet metsästänyt minua erämaassa ja maaseudulla vuosia. Tässä minä olen, "
|
||||
"Musta Kuningatar."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -5859,7 +5859,7 @@ msgstr ""
|
|||
"Olin varma, että tapoin sinut, silti vainoat minua. Mene pois demoni! "
|
||||
"Karkotan sinu aave!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -5869,15 +5869,15 @@ msgstr ""
|
|||
"kunnianhimostasi. Nyt sinut asetetaan vastuuseen teoistasi. Nuoren Konrad-"
|
||||
"prinssin puolesta! WESNOTHIN puolesta!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Konrad iskee kuolettavan iskun!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr "Kuten kerran tuhosin poikasi, tuhoan nyt sinut."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
|
@ -5885,11 +5885,11 @@ msgstr ""
|
|||
"Olit aina uhmakas, velho, ja kukaan ei ole sabotoinut suunnitelmiani niin "
|
||||
"paljon kuin sinä."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr "Olen aina ollut kruunun nöyrin palvelija, jopa nyt."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
@ -5897,16 +5897,16 @@ msgstr ""
|
|||
"Delfador! Sinä kuvotat minua, sinä alhainen mato. Kuinka uskallat uhmata "
|
||||
"minua, kuningatartasi."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
"Kuinkako? Minä olen Delfador, Arkkivelhojen Neuvoston Korkea Puheenjohtaja..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr "... Emericin sauvan kantaja, Crelanun kirjan vartija ..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
|
@ -5914,7 +5914,7 @@ msgstr ""
|
|||
"... Itä-Pohjoisen Kansojen Valtakunnan Velhosuojelija, Kruunun Ylin "
|
||||
"Neuvonantaja..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -5922,25 +5922,25 @@ msgstr ""
|
|||
"... JA YSTÄVÄNI JA KUNINKAAN, GARARD TOISEN, HENKILÖKOHTAINEN NEUVONANTAJA! "
|
||||
"TÄNÄÄN SOVITAT TEKOSI!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
"Valtavassa maagisen raivon pyörremyrsyssä Asheviere tuhoutuu täydellisesti!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Petosta! Petturit ovat surmanneet minut!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "Ja niin kuoli Asheviere, Wesnothin musta kuningatar."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Olemme vihdoin voittaneet! Li'sar, sinusta tulee kuningatar!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -5948,11 +5948,11 @@ msgstr ""
|
|||
"Kyllä. En ikinä unohda, mitä olette tehneet vuokseni, Konrad, Delfador, "
|
||||
"Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr "Niin paljon verta. Niin paljon kuolemaa. Minkä vuoksi? Arvonimen?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -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: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2007-01-03 19:29+0100\n"
|
||||
"Last-Translator: Guillaume MASSART <massart.guillaume@wanadoo.fr>\n"
|
||||
"Language-Team: Language fr\n"
|
||||
|
@ -5610,23 +5610,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Vaincre tous les chefs ennemis (Bonus)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Sir Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Sir Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Sir Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Lord Bayar"
|
||||
|
||||
|
@ -5988,7 +5988,7 @@ msgstr "Messire Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5996,7 +5996,7 @@ msgstr ""
|
|||
"Ainsi ces rebelles viennent m'affronter alors que le gros de mes troupes est "
|
||||
"au loin, combattant les clans déloyaux."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -6004,7 +6004,7 @@ msgstr ""
|
|||
"Misérable mauviette. Votre armée goûte à la mort alors même que nous "
|
||||
"discutons. Les clans sont parvenus à vous détrôner, prétendant !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -6012,7 +6012,7 @@ msgstr ""
|
|||
"Rendez-vous, mère. Le sang de cette terre n'a que trop coulé. Je suis venue "
|
||||
"prendre ma place légitime !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -6020,7 +6020,7 @@ msgstr ""
|
|||
"Ahh. Ma propre fille, une traîtresse. Alors, c'était vrai. Quelle trahison "
|
||||
"doit endurer mon règne ! Mais mon règne l'endurera."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -6029,7 +6029,7 @@ msgstr ""
|
|||
"à votre fille : elle est l'héritière légitime. Nous sommes mêmes détenteurs "
|
||||
"du Sceptre de Feu, afin de le prouver !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -6037,27 +6037,27 @@ msgstr ""
|
|||
"Delfador ! Mon ancien tortionnaire ! Trahison ! Soldats ! Capturez-les ! "
|
||||
"Tuez-les ! Tuez-les TOUS !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "Prends ça sorcière !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "La Reine est morte !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
"Mère, j'ai juré de mettre fin à votre règne de mal et je le fais maintenant."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr "Ma fille, j'ai construit ce royaume pour toi. Tout a été pour toi !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -6067,11 +6067,11 @@ msgstr ""
|
|||
"rongé votre âme. Vous êtes un monstre ! Une meurtrière ! Cela m'attriste de "
|
||||
"vous tuer mère mais c'est vous qui avez choisi votre destinée. Pour Wesnoth !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Li'sar donne le coup de grâce !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
|
@ -6079,7 +6079,7 @@ msgstr ""
|
|||
"Vous m'avez pourchassé à travers la campagne et même à travers les années. "
|
||||
"Me voici, sombre reine !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -6087,7 +6087,7 @@ msgstr ""
|
|||
"J'étais persuadée de vous avoir tué et pourtant vous me hantez encore. Pars "
|
||||
"démon ! Je te bannis, spectre !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -6097,16 +6097,16 @@ msgstr ""
|
|||
"votre ambition. Vous allez maintenant être tenue pour responsable de vos "
|
||||
"méfaits. Pour le jeune prince Konrad ! Pour WESNOTH !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Konrad donne le coup de grâce !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
"De la même façon que j'ai détruit votre fils, je vous détruis maintenant !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
|
@ -6114,12 +6114,12 @@ msgstr ""
|
|||
"Vous fûtes toujours défiant, mage, personne n'a menacé mes plans autant que "
|
||||
"vous."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
"J'ai toujours été l'humble serviteur de la couronne et encore à ce jour."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
@ -6127,16 +6127,16 @@ msgstr ""
|
|||
"Delfador ! Vous me dégoûtez profondément, vous n'êtes qu'un répugnant ver de "
|
||||
"terre. Comment osez-vous m'affrontez, moi votre Reine."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
"Comme ose-je ? Je suis Delfador, Haut Président du Conseil d'Archimagie..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr "... porteur du bâton d'Emeric, gardien du livre de Crelanu..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
|
@ -6144,7 +6144,7 @@ msgstr ""
|
|||
"... Mage Protecteur du Royaume des Peuples du Nord-Ouest, Conseiller "
|
||||
"Principal de la COURONNE..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -6152,26 +6152,26 @@ msgstr ""
|
|||
"... ET CONSEILLER PERSONNEL DE MON AMI ET ROI, GARARD LE SECOND ! "
|
||||
"AUJOURD'HUI VOUS PAIEREZ VOS FAUTES !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
"Dans un infernal déluge de rage magique, Asheviere est complètement "
|
||||
"anéantie !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Trahison ! Ces malfaisants m'ont assassinée !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "Et ainsi décède Ashievere, la sombre reine de Wesnoth."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Enfin, nous sommes victorieux ! Li'sar ! Vous serez Reine !"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -6179,11 +6179,11 @@ msgstr ""
|
|||
"Oui, mais je n'oublierai jamais ce que vous avez fait pour moi, Konrad, "
|
||||
"Delfador et Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr "Tant de sang. Tant de morts. Pour quoi ? Un titre ?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.1.2+svn\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-04-23 23:01+0200\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -4476,23 +4476,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4766,163 +4766,163 @@ msgstr ""
|
|||
msgid "Asheviere"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: he\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-02-15 00:16+0200\n"
|
||||
"Last-Translator: Ely Levy <nakeee@gmail.com>\n"
|
||||
"Language-Team: Hebrew\n"
|
||||
|
@ -4520,23 +4520,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "הבס מנהיגי אוייב (בונוס)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4810,163 +4810,163 @@ msgstr ""
|
|||
msgid "Asheviere"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -9,7 +9,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: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-06-04 17:49+0200\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
|
@ -5315,23 +5315,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Legyőzöd valamennyi ellenséges vezért"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Alric úr"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Ruga úr"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Daryn úr"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Bayar báró"
|
||||
|
||||
|
@ -5674,7 +5674,7 @@ msgstr "Kalm úr"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5682,13 +5682,13 @@ msgstr ""
|
|||
"A felkelők végre megérkeztek, hogy szembeszálljanak velem, míg a seregem "
|
||||
"legnagyobb része az állhatatlan klánok ellen harcol."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5696,7 +5696,7 @@ msgstr ""
|
|||
"Tedd le a fegyvert, anyám! Az ország vérben áll. Eljöttem, hogy elfoglaljam "
|
||||
"jogos helyem."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5704,7 +5704,7 @@ msgstr ""
|
|||
"Ahh, a saját lányom köpönyegforgató lett! Tehát sajnos igaz. Ilyen "
|
||||
"hazaárulást kell elviselnem! De ki fogom bírni."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5712,7 +5712,7 @@ msgstr ""
|
|||
"Meddig kell még a hatalmaskodásodat elviselniük az embereknek? Adományozd "
|
||||
"lányodnak a trónt. Ő a törvényes utódod. A jogart is hordozzuk bizonyosságul!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5720,117 +5720,117 @@ msgstr ""
|
|||
"Delfador! Te régi kínzóm! Árulás! Emberek! Fogjátok el és öljétek meg őket! "
|
||||
"Öljétek meg mind!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Árulás! A gonoszak megöltek engem!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "És így bukott el Asheviere, Wesnoth ördögi úrnője."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Nyertünk végre! Li'sar! Te leszel az új királynő!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -5838,11 +5838,11 @@ msgstr ""
|
|||
"Igen, de sohasem fogom elfelejteni, amit értem tettetek, Konrad, Delfador és "
|
||||
"Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -4,7 +4,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: it\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-12-28 01:39+0100\n"
|
||||
"Last-Translator: Luciano Montanaro <mikelima@cirulla.net>\n"
|
||||
"Language-Team: Italian <kde-i18n-it@kde.org>\n"
|
||||
|
@ -5503,23 +5503,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Sconfiggi tutti i condottieri nemici (Bonus)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Sir Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Sir Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Sir Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Lord Bayar"
|
||||
|
||||
|
@ -5869,7 +5869,7 @@ msgstr "Sir Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5878,7 +5878,7 @@ msgstr ""
|
|||
"maggior parte del mio esercito è impegnata altrove a combattere i clan "
|
||||
"traditori."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -5886,7 +5886,7 @@ msgstr ""
|
|||
"Patetica ragazzina. La tua armata va incontro alla morte mentre parliamo. I "
|
||||
"clan sono arrivati per sistemarti, pretendente!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5894,7 +5894,7 @@ msgstr ""
|
|||
"Arrenditi, madre. Il tuo regno sanguinario è finito. Sono venuta a prendere "
|
||||
"il posto che mi spetta di diritto."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5902,7 +5902,7 @@ msgstr ""
|
|||
"Ahh. La mia propria figlia, una voltagabbana. Allora è vero. Il mio regno "
|
||||
"deve resistere a questo tradimento! E resisterà."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5911,7 +5911,7 @@ msgstr ""
|
|||
"a tua figlia. Lei è la legittima erede al trono. Abbiamo anche lo scettro "
|
||||
"come ulteriore prova!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5919,27 +5919,27 @@ msgstr ""
|
|||
"Delfador! Il mio vecchio tormento! Uomini! Prendeteli! Uccideteli tutti! "
|
||||
"Uccideteli tutti!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "Prendi questo, strega!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "La regina è morta"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
"Madre, ho giurato di porre fine al vostro regno di malvagità e lo farò."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr "Figlia, ho creato questo regno per te. Tutto ciò che vedi sarà tuo!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -5949,11 +5949,11 @@ msgstr ""
|
|||
"vostra anima. Siete un mostro! Assassina! Mi fa soffrire uccidervi, madre, "
|
||||
"ma avete scelto da sola il vostro destino. Per Wesnoth!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Li'sar infligge un colpo mortale!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
|
@ -5961,7 +5961,7 @@ msgstr ""
|
|||
"Mi avete dato la caccia per tutto il paese e per anni. Sono qui, regina "
|
||||
"oscura."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -5969,7 +5969,7 @@ msgstr ""
|
|||
"Ero sicuro di averti ucciso, ma ancora continui a tormentarmi. Vattene, "
|
||||
"demone! Fantasma, io ti scaccio!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -5979,15 +5979,15 @@ msgstr ""
|
|||
"ingordigia e ambizione. Ora dovrete fare i conti con le vostre malefatte. "
|
||||
"Per il giovane principe Konrad! Per WESNOTH!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Konrad infligge un colpo mortale!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr "Come ho ucciso i tuoi figli, così ucciderò te."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
|
@ -5995,11 +5995,11 @@ msgstr ""
|
|||
"Sei sempre stato ribelle, mago, e nessuno ha mai contrastato i miei piani "
|
||||
"quanto hai fatto tu."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr "I sono sempre stato un umile servo della corona, anche ora."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
@ -6007,16 +6007,16 @@ msgstr ""
|
|||
"Delfador! Semplicemente mi disgusti, lacrimevole verme. Come osi sfidare me, "
|
||||
"la tua regina."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
"Come oso? Io sono Delfador, alto prevosto del consiglio degli arcimaghi..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr "...portatore del bastone di Emeric, custode del libro di Crelanu..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
|
@ -6024,7 +6024,7 @@ msgstr ""
|
|||
"...mago protettore del regno delle genti del nord-ovest, consigliere capo "
|
||||
"della CORONA..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -6032,26 +6032,26 @@ msgstr ""
|
|||
"...E CONSIGLIERE PERSONALE DEL MIO AMICO E RE, GARARD SECONDO! OGGI HAI "
|
||||
"INCONTRATO LA TUA ESPIAZIONE!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
"In un orrendo inferno di raggi di luce magici, Asheviere è stata "
|
||||
"completamente annientata."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Tradimento! I malvagi mi hanno sconfitta!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "È finita Asheviere, regina oscura di Wesnoth."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Alla fine abbiamo vinto! Li'sar! Sarai la nostra regina!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -6059,11 +6059,11 @@ msgstr ""
|
|||
"Sì, ma non mi dimenticherò mai cosa avete fatto per me, Konrad, Delfador e "
|
||||
"Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr "Tutto questo sangue. Tutte questi morti. Per che cosa? per un titolo?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 1.1.7\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-09-01 00:06+0900\n"
|
||||
"Last-Translator: Takanobu Hirai <airhead@users.sourceforge.jp>\n"
|
||||
"Language-Team: Japanese Translation Team\n"
|
||||
|
@ -5420,23 +5420,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "敵のリーダーを倒す(ボーナス)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Alric 卿"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Ruga 卿"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Daryn 卿"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Bayar 卿"
|
||||
|
||||
|
@ -5781,7 +5781,7 @@ msgstr "Kalm 卿"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5789,7 +5789,7 @@ msgstr ""
|
|||
"で、この反逆者はついに私の目の前までやってきた。私の軍の大部分が気まぐれなク"
|
||||
"ランと戦っている間に。"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -5797,7 +5797,7 @@ msgstr ""
|
|||
"愚かな女だ。我々が話している間にお前たちの軍隊は死を経験している。クランはお"
|
||||
"まえを退けるために到着した。王位を狙う者め!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5805,7 +5805,7 @@ msgstr ""
|
|||
"降参してください、母上。血が無駄に流されています。私は正当な地位に就くために"
|
||||
"ここに来たのです。"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5813,7 +5813,7 @@ msgstr ""
|
|||
"ああ。裏切り者の私の娘か。我が治世はこのような反逆に耐えなくてはならない! し"
|
||||
"かし耐えられるだろう。"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5821,7 +5821,7 @@ msgstr ""
|
|||
"どれだけ長い間人々はおぬしの支配に耐えなければならなかったのか? 王位をおぬし"
|
||||
"の娘に渡すのだ。彼女は正当な後継者だ。我々はそれを証明する笏も持っている!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5829,29 +5829,29 @@ msgstr ""
|
|||
"Delfador! 年老いた頭痛の種め! 反逆者め! ものども! 奴らを捕らえるのだ! 奴"
|
||||
"らを殺すのだ! 皆殺しだ!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "これでも食らえ、魔女め!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "女王は死んでいる"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
"母上、私はあなたの悪の治世を終わらせることを誓います。そしてこれから私が支配"
|
||||
"します。"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
"娘よ、私はこの王国をおまえのために造ったのだ。すべておまえのためだったのだ!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -5862,11 +5862,11 @@ msgstr ""
|
|||
"いです、母上。しかしあなたはもう自分の運命を選んでしまいました。Wesnoth のた"
|
||||
"めに!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Li'sar は致命的な一撃を与えた!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
|
@ -5874,7 +5874,7 @@ msgstr ""
|
|||
"あなたは地方のあちこちで私を追ってきました。実に何年もの間。私はここにいま"
|
||||
"す、闇の女王。"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -5882,7 +5882,7 @@ msgstr ""
|
|||
"おまえを殺したはずだった。しかし、おまえはまだ私を悩ませる。消え去れ、悪霊! "
|
||||
"追い払ってやる、亡霊!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -5892,15 +5892,15 @@ msgstr ""
|
|||
"ている。あなたはもう、あなたの悪行を償うことから逃れることはできない。幼い王"
|
||||
"子 Konrad のために! Wesnoth のために!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Konrad は致命的な一撃を与えた!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr "おぬしが息子を殺したように、私がおぬしを殺す。"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
|
@ -5908,11 +5908,11 @@ msgstr ""
|
|||
"おまえはいつも反抗的だった、魔術師め。そしておまえほど私の計画を邪魔した者は"
|
||||
"いなかった。"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr "私はいつでも王位に対する忠実なしもべだった。今でも。"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
@ -5920,15 +5920,15 @@ msgstr ""
|
|||
"Delfador! おまえにはまったくうんざりさせられる。うるさい虫けらめ。よくも歯向"
|
||||
"かってくれたな、この私に。この女王に。"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr "歯向かっただと? 私は Delfador、大魔術師評議会の議長であり……"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr "……Emeric の杖の所有者であり、Crelanu の書物の守護者であり……"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
|
@ -5936,7 +5936,7 @@ msgstr ""
|
|||
"……西北部から来た人々の王国の守護魔術師であり、王位に対する最高位の助言者であ"
|
||||
"り……"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -5944,25 +5944,25 @@ msgstr ""
|
|||
"……そして、私の友人でもある王、GARARD 2 世の個人的な相談役でもあった! 今日、"
|
||||
"おぬしが償いをするときがきたのだ!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
"魔法と激しい怒りに満ちた恐ろしい猛火の中で、Asheviere は完全に滅びました。"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "反逆だ! 邪悪なものたちが私を殺した!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "これで Wesnoth の闇の女王、Asheviere は死んだ。"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "ついに勝ちました! Li'sar! あなたが女王です!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -5970,13 +5970,13 @@ msgstr ""
|
|||
"ええ、でも、あなたたちが私にしてくれたことを決して忘れないわ。Konrad、"
|
||||
"Delfador、Kalenz。"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
"とても多くの血が流された。とても多くの命を失った。なんのためだったのだ? 王と"
|
||||
"いう称号のために?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -2,7 +2,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: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-03-19 13:24+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -4477,23 +4477,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4767,163 +4767,163 @@ msgstr ""
|
|||
msgid "Asheviere"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth - HTTT 1.2.0\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-06-29 16:08+0200\n"
|
||||
"Last-Translator: Mark Polo <markpolo@gmail.com>\n"
|
||||
"Language-Team: Latin\n"
|
||||
|
@ -5315,23 +5315,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Duces Hostium Vincere (Bonum)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Dominus Alricus"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Dominus Ruganis"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Dominus Darinus"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Dominus Baiaris"
|
||||
|
||||
|
@ -5672,7 +5672,7 @@ msgstr "Dominus Calmus"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asvera"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5680,7 +5680,7 @@ msgstr ""
|
|||
"Adeo rebelles hi eunt denique obviam mihi, dum plurimi exerercitus mei "
|
||||
"absunt pugnantes contra gentes inconstantes."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -5688,14 +5688,14 @@ msgstr ""
|
|||
"Muliercula misera. Ut loquimur exercitus tuus mortem sapit. Gentes "
|
||||
"advenerunt te excussum, captatrix!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
msgstr ""
|
||||
"Te dedi, mater. Sanguis terrae consumpta est. Veni locum meum iustum captum."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5703,7 +5703,7 @@ msgstr ""
|
|||
"O, filia mea transfuga est. Adeo verum est. Regno meo talis maiestas ferenda "
|
||||
"est! Sed feret vere."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5711,7 +5711,7 @@ msgstr ""
|
|||
"Quamdiu regnum tuum ferendum est a populo? Thronum filiae tuae da. Heres "
|
||||
"legitima est. Sceptrum tenemus hoc demonstrans!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5719,26 +5719,26 @@ msgstr ""
|
|||
"Delfador! Tortor mi antique! Maiestas! Viri! Prehendite eos! Occidite eos! "
|
||||
"Occidite eos omnes!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "Hoc carpe, striga!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "Regina Mortua est"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr "Mater, iuravi finire regnum tuum scelerosum, et iam finiam."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr "Filia, regnum pro te aedificavi. Omnia erat pro te!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -5748,17 +5748,17 @@ msgstr ""
|
|||
"Monstrum es! Homicida! Me dolet te occidere, mater, sed fatum tuum proprium "
|
||||
"eligisti. Pro Occidiseptentrione!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Lisar ictum mortiferum percutit!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr "Trans agros me venata es, sane trans annos. Hic sum, Regina Obscura."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -5766,7 +5766,7 @@ msgstr ""
|
|||
"Certa eram te occidisse, attamen me frequentas etiamnum. Apage, daemon! Te "
|
||||
"pello, larva!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -5776,25 +5776,25 @@ msgstr ""
|
|||
"rationem referes pro sceleris tuis. Pro regulo iuveni Conrado! Pro "
|
||||
"OCCIDISEPTENTRIONE!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Conradus ictum mortiferum percutit!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr "Ut filium tuum delevi, nunc te deleo."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr "Semper minax eras, mage, et nemo consiliis meis plus obstavit quam tu."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr "Semper eram servus humilis coronae, etiam nunc."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
@ -5802,15 +5802,15 @@ msgstr ""
|
|||
"Delfador! Mihi omnino displicis, vermis. Quomodo audes me reginam tuam "
|
||||
"confrontare."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr "Quomodo audo? Delfador sum, Praefectus Maximus Concilii Magorum..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr "... portator virgae Emerici, custos libri Crelanus ..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
|
@ -5818,7 +5818,7 @@ msgstr ""
|
|||
"... Magus Protector Regini Popolorum ex Occidente-Septentrionibus, Auctor "
|
||||
"Princeps CORONAE..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -5826,24 +5826,24 @@ msgstr ""
|
|||
"... ET CONSULARIUS PERSONALIS AMICI MEI ET REGIS, GERARDI SECUNDI! HODIE "
|
||||
"EXPIATIONEM INVENIS!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr "Cum conflagratione irae magicalis, omnino annihilata est Asvera!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Maiestas! Scelerati me interfecerunt!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "Sic transit Asvera, regina atra Occidiseptentrionis."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Vicimus tandem! Lisar! Regina eris!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -5851,11 +5851,11 @@ msgstr ""
|
|||
"Ero, sed non obliviscar eorum quae mihi fecerunt, Conrade, Delfador et "
|
||||
"Calens."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr "Tantum sanguinem. Tantam mortem. Pro quo? Titulo?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.1.2-SVN\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-07-02 01:01+0100\n"
|
||||
"Last-Translator: Gaute Storli <gauteamus@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -5372,23 +5372,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Bekjemp Fiendens Ledere (Bonus)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Ridder Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Ridder Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Ridder Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Grev Bayar"
|
||||
|
||||
|
@ -5727,7 +5727,7 @@ msgstr "Ridder Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5735,7 +5735,7 @@ msgstr ""
|
|||
"Så, disse utbryterne kommer til sist for å møte meg, mens mesteparten av "
|
||||
"styrkene mine er ute for å sloss med Klanene."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -5743,7 +5743,7 @@ msgstr ""
|
|||
"Forvridde Heks. Hæren din får smake døden alt nå. Klanene har ankommet for å "
|
||||
"detronisere deg, løgner!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5751,7 +5751,7 @@ msgstr ""
|
|||
"Overgi deg, mor. Landet har spilt nok blod. Jeg har kommet for å innta min "
|
||||
"rettmessige plass."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5759,7 +5759,7 @@ msgstr ""
|
|||
"Ahh. Min egen datter snur kappen etter vinden. Så det er sant. For et "
|
||||
"forræderi mitt styre må utholde! Men det vil stå sin prøve!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5767,33 +5767,33 @@ msgstr ""
|
|||
"Hvor lenge må folket utholde ditt styre? Gi tronen til din datter. Hun er "
|
||||
"den rettmessige arvingen. Hun har til og med Scepteret som bevis."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
msgstr ""
|
||||
"Delfador! Min gamle plageånd! Forræderi! Menn, grip dem! Drep dem! Drep alle!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "Ta denne, heks!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "Dronningen er Død"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr "Mor, jeg sverget at jeg skulle ende redselsstyret ditt, og det nå!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr "Min datter, jeg bygde dette riket for deg, jeg gjorde alt for deg!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -5803,11 +5803,11 @@ msgstr ""
|
|||
"din. Du er et monster! En morderske! Det smerter meg å drepe deg, mor, men "
|
||||
"du har valgt din egen skjebne. For Wesnoth!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Li'sar leverer dødsstøtet!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
|
@ -5815,7 +5815,7 @@ msgstr ""
|
|||
"Du har jaget meg på tvers av landegrenser, ja på tvers av alle disse årene. "
|
||||
"Her er jeg, Mørke Dronning."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -5823,7 +5823,7 @@ msgstr ""
|
|||
"Jeg var sikker jeg hadde drept deg, men du hemsøker meg ennå. Vik fra meg, "
|
||||
"demon! Jeg driver deg vekk, skrømt!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -5833,15 +5833,15 @@ msgstr ""
|
|||
"av din grådighet og ambisjoner. Du skal nå stå ansvarlig for misgjerningene "
|
||||
"dine. For den unge prins Konrad! For WESNOTH!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Kondar leverer dødsstøtet!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr "Som jeg drepte sønnen din, dreper jeg nå deg."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
|
@ -5849,11 +5849,11 @@ msgstr ""
|
|||
"Du har alltid vært oppsetsig, trollmann, og ingen har stått i veien for "
|
||||
"planene mine som du."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr "Jeg har alltid vært kronens ydmyke tjener, selv nå."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
@ -5861,15 +5861,15 @@ msgstr ""
|
|||
"Delfador, din krokete mark, du er ytterst avskyelig for meg. Hvordan våger "
|
||||
"du å nærme deg meg, din Dronning?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr "Våger? Jeg er Delfador, Stormester ved Erkemagikernes Høye Råd..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr "... bærer av Emerics Stav, vokter av Boken om Crelanu ..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
|
@ -5877,7 +5877,7 @@ msgstr ""
|
|||
"... Magiker og Verge for Kongedømmet av Folkene fra Vester-Nordi, Første "
|
||||
"Rådgiver og Kansler til KRONEN ..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -5885,25 +5885,25 @@ msgstr ""
|
|||
"... OG PERSONLIG RÅDGIVER OG VENN TIL MIN KONGE OG KAPTEIN, GARARD DEN "
|
||||
"ANNEN! I DAG BØTER DU FOR DINE GJERNINGER!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
"I et fryktelig inferno av magisk raseri, blir Asheviere totalt tilintetgjort!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Forræderi! De onde har drept meg!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "Og slik finner Asheviere, Wesnoths mørke dronning, sin bane."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Vi vant til sist! Li'sar! Du skal bli dronning!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -5911,11 +5911,11 @@ msgstr ""
|
|||
"Ja, men jeg vil aldri glemme hva dere har gjort for meg, Konrad, Delfador, "
|
||||
"og Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr "Så mye blod, så mye død. For hva? En tittel?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -7,10 +7,10 @@ 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: 2006-12-27 19:39+0100\n"
|
||||
"PO-Revision-Date: 2006-12-19 20:36+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2007-01-05 08:09+0100\n"
|
||||
"Last-Translator: Foppe Benedictus <foppe.benedictus@gmail.com>\n"
|
||||
"Language-Team: Dutch <onne@grammex.com>\n"
|
||||
"Language-Team: Dutch <foppe.benedictus@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
@ -465,15 +465,14 @@ msgstr ""
|
|||
"andere magiërs vandaan komen, Konrad."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/02_Blackwater_Port.cfg:179
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"I will send one of my horsemen to serve under you. I offer you my support, "
|
||||
"Konrad, and the support of my men - from now on you will be able to recruit "
|
||||
"horsemen."
|
||||
msgstr ""
|
||||
"Ik zal een van mijn ruiters sturen om onder jullie te dienen. Ik bied je "
|
||||
"mijn hulp aan, Konrad, en de hulp van mijn manschappen. Van nu af aan heb je "
|
||||
"ruiters ter beschikking."
|
||||
"Ik zal een van mijn ruiters sturen om onder jullie te dienen. Konrad, ik "
|
||||
"bied je mijn hulp aan en de hulp van mijn manschappen. Van nu af aan kun je "
|
||||
"ruiters rekruteren."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/02_Blackwater_Port.cfg:188
|
||||
msgid ""
|
||||
|
@ -3418,10 +3417,10 @@ msgstr ""
|
|||
msgid "Then to the eastern tunnels we shall go!"
|
||||
msgstr "Dan zullen we naar de oostelijke gangen gaan!"
|
||||
|
||||
# of Griffioenverzorger
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/15_Plunging_Into_the_Darkness.cfg:535
|
||||
#, fuzzy
|
||||
msgid "Gryphon Tender"
|
||||
msgstr "Griffioenberg"
|
||||
msgstr "Griffioenoffer"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/15_Plunging_Into_the_Darkness.cfg:548
|
||||
msgid ""
|
||||
|
@ -3449,15 +3448,14 @@ msgid "(looks miffed)"
|
|||
msgstr "(kijkt geïrriteerd)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/15_Plunging_Into_the_Darkness.cfg:597
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Well, if you must go on with this mad scheme, I shall supply you with my own "
|
||||
"troops as riders! A frail human - or worse, an elf - would never be able to "
|
||||
"handle their violent instincts!"
|
||||
msgstr ""
|
||||
"Nou, als je dat belachelijke plan echt wilt doorzetten, dan zal ik je mijn "
|
||||
"eigen mannen als ruiters ter beschikking stellen. Een mager mens - of erger, "
|
||||
"elf - zou die ruige beesten nooit aankunnen."
|
||||
"eigen mannen zoals ruiters ter beschikking stellen. Een mager mens - of "
|
||||
"erger, een elf - zou die ruige beesten nooit aankunnen."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/15_Plunging_Into_the_Darkness.cfg:605
|
||||
msgid ""
|
||||
|
@ -4121,8 +4119,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Zo eenvoudig is het niet! We mogen dan wel weer bovengronds zijn, maar "
|
||||
"veilig zijn we niet. We hebben niet het flauwste idee waar we zijn en kijk "
|
||||
"naar het noorden! Daar zijn orks op komst! En in het zuiden zijn de levende "
|
||||
"doden!"
|
||||
"naar het noorden! Daar zijn orks op komst! En in het zuiden zijn de ondoden!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/19_A_Choice_Must_Be_Made.cfg:172
|
||||
msgid ""
|
||||
|
@ -4306,7 +4303,6 @@ msgid "Who would discard such a wondrous artifact?"
|
|||
msgstr "Wie gooit er een zo wonderlijk artefact nu weg?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/20a_Snow_Plains.cfg:112
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"I believe it belonged to Ila'alion, a mighty Marshal of the Wood. It was "
|
||||
"enchanted as a boon to him by your elvish friends in the south. He was "
|
||||
|
@ -4315,7 +4311,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Ik meen dat het ooit toebehoorde aan Ila'alion, een machtige maarschalk uit "
|
||||
"het Woud. Als een zegen aan hem werd het door je elfenvrienden uit het "
|
||||
"zuiden betoverd. Hij bezocht hun gebied als een gezant van ons, Noordelfen "
|
||||
"zuiden betoverd. Hij bezocht hun gebied als een gezant van ons, noordelfen "
|
||||
"en men deed een beroep op hem om een of ander beest te verslaan."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/20a_Snow_Plains.cfg:116
|
||||
|
@ -4530,7 +4526,6 @@ msgstr ""
|
|||
"eeuwen doorstaan heeft. Denk goed na over wie het moet dragen."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/20b_Swamp_Of_Dread.cfg:246
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"As the last Death Knight falls, an ear-splitting screech escapes from the "
|
||||
"Lich. It is clear that controlling such powerful spirits has drained it "
|
||||
|
@ -4983,13 +4978,12 @@ msgstr ""
|
|||
"bij mensen."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/22_Elven_Council.cfg:110
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"How quickly does the race of men mature! Only seventeen winters have passed "
|
||||
"since I last laid eyes on you, Konrad, yet you are now a grown man. A brave "
|
||||
"warrior stands before me!"
|
||||
msgstr ""
|
||||
"Hoe snel wordt het mensenras niet volwassen! Slechts zeventien winters zijn "
|
||||
"Hoe snel het mensenras volwassen wordt! Slechts zeventien winters zijn "
|
||||
"verstreken toen ik het laatst mijn ogen op je rustte Konrad maar je bent al "
|
||||
"een volwassen man. Een dapper krijger staat voor me!"
|
||||
|
||||
|
@ -5472,23 +5466,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Dood alle vijandige leiders (bonus)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Heer Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Heer Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Heer Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Heer Bayar"
|
||||
|
||||
|
@ -5644,13 +5638,12 @@ msgid "We will serve you, my lord. You will make a worthy king."
|
|||
msgstr "We zullen u dienen, heer. U zult een goede koning worden."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:380
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The mighty riders of the eastern plains, the Knights of the Clans, are now "
|
||||
"yours to command!"
|
||||
msgstr ""
|
||||
"De machtige ruiters van de oostelijke vlakten, de Ridders van de Clan, staan "
|
||||
"je nu ter beschikking."
|
||||
"je nu ter beschikking!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:389
|
||||
msgid "I think you are mistaken! You will help me be queen."
|
||||
|
@ -5839,7 +5832,7 @@ msgstr "Heer Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5847,7 +5840,7 @@ msgstr ""
|
|||
"Uiteindelijk kom ik dan toch oog in oog te staan met die rebellen terwijl "
|
||||
"het gros van mijn troepen de clans bevechten."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -5855,7 +5848,7 @@ msgstr ""
|
|||
"Armzalig kind. Je leger is er geweest, de clans zijn gearriveerd om voorgoed "
|
||||
"met je af te rekenen."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5863,7 +5856,7 @@ msgstr ""
|
|||
"Geef je over, moeder. Er heeft al genoeg bloed gevloeid. Ik ben gekomen om "
|
||||
"mijn troon op te eisen!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5871,7 +5864,7 @@ msgstr ""
|
|||
"Ach.. Mijn eigen dochter, een verraadster! Het is dus toch waar.. Maar mijn "
|
||||
"bewind zal ook dit verraad overleven!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5880,7 +5873,7 @@ msgstr ""
|
|||
"dochter. Zij is de enige die er recht op heeft. We hebben zelfs de scepter "
|
||||
"om het te bewijzen!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5888,28 +5881,28 @@ msgstr ""
|
|||
"Delfador! De nagel van mijn doodskist! Verraad! Mannen! Grijp hen! Dood hen! "
|
||||
"Dood ze allemaal!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "Pak aan, heks!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "De koningin is niet meer"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
"Moeder, ik heb gezworen een eind te maken aan je heerschappij, en dat zal ik "
|
||||
"doen."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr "Dochterlief, ik heb dit rijk voor jouw opgebouwd. Alles voor jou!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -5919,11 +5912,11 @@ msgstr ""
|
|||
"gecorrumpeerd. Je bent een monster! Een moordenares! Het doet me pijn je te "
|
||||
"doden, moeder, maar dat lot heb je zelf gekozen. Voor Wesnoth!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Li'sar deelt en dodelijke klap uit!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
|
@ -5931,7 +5924,7 @@ msgstr ""
|
|||
"Je hebt me het hele land doorgejaagd, vele jaren lang. Hier ben ik, duistere "
|
||||
"koningin."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -5939,7 +5932,7 @@ msgstr ""
|
|||
"Ik was er zeker van dat je dood was, en toch ben je hier. Verdwijn demoon! "
|
||||
"Ik ban je uit, geest!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -5949,15 +5942,15 @@ msgstr ""
|
|||
"ambitie. Nu zul je boeten voor je wandaden. Voor de jonge prins Konrad! Voor "
|
||||
"Wesnoth!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Konrad slaat dodelijk toe!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr "Zoals ik je zoon heb gedood, zo doodt ik nu jou."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
|
@ -5965,11 +5958,11 @@ msgstr ""
|
|||
"Je bent vasthoudend gebleken, tovenaar, en niemand heeft zoveel roet in mijn "
|
||||
"eten gegooid als jij."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr "Ik ben altijd de nederige dienaar van de kroon geweest, zelfs nu."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
@ -5977,17 +5970,17 @@ msgstr ""
|
|||
"Delfador! Ik walg van je, jij kruipende worm. Hoe durf je het tegen je "
|
||||
"koningin op te nemen."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
"Hoe ik durf? Ik ben Delfador, Hoge Provoost van de Raad van Oppermagiërs..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
"... drager van de staf van Emeric, bewaarder van het boek van Crelanu..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
|
@ -5995,7 +5988,7 @@ msgstr ""
|
|||
"... Beschermheer van het Rijk van de Volkeren van het Noordwesten, "
|
||||
"Hoofdadviseur van de kroon..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -6003,26 +5996,26 @@ msgstr ""
|
|||
"... en persoonlijk raadsheer van mijn vriend en koning, Garard de Tweede! "
|
||||
"Vandaag is de dag van je ondergang!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
"Asheviere wordt volledig verpulverd in een vreselijk inferno van magische "
|
||||
"woede."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Verraad!! De slechteriken hebben me gedood.."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "En zo stierf Asheviere, de kwade koningin van Wesnoth."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "We hebben eindelijk gewonnen! Li'sar! Je wordt koningin!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -6030,11 +6023,11 @@ msgstr ""
|
|||
"Ja, maar ik zal nooit ofte nimmer vergeten wat jullie voor me gedaan hebben, "
|
||||
"Konraad, Delfador en Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr "Al dat bloed. Al die doden. En waarvoor? Een titel?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 0.8.5-CVS\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-06-28 13:13+0100\n"
|
||||
"Last-Translator: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -5403,23 +5403,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Pokonaj wrogich przywódców (premia)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Sir Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Sir Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Sir Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Lord Bayar"
|
||||
|
||||
|
@ -5768,7 +5768,7 @@ msgstr "Sir Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5776,7 +5776,7 @@ msgstr ""
|
|||
"Więc, ci rebelianci przyszli zmierzyć się, akurat gdy większość mej armii "
|
||||
"walczy z kapryśnymi klanami."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -5784,7 +5784,7 @@ msgstr ""
|
|||
"Żałosna dziewko. Twoja armia ginie w czasie, gdy rozmawiamy. Klany przybyły, "
|
||||
"by zrzucić cię z tronu, samozwańczyni!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5792,14 +5792,14 @@ msgstr ""
|
|||
"Poddaj się, matko. Krew została już przelana. Przyszłam by zająć swoje "
|
||||
"prawowite miejsce."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
msgstr ""
|
||||
"Ahh... moja własna córka, renegat. Musze znieść tę zniewagę. I zniosę ją. "
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5807,7 +5807,7 @@ msgstr ""
|
|||
"Jak dugo ludzie muszą znosić twoje rządy? Oddaj tron córce. Ona jest "
|
||||
"prawowitym dziedzicem. Mamy nawet berło, by to udowodnić!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5815,27 +5815,27 @@ msgstr ""
|
|||
"Delfador! Mój stary dręczyciel! Zdrada! Łapcie ich wszystkich! Zabijcie ich! "
|
||||
"Zabijcie ich wszystkich!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "A masz, wiedźmo!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "Śmierć Królowej"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr "Matko, przysięgłam, że zakończę twoje rządy zła, i teraz to uczynię."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
"Córko, dla ciebie zbudowałam to królestwo. To wszystko było dla ciebie!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -5845,11 +5845,11 @@ msgstr ""
|
|||
"twoją duszą. Jesteś potworem! Morderczynią! Boli mnie, że muszę cię zabić, "
|
||||
"matko, ale sama wybrałaś takie przeznaczenie. Za Wesnoth!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Li'sar zadaje śmiertelny cios!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
|
@ -5857,7 +5857,7 @@ msgstr ""
|
|||
"Przez całe lata polowałaś na mnie na wszystkich ziemiach. Oto jestem, "
|
||||
"Mroczna Królowo."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -5865,7 +5865,7 @@ msgstr ""
|
|||
"Byłam pewna, że cię zabiłem, a jednak nadal mnie dręczysz. Zgiń, demonie! "
|
||||
"Wypędzam cię, duchu!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -5875,15 +5875,15 @@ msgstr ""
|
|||
"chciwości i ambicji. Odpowiesz za swoje czyny. Za małego księcia Konrada! Za "
|
||||
"WESNOTH!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Konrad zadaje śmiertelny cios!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr "Tak zgładziłem twojego syna, tak teraz zgładzę ciebie."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
|
@ -5891,11 +5891,11 @@ msgstr ""
|
|||
"Zawsze byłeś buntownikiem, czarodzieju, i nikomu nie udało się tak "
|
||||
"przeszkodzić moim planom, jak tobie."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr "Zawsze byłem skromnym sługą korony, nawet teraz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
@ -5903,15 +5903,15 @@ msgstr ""
|
|||
"Delfadorze! Prawdziwie brzydzę się tobą, płaczący robaku. Jak śmiesz "
|
||||
"sprzeciwiać się mnie, twojej królowej."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr "Jak śmiem? Jestem Delfador, Rektor Rady Arcymagów..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr "... posiadacz różdżki Emerica, strażnik księgi Crelanu ..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
|
@ -5919,7 +5919,7 @@ msgstr ""
|
|||
"... Magiczny Obrońca Królestwa Ludzi Z Północnego-Zachodu, Główny Doradca "
|
||||
"KORONY..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -5927,25 +5927,25 @@ msgstr ""
|
|||
"... I OSOBISTY DORADCA MOJEGO PRZYJACIELA I KRÓLA, GARARDA DRUGIEGO! DZIŚ "
|
||||
"ZAPŁACISZ ZA SWOJE CZYNY!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
"Asheviere zostaje unicestwiona w przerażającym wybuchu magicznego ognia!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Zdrada! Nikczemni, zabili mnie!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "I tak odeszła Asheviere, czarna królowa Wesnoth."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Nareszcie wygraliśmy! Li'sar! Będziesz królową!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -5953,11 +5953,11 @@ msgstr ""
|
|||
"Tak, ale nigdy nie zapomnę co dla mnie zrobiliście, Konradzie, Delfadorze, "
|
||||
"Kalenzie."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr "Tyle krwi. Tyle śmierci. Po co? Dla tytułu?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -2,7 +2,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: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2005-10-15 01:08+0200\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -4477,23 +4477,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4767,163 +4767,163 @@ msgstr ""
|
|||
msgid "Asheviere"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 0.9.5-CVS\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-07-20 23:12+0900\n"
|
||||
"Last-Translator: Claus Aranha <caranha@gmail.com>\n"
|
||||
"Language-Team: Portuguese/Brazil\n"
|
||||
|
@ -5450,23 +5450,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Derrotar todos os líderes inimigos (Bônus)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Sir Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Sir Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Sir Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Lorde Bayar"
|
||||
|
||||
|
@ -5814,7 +5814,7 @@ msgstr "Sir Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5822,7 +5822,7 @@ msgstr ""
|
|||
"Então, esses rebeldes finalmente apareceram para me enfrentar, enquanto a "
|
||||
"maioria do meu exercito esta lutando contra os clãs traidores."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -5830,7 +5830,7 @@ msgstr ""
|
|||
"Vadia maldita. Seu exército está se deparando com a morte neste exato "
|
||||
"momento. Os Clãs chegaram para destroná-la, impostora!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5838,7 +5838,7 @@ msgstr ""
|
|||
"Se renda mãe. O sangue da terra está esgotado. Eu vim para tomar o meu lugar "
|
||||
"de direito."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5846,7 +5846,7 @@ msgstr ""
|
|||
"Ahh. Minha própria filha, uma traidora. Então é real. Tamanha traição meu "
|
||||
"reino deve aguentar! Mas irá aguentar."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5854,7 +5854,7 @@ msgstr ""
|
|||
"Por quanto tempo o povo deve aguentar o seu reinado? Dê o trono para a sua "
|
||||
"filha. Ela é a herdeira legítima. Nós até temos o cetro para provar!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5862,28 +5862,28 @@ msgstr ""
|
|||
"Delfador! Meu antigo tormento! Traição! Homens! Peguem-nos! Matem-nos! Matem "
|
||||
"todos!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "Tome isto, bruxa!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "A Rainha está Morta"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
"Mãe, eu jurei que acabaria com seu reino malígno, e agora é a hora de fazê-"
|
||||
"lo."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr "Filha, eu construí este reino para você. Foi tudo apenas para você!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -5893,18 +5893,18 @@ msgstr ""
|
|||
"alma. Você é um monstro! Uma assassina! Dói-me ter de matá-la, mãe, mas você "
|
||||
"selou seu próprio destino. Por Wesnoth!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Li'sar dá um golpe fatal!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
"Você me caçou pelo país, por anos. Pois bem, aqui estou, Rainha da Escuridão."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -5912,7 +5912,7 @@ msgstr ""
|
|||
"Eu tinha certeza de havê-lo matado, e ainda assim você vem para me "
|
||||
"assombrar. Vá embora, demônio! Eu lhe expulso, fantasma!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -5922,15 +5922,15 @@ msgstr ""
|
|||
"sua ganância e ambição. Você agora terá de responder por seus atos. Pelo "
|
||||
"jovem príncipe Konrad! Por WESNOTH!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Konrad dá um golpe fatal!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr "Assim como eu destruí o seu filho, eu agora a destruirei."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
|
@ -5938,34 +5938,34 @@ msgstr ""
|
|||
"Você sempre foi ousado, bruxo, e ninguém se intrometeu tanto em meus planos "
|
||||
"quanto você."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
"Eu fui apenas o humilde servo da coroa, assim como neste exato momento."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
"Delfador! Você me dá nojo, seu verme. Como ousa confrontar a mim, sua rainha?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr "Ousar? Eu sou Delfador, Grande Líder do Conselho de Arquimagos..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr "... portador do cajado de Emeric, guardião do livro de Crelanu ..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
"... Mago protetor do Reino do Povo do Noroeste, Conselheiro chefe do TRONO..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -5973,25 +5973,25 @@ msgstr ""
|
|||
"... E CONSELHEIRO PESSOAL DE MEU AMIGO E REI, GARARD SEGUNDO! HOJE VOCÊ "
|
||||
"ENCONTRARÁ O SEU JULGAMENTO!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
"Em um horrível inferno de fúria mágica, Asheviere é completamente aniquilada!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Traição! Os mals me derrotaram!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "E então morre Asheviere, a rainha negra de Wesnoth."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Nós finalmente vencemos! Li'sar! Você será a rainha!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -5999,11 +5999,11 @@ msgstr ""
|
|||
"Sim, mas eu nunca irei me esquecer do que vocês fizeram para mim, Korand, "
|
||||
"Delfador e Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr "Tanto sangue. Tanta morte. Para quê? Por um título?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -2,7 +2,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: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2005-11-12 21:22+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -4476,23 +4476,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4766,163 +4766,163 @@ msgstr ""
|
|||
msgid "Asheviere"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -16,7 +16,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ru.po.bz2_[iK302b]\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-09-10 18:28+0600\n"
|
||||
"Last-Translator: Azamat H. Hackimov <azamat.hackimov@gmail.com>\n"
|
||||
"Language-Team: <ru@li.org>\n"
|
||||
|
@ -5356,23 +5356,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Поражение всех лидеров противника (бонус)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Сэр Алрик"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Сэр Руга"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Сэр Дарин"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Лорд Баяр"
|
||||
|
||||
|
@ -5717,7 +5717,7 @@ msgstr "Сэр Калм"
|
|||
msgid "Asheviere"
|
||||
msgstr "Ашевир"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5725,7 +5725,7 @@ msgstr ""
|
|||
"Эти мятежники в конце-концов добрались до меня, в то время, как вся моя "
|
||||
"армия бьётся против изменников из кланов."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -5733,7 +5733,7 @@ msgstr ""
|
|||
"Жалкая девка. Ваша армия вкусила вкус смерти как мы говорили. Кланы прибыли "
|
||||
"свергнуть тебя, претендент!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5741,7 +5741,7 @@ msgstr ""
|
|||
"Ты окружена, мама. Земли устали от крови. Я пришла занять своё законное "
|
||||
"место."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5749,7 +5749,7 @@ msgstr ""
|
|||
"Ах! Моя собственная дочь — отступница. Значит, это правда. Такую измену "
|
||||
"моему правлению можно стерпеть. Но терпению должен быть конец."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5757,34 +5757,34 @@ msgstr ""
|
|||
"Как долго люди должны терпеть твоё правление? Передай трон своей дочери. Она "
|
||||
"законная наследница. У нас есть скипетр, чтобы доказать это!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
msgstr ""
|
||||
"Делфадор! Мой старый мучитель! Измена! Схватить их! Убить их! Убить их всех!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "Получи, ведьма!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "Королева мертва"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
"Мама, я пообещала положить конец твоей империи зла, и я добилась этого."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr "Дочка, я построила это королевство для тебя. Это всё было для тебя!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -5794,11 +5794,11 @@ msgstr ""
|
|||
"чудовище! Убийца! Мне будет больно убить тебя, мама, но ты сама выбрала свою "
|
||||
"судьбу. За Веснот!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Ли'сар наносит смертельный удар!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
|
@ -5806,7 +5806,7 @@ msgstr ""
|
|||
"Ты искала меня по всему королевству, на протяжении долгих лет. Вот он я, "
|
||||
"тёмная королева."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -5814,7 +5814,7 @@ msgstr ""
|
|||
"Я была уверена, что убила тебя, но ты появился снова. Исчезни, демон! Я "
|
||||
"изгоняю тебя, призрак!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -5823,15 +5823,15 @@ msgstr ""
|
|||
"О, презренная женщина, я — реален. Земля пылает от твоих амбиций и жадности. "
|
||||
"Теперь ты ответишь за свои преступления. За принца Конрада! За ВЕСНОТ!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Конрад наносит смертельный удар!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr "Твоего сына я уже уничтожил, теперь пришло твоё время."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
|
@ -5839,11 +5839,11 @@ msgstr ""
|
|||
"Ты всегда не повиновался мне, волшебник, и никто так сильно не мешал моим "
|
||||
"планам, как ты."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr "Я всегда был скромным служителем короны, даже сейчас."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
@ -5851,15 +5851,15 @@ msgstr ""
|
|||
"Делфадор! Ты крайне отвратителен мне, хныкающий червяк. Как смеешь ты "
|
||||
"противостоять мне, своей королеве."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr "Как смею я? Я — Делфадор, верховный ректор совета архимагов..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr "... носитель посоха Эмерика, хранитель книги Крелану ..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
|
@ -5867,7 +5867,7 @@ msgstr ""
|
|||
"... волшебный защитник королевства народов западного севера, главный "
|
||||
"советник КОРОНЫ..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -5875,24 +5875,24 @@ msgstr ""
|
|||
"... И ЛИЧНЫЙ СОВЕТНИК МОЕГО ДРУГА — КОРОЛЯ ГАРАРДА ВТОРОГО! СЕГОДНЯ ТЫ "
|
||||
"РАСПЛАТИШЬСЯ ЗА ВСЁ!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr "Ашевир уничтожена, потонув в ужасающем аду бушующей магии!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Измена! Злодеи убили меня!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "Так закончилось правление Ашевир, тёмной королевы Веснота."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Наконец мы победили! Ли'сар! Ты станешь королевой!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -5900,11 +5900,11 @@ msgstr ""
|
|||
"Да, но я никогда не забуду того, что вы совершили ради меня, Конрад, "
|
||||
"Делфадор и Каленз."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr "Так много крови. Так много смертей. Во имя чего? Во имя титула?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -6,7 +6,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: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-07-14 00:09+0100\n"
|
||||
"Last-Translator: Viliam Búr <viliam@bur.sk>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -5290,23 +5290,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Porazíš nepriateľských veliteľov (Bonus)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Sir Alrik"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Sir Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Sir Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Lord Bayar"
|
||||
|
||||
|
@ -5640,7 +5640,7 @@ msgstr "Sir Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Aševiera"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5648,7 +5648,7 @@ msgstr ""
|
|||
"Tak tí vzbúrenci konečne prišli ku mne, keď väčšina mojich vojsk práve "
|
||||
"bojuje s klanmi."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -5656,7 +5656,7 @@ msgstr ""
|
|||
"Prekliata ženská. Kým sa tu rozprávame, tvoja armáda odchádza na smrť. Klany "
|
||||
"ťa prišli zvrhnúť, podvodnica!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5664,7 +5664,7 @@ msgstr ""
|
|||
"Vzdaj sa, matka. V tejto zemi už pretieklo veľa krvi. Prišla som prevziať "
|
||||
"miesto, ktoré mi patrí."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5672,7 +5672,7 @@ msgstr ""
|
|||
"Ach. Moja vlastná dcéra, takto sa vyfarbila. Takže je to pravda. Moja ríša "
|
||||
"si musí poradiť s takouto zradou! Ale poradí si s ňou úspešne."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5680,7 +5680,7 @@ msgstr ""
|
|||
"Ako dlho musí ešte ľud znášať tvoju vládu? Odovzdaj trón svojej dcére. Je "
|
||||
"právnoplatnou dedičkou. Máme tu žezlo ako dôkaz!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5688,27 +5688,27 @@ msgstr ""
|
|||
"Delfador! Môj dávny prenasledovateľ! Zrada! Muži! Chyťte ich! Zabite ich! "
|
||||
"Zabite ich všetkých!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "Tu máš, bosorka!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "Kráľovná je mŕtva"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr "Matka, prisahala som, že ukončím tvoju vládu zla, a tak aj urobím."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
"Dcérka, toto kráľovstvo som vybudovala pre teba. To všetko bolo pre teba!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -5718,18 +5718,18 @@ msgstr ""
|
|||
"Vražedkyňa! Je to hrozné, že ťa musím zabiť, matka, ale svoj osud si si "
|
||||
"vybrala sama. Za Wesnoth!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Li'sar zasadila smrtiaci úder!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
"Prenasledovala si ma po celej krajine, celé roky. Tu som, temná kráľovná."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -5737,7 +5737,7 @@ msgstr ""
|
|||
"Bola som si istá, že som ťa zabila, no ty ma stále prenasleduješ. Choď preč, "
|
||||
"démon! Zmizni, zlý duch!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -5747,26 +5747,26 @@ msgstr ""
|
|||
"a ambície. Teraz zaplatíš za svoje zločiny. Za mladého princa Konráda! Za "
|
||||
"WESNOTH!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Konrád zasadil smrtiaci úder!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr "Ako som zničil tvojho syna, zničím teraz aj teba."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
"Vždy si vzdoroval, čarodej, a nikto nemaril moje plány tak vytrvalo ako ty."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr "Vždy som bol pokorným služobníkom koruny, aj doteraz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
@ -5774,23 +5774,23 @@ msgstr ""
|
|||
"Delfador! Si naprosto nechutný, ty ufňukaný červ. Ako sa opovažuješ postaviť "
|
||||
"sa proti svojej kráľovnej?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
"Ako sa opovažujem? Ja som Delfador, najvyšší tajomník Rady arcimágov..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr "...nositeľ Emerikovej palice, strážca Krelanuovej knihy..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
"...mág ochranca Kráľovstva ľudí zo severozápadu, hlavný radca KORUNY..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -5798,35 +5798,35 @@ msgstr ""
|
|||
"...A OSOBNÝ PORADCA MÔJHO PRIATEĽA A KRÁĽA, GARARDA DRUHÉHO! DNES SA TVOJ "
|
||||
"OSUD NAPLNÍ!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr "V pekelnom výbuchu magickej moci sa Aševiera naprosto rozpadla!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Zrada! Tí darebáci ma zabili!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "A tak skončila Aševiera, temná kráľovná Wesnothu."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Konečne sme vyhrali! Li'sar! Budeš kráľovnou!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
msgstr ""
|
||||
"Áno, ale nikdy nezabudnem, čo ste pre mňa urobili, Konrád, Delfador, Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr "Toľko krvi. Toľko smrti. Prečo? Pre titul?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 0.8.6-CVS\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2004-08-08 15:00+0200\n"
|
||||
"Last-Translator: lynx\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -4930,23 +4930,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Premagaj vse sovražne voditelje (Bonus)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Sir Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Sir Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Sir Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Lord Bayar"
|
||||
|
||||
|
@ -5220,163 +5220,163 @@ msgstr "Sir Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 0.9.0+cvs\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2005-04-18 18:06+0200\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -4476,23 +4476,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4766,163 +4766,163 @@ msgstr ""
|
|||
msgid "Asheviere"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: sv\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2007-01-02 23:45+0100\n"
|
||||
"Last-Translator: Stefan Bergström (tephlon) <stefan DOT bergstrom AT gmail "
|
||||
"DOT com>\n"
|
||||
|
@ -5385,23 +5385,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Besegra alla fiendeledare (bonus)"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Sir Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Sir Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Sir Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Furst Bayar"
|
||||
|
||||
|
@ -5749,7 +5749,7 @@ msgstr "Sir Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5757,7 +5757,7 @@ msgstr ""
|
|||
"Jaså, rebellerna vågar visa sig nu när huvuddelen av min armé är borta och "
|
||||
"slåss med de nyckfulla klanerna."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
|
@ -5765,7 +5765,7 @@ msgstr ""
|
|||
"Din vridna häxa. Din armé går döden till mötes i denna stund. Klanerna har "
|
||||
"kommit för att vräka dig av tronen, förrädare!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5773,7 +5773,7 @@ msgstr ""
|
|||
"Kapitulera, mor. Landet har förblött. Jag har kommit för att ta min "
|
||||
"rättmätiga plats."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5781,7 +5781,7 @@ msgstr ""
|
|||
"Ah, min egen dotter, en förrädare. Så det är alltså sant. Alla dessa "
|
||||
"prövningar mitt rike måste uthärda! Men uthärda kommer det att göra."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5789,7 +5789,7 @@ msgstr ""
|
|||
"Hur länge måste folket tåla ditt styre? Ge tronen till din dotter. Hon är "
|
||||
"den rättmätiga arvingen. Vi har spiran som bevisar det!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5797,27 +5797,27 @@ msgstr ""
|
|||
"Delfador! Min gamle plågoande! Förräderi! Mannar! Grip dem! Döda dem! Döda "
|
||||
"dem allihop!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr "Här får du, häxa!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr "Drottningen är död"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
"Mor, jag svor att sätta stopp för ditt onda styre, och nu skall jag det."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr "Dotter, jag byggde riket för dig. Allt har varit för dig!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
|
@ -5827,18 +5827,18 @@ msgstr ""
|
|||
"själ. Du är ett monster! En mördare! Det jag måste göra smärtar mig, mor, "
|
||||
"men du har valt ditt eget öde. För Wesnoth!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr "Li'sar utdelar dödsstöten!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
"Du har jagat mig land och rike runt genom åren. Här är jag, mörka drottning."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
|
@ -5846,7 +5846,7 @@ msgstr ""
|
|||
"Jag var säker på att jag hade dödat dig, men du hemsöker mig fortfarande. "
|
||||
"Vid hädan, demon! Jag förvisar dig, spöke!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
|
@ -5856,15 +5856,15 @@ msgstr ""
|
|||
"efter ära och rikedom. Du skall nu få betala för dina illgärningar. För unge "
|
||||
"prins Konrad! För WESNOTH!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr "Konrad utdelar dödsstöten!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr "Som jag förgjorde din son, förgör jag nu dig."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
|
@ -5872,11 +5872,11 @@ msgstr ""
|
|||
"Du var alltid trotsig, trollkarl, och ingen har satt käppar i hjulen för "
|
||||
"mina planer så som du."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr "Jag har alltid varit kronans ödmjuke tjänare, så även nu."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
|
@ -5884,15 +5884,15 @@ msgstr ""
|
|||
"Delfador! Du äcklar mig, din krälande mask! Hur vågar du anklaga mig, din "
|
||||
"drottning!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr "Hur jag vågar? Jag är Delfador, Högste vid Ärkemagikernas Råd..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr "...bäraren av Emerics stav, väktare av Crelanus bok..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
|
@ -5900,7 +5900,7 @@ msgstr ""
|
|||
"...Magikernas Skyddsherre över Folkets från Väst-Nordens Kungadöme, "
|
||||
"Överrådgivare till KRONAN..."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
|
@ -5908,24 +5908,24 @@ msgstr ""
|
|||
"...OCH PERSONLIG RÅDGIVARE TILL MIN VÄN OCH KUNG, GARARD DEN ANDRE! "
|
||||
"GOTTGÖRELSENS STUND ÄR INNE!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr "I ett inferno av magisk vrede förintas Asheviere fullständigt!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "Förräderi! De onda har mördat mig!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "Och sålunda går Asheviere, Wesnoths mörka drottning, hädan."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Vi har vunnit! Äntligen! Li'sar! Du kommer att bli drottning!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -5933,11 +5933,11 @@ msgstr ""
|
|||
"Ja, men jag kommer aldrig att glömma vad ni gjort för mig, Konrad, Delfador "
|
||||
"och Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr "Så mycket blod. Så mycket död. Och för vad? En titel?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.1.2+svn\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-04-23 23:01+0200\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -4476,23 +4476,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4766,163 +4766,163 @@ msgstr ""
|
|||
msgid "Asheviere"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -4,7 +4,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tr\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-02-15 15:08+0200\n"
|
||||
"Last-Translator: user\n"
|
||||
"Language-Team: <tr@li.org>\n"
|
||||
|
@ -5179,23 +5179,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "Bütün düşman liderlerini öldür"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "Sir Alric"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "Sir Ruga"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "Sir Daryn"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "Lord Bayar"
|
||||
|
||||
|
@ -5537,7 +5537,7 @@ msgstr "Sör Kalm"
|
|||
msgid "Asheviere"
|
||||
msgstr "Asheviere"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
|
@ -5545,13 +5545,13 @@ msgstr ""
|
|||
"Demek bu asiler en sonunda benimle yüzleşmeye geldi, ordularımın çoğu "
|
||||
"dışarıda bu dönek kabilelerle uğraşırken, ha?"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
|
@ -5559,7 +5559,7 @@ msgstr ""
|
|||
"Teslim ol anne. Bu ülkede dökülecek kan kalmadı. Benim hakkım olanı almaya "
|
||||
"geldim."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
|
@ -5567,7 +5567,7 @@ msgstr ""
|
|||
"Ah, öz kızım meğer dönekmiş. Saltanatım böyle bir ihaneti görecekmiş demek. "
|
||||
"Ne yapayım başa gelen çekilir. "
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
|
@ -5575,7 +5575,7 @@ msgstr ""
|
|||
"Bu halk daha ne kadar senin kurallarına katlanacak? Tahtı kızına ver. Gerçek "
|
||||
"varis o. İspat için mührümüz bile var!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
|
@ -5583,117 +5583,117 @@ msgstr ""
|
|||
"Delfador! Benim kadim başbelam! İhanet! Adamlarım! Tutuklayın bunları! "
|
||||
"Öldürün! Hepsini öldürün!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "İhanet! Şeytani güçler beni öldürdü!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "Ve böylece Wesnoth'un karanlık kraliçesi Asheviere'nin sonu gelir."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "Sonunda kazandık Li'sar! Kraliçe sen olacaksın!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
|
@ -5701,11 +5701,11 @@ msgstr ""
|
|||
"Evet fakat benim için yaptıklarınızı asla unutmayacağım Konrad, Delfador, ve "
|
||||
"Kalenz."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -3412,19 +3412,19 @@ msgstr ""
|
|||
msgid "Defeat Enemy Leaders (Bonus)"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70 data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70 data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96 data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96 data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122 data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122 data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148 data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467 data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148 data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467 data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3628,127 +3628,127 @@ msgstr ""
|
|||
msgid "Asheviere"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid "So, these rebels come at last to face me, while most of my army is off fighting the fickle clans."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid "Wretched wench. Your army is tasting death as we speak. The clans have arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid "Surrender, mother. The land's blood is spent. I have come to take my rightful place."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid "Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must endure! But endure it will."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid "How long must the people endure your rule? Give the throne to your daughter. She is the rightful heir. We even hold the scepter to prove it!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid "Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them all!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265 data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318 data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369 data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264 data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317 data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368 data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid "Even now, can you not tell the truth? Your greed has corrupted your soul. You are a monster! A murderess! It pains me to kill you, mother, but you have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid "You have hunted me across the countryside, indeed across the years. Here I am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid "I was sure I had killed you, yet you haunt me still. Be gone, demon! I banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid "Oh, wretched lady, I am very real. The land burns from your greed and ambition. You will now be held to account for your misdeeds. For the young prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid "You were always defiant, wizard, and no one has thwarted my plans as much as you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid "Delfador! You utterly disgust me, you sniveling worm. How dare you confront me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid "... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid "... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid "In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid "Yes, but I won't ever forget what you have done for me, Konrad, Delfador, and Kalenz."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid "For justice, Elf Lord. We fight because if we do not, evil would prevail. But, I implore you to let the dead have their rest. We have taken victory. Tomorrow is a new day, friends... let us build this kingdom anew."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wesnoth-httt\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:39+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:06+0100\n"
|
||||
"PO-Revision-Date: 2006-01-12 18:02-0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: <zh@li.org>\n"
|
||||
|
@ -4939,23 +4939,23 @@ msgid "Defeat Enemy Leaders (Bonus)"
|
|||
msgstr "败众敌将"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:70
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:203
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:202
|
||||
msgid "Sir Alric"
|
||||
msgstr "奥里爵士"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:96
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:194
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:193
|
||||
msgid "Sir Ruga"
|
||||
msgstr "鲁佳爵士"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:122
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:185
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:184
|
||||
msgid "Sir Daryn"
|
||||
msgstr "大林爵士"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:148
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:176
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:175
|
||||
msgid "Lord Bayar"
|
||||
msgstr "巴雅郡主"
|
||||
|
||||
|
@ -5272,164 +5272,164 @@ msgstr "甘爵士"
|
|||
msgid "Asheviere"
|
||||
msgstr "艾斯威勒"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:226
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:225
|
||||
msgid ""
|
||||
"So, these rebels come at last to face me, while most of my army is off "
|
||||
"fighting the fickle clans."
|
||||
msgstr "这些叛徒竟敢在我大军出罚那不义之族时来侵犯我了"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:230
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:229
|
||||
msgid ""
|
||||
"Wretched wench. Your army is tasting death as we speak. The clans have "
|
||||
"arrived to unseat you, pretender!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:234
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:233
|
||||
msgid ""
|
||||
"Surrender, mother. The land's blood is spent. I have come to take my "
|
||||
"rightful place."
|
||||
msgstr "降吧, 母亲. 此地已血流成河. 我是来夺属我之位的."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:238
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:237
|
||||
msgid ""
|
||||
"Ahh. My own daughter, a turncoat. So it is true. Such treason my reign must "
|
||||
"endure! But endure it will."
|
||||
msgstr "啊…. 我亲女竟是谋反者. 谣言果真. 我朝会败此叛逆. 败此叛逆."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:242
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:241
|
||||
msgid ""
|
||||
"How long must the people endure your rule? Give the throne to your daughter. "
|
||||
"She is the rightful heir. We even hold the scepter to prove it!"
|
||||
msgstr ""
|
||||
"人民需再受你多久的统治? 续位个给你女儿吧! 她才是续位者. 我等有皇柄伪证."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:246
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:245
|
||||
msgid ""
|
||||
"Delfador! My old tormentor! Treason! Men! Seize them! Kill them! Kill them "
|
||||
"all!"
|
||||
msgstr "黎伐多! 我多年的逼迫者! 反了! 来人啊! 给我抓起来! 暂了! 统统给暂了!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:257
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:256
|
||||
msgid "Take this, witch!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:265
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:318
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:369
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:470
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:264
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:317
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:368
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:469
|
||||
msgid "The Queen is Dead"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:287
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:286
|
||||
msgid "Mother, I swore to end your reign of evil, and now I shall."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:291
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:290
|
||||
msgid "Daughter, I built this kingdom for you. It has all been for you!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:295
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:294
|
||||
msgid ""
|
||||
"Even now, can you not tell the truth? Your greed has corrupted your soul. "
|
||||
"You are a monster! A murderess! It pains me to kill you, mother, but you "
|
||||
"have chosen your own fate. For Wesnoth!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:300
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:299
|
||||
msgid "Li'sar strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:334
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:333
|
||||
msgid ""
|
||||
"You have hunted me across the countryside, indeed across the years. Here I "
|
||||
"am, Dark Queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:338
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:337
|
||||
msgid ""
|
||||
"I was sure I had killed you, yet you haunt me still. Be gone, demon! I "
|
||||
"banish you, ghost!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:342
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:341
|
||||
msgid ""
|
||||
"Oh, wretched lady, I am very real. The land burns from your greed and "
|
||||
"ambition. You will now be held to account for your misdeeds. For the young "
|
||||
"prince Konrad! For WESNOTH!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:348
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:347
|
||||
msgid "Konrad strikes a killing blow!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:385
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:384
|
||||
msgid "As I destroyed your son, I now destroy you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:389
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:388
|
||||
msgid ""
|
||||
"You were always defiant, wizard, and no one has thwarted my plans as much as "
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:393
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:392
|
||||
msgid "I have always been the humble servant of the crown, even now."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:397
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:396
|
||||
msgid ""
|
||||
"Delfador! You utterly disgust me, you sniveling worm. How dare you confront "
|
||||
"me, your queen."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:401
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:400
|
||||
msgid "How dare I? I am Delfador, High Provost of the Council of Archmagi..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:405
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:404
|
||||
msgid "... bearer of the staff of Emeric, guardian of the book of Crelanu ..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:409
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:408
|
||||
msgid ""
|
||||
"... Mage Protector of The Kingdom Of The Peoples From The West-North, Chief "
|
||||
"Advisor to the CROWN..."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:413
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:412
|
||||
msgid ""
|
||||
"... AND PERSONAL COUNSELOR TO MY FRIEND AND KING, GARARD THE SECOND! TODAY "
|
||||
"YOU MEET YOUR ATONEMENT!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:418
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:417
|
||||
msgid ""
|
||||
"In a horrific inferno of magical rage, Asheviere is completely annihilated!"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:467
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:466
|
||||
msgid "Treason! The evil ones have slain me!"
|
||||
msgstr "反了! 恶者竟杀了我!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:492
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:491
|
||||
msgid "And so passes Asheviere, the dark queen of Wesnoth."
|
||||
msgstr "就此艾斯威勒, 魏诺的邪恶皇后, 终告一统."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:496
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:495
|
||||
msgid "We have won at last! Li'sar! You will be queen!"
|
||||
msgstr "我等凯旋了! 丽莎! 续位为后吧!"
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:500
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:499
|
||||
msgid ""
|
||||
"Yes, but I won't ever forget what you have done for me, Konrad, Delfador, "
|
||||
"and Kalenz."
|
||||
msgstr "对. 但我决不会忘记你们对我的恩惠. 我亲爱的孔列, 黎伐多和克兰."
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:504
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:503
|
||||
msgid "So much blood. So much death. For what? A title?"
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:508
|
||||
#: data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg:507
|
||||
msgid ""
|
||||
"For justice, Elf Lord. We fight because if we do not, evil would prevail. "
|
||||
"But, I implore you to let the dead have their rest. We have taken victory. "
|
||||
|
|
|
@ -1,20 +1,21 @@
|
|||
# translation of en_GB.po to British English
|
||||
# translation of en_GB.po to English (British)
|
||||
# Peter J Ross <pjr@insurgent.org>, 2006.
|
||||
# Peter J Ross <wesnoth@pjr.britishlibrary.net>, 2007.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: en_GB\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2007-01-01 23:28+0100\n"
|
||||
"PO-Revision-Date: 2006-06-26 00:37+0100\n"
|
||||
"Last-Translator: Peter J Ross <pjr@insurgent.org>\n"
|
||||
"Language-Team: British English\n"
|
||||
"PO-Revision-Date: 2007-01-04 19:24+0000\n"
|
||||
"Last-Translator: Peter J Ross <wesnoth@pjr.britishlibrary.net>\n"
|
||||
"Language-Team: English (British) <en@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-Language: English\n"
|
||||
"X-Poedit-Country: UNITED KINGDOM\n"
|
||||
"X-Generator: KBabel 1.11.2\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
|
||||
#: src/construct_dialog.cpp:120 src/construct_dialog.cpp:127
|
||||
#: src/editor/editor_dialogs.cpp:409
|
||||
|
@ -583,21 +584,20 @@ msgid "Chat Timestamping"
|
|||
msgstr "Chat Timestamping"
|
||||
|
||||
#: src/preferences_display.cpp:275
|
||||
#, fuzzy
|
||||
msgid "Advanced Mode"
|
||||
msgstr "Advanced"
|
||||
msgstr "Advanced Mode"
|
||||
|
||||
#: src/preferences_display.cpp:276
|
||||
msgid "Normal Mode"
|
||||
msgstr ""
|
||||
msgstr "Normal Mode"
|
||||
|
||||
#: src/preferences_display.cpp:279
|
||||
msgid "User Define"
|
||||
msgstr ""
|
||||
msgstr "User Define"
|
||||
|
||||
#: src/preferences_display.cpp:280
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
msgstr "Apply"
|
||||
|
||||
#: src/preferences_display.cpp:282
|
||||
msgid "Music Volume:"
|
||||
|
@ -618,7 +618,7 @@ msgstr "Gamma:"
|
|||
|
||||
#: src/preferences_display.cpp:286
|
||||
msgid "Sample Rate (Hz):"
|
||||
msgstr ""
|
||||
msgstr "Sample Rate (Hz):"
|
||||
|
||||
#: src/preferences_display.cpp:305
|
||||
msgid "Sound effects on/off"
|
||||
|
@ -642,22 +642,20 @@ msgid "Change the bell volume"
|
|||
msgstr "Change the music volume"
|
||||
|
||||
#: src/preferences_display.cpp:324
|
||||
#, fuzzy
|
||||
msgid "Change the sample rate"
|
||||
msgstr "Change the language"
|
||||
msgstr "Change the sample rate"
|
||||
|
||||
#: src/preferences_display.cpp:333
|
||||
msgid "User defined sample rate"
|
||||
msgstr ""
|
||||
msgstr "User defined sample rate"
|
||||
|
||||
#: src/preferences_display.cpp:342 src/preferences_display.cpp:346
|
||||
#, fuzzy
|
||||
msgid "Change the buffer size"
|
||||
msgstr "Change the music volume"
|
||||
msgstr "Change the buffer size"
|
||||
|
||||
#: src/preferences_display.cpp:344 src/preferences_display.cpp:742
|
||||
msgid "Buffer Size: "
|
||||
msgstr ""
|
||||
msgstr "Buffer Size: "
|
||||
|
||||
#: src/preferences_display.cpp:351
|
||||
msgid "Change the speed of scrolling around the map"
|
||||
|
|
|
@ -14,18 +14,21 @@
|
|||
# Azamat H. Hackimov <azamat.hackimov@gmail.com>, 2006.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ru\n"
|
||||
"Project-Id-Version: Battle for Wesnoth\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2007-01-01 23:28+0100\n"
|
||||
"PO-Revision-Date: 2006-07-20 23:41+0600\n"
|
||||
"PO-Revision-Date: 2007-01-05 01:51+0500\n"
|
||||
"Last-Translator: Azamat H. Hackimov <azamat.hackimov@gmail.com>\n"
|
||||
"Language-Team: <ru@li.org>\n"
|
||||
"Language-Team: <http://bugs.wesnoth.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
|
||||
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: KBabel 1.11.2\n"
|
||||
"X-Poedit-Language: Russian\n"
|
||||
"X-Poedit-Country: RUSSIAN FEDERATION\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
#: src/construct_dialog.cpp:120 src/construct_dialog.cpp:127
|
||||
#: src/editor/editor_dialogs.cpp:409
|
||||
|
@ -138,7 +141,7 @@ msgstr "Перевернуть (это может изменить размер
|
|||
|
||||
#: src/filechooser.cpp:51
|
||||
msgid "File: "
|
||||
msgstr ""
|
||||
msgstr "Файл: "
|
||||
|
||||
#: src/filechooser.cpp:52
|
||||
msgid "Delete File"
|
||||
|
@ -146,7 +149,7 @@ msgstr "Удалить файл"
|
|||
|
||||
#: src/filechooser.cpp:54 src/filechooser.cpp:166
|
||||
msgid "New Folder"
|
||||
msgstr ""
|
||||
msgstr "Новый каталог"
|
||||
|
||||
#: src/filechooser.cpp:154
|
||||
msgid "Deletion of the file failed."
|
||||
|
@ -154,12 +157,11 @@ msgstr "Ошибка удаления файла."
|
|||
|
||||
#: src/filechooser.cpp:167
|
||||
msgid "Name: "
|
||||
msgstr ""
|
||||
msgstr "Имя: "
|
||||
|
||||
#: src/filechooser.cpp:172
|
||||
#, fuzzy
|
||||
msgid "Creation of the directory failed."
|
||||
msgstr "Ошибка удаления файла."
|
||||
msgstr "Ошибка создания каталога."
|
||||
|
||||
#: src/hotkeys.cpp:49
|
||||
msgid "Next Unit"
|
||||
|
@ -222,7 +224,6 @@ msgid "Save Game"
|
|||
msgstr "Сохранить игру"
|
||||
|
||||
#: src/hotkeys.cpp:65
|
||||
#, fuzzy
|
||||
msgid "Save The Map"
|
||||
msgstr "Сохранить карту"
|
||||
|
||||
|
@ -291,9 +292,8 @@ msgid "Quit Game"
|
|||
msgstr "Выйти из игры"
|
||||
|
||||
#: src/hotkeys.cpp:83
|
||||
#, fuzzy
|
||||
msgid "Set Team Label"
|
||||
msgstr "Установить метку"
|
||||
msgstr "Установить метку команды"
|
||||
|
||||
#: src/hotkeys.cpp:84
|
||||
msgid "Set Label"
|
||||
|
@ -476,9 +476,8 @@ msgid "Villages:"
|
|||
msgstr "Деревни:"
|
||||
|
||||
#: src/mapgen_dialog.cpp:115
|
||||
#, fuzzy
|
||||
msgid "Castle Size:"
|
||||
msgstr "Максимальный размер холма:"
|
||||
msgstr "Размер замка:"
|
||||
|
||||
#: src/mapgen_dialog.cpp:116
|
||||
msgid "Landform:"
|
||||
|
@ -514,8 +513,8 @@ msgid ""
|
|||
"bits per pixel to run the game in windowed mode. Your display must support "
|
||||
"1024x768x16 to run the game full screen."
|
||||
msgstr ""
|
||||
"Видео режим не может быть изменён. Чтобы запускать игру в окне, Вы должны "
|
||||
"установить 16 бит цвет. Чтобы запускать игру на весь экран, Ваш монитор "
|
||||
"Видеорежим не может быть изменен. Чтобы запускать игру в окне, вы должны "
|
||||
"установить 16 битный цвет. Чтобы запускать игру на весь экран, ваш монитор "
|
||||
"должен поддерживать разрешение не менее 1024x768x16."
|
||||
|
||||
#: src/preferences_display.cpp:253
|
||||
|
@ -527,23 +526,20 @@ msgid "Skip AI Moves"
|
|||
msgstr "Пропускать ходы компьютера"
|
||||
|
||||
#: src/preferences_display.cpp:256
|
||||
#, fuzzy
|
||||
msgid "Show Lobby Minimaps"
|
||||
msgstr "Показывать подключения"
|
||||
msgstr "Показывать миниатюры карт в холле"
|
||||
|
||||
#: src/preferences_display.cpp:257
|
||||
#, fuzzy
|
||||
msgid "Show Lobby Joins Of Friends"
|
||||
msgstr "Показывать подключения"
|
||||
msgstr "Показывать подключения друзей в холле"
|
||||
|
||||
#: src/preferences_display.cpp:258
|
||||
#, fuzzy
|
||||
msgid "Sort Lobby List"
|
||||
msgstr "Показывать подключения"
|
||||
msgstr "Сортировать список в холле"
|
||||
|
||||
#: src/preferences_display.cpp:259
|
||||
msgid "Iconize Lobby List"
|
||||
msgstr ""
|
||||
msgstr "Иконки в списке холла"
|
||||
|
||||
#: src/preferences_display.cpp:260
|
||||
msgid "Show Floating Labels"
|
||||
|
@ -594,21 +590,20 @@ msgid "Chat Timestamping"
|
|||
msgstr "Отметка времени в чате"
|
||||
|
||||
#: src/preferences_display.cpp:275
|
||||
#, fuzzy
|
||||
msgid "Advanced Mode"
|
||||
msgstr "Другие"
|
||||
msgstr "Продвинутый режим"
|
||||
|
||||
#: src/preferences_display.cpp:276
|
||||
msgid "Normal Mode"
|
||||
msgstr ""
|
||||
msgstr "Нормальный режим"
|
||||
|
||||
#: src/preferences_display.cpp:279
|
||||
msgid "User Define"
|
||||
msgstr ""
|
||||
msgstr "Определено пользователем"
|
||||
|
||||
#: src/preferences_display.cpp:280
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
msgstr "Применить"
|
||||
|
||||
#: src/preferences_display.cpp:282
|
||||
msgid "Music Volume:"
|
||||
|
@ -619,9 +614,8 @@ msgid "SFX Volume:"
|
|||
msgstr "Громкость звуков:"
|
||||
|
||||
#: src/preferences_display.cpp:283
|
||||
#, fuzzy
|
||||
msgid "Bell Volume:"
|
||||
msgstr "Громкость звуков:"
|
||||
msgstr "Громкость сигнала:"
|
||||
|
||||
#: src/preferences_display.cpp:284
|
||||
msgid "Gamma:"
|
||||
|
@ -629,7 +623,7 @@ msgstr "Гамма:"
|
|||
|
||||
#: src/preferences_display.cpp:286
|
||||
msgid "Sample Rate (Hz):"
|
||||
msgstr ""
|
||||
msgstr "Размер сэмпла (Гц):"
|
||||
|
||||
#: src/preferences_display.cpp:305
|
||||
msgid "Sound effects on/off"
|
||||
|
@ -648,27 +642,24 @@ msgid "Change the music volume"
|
|||
msgstr "Изменить громкость музыки"
|
||||
|
||||
#: src/preferences_display.cpp:322
|
||||
#, fuzzy
|
||||
msgid "Change the bell volume"
|
||||
msgstr "Изменить громкость музыки"
|
||||
msgstr "Изменить громкость сигнала"
|
||||
|
||||
#: src/preferences_display.cpp:324
|
||||
#, fuzzy
|
||||
msgid "Change the sample rate"
|
||||
msgstr "Изменить язык игры"
|
||||
msgstr "Изменить размер сэмпла"
|
||||
|
||||
#: src/preferences_display.cpp:333
|
||||
msgid "User defined sample rate"
|
||||
msgstr ""
|
||||
msgstr "Пользовательский размер сэмпла"
|
||||
|
||||
#: src/preferences_display.cpp:342 src/preferences_display.cpp:346
|
||||
#, fuzzy
|
||||
msgid "Change the buffer size"
|
||||
msgstr "Изменить громкость музыки"
|
||||
msgstr "Изменить размер буфера"
|
||||
|
||||
#: src/preferences_display.cpp:344 src/preferences_display.cpp:742
|
||||
msgid "Buffer Size: "
|
||||
msgstr ""
|
||||
msgstr "Размер буфера: "
|
||||
|
||||
#: src/preferences_display.cpp:351
|
||||
msgid "Change the speed of scrolling around the map"
|
||||
|
@ -695,9 +686,8 @@ msgid "Make units move and fight faster"
|
|||
msgstr "Делает движения и битву соединений быстрее"
|
||||
|
||||
#: src/preferences_display.cpp:380
|
||||
#, fuzzy
|
||||
msgid "Units move and fight speed"
|
||||
msgstr "Делает движения и битву соединений быстрее"
|
||||
msgstr "Скорость движения и битвы соединений"
|
||||
|
||||
#: src/preferences_display.cpp:383
|
||||
msgid "Do not animate AI units moving"
|
||||
|
@ -708,28 +698,24 @@ msgid "Overlay a grid onto the map"
|
|||
msgstr "Показывать сетку на карте"
|
||||
|
||||
#: src/preferences_display.cpp:389
|
||||
#, fuzzy
|
||||
msgid "Show minimaps in the multiplayer lobby"
|
||||
msgstr ""
|
||||
"Показывать сообщения о игроках, подключившихся к многопользовательской игре"
|
||||
msgstr "Показывать миниатюры карт в холле"
|
||||
|
||||
#: src/preferences_display.cpp:392
|
||||
msgid "Sort the player list in the lobby by player groups"
|
||||
msgstr ""
|
||||
msgstr "Сортировать список игроков в холле по группам"
|
||||
|
||||
#: src/preferences_display.cpp:395
|
||||
msgid "Show icons in front of the player names in the lobby."
|
||||
msgstr ""
|
||||
msgstr "Показывать иконки напротив игроков в холле."
|
||||
|
||||
#: src/preferences_display.cpp:398
|
||||
#, fuzzy
|
||||
msgid "Show messages about your friends joining the multiplayer lobby"
|
||||
msgstr ""
|
||||
"Показывать сообщения о игроках, подключившихся к многопользовательской игре"
|
||||
msgstr "Показывать сообщения о друзьях, подключившихся к холлу игр"
|
||||
|
||||
#: src/preferences_display.cpp:401
|
||||
msgid "Show text above a unit when it is hit to display damage inflicted"
|
||||
msgstr "Показывать над соединением количество нанесённого урона "
|
||||
msgstr "Показывать над соединением количество нанесенного урона "
|
||||
|
||||
#: src/preferences_display.cpp:403
|
||||
msgid "Change the resolution the game runs at"
|
||||
|
@ -772,13 +758,12 @@ msgid "View and configure keyboard shortcuts"
|
|||
msgstr "Просмотр и настройка горячих клавиш"
|
||||
|
||||
#: src/preferences_display.cpp:637
|
||||
#, fuzzy
|
||||
msgid "Speed: "
|
||||
msgstr "Скорость прокрутки:"
|
||||
msgstr "Скорость: "
|
||||
|
||||
#: src/preferences_display.cpp:768
|
||||
msgid "Chat Lines: "
|
||||
msgstr "Линии чата:"
|
||||
msgstr "Линии чата: "
|
||||
|
||||
#: src/preferences_display.cpp:827
|
||||
msgid "yes"
|
||||
|
@ -846,7 +831,7 @@ msgstr "Данная горячая клавиша уже используетс
|
|||
|
||||
#: src/preferences_display.cpp:1164
|
||||
msgid "Saved Theme Preference: "
|
||||
msgstr "Сохранённые настройки темы:"
|
||||
msgstr "Сохраненные настройки темы:"
|
||||
|
||||
#: src/preferences_display.cpp:1170
|
||||
msgid "New theme will take effect on next new or loaded game."
|
||||
|
@ -863,4 +848,4 @@ msgstr "Ошибка"
|
|||
|
||||
#: src/show_dialog.cpp:425
|
||||
msgid "KB"
|
||||
msgstr "КБайт"
|
||||
msgstr "кб"
|
||||
|
|
|
@ -6,8 +6,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.3-svn\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:45+0100\n"
|
||||
"PO-Revision-Date: 2006-12-09 01:56+0100\n"
|
||||
"Last-Translator: Damien <guydelatour@gloireetpouvoir.com>\n"
|
||||
"PO-Revision-Date: 2007-01-04 19:02+0100\n"
|
||||
"Last-Translator: Benoît Timbert <benoit.timbert@free.fr>\n"
|
||||
"Language-Team: Language fr <wesnoth@ml.free.fr>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -501,7 +501,7 @@ msgstr "défini le nombre de tours du scénario. Valeur par défaut : \"50\"."
|
|||
|
||||
# type: TP
|
||||
#: ../../doc/man/wesnoth.6:159
|
||||
#, fuzzy, no-wrap
|
||||
#, no-wrap
|
||||
msgid "Example to test your own AI: "
|
||||
msgstr "Exemple pour tester votre propre IA : "
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.3-svn\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:45+0100\n"
|
||||
"PO-Revision-Date: 2006-12-21 22:12+0500\n"
|
||||
"PO-Revision-Date: 2006-12-30 19:05+0500\n"
|
||||
"Last-Translator: Azamat H. Hackimov <azamat.hackimov@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -495,7 +495,7 @@ msgstr "установить число ходов для выбранного
|
|||
|
||||
# type: TP
|
||||
#: ../../doc/man/wesnoth.6:159
|
||||
#, fuzzy, no-wrap
|
||||
#, no-wrap
|
||||
msgid "Example to test your own AI: "
|
||||
msgstr "Пример для тестирования собственного AI:"
|
||||
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
# translation of en_GB.po to English (British)
|
||||
# Peter J Ross <pjr@insurgent.org>, 2006.
|
||||
# PJR <pjr@britishlibrary.net>, 2006.
|
||||
# Peter J Ross <wesnoth@pjr.britishlibrary.net>, 2007.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: en_GB\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:41+0100\n"
|
||||
"PO-Revision-Date: 2006-09-06 14:09+0100\n"
|
||||
"Last-Translator: PJR <pjr@britishlibrary.net>\n"
|
||||
"Language-Team: English (British)\n"
|
||||
"PO-Revision-Date: 2007-01-04 19:27+0000\n"
|
||||
"Last-Translator: Peter J Ross <wesnoth@pjr.britishlibrary.net>\n"
|
||||
"Language-Team: English (British) <en@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
@ -150,15 +151,14 @@ msgid "'ello there, Bjarn. So, what's the big fuss?"
|
|||
msgstr "'ello there, Bjarn. So, what's the big fuss?"
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/1_Rooting_Out_A_Mage.cfg:240
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"An evil mage, two days ride north, is posing a threat to our livelihoods. He "
|
||||
"is terrorizing our countryside. I've already called the village to arms and "
|
||||
"now it's up to you to lead them."
|
||||
msgstr ""
|
||||
"An evil mage, two days' ride north, is posing a threat to our livelihoods. "
|
||||
"He is terrorising our countryside. I've already called the village to arms "
|
||||
"and now it's up to you to lead them."
|
||||
"An evil mage, two days ride north, is posing a threat to our livelihoods. He "
|
||||
"is terrorising our countryside. I've already called the village to arms and "
|
||||
"now it's up to you to lead them."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/1_Rooting_Out_A_Mage.cfg:245
|
||||
msgid "Very well. We will go there and slay this source of evil. Charge, men!"
|
||||
|
@ -290,13 +290,12 @@ msgid "We're chasing after some men who kidnapped my brother!"
|
|||
msgstr "We're chasing after some men who kidnapped my brother!"
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg:233
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Those men had some great arguments persuading me to not allow you to enter "
|
||||
"this forest. Any further, and you will die."
|
||||
msgstr ""
|
||||
"These men had some great arguments persuading me that you are not allowed to "
|
||||
"enter this forest. If you try to, you will die."
|
||||
"Those men had some great arguments persuading me not to allow you to enter "
|
||||
"this forest. Any further, and you will die."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg:237
|
||||
msgid "A glorious combat at last, against mounted enemies!"
|
||||
|
@ -410,22 +409,21 @@ msgid "He escaped us..."
|
|||
msgstr "He escaped us..."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg:457
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"You foolish human, you killed me but you won't be able to reach the undead. "
|
||||
"I fulfilled the pact and will be reanimated soon to be a Lord of their "
|
||||
"armies."
|
||||
msgstr ""
|
||||
"You foolish human did kill me but you won't be able to reach the undead. I "
|
||||
"fulfilled the pact and will be reanimated soon to be a Lord of their armies."
|
||||
"You foolish human, you killed me but you won't be able to reach the undead. "
|
||||
"I fulfilled the pact and will be reanimated soon to be a Lord of their "
|
||||
"armies."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg:461
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Hurry, we have to track them down. Maybe we can still get them. They have to "
|
||||
"be in the north!"
|
||||
msgstr ""
|
||||
"Hurry, we have to trace them down. Maybe we can still get them. They have to "
|
||||
"Hurry, we have to track them down. Maybe we can still get them. They have to "
|
||||
"be in the north!"
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg:467
|
||||
|
@ -585,7 +583,6 @@ msgid "Move Arne to the cell with his brother to free him"
|
|||
msgstr "Move Arne to the cell with his brother to free him"
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/3_Guarded_Castle.cfg:442
|
||||
#, fuzzy
|
||||
msgid "Look what I have found in here! I can count a hundred pieces of gold."
|
||||
msgstr "Look what I have found in here! I can count a hundred pieces of gold."
|
||||
|
||||
|
@ -598,12 +595,10 @@ msgid "I found Bjarn. He is in this cell."
|
|||
msgstr "I found Bjarn. He is in this cell."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/3_Guarded_Castle.cfg:524
|
||||
#, fuzzy
|
||||
msgid "Good to see you, Arne. Please help me get out of this dungeon."
|
||||
msgstr "Good to see you, Arne. Please help me to get out of this dungeon."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/3_Guarded_Castle.cfg:531
|
||||
#, fuzzy
|
||||
msgid "You must be one of Arne's men. Please help me get out of this dungeon."
|
||||
msgstr ""
|
||||
"You must be one of Arne's men. Please help me to get out of this dungeon."
|
||||
|
@ -704,7 +699,6 @@ msgid "So am I. But what is happening to our village?"
|
|||
msgstr "So am I. But what is happening to our village?"
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/4_Return_to_the_Village.cfg:184
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"In the time you have been away a looting band of orcs took over this region. "
|
||||
"There was noone here to stop them."
|
||||
|
@ -737,7 +731,6 @@ msgid "Finally the orc is killed. Now you can go back to your village."
|
|||
msgstr "Finally the orc is killed. Now you can go back to your village."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/4_Return_to_the_Village.cfg:224
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"So much has been destroyed. We will have a hard time fixing the damage the "
|
||||
"orcs and the undead caused. I hope this does not happen again."
|
||||
|
@ -746,15 +739,14 @@ msgstr ""
|
|||
"orcs and the undead caused. I hope this does not happen again."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/4_Return_to_the_Village.cfg:229
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"I have to leave you now. My men and I are needed by others, too. But should "
|
||||
"you ever face another grim foe, send me a messenger. I'll come as fast as I "
|
||||
"can, little brother."
|
||||
msgstr ""
|
||||
"I got to leave you now. Me and my men are needed by others, too. But if you "
|
||||
"ever got another grim foe to face, send me a messenger. I'll come as fast as "
|
||||
"I can, little brother."
|
||||
"I have to leave you now. My men and I are needed by others, too. But should "
|
||||
"you ever face another grim foe, send me a messenger. I'll come as fast as I "
|
||||
"can, little brother."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/4_Return_to_the_Village.cfg:241
|
||||
msgid "It is over, I am vanquished."
|
||||
|
|
|
@ -3,13 +3,15 @@ msgstr ""
|
|||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:41+0100\n"
|
||||
"PO-Revision-Date: 2006-09-20 21:07+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: none\n"
|
||||
"PO-Revision-Date: 2007-01-05 08:10+0100\n"
|
||||
"Last-Translator: Foppe Benedictus <foppe.benedictus@gmail.com>\n"
|
||||
"Language-Team: Dutch <foppe.benedictus@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-Language: Dutch\n"
|
||||
"X-Poedit-Country: NETHERLANDS\n"
|
||||
|
||||
#: data/campaigns/Two_Brothers.cfg:11
|
||||
msgid "A Tale Of Two Brothers"
|
||||
|
@ -146,7 +148,6 @@ msgid "'ello there, Bjarn. So, what's the big fuss?"
|
|||
msgstr "'allo, Bjarn. Zeg eens, wat gebeurt er hier allemaal?"
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/1_Rooting_Out_A_Mage.cfg:240
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"An evil mage, two days ride north, is posing a threat to our livelihoods. He "
|
||||
"is terrorizing our countryside. I've already called the village to arms and "
|
||||
|
@ -288,7 +289,6 @@ msgid "We're chasing after some men who kidnapped my brother!"
|
|||
msgstr "We achtervolgen de mannen die mijn broer ontvoerd hebben!"
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg:233
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Those men had some great arguments persuading me to not allow you to enter "
|
||||
"this forest. Any further, and you will die."
|
||||
|
@ -363,10 +363,10 @@ msgid ""
|
|||
"late to help in this fight, I would like to aid you in your forthcoming "
|
||||
"endeavors."
|
||||
msgstr ""
|
||||
"Gegroet, mijn naam is Brena. Ik heb jullie tegen de levende doden zien "
|
||||
"vechten. Niets doet mij meer plezier een stel van die smerige skeletten aan "
|
||||
"splinters te slaan. Ik ben te laat om jullie nog bij te staan in de strijd, "
|
||||
"maar ik wil jullie helpen in de komende beproevingen."
|
||||
"Gegroet, mijn naam is Brena. Ik heb jullie tegen de ondoden zien vechten. "
|
||||
"Niets doet mij meer plezier een stel van die smerige skeletten aan splinters "
|
||||
"te slaan. Ik ben te laat om jullie nog bij te staan in de strijd, maar ik "
|
||||
"wil jullie helpen in de komende beproevingen."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg:380
|
||||
msgid "They would only slow us down!"
|
||||
|
@ -410,18 +410,16 @@ msgid "He escaped us..."
|
|||
msgstr "Hij is ons ontsnapt..."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg:457
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"You foolish human, you killed me but you won't be able to reach the undead. "
|
||||
"I fulfilled the pact and will be reanimated soon to be a Lord of their "
|
||||
"armies."
|
||||
msgstr ""
|
||||
"Dwaas mens dat je bent. Je hebt me gedood, maar je zult de levende doden "
|
||||
"niet bereiken. Ik heb me aan het pact gehouden en zal spoedig weer tot leven "
|
||||
"worden gebracht om hun legers aan te voeren."
|
||||
"Dwaas mens dat je bent. Je hebt me gedood, maar je zult de ondoden niet "
|
||||
"bereiken. Ik heb me aan het pact gehouden en zal spoedig weer opstaan om hun "
|
||||
"legers aan te voeren."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg:461
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Hurry, we have to track them down. Maybe we can still get them. They have to "
|
||||
"be in the north!"
|
||||
|
@ -587,7 +585,6 @@ msgid "Move Arne to the cell with his brother to free him"
|
|||
msgstr "Breng Arne naar de cel van zijn broer om hem te bevrijden"
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/3_Guarded_Castle.cfg:442
|
||||
#, fuzzy
|
||||
msgid "Look what I have found in here! I can count a hundred pieces of gold."
|
||||
msgstr "Kijk eens wat ik hierbinnen gevonden heb! Ik tel honderd goudstukken."
|
||||
|
||||
|
@ -600,14 +597,13 @@ msgid "I found Bjarn. He is in this cell."
|
|||
msgstr "Ik heb Bjarn gevonden. Hij zit in deze cel."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/3_Guarded_Castle.cfg:524
|
||||
#, fuzzy
|
||||
msgid "Good to see you, Arne. Please help me get out of this dungeon."
|
||||
msgstr "Het is goed je weer te zien Arne. Help me uit deze kerker."
|
||||
msgstr "Het is goed je weer te zien Arne. Help me alsjeblieft uit deze kerker."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/3_Guarded_Castle.cfg:531
|
||||
#, fuzzy
|
||||
msgid "You must be one of Arne's men. Please help me get out of this dungeon."
|
||||
msgstr "Jij moet een van Arnes mannen zijn. Help me uit deze kerker."
|
||||
msgstr ""
|
||||
"Jij moet een van Arnes mannen zijn. Help me alsjeblieft uit deze kerker."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/3_Guarded_Castle.cfg:538
|
||||
msgid ""
|
||||
|
@ -635,8 +631,7 @@ msgid ""
|
|||
"and some undead. Really just a day's work for us mercenaries."
|
||||
msgstr ""
|
||||
"Och, het was niets. Een paar elfen, één of twee duistere magiërs, een "
|
||||
"groepje orks en een enkele levende dode. Voor huurlingen als wij niets "
|
||||
"bijzonders."
|
||||
"groepje orks en een enkele ondoden. Voor huurlingen als wij niets bijzonders."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/3_Guarded_Castle.cfg:597
|
||||
msgid "Thank you for coming to my aid. Let us return to the village."
|
||||
|
@ -707,7 +702,6 @@ msgid "So am I. But what is happening to our village?"
|
|||
msgstr "Ik ook. Maar wat is er hier aan de hand?"
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/4_Return_to_the_Village.cfg:184
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"In the time you have been away a looting band of orcs took over this region. "
|
||||
"There was noone here to stop them."
|
||||
|
@ -740,17 +734,15 @@ msgid "Finally the orc is killed. Now you can go back to your village."
|
|||
msgstr "Eindelijk is de ork verslagen. Nu kun je terugkeren naar je dorp."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/4_Return_to_the_Village.cfg:224
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"So much has been destroyed. We will have a hard time fixing the damage the "
|
||||
"orcs and the undead caused. I hope this does not happen again."
|
||||
msgstr ""
|
||||
"Er is zoveel verwoest. Het zal heel wat moeite kosten de schade, die de orks "
|
||||
"en de levende doden hebben veroorzaakt, te repareren. Ik hoop dat dit nooit "
|
||||
"weer gebeurd."
|
||||
"en de ondoden hebben veroorzaakt, te repareren. Ik hoop dat dit nooit weer "
|
||||
"gebeurd."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/4_Return_to_the_Village.cfg:229
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"I have to leave you now. My men and I are needed by others, too. But should "
|
||||
"you ever face another grim foe, send me a messenger. I'll come as fast as I "
|
||||
|
|
|
@ -5,7 +5,7 @@ msgstr ""
|
|||
"Project-Id-Version: ru\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:41+0100\n"
|
||||
"PO-Revision-Date: 2006-09-15 18:18+0600\n"
|
||||
"PO-Revision-Date: 2007-01-05 02:01+0500\n"
|
||||
"Last-Translator: Azamat H. Hackimov <azamat.hackimov@gmail.com>\n"
|
||||
"Language-Team: <ru@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -149,15 +149,14 @@ msgid "'ello there, Bjarn. So, what's the big fuss?"
|
|||
msgstr "Привет, Бьярн. Итак, кто тут доставляет излишние хлопоты?"
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/1_Rooting_Out_A_Mage.cfg:240
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"An evil mage, two days ride north, is posing a threat to our livelihoods. He "
|
||||
"is terrorizing our countryside. I've already called the village to arms and "
|
||||
"now it's up to you to lead them."
|
||||
msgstr ""
|
||||
"Злобный маг, в двух днях езды на север, покушается на наши жизни. Он "
|
||||
"терроризирует наши земли. Я уже призвал селян к оружию и теперь они готовы "
|
||||
"выполнять твои приказы."
|
||||
"терроризирует наши земли. Я уже призвал селян к оружию и теперь они под "
|
||||
"твоим командованием."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/1_Rooting_Out_A_Mage.cfg:245
|
||||
msgid "Very well. We will go there and slay this source of evil. Charge, men!"
|
||||
|
@ -289,13 +288,12 @@ msgid "We're chasing after some men who kidnapped my brother!"
|
|||
msgstr "Мы преследуем людей, похитивших моего брата!"
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg:233
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Those men had some great arguments persuading me to not allow you to enter "
|
||||
"this forest. Any further, and you will die."
|
||||
msgstr ""
|
||||
"Эти люди предоставили веские аргументы не доверять вам, поэтому вам не "
|
||||
"дозволено входить в этот лес. Если вы попытаетесь сделать это, то вы умрете."
|
||||
"Эти люди предоставили веские аргументы не пускать вас в этот лес. Если вы "
|
||||
"попытаетесь сделать это, то вы умрете."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg:237
|
||||
msgid "A glorious combat at last, against mounted enemies!"
|
||||
|
@ -356,7 +354,6 @@ msgid "Brena"
|
|||
msgstr "Брена"
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg:376
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Greetings, I am Brena. I saw you fighting the foul undead. I like nothing "
|
||||
"better than smashing those foul skeletons and their ilk. Though I came too "
|
||||
|
@ -409,7 +406,6 @@ msgid "He escaped us..."
|
|||
msgstr "Он убежал от нас..."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg:457
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"You foolish human, you killed me but you won't be able to reach the undead. "
|
||||
"I fulfilled the pact and will be reanimated soon to be a Lord of their "
|
||||
|
@ -419,11 +415,11 @@ msgstr ""
|
|||
"договор и скоро подымусь вновь, чтобы стать Лордом их армий."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg:461
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Hurry, we have to track them down. Maybe we can still get them. They have to "
|
||||
"be in the north!"
|
||||
msgstr "Быстрее, мы их нашли. Может быть, мы сможем их догнать. Они на севере!"
|
||||
msgstr ""
|
||||
"Быстрее, мы их выследили. Может быть, мы сможем их догнать. Они на севере!"
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg:467
|
||||
msgid "Hurry to the north and stop the kidnappers"
|
||||
|
@ -582,7 +578,6 @@ msgid "Move Arne to the cell with his brother to free him"
|
|||
msgstr "Приведите Арна к клетке с его братом, чтобы освободить его"
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/3_Guarded_Castle.cfg:442
|
||||
#, fuzzy
|
||||
msgid "Look what I have found in here! I can count a hundred pieces of gold."
|
||||
msgstr "Смотрите, что я нашел! Здесь сто золотых монет."
|
||||
|
||||
|
@ -595,12 +590,10 @@ msgid "I found Bjarn. He is in this cell."
|
|||
msgstr "Я нашел Бьярна. Он в этой клетке."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/3_Guarded_Castle.cfg:524
|
||||
#, fuzzy
|
||||
msgid "Good to see you, Arne. Please help me get out of this dungeon."
|
||||
msgstr "Рад видеть тебя, Арн. Помоги мне выбраться из этого подземелья."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/3_Guarded_Castle.cfg:531
|
||||
#, fuzzy
|
||||
msgid "You must be one of Arne's men. Please help me get out of this dungeon."
|
||||
msgstr ""
|
||||
"Ты, должно быть, один из людей Арна. Помоги мне выйти из этого подземелья."
|
||||
|
@ -699,13 +692,12 @@ msgid "So am I. But what is happening to our village?"
|
|||
msgstr "Я тоже. Но что происходит с нашей деревней?"
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/4_Return_to_the_Village.cfg:184
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"In the time you have been away a looting band of orcs took over this region. "
|
||||
"There was noone here to stop them."
|
||||
msgstr ""
|
||||
"В то время, как вы отсутствовали, банда разбойников орков появилась в "
|
||||
"округе. Никто не смог остановить их."
|
||||
"В то время, как вы отсутствовали, банда орков появилась в округе. Никто не "
|
||||
"смог остановить их."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/4_Return_to_the_Village.cfg:188
|
||||
msgid ""
|
||||
|
@ -731,7 +723,6 @@ msgid "Finally the orc is killed. Now you can go back to your village."
|
|||
msgstr "Орк убит. Теперь вы можете вернуться в деревню."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/4_Return_to_the_Village.cfg:224
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"So much has been destroyed. We will have a hard time fixing the damage the "
|
||||
"orcs and the undead caused. I hope this does not happen again."
|
||||
|
@ -740,7 +731,6 @@ msgstr ""
|
|||
"причиненный орками и нежитью урон. Надеюсь, больше такого не повторится."
|
||||
|
||||
#: data/campaigns/Two_Brothers/scenarios/4_Return_to_the_Village.cfg:229
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"I have to leave you now. My men and I are needed by others, too. But should "
|
||||
"you ever face another grim foe, send me a messenger. I'll come as fast as I "
|
||||
|
|
|
@ -1,18 +1,19 @@
|
|||
# translation of en_GB.po to British English
|
||||
# translation of en_GB.po to English (British)
|
||||
# Peter J Ross <pjr@insurgent.org>, 2006.
|
||||
# Peter J Ross <wesnoth@pjr.britishlibrary.net>, 2007.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: en_GB\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:40+0100\n"
|
||||
"PO-Revision-Date: 2006-06-26 01:00+0100\n"
|
||||
"Last-Translator: Peter J Ross <pjr@insurgent.org>\n"
|
||||
"Language-Team: British English\n"
|
||||
"PO-Revision-Date: 2007-01-04 19:28+0000\n"
|
||||
"Last-Translator: Peter J Ross <wesnoth@pjr.britishlibrary.net>\n"
|
||||
"Language-Team: English (British) <en@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: KBabel 1.11.2\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
|
||||
#: data/campaigns/The_Rise_Of_Wesnoth/scenarios/22_Rise_of_Wesnoth.cfg:4
|
||||
#: data/campaigns/The_Rise_Of_Wesnoth.cfg:8
|
||||
|
@ -3599,7 +3600,6 @@ msgid "In the name of Peace between our Peoples:"
|
|||
msgstr "In the name of Peace between our Peoples:"
|
||||
|
||||
#: data/campaigns/The_Rise_Of_Wesnoth/scenarios/16_Elf_Lords.cfg:306
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"I fear my kin are too easy on you. I decree that you should be made to fight "
|
||||
"the Dragon of the Green Swamp and its Saurian minions. If you can defeat "
|
||||
|
@ -3607,7 +3607,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"I fear my kin are too easy on you. I decree that you should be made to fight "
|
||||
"the Dragon of the Green Swamp and its Saurian minions. If you can defeat "
|
||||
"him, you have truly earned you place in this land."
|
||||
"him, you have truly earned your place in this land."
|
||||
|
||||
#: data/campaigns/The_Rise_Of_Wesnoth/scenarios/16_Elf_Lords.cfg:319
|
||||
msgid ""
|
||||
|
@ -5098,9 +5098,8 @@ msgstr ""
|
|||
"Clearwater Port!"
|
||||
|
||||
#: data/campaigns/The_Rise_Of_Wesnoth/scenarios/22_Rise_of_Wesnoth.cfg:430
|
||||
#, fuzzy
|
||||
msgid "All life is finite; you will be made to serve along with the rest."
|
||||
msgstr "All life is finite, you will be made to serve along with the rest."
|
||||
msgstr "All life is finite; you will be made to serve along with the rest."
|
||||
|
||||
#: data/campaigns/The_Rise_Of_Wesnoth/scenarios/22_Rise_of_Wesnoth.cfg:441
|
||||
msgid "Come on, stay still, just for a second..."
|
||||
|
|
|
@ -10,9 +10,9 @@ msgstr ""
|
|||
"Project-Id-Version: Battle for Wesnoth Battle for Wesnoth 0.8.11+CVS\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-27 19:40+0100\n"
|
||||
"PO-Revision-Date: 2006-12-19 21:30+0100\n"
|
||||
"PO-Revision-Date: 2007-01-05 08:08+0100\n"
|
||||
"Last-Translator: Foppe Benedictus <foppe.benedictus@gmail.com>\n"
|
||||
"Language-Team: Dutch <onne@grammex.com>\n"
|
||||
"Language-Team: Dutch <foppe.benedictus@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
@ -3683,13 +3683,12 @@ msgid "In the name of Peace between our Peoples:"
|
|||
msgstr "In de naam van de vrede tussen onze volkeren:"
|
||||
|
||||
#: data/campaigns/The_Rise_Of_Wesnoth/scenarios/16_Elf_Lords.cfg:306
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"I fear my kin are too easy on you. I decree that you should be made to fight "
|
||||
"the Dragon of the Green Swamp and its Saurian minions. If you can defeat "
|
||||
"him, you have truly earned your place in this land."
|
||||
msgstr ""
|
||||
"Ik denk dat mijn opdracht te gemakkelijk is voor jou. Ik beveel dat je de "
|
||||
"Ik vrees dat mijn opdracht te gemakkelijk voor jou is. Ik beveel dat je de "
|
||||
"draak van het Groene Moeras en zijn sauriaanse volgelingen zult bevechten. "
|
||||
"Als je hem kunt vernietigen, heb je zeker je plaats in dit land verdiend."
|
||||
|
||||
|
@ -5204,9 +5203,8 @@ msgstr ""
|
|||
"Klaarwaterhaven!"
|
||||
|
||||
#: data/campaigns/The_Rise_Of_Wesnoth/scenarios/22_Rise_of_Wesnoth.cfg:430
|
||||
#, fuzzy
|
||||
msgid "All life is finite; you will be made to serve along with the rest."
|
||||
msgstr "Je zal mij dienen als je dood bent!"
|
||||
msgstr "Al het leven is eindig; je zal mij dienen net als de anderen."
|
||||
|
||||
#: data/campaigns/The_Rise_Of_Wesnoth/scenarios/22_Rise_of_Wesnoth.cfg:441
|
||||
msgid "Come on, stay still, just for a second..."
|
||||
|
@ -5861,8 +5859,8 @@ msgstr "Zeg, uit kritiek op de trollen, niet op de hollen."
|
|||
msgid ""
|
||||
"Well, at least we don't have to contend with the undead. No offense Jessica."
|
||||
msgstr ""
|
||||
"Nu goed, we moeten tenminste niet met de levende doden strijden. Mijn "
|
||||
"excuses, Jessica."
|
||||
"Nu goed, we moeten tenminste niet met de ondoden strijden. Mijn excuses, "
|
||||
"Jessica."
|
||||
|
||||
#: data/campaigns/The_Rise_Of_Wesnoth/utils/trow-nlmsg.cfg:57
|
||||
msgid "Don't worry about it."
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2005-11-25 21:29+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -505,7 +505,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2005-11-25 21:29+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -505,7 +505,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -10,7 +10,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ca\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2006-07-14 19:04+0200\n"
|
||||
"Last-Translator: Grup de traducció de LinUV <traduccio@linuv.uv.es>\n"
|
||||
"Language-Team: Català <wesnoth-ca@lists.ettin.org>\n"
|
||||
|
@ -623,7 +623,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,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: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2006-08-29 01:32+0200\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -505,7 +505,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -4,7 +4,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle of Wesnoth\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2006-06-19 13:45+0100\n"
|
||||
"Last-Translator: Vladimír Slávik <slavik.vladimir@seznam.cz>\n"
|
||||
"Language-Team: Czech <wesnoth-cs-l@buchtovi.cz>\n"
|
||||
|
@ -609,7 +609,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2005-11-25 21:29+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -506,7 +506,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -4,7 +4,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2007-01-03 21:17+0100\n"
|
||||
"Last-Translator: Nils Kneuper <crazy-ivanovic AT gmx D O T net>\n"
|
||||
"Language-Team: irc://irc.freenode.net/#wesnoth-de\n"
|
||||
|
@ -633,7 +633,8 @@ msgid "At last the citadel is secured."
|
|||
msgstr "Zumindest die Zitadelle ist gesichert."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
#, fuzzy
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
"Nun nehmt euren Kommandoposten in der Zitadelle von Westin ein, Deoran."
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2005-11-25 21:29+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -506,7 +506,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
# translation of en_GB.po to English (British)
|
||||
# Peter J Ross <pjr@insurgent.org>, 2006.
|
||||
# PJR <pjr@britishlibrary.net>, 2006.
|
||||
# Peter J Ross <wesnoth@pjr.britishlibrary.net>, 2007.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: en_GB\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"PO-Revision-Date: 2006-07-14 12:39+0100\n"
|
||||
"Last-Translator: PJR <pjr@britishlibrary.net>\n"
|
||||
"Language-Team: English (British)\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2007-01-04 19:33+0000\n"
|
||||
"Last-Translator: Peter J Ross <wesnoth@pjr.britishlibrary.net>\n"
|
||||
"Language-Team: English (British) <en@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: KBabel 1.11.2\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
|
||||
#: data/campaigns/The_South_Guard.cfg:9
|
||||
msgid "The South Guard"
|
||||
|
@ -607,15 +608,16 @@ msgstr "Take the Citadel at Westin before ten turns pass."
|
|||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:247
|
||||
msgid "At last the citadel is secured."
|
||||
msgstr ""
|
||||
msgstr "At last the citadel is secured."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr "Now, Deoran, take your post of command at the Citadel of Westin."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
msgid "Bring Deoran to the Citadel of Westin."
|
||||
msgstr ""
|
||||
msgstr "Bring Deoran to the Citadel of Westin."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:289
|
||||
msgid "Minister Hylas"
|
||||
|
@ -901,7 +903,6 @@ msgid "strong,"
|
|||
msgstr "strong,"
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/3.A_Desparate_Errand.cfg:204
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Commander, I received your request for reinforcements, and I have brought my "
|
||||
"riders with me!"
|
||||
|
@ -1079,12 +1080,11 @@ msgstr ""
|
|||
"destroyed!"
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/4.Vale_of_Tears.cfg:182
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Perhaps they are allied with the bandits who have been sacking our towns! "
|
||||
"They have grown bold to attack the elves!"
|
||||
msgstr ""
|
||||
"Perhaps they are allied with the bandits who have been sacking our towns! "
|
||||
"Perhaps they are allied with the bandits who have been sacking our towns! "
|
||||
"They have grown bold to attack the elves!"
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/4.Vale_of_Tears.cfg:187
|
||||
|
@ -1352,11 +1352,10 @@ msgstr ""
|
|||
"for I know not the way."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:230
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"I fear no forests. Let us find this river and whatever enemies lie beyond."
|
||||
msgstr ""
|
||||
"I fear no forests. Let us find this river and whatever enemies lie beyond."
|
||||
"I fear no forests. Let us find this river and whatever enemies lie beyond."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:235
|
||||
msgid "Very well. We will seek the river and probe its secrets."
|
||||
|
@ -1592,12 +1591,11 @@ msgstr ""
|
|||
"lives depend on Urza Afalas. Will you lead us from this accursed forest?"
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:661
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"What choice do I have? My life is in as much danger as yours. I will lead "
|
||||
"you and your men back to the lands of Wesnoth if you will grant me pardon."
|
||||
msgstr ""
|
||||
"What choice do I have? My life is in as much danger as yours. I will lead "
|
||||
"What choice do I have? My life is in as much danger as yours. I will lead "
|
||||
"you and your men back to the lands of Wesnoth if you will grant me pardon."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:665
|
||||
|
@ -1819,7 +1817,6 @@ msgid "Oh. Me only want tasty food. Go away."
|
|||
msgstr "Oh. Me only want tasty food. Go away."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/6a.Tidings_Good_And_Ill.cfg:336
|
||||
#, fuzzy
|
||||
msgid "Wait! Me not believe you. Me eat you!"
|
||||
msgstr "Wait! Me not believe you. Me eat you!"
|
||||
|
||||
|
@ -2054,7 +2051,6 @@ msgstr ""
|
|||
"entrance and proceed on foot."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7a.Into_The_Depths.cfg:147
|
||||
#, fuzzy
|
||||
msgid "That is wise. Speed is less valuable in caves than toughness."
|
||||
msgstr "That is wise. Speed is less valuable in caves than toughness."
|
||||
|
||||
|
@ -2180,7 +2176,6 @@ msgstr ""
|
|||
"dwarves though! Now we have dwarvish thunder fire."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7a.Into_The_Depths.cfg:383
|
||||
#, fuzzy
|
||||
msgid "Go here and light it and it will blast a backdoor into the lich's lair!"
|
||||
msgstr ""
|
||||
"Go here and light it and it will blast a back door into the lich's lair!"
|
||||
|
@ -2242,7 +2237,6 @@ msgstr ""
|
|||
"cause your bones to serve me."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7a.Into_The_Depths.cfg:501
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Nooo! This cannot be. The elves I once led have destroyed me. After all I "
|
||||
"have sacrificed, I still die...."
|
||||
|
@ -2711,7 +2705,6 @@ msgid "Infantry Lieutenant"
|
|||
msgstr "Infantry Lieutenant"
|
||||
|
||||
#: data/campaigns/The_South_Guard/units/4.Infantry_Commander.cfg:22
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Commanders of the infantry of Wesnoth are responsible for the garrison and "
|
||||
"defense of the border towns and villages. They are drawn from the ranks of "
|
||||
|
@ -2719,7 +2712,7 @@ msgid ""
|
|||
"battle."
|
||||
msgstr ""
|
||||
"Commanders of the infantry of Wesnoth are responsible for the garrison and "
|
||||
"defence of the border towns and villages. They are drawn from the ranks of "
|
||||
"defence of the border towns and villages. They are drawn from the ranks of "
|
||||
"veteran soldiers, not nobility, and all have shown leadership and courage in "
|
||||
"battle."
|
||||
|
||||
|
@ -2855,17 +2848,16 @@ msgid "Summer"
|
|||
msgstr "Summer"
|
||||
|
||||
#: data/campaigns/The_South_Guard/utils/sg_story.cfg:11
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"During the reign of Haldric VII Wesnoth was secure. Konrad I had driven off "
|
||||
"the orcs in the north. The eastern forts were quiet and almost deserted. "
|
||||
"The elves in the western forest kept to their own affairs. In the "
|
||||
"prosperous south men built new towns and farms."
|
||||
msgstr ""
|
||||
"During the reign of Haldric VII Wesnoth was secure. Konrad I had driven off "
|
||||
"the orcs in the north. The eastern forts were quiet and almost deserted. The "
|
||||
"elves in the western forest kept to their own affairs. In the prosperous "
|
||||
"south men built new towns and farms."
|
||||
"During the reign of Haldric VII Wesnoth was secure. Konrad I had driven off "
|
||||
"the orcs in the north. The eastern forts were quiet and almost deserted. "
|
||||
"The elves in the western forest kept to their own affairs. In the "
|
||||
"prosperous south men built new towns and farms."
|
||||
|
||||
#: data/campaigns/The_South_Guard/utils/sg_story.cfg:14
|
||||
msgid ""
|
||||
|
@ -3190,6 +3182,3 @@ msgstr "loyal"
|
|||
#: data/campaigns/The_South_Guard/utils/sg_unit_utils.cfg:198
|
||||
msgid "female^loyal"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "intellegent"
|
||||
#~ msgstr "intelligent"
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2005-12-22 17:54+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -506,7 +506,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2005-11-25 21:29+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -506,7 +506,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2005-11-25 21:29+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -506,7 +506,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2005-11-25 21:29+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -505,7 +505,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2006-06-17 23:14+0200\n"
|
||||
"Last-Translator: Jussi Rautio <jrautio@niksula.hut.fi>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -616,7 +616,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,9 +2,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"PO-Revision-Date: 2007-01-03 19:33+0100\n"
|
||||
"Last-Translator: Guillaume MASSART <massart.guillaume@wanadoo.fr>\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2007-01-03 18:52+0100\n"
|
||||
"Last-Translator: Benoît Timbert <benoit.timbert@free.fr>\n"
|
||||
"Language-Team: Language fr <wesnoth@ml.free.fr>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -619,7 +619,8 @@ msgid "At last the citadel is secured."
|
|||
msgstr "Enfin, la citadelle est libérée."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
#, fuzzy
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
"Maintenant Deoran, à votre poste de commandement dans la citadelle de "
|
||||
"Westin !"
|
||||
|
@ -3274,23 +3275,20 @@ msgid "Add a swing to your attack."
|
|||
msgstr "Ajouter un coup à votre attaque."
|
||||
|
||||
#: data/campaigns/The_South_Guard/utils/sg_unit_utils.cfg:137
|
||||
#, fuzzy
|
||||
msgid "female^strong"
|
||||
msgstr "fort"
|
||||
msgstr "forte"
|
||||
|
||||
#: data/campaigns/The_South_Guard/utils/sg_unit_utils.cfg:155
|
||||
#, fuzzy
|
||||
msgid "female^resilient"
|
||||
msgstr "résistant"
|
||||
msgstr "résistante"
|
||||
|
||||
#: data/campaigns/The_South_Guard/utils/sg_unit_utils.cfg:169
|
||||
msgid "female^quick"
|
||||
msgstr ""
|
||||
msgstr "rapide"
|
||||
|
||||
#: data/campaigns/The_South_Guard/utils/sg_unit_utils.cfg:186
|
||||
#, fuzzy
|
||||
msgid "female^intelligent"
|
||||
msgstr "intelligent"
|
||||
msgstr "intelligente"
|
||||
|
||||
#: data/campaigns/The_South_Guard/utils/sg_unit_utils.cfg:197
|
||||
#: data/campaigns/The_South_Guard/utils/sg_unit_utils.cfg:212
|
||||
|
@ -3299,7 +3297,7 @@ msgstr "fidèle"
|
|||
|
||||
#: data/campaigns/The_South_Guard/utils/sg_unit_utils.cfg:198
|
||||
msgid "female^loyal"
|
||||
msgstr ""
|
||||
msgstr "fidèle"
|
||||
|
||||
#~ msgid "intellegent"
|
||||
#~ msgstr "intelligent"
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.1.2+svn\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2006-04-23 23:02+0200\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -505,7 +505,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2005-11-25 21:29+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -506,7 +506,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2006-06-04 17:49+0200\n"
|
||||
"Last-Translator: Automatically generated <>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -507,7 +507,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -4,7 +4,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: it\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2006-12-28 01:32+0100\n"
|
||||
"Last-Translator: Luciano Montanaro <mikelima@cirulla.net>\n"
|
||||
"Language-Team: Italian <kde-i18n-it@kde.org>\n"
|
||||
|
@ -623,7 +623,8 @@ msgid "At last the citadel is secured."
|
|||
msgstr "Alla fine la cittadella è messa in salvo."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
#, fuzzy
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr "Ora, Deoran, insediati al posto di comando nella cittadella di Westin."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -10,7 +10,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2006-09-21 16:43+0900\n"
|
||||
"Last-Translator: Nobuhito Okada <okyada@gmail.com>\n"
|
||||
"Language-Team: Japanese Translation Team\n"
|
||||
|
@ -618,7 +618,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,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: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2006-03-19 16:01+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -506,7 +506,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2005-11-25 21:29+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -505,7 +505,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2006-12-22 21:33+0100\n"
|
||||
"Last-Translator: YbeRn00b <asgeiraakre@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -609,7 +609,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,10 +2,10 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"PO-Revision-Date: 2006-12-19 21:45+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2007-01-05 08:11+0100\n"
|
||||
"Last-Translator: Foppe Benedictus <foppe.benedictus@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language-Team: none <foppe.benedictus@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
@ -614,19 +614,20 @@ msgstr ""
|
|||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:207
|
||||
msgid "Take the Citadel at Westin before ten turns pass."
|
||||
msgstr "Herover de citadel van Westin binnen tien beurten."
|
||||
msgstr "Herover de Citadel van Westin binnen tien beurten."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:247
|
||||
msgid "At last the citadel is secured."
|
||||
msgstr ""
|
||||
msgstr "Eindelijk de citadel is bevrijd."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr "Deoran, neem het bevel over de Citadel van Westin."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
msgid "Bring Deoran to the Citadel of Westin."
|
||||
msgstr ""
|
||||
msgstr "Breng Deoran naar de Citadel van Westin."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:289
|
||||
msgid "Minister Hylas"
|
||||
|
@ -919,7 +920,6 @@ msgid "strong,"
|
|||
msgstr "sterk,"
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/3.A_Desparate_Errand.cfg:204
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Commander, I received your request for reinforcements, and I have brought my "
|
||||
"riders with me!"
|
||||
|
@ -1101,12 +1101,11 @@ msgstr ""
|
|||
"vernietigd worden!"
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/4.Vale_of_Tears.cfg:182
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Perhaps they are allied with the bandits who have been sacking our towns! "
|
||||
"They have grown bold to attack the elves!"
|
||||
msgstr ""
|
||||
"Misschien zijn ze bevriend met de bandieten die onze dorpen beroofden! Ze "
|
||||
"Misschien zijn ze bevriend met de bandieten die onze dorpen beroofden! Ze "
|
||||
"zijn zo stoutmoedig geweest om de elven aan te vallen!"
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/4.Vale_of_Tears.cfg:187
|
||||
|
@ -1265,8 +1264,7 @@ msgstr ""
|
|||
|
||||
#: data/campaigns/The_South_Guard/scenarios/4.Vale_of_Tears.cfg:515
|
||||
msgid "Maybe whoever summoned these undead knows where he is?"
|
||||
msgstr ""
|
||||
"Misschien weet degene die deze levende doden opgeroepen heeft waar hij is?"
|
||||
msgstr "Misschien weet degene die deze ondoden opgeroepen heeft waar hij is?"
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/4.Vale_of_Tears.cfg:520
|
||||
msgid ""
|
||||
|
@ -1297,7 +1295,7 @@ msgid ""
|
|||
"you and battle the undead!"
|
||||
msgstr ""
|
||||
"Wel, wraak of niet, als je ons in het bos leidt zullen wij je volgen en de "
|
||||
"levende doden bevechten."
|
||||
"ondoden bevechten."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:5
|
||||
msgid "Choice in the Fog"
|
||||
|
@ -1377,15 +1375,13 @@ msgid ""
|
|||
"for I know not the way."
|
||||
msgstr ""
|
||||
"De grote rivier ligt voor ons. Geen elf die nog leeft heeft ze ooit "
|
||||
"overgestoken. Als de levende doden van over de rivier komen moeten we ze "
|
||||
"overgestoken. Als de ondoden van over de rivier komen moeten we ze "
|
||||
"voorzichting zoeken, want ik ken de weg hier niet meer."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:230
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"I fear no forests. Let us find this river and whatever enemies lie beyond."
|
||||
msgstr ""
|
||||
"Ik vrees geen bossen. Laat ons de rivier en eventuele vijanden zoeken."
|
||||
msgstr "Ik vrees geen bossen. Laat ons de rivier en eventuele vijanden zoeken."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:235
|
||||
msgid "Very well. We will seek the river and probe its secrets."
|
||||
|
@ -1453,8 +1449,8 @@ msgid ""
|
|||
"But have you not seen the undead in these forests? I know you have seen "
|
||||
"them under the control of the many bandit leaders before..."
|
||||
msgstr ""
|
||||
"Maar heb je dan nog niet de levende doden in deze bossen gezien? Ik weet "
|
||||
"dat je hen voordien onder de leiding van bandietenleiders zag..."
|
||||
"Maar heb je dan nog niet de ondoden in deze bossen gezien? Ik weet dat je "
|
||||
"hen voordien onder de leiding van bandietenleiders zag..."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:348
|
||||
msgid "What of them?"
|
||||
|
@ -1490,8 +1486,8 @@ msgstr ""
|
|||
"Laat me spreken! Hij leerde ons om de doden op te roepen om voor ons te "
|
||||
"vechten. Maar we waren zwak en dwaas en riepen ondoden op die we niet "
|
||||
"konden controleren. Zelfs Mebrin viel ten prooi aan de invloed van de "
|
||||
"levende doden en leidt hen nu. Een tijd lang diende hij ons maar nu is hij "
|
||||
"gek geworden en valt ook ons aan!"
|
||||
"ondoden en leidt hen nu. Een tijd lang diende hij ons maar nu is hij gek "
|
||||
"geworden en valt ook ons aan!"
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:369
|
||||
msgid "Lies! Mebrin would never fight for the undead, much less lead them!"
|
||||
|
@ -1533,7 +1529,7 @@ msgstr "Hmm...Ik moet hier over nadenken..."
|
|||
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:398
|
||||
msgid "Very well. All men must unite against the undead."
|
||||
msgstr "Goed. Alle mensen moeten zich verenigen tegenover de levende doden."
|
||||
msgstr "Goed. Alle mensen moeten zich verenigen tegenover de ondoden."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:422
|
||||
msgid ""
|
||||
|
@ -1570,7 +1566,7 @@ msgstr "Vrees niet, ik kan jullie terug gidsen als de tijd er rijp voor is."
|
|||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:497
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:543
|
||||
msgid "Find the source of the undead and destroy it."
|
||||
msgstr "Vind de bron van de levende doden en vernietig ze."
|
||||
msgstr "Vind de bron van de ondoden en vernietig ze."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/6b.The_Long_March.cfg:187
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:509
|
||||
|
@ -1582,7 +1578,7 @@ msgid ""
|
|||
"Your crimes are too great. You will fall with the rest of the foul undead!"
|
||||
msgstr ""
|
||||
"Jullie misdaden zijn te groot. Jullie zullen samen sneuvelen met de "
|
||||
"overblijvende levende doden."
|
||||
"overblijvende ondoden."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:526
|
||||
msgid "Then this parlay is over! You may have sounded the doom of all of us!"
|
||||
|
@ -1627,7 +1623,7 @@ msgid ""
|
|||
"so tough after all!"
|
||||
msgstr ""
|
||||
"Goed! Dat was makkelijker dan ik gedacht had. Het lijkt erop dat die "
|
||||
"levende doden uiteindelijk toch niet zo gevaarlijk zijn."
|
||||
"ondoden uiteindelijk toch niet zo gevaarlijk zijn."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:657
|
||||
msgid ""
|
||||
|
@ -1639,13 +1635,12 @@ msgstr ""
|
|||
"vervloekte woud wegleiden?"
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:661
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"What choice do I have? My life is in as much danger as yours. I will lead "
|
||||
"you and your men back to the lands of Wesnoth if you will grant me pardon."
|
||||
msgstr ""
|
||||
"Welke andere keuze heb ik? Mijn leven is in evenveel gevaar als dat van "
|
||||
"jullie. Ik zal U en Uw mannen terug naar de landen van Wesnoth brengen als "
|
||||
"Welke andere keuze heb ik? Mijn leven is in evenveel gevaar als dat van "
|
||||
"jullie. Ik zal u en uw mannen terug naar de landen van Wesnoth brengen als "
|
||||
"ik genade ontvang."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:665
|
||||
|
@ -1702,8 +1697,8 @@ msgid ""
|
|||
"borders. Who knows how many more of these undead are hiding in the forest."
|
||||
msgstr ""
|
||||
"Iemand moet het nieuws van de slechtheid die zich aan onze grenzen bevindt "
|
||||
"naar Wesnoth brengen. Wie meet hoeveel van deze levende doden er zich nog "
|
||||
"in dit bos verschuilen."
|
||||
"naar Wesnoth brengen. Wie meet hoeveel van deze ondoden er zich nog in dit "
|
||||
"bos verschuilen."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg:706
|
||||
msgid ""
|
||||
|
@ -1790,9 +1785,9 @@ msgid ""
|
|||
"ahead? Let us hope this is a speedy journey, for the spectre of winter "
|
||||
"looms."
|
||||
msgstr ""
|
||||
"Met de bandieten en levende doden achter ons verslagen, welke vijanden "
|
||||
"kunnen er voor ons zijn? Laat ons hopen dat dit een snelle reis wordt want "
|
||||
"de winter nadert."
|
||||
"Met de bandieten en ondoden achter ons verslagen, welke vijanden kunnen er "
|
||||
"voor ons zijn? Laat ons hopen dat dit een snelle reis wordt want de winter "
|
||||
"nadert."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/6a.Tidings_Good_And_Ill.cfg:204
|
||||
#: data/campaigns/The_South_Guard/scenarios/6a.Tidings_Good_And_Ill.cfg:276
|
||||
|
@ -1876,7 +1871,6 @@ msgid "Oh. Me only want tasty food. Go away."
|
|||
msgstr "Oh. Mij willen lekker eten. Ga weg."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/6a.Tidings_Good_And_Ill.cfg:336
|
||||
#, fuzzy
|
||||
msgid "Wait! Me not believe you. Me eat you!"
|
||||
msgstr "Wacht! Mij geloven jou niet. Mij eten jou!"
|
||||
|
||||
|
@ -2126,9 +2120,8 @@ msgstr ""
|
|||
"de ingang achter en ga te voet verder."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7a.Into_The_Depths.cfg:147
|
||||
#, fuzzy
|
||||
msgid "That is wise. Speed is less valuable in caves than toughness."
|
||||
msgstr "Dat is wijs. In grotten is snelheid minder belangrijk dan stevigheid."
|
||||
msgstr "Dat is wijs. In grotten is snelheid minder belangrijk dan stevigheid."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7a.Into_The_Depths.cfg:153
|
||||
msgid ""
|
||||
|
@ -2206,13 +2199,13 @@ msgstr ""
|
|||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7a.Into_The_Depths.cfg:336
|
||||
msgid "We mean no trespass. We are hunting the undead."
|
||||
msgstr "We willen hier niets verstoren. We zijn levende doden aan het zoeken."
|
||||
msgstr "We willen hier niets verstoren. We zijn ondoden aan het zoeken."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7a.Into_The_Depths.cfg:341
|
||||
msgid "Undead! Ha! We kill undead all the time. Why should we help you?"
|
||||
msgstr ""
|
||||
"Levende doden! Ha! We slaan steeds opnieuw levende doden neer. Waarom "
|
||||
"zouden we jullie helpen?"
|
||||
"Levende doden! Ha! We slaan steeds opnieuw ondoden neer. Waarom zouden we "
|
||||
"jullie helpen?"
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7a.Into_The_Depths.cfg:346
|
||||
msgid "What should we offer them for their help?"
|
||||
|
@ -2243,22 +2236,21 @@ msgid ""
|
|||
"Can you offer us any aid against the undead? We are not well suited to "
|
||||
"fighting in the caves."
|
||||
msgstr ""
|
||||
"Kunnen jullie ons enige hulp aanbieden tegenover de levende doden? We zijn "
|
||||
"niet echt geschikt om in deze grotten te vechten."
|
||||
"Kunnen jullie ons enige hulp aanbieden tegenover de ondoden? We zijn niet "
|
||||
"echt geschikt om in deze grotten te vechten."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7a.Into_The_Depths.cfg:379
|
||||
msgid ""
|
||||
"Gah! We already planned to kill the undead ourselves... First we kill "
|
||||
"dwarves though! Now we have dwarvish thunder fire."
|
||||
msgstr ""
|
||||
"Gah! We planden zelf al om de levende doden te doden... Maar eerst wilden "
|
||||
"we de dwergen doden! Nu hebben we dwergendondervuur."
|
||||
"Gah! We planden zelf al om de ondoden te doden... Maar eerst wilden we de "
|
||||
"dwergen doden! Nu hebben we dwergendondervuur."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7a.Into_The_Depths.cfg:383
|
||||
#, fuzzy
|
||||
msgid "Go here and light it and it will blast a backdoor into the lich's lair!"
|
||||
msgstr ""
|
||||
"Ga hierheen en steek het aan, het zal een achterpoort in het nest van de "
|
||||
"Ga hierheen en steek het aan, het zal een achteringang in het nest van de "
|
||||
"lich maken."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7a.Into_The_Depths.cfg:397
|
||||
|
@ -2319,7 +2311,6 @@ msgstr ""
|
|||
"me plezieren je botten mij te laten dienen."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7a.Into_The_Depths.cfg:501
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Nooo! This cannot be. The elves I once led have destroyed me. After all I "
|
||||
"have sacrificed, I still die...."
|
||||
|
@ -2329,7 +2320,7 @@ msgstr ""
|
|||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7a.Into_The_Depths.cfg:524
|
||||
msgid "Gah! The undead are dead again! Now you'd better pay up!"
|
||||
msgstr "Gah! De levende doden zijn opnieuw dood! Nu betaal je ons beter!"
|
||||
msgstr "Gah! De ondoden zijn opnieuw dood! Nu betaal je ons beter!"
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7a.Into_The_Depths.cfg:561
|
||||
msgid "Here is your reward. Now we will leave your caves in peace."
|
||||
|
@ -2413,8 +2404,8 @@ msgid ""
|
|||
"We have escaped the great forest, but look! The undead are chasing us - we "
|
||||
"must not have rooted them all out of the wood."
|
||||
msgstr ""
|
||||
"We zijn uit het groot woud geraakt maar kijk! De levende doden achtervolgen "
|
||||
"ons, we moeten ze in het bos niet allemaal uitgeschakeld hebben."
|
||||
"We zijn uit het groot woud geraakt maar kijk! De ondoden achtervolgen ons, "
|
||||
"we moeten ze in het bos niet allemaal uitgeschakeld hebben."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7b.Pebbles_In_The_Flood.cfg:173
|
||||
msgid ""
|
||||
|
@ -2430,8 +2421,8 @@ msgid ""
|
|||
"crimes. Together we will hold off the foul undead as long as we can."
|
||||
msgstr ""
|
||||
"Ook ik zal hier niet wijken, ik ben u mijn leven schuldig en moet boeten "
|
||||
"voor mijn misdaden. Samen zullen we deze vuile levende doden ophouden zo "
|
||||
"lang als we kunnen."
|
||||
"voor mijn misdaden. Samen zullen we deze vuile ondoden ophouden zo lang als "
|
||||
"we kunnen."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7b.Pebbles_In_The_Flood.cfg:181
|
||||
msgid ""
|
||||
|
@ -2479,16 +2470,15 @@ msgid ""
|
|||
"undead hordes as long as you can. Keep Sir Gerrick alive as long as you "
|
||||
"can. Every turn that passes strengthens the defenses of Westin."
|
||||
msgstr ""
|
||||
"Dit scenario kan noch gewonnen noch verloren worden. Hou de hordes levende "
|
||||
"doden zo lang mogelijk tegen en hou vooral heer Gerrick zo lang mogelijk "
|
||||
"levend. Iedere beurt die voorbijgaat wordt de verdediging rond Westin "
|
||||
"sterker."
|
||||
"Dit scenario kan noch gewonnen noch verloren worden. Hou de hordes ondoden "
|
||||
"zo lang mogelijk tegen en hou vooral heer Gerrick zo lang mogelijk levend. "
|
||||
"Iedere beurt die voorbijgaat wordt de verdediging rond Westin sterker."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7b.Pebbles_In_The_Flood.cfg:302
|
||||
msgid "Now I will never see my home again... Hold back the undead, Gerrick!"
|
||||
msgstr ""
|
||||
"Nu zal ik nooit nog mijn thuis terugzien... Hou de levende doden verder "
|
||||
"tegen, Gerrick!"
|
||||
"Nu zal ik nooit nog mijn thuis terugzien... Hou de ondoden verder tegen, "
|
||||
"Gerrick!"
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/7b.Pebbles_In_The_Flood.cfg:314
|
||||
msgid ""
|
||||
|
@ -2532,7 +2522,7 @@ msgid ""
|
|||
"The undead are gone! Perhaps now there will be peace for a time in Westin. "
|
||||
"You have our thanks Lady Ethiliel."
|
||||
msgstr ""
|
||||
"De levende doden zijn verdwenen! Misschien is er nu een tijdlang vrede in "
|
||||
"De ondoden zijn verdwenen! Misschien is er nu een tijdlang vrede in "
|
||||
"Westin. U hebt onze dank vrouwe Ethiliel."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/8a.Vengeance.cfg:167
|
||||
|
@ -2549,8 +2539,8 @@ msgid ""
|
|||
"Indeed. Neither the bandits nor the undead will trouble us for some time. "
|
||||
"We will tend our wounds and you yours."
|
||||
msgstr ""
|
||||
"Inderdaad. Noch de bandieten noch de levende doden zullen nog voor "
|
||||
"problemen zorgen. Maar zowel wij als jullie hebben wonden te helen. "
|
||||
"Inderdaad. Noch de bandieten noch de ondoden zullen nog voor problemen "
|
||||
"zorgen. Maar zowel wij als jullie hebben wonden te helen. "
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/8a.Vengeance.cfg:175
|
||||
#: data/campaigns/The_South_Guard/scenarios/8a.Vengeance.cfg:184
|
||||
|
@ -2667,8 +2657,8 @@ msgid ""
|
|||
"Look! The undead army has broken through Sir Gerrick's lines! Alas, he is "
|
||||
"lost!"
|
||||
msgstr ""
|
||||
"Kijk! Het leger van de levende doden is door heer Gerricks linies "
|
||||
"doorgebroken! Helaas, hij is gesneuveld!"
|
||||
"Kijk! Het leger van de ondoden is door heer Gerricks linies doorgebroken! "
|
||||
"Helaas, hij is gesneuveld!"
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/8b.The_Tides_of_War.cfg:204
|
||||
msgid ""
|
||||
|
@ -2732,7 +2722,7 @@ msgstr ""
|
|||
|
||||
#: data/campaigns/The_South_Guard/scenarios/8b.The_Tides_of_War.cfg:244
|
||||
msgid "Crush the undead"
|
||||
msgstr "Versla de levende doden"
|
||||
msgstr "Versla de ondoden"
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/9b.Bandit_Epilogue.cfg:5
|
||||
#: data/campaigns/The_South_Guard/scenarios/9a.Elf_Epilogue.cfg:5
|
||||
|
@ -2799,7 +2789,6 @@ msgid "Infantry Lieutenant"
|
|||
msgstr "Luitenant Infanterist"
|
||||
|
||||
#: data/campaigns/The_South_Guard/units/4.Infantry_Commander.cfg:22
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Commanders of the infantry of Wesnoth are responsible for the garrison and "
|
||||
"defense of the border towns and villages. They are drawn from the ranks of "
|
||||
|
@ -2951,7 +2940,6 @@ msgid "Summer"
|
|||
msgstr "Zomer"
|
||||
|
||||
#: data/campaigns/The_South_Guard/utils/sg_story.cfg:11
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"During the reign of Haldric VII Wesnoth was secure. Konrad I had driven off "
|
||||
"the orcs in the north. The eastern forts were quiet and almost deserted. "
|
||||
|
@ -2959,7 +2947,7 @@ msgid ""
|
|||
"prosperous south men built new towns and farms."
|
||||
msgstr ""
|
||||
"Gedurende de heerschappij van Haldric VII was Wesnoth een veilig land. "
|
||||
"Konrad I had de orcs in het noorden verjaagd. Alles was rustig rond de "
|
||||
"Konrad I had de orks in het noorden verjaagd. Alles was rustig rond de "
|
||||
"oostelijke forten die nagenoeg verlaten waren. De elven in het westelijke "
|
||||
"bos hielden zich met hun eigen zaken bezig. En in het welvarende zuiden "
|
||||
"bouwden mensen nieuwe steden en boerderijen."
|
||||
|
@ -3182,10 +3170,10 @@ msgid ""
|
|||
"encampment of Mal M'brin himself, and threw down the mighty wizard."
|
||||
msgstr ""
|
||||
"Met verweerde speren en een bittere grimas lanceerden de mannen van Wesnoth "
|
||||
"de laatste aanval tegen de levende doden. Terwijl ze door het levenloze "
|
||||
"vlees sneden en koude beenderen verpulverden braken enkele zonnestralen door "
|
||||
"de wolken. De wind ging liggen en de mannen vonden hun tweede adem. Een "
|
||||
"grote kreet steeg op toen ze het kamp van Mal M'brin zelf bestormden en de "
|
||||
"de laatste aanval tegen de ondoden. Terwijl ze door het levenloze vlees "
|
||||
"sneden en koude beenderen verpulverden braken enkele zonnestralen door de "
|
||||
"wolken. De wind ging liggen en de mannen vonden hun tweede adem. Een grote "
|
||||
"kreet steeg op toen ze het kamp van Mal M'brin zelf bestormden en de "
|
||||
"machtige tovenaar neersloegen."
|
||||
|
||||
#: data/campaigns/The_South_Guard/utils/sg_story.cfg:158
|
||||
|
@ -3197,8 +3185,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Uitgeput liet Deoran zijn lans op de grond vallen. Zijn manschappen rond "
|
||||
"hem tilden langzaam hun helm van hun voorhoofd af. De jammerkreten van de "
|
||||
"gewonden overschaduwden het verre geruis van de noorderwind. De levende "
|
||||
"doden waren verdwenen."
|
||||
"gewonden overschaduwden het verre geruis van de noorderwind. De ondoden "
|
||||
"waren verdwenen."
|
||||
|
||||
#: data/campaigns/The_South_Guard/utils/sg_story.cfg:162
|
||||
msgid ""
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2006-08-02 02:38+0100\n"
|
||||
"Last-Translator: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -617,7 +617,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2005-11-25 21:29+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -506,7 +506,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2006-07-11 04:39+0900\n"
|
||||
"Last-Translator: Claudio Terra <cbterra@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -613,7 +613,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2005-11-25 21:29+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -505,7 +505,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -4,7 +4,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ru\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2006-09-24 14:58+0600\n"
|
||||
"Last-Translator: Azamat H. Hackimov <azamat.hackimov@gmail.com>\n"
|
||||
"Language-Team: <ru@li.org>\n"
|
||||
|
@ -620,7 +620,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2006-09-09 12:05-0000\n"
|
||||
"Last-Translator: Martin Dzbor <mdzbor@yahoo.co.uk>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -781,7 +781,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2005-11-25 21:29+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -507,7 +507,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2005-11-25 21:29+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -507,7 +507,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: sv\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2007-01-03 00:09+0100\n"
|
||||
"Last-Translator: Stefan Bergström (tephlon) <stefan DOT bergstrom AT gmail "
|
||||
"DOT com>\n"
|
||||
|
@ -609,7 +609,8 @@ msgid "At last the citadel is secured."
|
|||
msgstr "Citadellet är säkrat."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
#, fuzzy
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr "Nu, Deoran, ta kommandot över Westins citadell."
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Battle for Wesnoth 1.1.2+svn\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2006-05-05 16:32+0200\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -505,7 +505,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -4,7 +4,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tr\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2006-08-06 14:16+0300\n"
|
||||
"Last-Translator: İhsan Haluk AKIN <ihsan_akin@yahoo.com>\n"
|
||||
"Language-Team: <tr@li.org>\n"
|
||||
|
@ -618,7 +618,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -335,7 +335,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: wescamp-i 18n\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
|
||||
"POT-Creation-Date: 2006-12-29 14:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-04 20:07+0100\n"
|
||||
"PO-Revision-Date: 2005-11-25 21:29+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -505,7 +505,7 @@ msgid "At last the citadel is secured."
|
|||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:251
|
||||
msgid "Now Deoran, take you post of command at the Citadel of Westin."
|
||||
msgid "Now Deoran, take your post of command at the Citadel of Westin."
|
||||
msgstr ""
|
||||
|
||||
#: data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg:256
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue