2001-09-05 21:40:40 +02:00
## OPTION <x>
ADRESSEN;en;ADDRESSES
AUSWERTUNG;en;REPORT
BZIP2;en;BZIP2
COMPUTER;en;COMPUTER
DEBUG;en;DEBUG
MATERIALPOOL;en;ITEMPOOL
PUNKTE;en;SCORE
SILBERPOOL;en;SILVERPOOL
STATISTIK;en;STATISTICS
ZEITUNG;en;EXPRESS
ZIPPED;en;ZIPPED
ZUGVORLAGE;en;TEMPLATE
INFO;en;INFO
## ship types
Karavelle;en;caravel
2001-04-16 16:34:19 +02:00
Boot;en;boat
Langboot;en;longboat
2001-09-05 21:40:40 +02:00
Drachenschiff;en;dragonship
2001-04-16 16:34:19 +02:00
Trireme;en;trireme
2001-09-05 21:40:40 +02:00
## Terraintypen
activevolcano;en;active volcano
corridor1;en;corridor
desert;en;desert
firewall;en;firewall
fog;en;fog
forest;en;forest
glacier;en;glacier
grassland;en;steppe
hall1;en;hallway
hell;en;hell
highland;en;highland
iceberg;en;iceberg
maelstrom;en;maelstrom
mountain;en;mountain
ocean;en;ocean
plain;en;plain
swamp;en;swamp
thickfog;en;thick fog
volcano;en;volcano
magicstorm;en;magical storm
activevolcano_trail;en;an %s
corridor1_trail;en;a %s
desert_trail;en;the deserts of %s
firewall_trail;en;a %s
fog_trail;en;fog_trail %s
forest_trail;en;the forests of %s
glacier_trail;en;the glacier of %s
grassland_trail;en;the steppe of %s
hall1_trail;en;the %s
hell_trail;en;%s
highland_trail;en;the highlands of %s
iceberg_trail;en;an %s
maelstrom_trail;en;a %s
mountain_trail;en;the mountains of %s
ocean_trail;en;the %s
plain_trail;en;the plain of %s
swamp_trail;en;the swamps of %s
thickfog_trail;en;%s
volcano_trail;en;a %s
magicstorm_trail;en;a %s
caldera;en;caldera
xmas_exit;en;portal
## directions
dir_nw;en;NW
dir_ne;en;NE
dir_east;en;East
dir_se;en;SE
dir_sw;en;SW
dir_west;en;West
2001-04-16 16:34:19 +02:00
west;en;west
northwest;en;northwest
northeast;en;northeast
east;en;east
southwest;en;southwest
southeast;en;southeast
2001-02-03 14:45:35 +01:00
unknownunit;en;an unknown unit
2001-04-16 16:34:19 +02:00
2001-04-22 07:36:50 +02:00
section_events;en;Messages and Events
section_errors;en;Warnings and Errors
2001-02-03 14:45:35 +01:00
section_economy;en;Economy and Trade
section_production;en;Resources and Production
section_magic;en;Magic and Artefacts
section_movement;en;Movement and Travel
section_study;en;Learning and Teaching
section_battle;en;Battles
- Neue Messages fertig
Messages werden jetzt in einem anderen Meta-Format (message* of
message_type*) gespeichert, das man in beliebige Formate (CR oder NR)
rendern kann. crmessage.c und nrmessage.c sind die render-engines dafür.
Die Messagetypen werden in res/{de,en}/messages.xml gesammelt, ultimativ
kann das aber durchaus eine einzelne Datei sein. Die ist derzeit nicht
wirklich xml (Umlaute drin, keine Definitionsdatei), aber gut lesbar.
- make_message
Diese Funktion ersetzt new_message, und ist etwas einfacher in der Syntax:
make_message("dumb_mistake", "unit region command", u, r, cmd) erzeugt
eine neue Nachricht, die dann einfach mit add_message wie bisher an die
Nachrichtenliste gehängt werden kann.
TODO: Messages könnte man durchaus reference-counten, und in mehrere Listen
einfügen, solang sie a) mehrfachverwendet (Kampf!) und b) vom Betrachter
unabhängig sind. Das spart einigen Speicher.
- CR Version erhöht.
Weil die MESSAGETYPES Blocks anders sind als früher
- OFFENSIVE_DELAY
Verbietet Einheiten, deren Partei eine Reigon niht bewachen, den
Angriff in der Region, wenn sie sich in der Runde zuvor bewegt haben.
Status der letzten Runde wird in neuem Attribut at_moved gespeichert.
- SHORT_ATTACKS
ein define, das angibt ob Kämpfen grundsätzlich keine lange Aktion ist.
- XML Parser
xml.[hc] enthält einen XML-Parser, dem man ein plugin mit callbacks
übergibt, die nach dem Parsen eines tokens aufgerufen werden.
2001-04-12 19:21:57 +02:00
section_none;en;Miscellaneous
2001-04-22 07:36:50 +02:00
section_newspells;en;New Spells
2001-02-03 14:45:35 +01:00
2001-04-22 07:36:50 +02:00
## Building Types
2001-04-21 13:07:54 +02:00
academy;en;academy
2001-04-16 16:34:19 +02:00
blessedstonecircle;en;blessed stonecircle
caravan;en;caravanserei
dam;en;dam
2001-04-21 13:07:54 +02:00
genericbuilding;en;structure
harbour;en;harbour
illusioncastle;en;fairy castle
inn;en;inn
lighthouse;en;lighthouse
magictower;en;magic tower
mine;en;mine
2001-04-16 16:34:19 +02:00
monument;en;monument
2001-04-21 13:07:54 +02:00
quarry;en;quarry
2001-04-16 16:34:19 +02:00
sawmill;en;sawmill
smithy;en;smithy
2001-04-22 07:36:50 +02:00
stables;en;stable
2001-04-21 13:07:54 +02:00
stonecircle;en;stonecircle
tunnel;en;tunnel
2001-04-16 16:34:19 +02:00
2001-04-22 07:36:50 +02:00
## Burgausbaustufen
site;en;foundation
2001-04-13 16:39:57 +02:00
fortification;en;fortification
tower;en;tower
2001-04-23 01:31:15 +02:00
castle;en;stronghold
2001-04-22 07:36:50 +02:00
fortress;en;fortress
2001-04-13 16:39:57 +02:00
citadel;en;citadel
2001-04-22 07:36:50 +02:00
## Items
2001-02-03 14:45:35 +01:00
herb;en;herb
vial;en;vial
2001-04-21 13:07:54 +02:00
vial_p;en;vials
2001-02-03 14:45:35 +01:00
2001-04-22 07:36:50 +02:00
## Resourcen
2001-04-16 16:34:19 +02:00
money;en;silver
2001-04-21 13:07:54 +02:00
money_p;en;silver
2001-02-03 14:45:35 +01:00
hp;en;hp
2001-04-21 13:07:54 +02:00
hp_p;en;hps
2001-02-03 14:45:35 +01:00
aura;en;aura
2001-04-21 13:07:54 +02:00
aura_p;en;auras
2001-02-03 14:45:35 +01:00
permaura;en;permaura
2001-04-21 13:07:54 +02:00
permaura_p;en;permauras
2001-02-03 14:45:35 +01:00
peasant;en;peasant
2001-04-21 13:07:54 +02:00
peasant_p;en;peasants
2001-02-03 14:45:35 +01:00
2001-04-22 07:36:50 +02:00
## items
2001-04-21 13:07:54 +02:00
almond;en;almond
almond_p;en;almonds
amulet;en;amulet
amulet_p;en;amulets
antimagic;en;antimagic cristal
antimagic_p;en;antimagic cristals
ao_chastity;en;amulet of chastity
ao_chastity_p;en;amulets of chastity
ao_daemon;en;eye of the Demon
ao_daemon_p;en;eye of the Demon
aoc;en;amulet of the kitten
aoc_p;en;amulets of the kitten
aod;en;amulet of darkness
aod_p;en;amulets of darkness
aog;en;amulet of gathering
aog_p;en;amulets of gathering
aoh;en;amulet of healing
aoh_p;en;amulets of healing
aots;en;amulet of true seeing
aots_p;en;amulets of true seeing
apple;en;apple
apple_p;en;apples
2001-05-18 01:18:53 +02:00
aurafocus;en;aurafocus
aurafocus_p;en;aurafocuses
2001-04-21 13:07:54 +02:00
axe;en;axe
axe_p;en;axes
bow;en;bow
bow_p;en;bows
2001-02-03 14:45:35 +01:00
cart;en;cart
2001-04-21 13:07:54 +02:00
cart_p;en;carts
2001-02-03 14:45:35 +01:00
catapult;en;catapult
2001-04-21 13:07:54 +02:00
catapult_p;en;catapults
2001-02-03 14:45:35 +01:00
chainmail;en;chainmail
2001-04-21 13:07:54 +02:00
chainmail_p;en;chainmails
cookie;en;cookie
cookie_p;en;cookies
crossbow;en;crossbow
crossbow_p;en;crossbows
dolphin;en;dolphin
dolphin_p;en;dolphins
dragonblood;en;dragonblood
dragonhead;en;dragonhead
dragonhead_p;en;dragonheads
dragonhoard;en;dragonhoard
dreameye;en;dreameye
dreameye_p;en;dreameyes
elvenhorse;en;elven horse
elvenhorse_p;en;elven horses
eyeofdragon;en;eye of dragon
eyeofdragon_p;en;eye of dragons
fairyboot;en;fairyboot
2001-04-16 16:34:19 +02:00
firesword;en;flaming sword
2001-04-21 13:07:54 +02:00
firesword_p;en;flaming swords
2001-02-03 14:45:35 +01:00
greatbow;en;great bow
2001-04-21 13:07:54 +02:00
greatbow_p;en;great bows
greatsword;en;great sword
greatsword_p;en;great swords
griphonwing;en;wing of the gryphon
griphonwing_p;en;wings of the gryphon
2001-02-03 14:45:35 +01:00
halberd;en;halberd
2001-04-21 13:07:54 +02:00
halberd_p;en;halberds
healingpotion;en;healingpotion
healingpotion_p;en;healingpotions
herbbag;en;herbbag
herbbag_p;en;herbbags
horse;en;horse
horse_p;en;horses
iron;en;iron
iron_p;en;irons
laen;en;laen
laen_p;en;laen
laenmail;en;laen chainmail
laenmail_p;en;laen chainmails
laenshield;en;laen shield
laenshield_p;en;laen shields
laensword;en;laen sword
laensword_p;en;laen swords
2001-02-03 14:45:35 +01:00
lance;en;lance
2001-04-21 13:07:54 +02:00
lance_p;en;lances
2001-04-23 01:31:15 +02:00
log;en;wood
log_p;en;wood
2001-04-21 13:07:54 +02:00
magicbag;en;magic bag
magicherbbag;en;bag of conservation
2001-02-03 14:45:35 +01:00
mallorn;en;mallorn
2001-04-21 13:07:54 +02:00
mallornbow;en;mallorn bow
mallornbow_p;en;mallorn bows
mallorncrossbow;en;mallorn crossbow
mallorncrossbow_p;en;mallorn crossbows
mallornlance;en;mallorn lance
mallornlance_p;en;mallorn lances
mallornspear;en;mallorn spear
mallornspear_p;en;mallorn spear
moneybag;en;silverbag
moneychest;en;silverchest
museumexitticket;en;returnticket for the grand museum
museumexitticket_p;en;returntickets for the grand museum
museumticket;en;ticket to the grand museum
museumticket_p;en;tickets to the grand museum
2001-02-03 14:45:35 +01:00
nut;en;nut
2001-04-21 13:07:54 +02:00
nut_p;en;nuts
2001-05-18 01:18:53 +02:00
pegasus;en;pegasus
pegasus_p;en;pegasi
2001-04-21 13:07:54 +02:00
person;en;man
person_p;en;men
plate;en;plate
plate_p;en;plates
presspass;en;presspass
presspass_p;en;presspasses
2001-02-03 14:45:35 +01:00
roi;en;ring of invisibility
2001-04-21 13:07:54 +02:00
roi_p;en;rings of invisibility
2001-02-03 14:45:35 +01:00
rop;en;ring of power
2001-04-21 13:07:54 +02:00
rop_p;en;rings of power
2001-02-03 14:45:35 +01:00
roqf;en;ring of quick fingers
2001-04-21 13:07:54 +02:00
roqf_p;en;rings of quick fingers
2001-02-03 14:45:35 +01:00
ror;en;ring of regeneration
2001-04-21 13:07:54 +02:00
ror_p;en;rings of regeneration
runesword;en;runesword
runesword_p;en;runeswords
rustychainmail;en;rustychainmail
rustychainmail_p;en;rustychainmails
rustyshield;en;rusty shield
rustyshield_p;en;rusty shields
rustysword;en;rusty sword
rustysword_p;en;rusty swords
2001-02-03 14:45:35 +01:00
seaserpenthead;en;seaserpenthead
2001-04-21 13:07:54 +02:00
seaserpenthead_p;en;seaserpentheads
shield;en;shield
shield_p;en;shields
shieldstone;en;shieldstone
shieldstone_p;en;shieldstones
soc;en;sack of holding
soc_p;en;sacks of holding
spear;en;spear
spear_p;en;spears
stone;en;stone
stone_p;en;stones
sword;en;sword
sword_p;en;swords
toadslime;en;toadslime
2001-02-03 14:45:35 +01:00
trollbelt;en;trollbelt
2001-04-16 16:34:19 +02:00
unit;en;unit
2001-04-21 13:07:54 +02:00
unit_p;en;units
2001-09-05 21:40:40 +02:00
skillpotion;en;potion of skills
skillpotion_p;en;potions of skills
manacrystal;en;astralcrystal
manacrystal_p;en;astralcrystals
2001-04-16 16:34:19 +02:00
2001-04-22 07:36:50 +02:00
## luxury goods
2001-04-16 16:34:19 +02:00
balm;en;balm
spice;en;spice
2001-04-21 13:07:54 +02:00
jewel;en;gem
jewel_p;en;gems
2001-04-16 16:34:19 +02:00
myrrh;en;myrrh
oil;en;oil
silk;en;silk
incense;en;incense
2001-04-21 13:07:54 +02:00
balm_p;en;balm
spice_p;en;spice
myrrh_p;en;myrrh
oil_p;en;oil
silk_p;en;silk
incense_p;en;incense
2001-02-03 14:45:35 +01:00
2001-04-22 07:36:50 +02:00
## Spezialitems
2001-02-03 14:45:35 +01:00
lmsreward;en;Belt of Heroic Legends
2001-04-21 13:07:54 +02:00
lmsreward_p;en;Belts of Heroic Legends
- Neue Messages fertig
Messages werden jetzt in einem anderen Meta-Format (message* of
message_type*) gespeichert, das man in beliebige Formate (CR oder NR)
rendern kann. crmessage.c und nrmessage.c sind die render-engines dafür.
Die Messagetypen werden in res/{de,en}/messages.xml gesammelt, ultimativ
kann das aber durchaus eine einzelne Datei sein. Die ist derzeit nicht
wirklich xml (Umlaute drin, keine Definitionsdatei), aber gut lesbar.
- make_message
Diese Funktion ersetzt new_message, und ist etwas einfacher in der Syntax:
make_message("dumb_mistake", "unit region command", u, r, cmd) erzeugt
eine neue Nachricht, die dann einfach mit add_message wie bisher an die
Nachrichtenliste gehängt werden kann.
TODO: Messages könnte man durchaus reference-counten, und in mehrere Listen
einfügen, solang sie a) mehrfachverwendet (Kampf!) und b) vom Betrachter
unabhängig sind. Das spart einigen Speicher.
- CR Version erhöht.
Weil die MESSAGETYPES Blocks anders sind als früher
- OFFENSIVE_DELAY
Verbietet Einheiten, deren Partei eine Reigon niht bewachen, den
Angriff in der Region, wenn sie sich in der Runde zuvor bewegt haben.
Status der letzten Runde wird in neuem Attribut at_moved gespeichert.
- SHORT_ATTACKS
ein define, das angibt ob Kämpfen grundsätzlich keine lange Aktion ist.
- XML Parser
xml.[hc] enthält einen XML-Parser, dem man ein plugin mit callbacks
übergibt, die nach dem Parsen eines tokens aufgerufen werden.
2001-04-12 19:21:57 +02:00
2001-04-16 16:34:19 +02:00
viele;en;many
sehr viele;en;a great many
2001-04-22 07:36:50 +02:00
## intranslatables:
2001-04-16 16:34:19 +02:00
h0;en;Flachwurz
2001-04-21 13:07:54 +02:00
h0_p;en;Flachwurz
2001-04-16 16:34:19 +02:00
h1;en;W<> rziger Wagemut
2001-04-21 13:07:54 +02:00
h1_p;en;W<> rzige Wagemut
2001-04-16 16:34:19 +02:00
h2;en;Eulenauge
2001-04-21 13:07:54 +02:00
h2_p;en;Eulenaugen
2001-04-16 16:34:19 +02:00
h3;en;Gr<47> ner Spinnerich
2001-04-21 13:07:54 +02:00
h3_p;en;Gr<47> ne Spinneriche
2001-04-16 16:34:19 +02:00
h4;en;Blauer Baumringel
2001-04-21 13:07:54 +02:00
h4_p;en;Blaue Baumringel
2001-04-16 16:34:19 +02:00
h5;en;Elfenlieb
2001-04-21 13:07:54 +02:00
h5_p;en;Elfenlieb
2001-04-16 16:34:19 +02:00
h6;en;Gurgelkraut
2001-04-21 13:07:54 +02:00
h6_p;en;Gurgelkr<6B> uter
2001-04-16 16:34:19 +02:00
h7;en;Knotiger Saugwurz
2001-04-21 13:07:54 +02:00
h7_p;en;Knotige Saugwurze
2001-04-16 16:34:19 +02:00
h8;en;Blasenmorchel
2001-04-21 13:07:54 +02:00
h8_p;en;Blasenmorcheln
2001-04-16 16:34:19 +02:00
h9;en;Wasserfinder
2001-04-21 13:07:54 +02:00
h9_p;en;Wasserfinder
2001-04-16 16:34:19 +02:00
h10;en;Kakteenschwitz
2001-04-21 13:07:54 +02:00
h10_p;en;Kakteenschwitze
2001-04-16 16:34:19 +02:00
h11;en;Sandf<64> ule
2001-04-21 13:07:54 +02:00
h11_p;en;Sandf<64> ulen
2001-04-16 16:34:19 +02:00
h12;en;Windbeutel
2001-04-21 13:07:54 +02:00
h12_p;en;Windbeutel
2001-04-16 16:34:19 +02:00
h13;en;Fjordwuchs
2001-04-21 13:07:54 +02:00
h13_p;en;Fjordwuchse
2001-04-16 16:34:19 +02:00
h14;en;Alraune
2001-04-21 13:07:54 +02:00
h14_p;en;Alraunen
2001-04-16 16:34:19 +02:00
h15;en;Steinbei<65> er
2001-04-21 13:07:54 +02:00
h15_p;en;Steinbei<65> er
2001-04-16 16:34:19 +02:00
h16;en;Spaltwachs
2001-04-21 13:07:54 +02:00
h16_p;en;Spaltwachse
2001-04-16 16:34:19 +02:00
h17;en;H<> hlenglimm
2001-04-21 13:07:54 +02:00
h17_p;en;H<> hlenglimme
2001-04-16 16:34:19 +02:00
h18;en;Eisblume
2001-04-21 13:07:54 +02:00
h18_p;en;Eisblumen
2001-04-16 16:34:19 +02:00
h19;en;Wei<65> er W<> terich
2001-04-21 13:07:54 +02:00
h19_p;en;Wei<65> e W<> teriche
2001-09-05 21:40:40 +02:00
h20;en;Snowcrystal petal
h20_p;en;Snowcrystal petals
2001-04-22 07:36:50 +02:00
p0;en;seven mile tea
p0_p;en;seven mile teas
p1;en;goliath water
p1_p;en;goliath waters
p2;en;water of life
p2_p;en;waters of life
2001-04-16 16:34:19 +02:00
p3;en;Schaffenstrunk
2001-04-21 13:07:54 +02:00
p3_p;en;Schaffenstr<74> nke
2001-04-22 07:36:50 +02:00
p4;en;ointment
p4_p;en;ointments
p5;en;peasant bood
p5_p;en;peasant bloods
p6;en;brain wax
p6_p;en;brain waxes
2001-04-16 16:34:19 +02:00
p7;en;Dumpfbackenbrot
2001-04-21 13:07:54 +02:00
p7_p;en;Dumpfbackenbrote
2001-09-05 21:40:40 +02:00
p8;en;potion of nest warmth
p8_p;en;potions of nest warmth
2001-04-22 07:36:50 +02:00
p9;en;horsepower potion
p9_p;en;horsepower potions
p10;en;berserkers blood potion
p10_p;en;berserkers blood potions
p11;en;peasant love potion
p11_p;en;peasant love potion
p12;en;potion of truth
p12_p;en;potions of truth
p13;en;elixir of power
p13_p;en;elixirs of power
p14;en;healing potion
p14_p;en;healing potions
2001-04-16 16:34:19 +02:00
2001-04-22 07:36:50 +02:00
## Parameters
2001-04-21 13:07:54 +02:00
AGGRESSIV;en;AGGRESSIVE
2001-04-16 16:34:19 +02:00
ALLES;en;ALL
2001-04-21 13:07:54 +02:00
ANZAHL;en;NUMBER
AURA;en;AURA
2001-04-16 16:34:19 +02:00
BAUERN;en;PEASANTS
2001-04-21 13:07:54 +02:00
BEISTAND;en;AID
BEWACHE;en;GUARD
2001-04-22 07:36:50 +02:00
BURG;en;CASTLE
2001-04-21 13:07:54 +02:00
DEFENSIV;en;DEFENSIVE
2001-04-16 16:34:19 +02:00
EINHEIT;en;UNIT
2001-09-05 21:40:40 +02:00
ERESSEA;en;ERESSEA
2001-04-21 13:07:54 +02:00
FLIEHE;en;FLEE
FREMDES;en;FOREIGN
GEB<EFBFBD> UDE;en;BUILDING
GEGENST<EFBFBD> NDE;en;ITEMS
GIB;en;GIVE
GNADE;en;MERCY
HELFE;en;HELP
2001-04-22 07:36:50 +02:00
HINTEN;en;REAR
2001-04-21 13:07:54 +02:00
HINTER;en;AFTER
2001-04-16 16:34:19 +02:00
KOMMANDO;en;CONTROL
KR<EFBFBD> UTER;en;HERBS
2001-04-22 07:36:50 +02:00
K<EFBFBD> MPFE;en;FIGHT
2001-04-16 16:34:19 +02:00
NICHT;en;NOT
N<EFBFBD> CHSTER;en;NEXT
2001-09-05 21:40:40 +02:00
PARTEI;en;FACTION
PARTEITARNUNG;en;FACTIONSTEALTH
2001-04-21 13:07:54 +02:00
PAUSE;en;PAUSE
2001-04-16 16:34:19 +02:00
PERSONEN;en;MEN
2001-04-21 13:07:54 +02:00
PRIVAT;en;PRIVATE
2001-04-16 16:34:19 +02:00
REGION;en;REGION
SCHIFF;en;SHIP
2001-04-21 13:07:54 +02:00
SILBER;en;SILVER
2001-04-16 16:34:19 +02:00
STRA<EFBFBD> EN;en;ROADS
STUFE;en;LEVEL
2001-04-21 13:07:54 +02:00
TEMPOR<EFBFBD> RE;en;TEMPORARY
TR<EFBFBD> NKE;en;POTIONS
2001-04-16 16:34:19 +02:00
UM;en;FOR
VOR;en;BEFORE
2001-04-21 13:07:54 +02:00
VORNE;en;FRONT
2001-09-05 21:40:40 +02:00
ZAUBER;en;SPELLS
2001-04-16 16:34:19 +02:00
2001-04-22 07:36:50 +02:00
## Skills
2001-04-16 16:34:19 +02:00
sk_alchemy;en;alchemy
2001-04-21 13:07:54 +02:00
sk_armorer;en;armorer
2001-04-16 16:34:19 +02:00
sk_bow;en;bow
sk_building;en;building
2001-04-21 13:07:54 +02:00
sk_cartmaking;en;cartmaking
2001-04-16 16:34:19 +02:00
sk_catapult;en;catapult
2001-04-21 13:07:54 +02:00
sk_crossbow;en;crossbow
sk_entertainment;en;entertainment
sk_espionage;en;espionage
sk_forestry;en;forestry
2001-04-16 16:34:19 +02:00
sk_herbalism;en;herbalism
sk_magic;en;magic
2001-04-21 13:07:54 +02:00
sk_melee;en;melee
sk_mining;en;mining
sk_perception;en;perception
2001-04-16 16:34:19 +02:00
sk_polearm;en;polearm
sk_quarrying;en;quarrying
2001-04-21 13:07:54 +02:00
sk_riding;en;riding
2001-04-16 16:34:19 +02:00
sk_roadwork;en;roadwork
2001-04-21 13:07:54 +02:00
sk_sailing;en;sailing
sk_shipcraft;en;shipcraft
sk_stamina;en;endurance
2001-04-16 16:34:19 +02:00
sk_stealth;en;stealth
2001-04-21 13:07:54 +02:00
sk_tactics;en;tactics
sk_taxation;en;taxation
sk_trade;en;trade
sk_training;en;taming
2001-04-16 16:34:19 +02:00
sk_unarmed;en;unarmed combat
2001-04-21 13:07:54 +02:00
sk_weaponsmithing;en;weaponsmithing
2001-04-16 16:34:19 +02:00
2001-04-22 07:36:50 +02:00
## Keywords
2001-04-16 16:34:19 +02:00
//;en;//
ARBEITEN;en;WORK
ATTACKIEREN;en;ATTACK
2001-04-21 13:07:54 +02:00
BANNER;en;BANNER
2001-04-16 16:34:19 +02:00
BEKLAUEN;en;STEAL
BELAGERE;en;BESIEGE
BENENNEN;en;NAME
BENUTZEN;en;USE
BESCHREIBE;en;DESCRIBE
2001-04-21 13:07:54 +02:00
BETEN;en;PRAY
2001-04-16 16:34:19 +02:00
BETRETEN;en;ENTER
BEWACHEN;en;GUARD
2001-04-21 13:07:54 +02:00
BIETEN;en;BID
2001-04-16 16:34:19 +02:00
BOTSCHAFT;en;MESSAGE
2001-04-21 13:07:54 +02:00
DEFAULT;en;DEFAULT
EMAIL;en;EMAIL
2001-04-16 16:34:19 +02:00
ENDE;en;END
2001-04-21 13:07:54 +02:00
FAHREN;en;RIDE
2001-04-16 16:34:19 +02:00
FOLGEN;en;FOLLOW
FORSCHEN;en;RESEARCH
2001-04-21 13:07:54 +02:00
GM;en;GM
GRUPPE;en;GROUP
2001-04-16 16:34:19 +02:00
HELFEN;en;HELP
2001-04-21 13:07:54 +02:00
JIHAD;en;JIHAD
2001-04-16 16:34:19 +02:00
KAMPFZAUBER;en;COMBATSPELL
KAUFEN;en;BUY
KONTAKTIERE;en;CONTACT
2001-04-21 13:07:54 +02:00
K<EFBFBD> MPFEN;en;COMBAT
2001-04-16 16:34:19 +02:00
LEHREN;en;TEACH
LERNEN;en;LEARN
LIEFERE;en;SUPPLY
2001-04-21 13:07:54 +02:00
LOCALE;en;LOCALE
2001-04-16 16:34:19 +02:00
MACHEN;en;MAKE
2001-04-21 13:07:54 +02:00
MAGIEGEBIET;en;SCHOOL
MEINUNG;en;OPINION
2001-04-16 16:34:19 +02:00
NACH;en;MOVE
2001-04-21 13:07:54 +02:00
NEUSTART;en;RESTART
NUMMER;en;NUMBER
OPFERE;en;SACRIFICE
OPTION;en;OPTION
2001-04-16 16:34:19 +02:00
PASSWORT;en;PASSWORD
2001-04-21 13:07:54 +02:00
PIRATERIE;en;PIRACY
2001-09-05 21:40:40 +02:00
PR<EFBFBD> FIX;en;PREFIX
2001-04-16 16:34:19 +02:00
REKRUTIEREN;en;RECRUIT
2001-04-21 13:07:54 +02:00
REPORT;en;REPORT
2001-04-16 16:34:19 +02:00
RESERVIEREN;en;RESERVE
ROUTE;en;ROUTE
SABOTIEREN;en;SABOTAGE
2001-04-21 13:07:54 +02:00
SORTIEREN;en;SORT
2001-04-16 16:34:19 +02:00
SPIONIEREN;en;SPY
STIRB;en;QUIT
2001-09-05 21:40:40 +02:00
SYNONYM;en;SYNONYM
2001-04-21 13:07:54 +02:00
TARNEN;en;HIDE
TRANSPORTIEREN;en;CARRY
2001-04-16 16:34:19 +02:00
TREIBEN;en;TAX
UNTERHALTEN;en;ENTERTAIN
2001-04-21 13:07:54 +02:00
URSPRUNG;en;ORIGIN
VERGESSE;en;FORGET
2001-04-16 16:34:19 +02:00
VERKAUFE;en;SELL
VERLASSE;en;LEAVE
ZAUBERE;en;CAST
ZEIGEN;en;SHOW
ZERST<EFBFBD> REN;en;DESTROY
Z<EFBFBD> CHTEN;en;BREED
2001-04-21 13:07:54 +02:00
Adler;en;eagle
Drache;en;dragon
2001-04-16 16:34:19 +02:00
Drachen;en;dragons
2001-04-21 13:07:54 +02:00
D<EFBFBD> mon;en;Demon
D<EFBFBD> monen;en;Demons
Einhorn;en;unicorn
Einh<EFBFBD> rner;en;unicorns
2001-04-16 16:34:19 +02:00
Elf;en;elf
2001-09-05 21:40:40 +02:00
# Elfen;en;elves
2001-04-21 13:07:54 +02:00
Eule;en;owl
Eulen;en;owls
2001-04-16 16:34:19 +02:00
Geist;en;ghost
2001-04-21 13:07:54 +02:00
Geister;en;ghosts
Goblin;en;goblin
2001-04-22 07:36:50 +02:00
Goblins;en;goblins
2001-04-16 16:34:19 +02:00
Halbling;en;halfling
Halblinge;en;halflings
Hirnt<EFBFBD> ter;en;braineater
2001-04-21 13:07:54 +02:00
Insekt;en;insect
Insekten;en;insects
2001-04-16 16:34:19 +02:00
Jungdrache;en;young dragons
2001-04-21 13:07:54 +02:00
Jungdrachen;en;young dragons
Katze;en;cat
Katzen;en;cats
Katzendrache;en;catdragon
Katzendrachen;en;catdragons
2001-04-22 07:36:50 +02:00
Luchs;en;lynx
2001-04-21 13:07:54 +02:00
Luchse;en;lynx
Meermensch;en;aquarian
Meermenschen;en;aquarians
Mensch;en;human
Menschen;en;humans
2001-04-16 16:34:19 +02:00
Ork;en;orc
2001-04-22 07:36:50 +02:00
Orks;en;orc
2001-04-21 13:07:54 +02:00
Riesenschildkr<EFBFBD> te;en;giant turtle
Riesenschildkr<EFBFBD> ten;en;giant turtles
2001-04-16 16:34:19 +02:00
Schablone;en;template
2001-04-21 13:07:54 +02:00
Schablonen;en;templates
Schattenritter;en;shadow knight
Seeschlange;en;sea serpent
Troll;en;troll
Trolle;en;trolls
Untote;en;undead
Untoter;en;undead
Warg;en;wolf
Warge;en;wolves
Zombie;en;zombie
Zombie_p;en;zombies
Zwerg;en;dwarf
Zwerge;en;dwarves
2001-04-22 07:36:50 +02:00
## NR generieren
nr_options;en;Options
nr_level;en;Level
nr_alliances;en;Political Status
nr_herbsrequired;en;Herbs required
nr_undercons;en;under construction
nr_damaged;en;damage
nr_youaredead;en;Your faction has been eliminated. We hope you had a good time anyways, and encourage you to sign up you for another game.
# TODO: calendar ist noch komplexer
nr_skills;en;skills
nr_inventory;en;has
nr_size;en;size
nr_spells;en;spells
nr_combatspells;en;combat spells
nr_nospells;en;none
* möglichen Exploit beseitigt:
GIB xyz EINHEIT
GIB 0 ALLES SILBER
--> ALLE Befehle der übergebenen Einheit werden gelöscht.
* neue Funktion (convenience): ucansee(f, u1, u2)
liefert u1, wenn cansee(f,u1), sonst u2
* neue mistakes eingefügt uns übersetzt
* message bugfix:
u->htisorder kann gelöscht werden (z.b. NACH). Daher muss ein pointer auf
einen befehl in einer message immer auf den u->order Eintrag zeigen, damit er
zeit der auswertung noch existiert.
findorder(u, u->thisorder) tut das. Ist an mehreren Stellen nicht benutzt
worden. assert eingebaut, das das prüft.
* RESERVE_DONATIONS
Gegenstände, die von einer anderen Partei übergeben wurden, werden nicht
reserviert.
* TWOPASS_GIVE:
GIB Befehle werden zuerst an fremde Einheiten, danach in einem zweiten
Durchlauf an eigene Einheiten, ausgeführt.
* msg_message
An einigen messages ausprobiert, ob man die gleiche Message mehreren
Parteien einhängen kann - klappt, spart Speicher.
Allerdings fehlt dazu ein ordentliches memory-management (refcounter)
2001-05-10 07:50:52 +02:00
nr_addresses;en;Addresses
2001-09-05 21:40:40 +02:00
anonymous;en;anonymous
b_attacke;en;attack
b_defense;en;defense
b_armor;en;armor
b_damage;en;damage
## Testitem
wand;en;wand
wand_p;en;wands
wand_of_tears;en;wand of tears
wands_of_tear_p;en;wands of tears
2001-04-22 07:36:50 +02:00
## K<> sten
Nordwestk<EFBFBD> ste;en;northwest coast
Nordostk<EFBFBD> ste;en;northeast coast
Ostk<EFBFBD> ste;en;east coast
S<EFBFBD> dostk<EFBFBD> ste;en;southeast coast
S<EFBFBD> dwestk<EFBFBD> ste;en;southwest coast
Westk<EFBFBD> ste;en;west coast
2001-09-05 21:40:40 +02:00
## report newbie info
newbie_info_1;en;Remember tosend your orders to eressea@eressea.amber.kn-bremen.de with the subject ERESSEA BEFEHLE.
newbie_info_2;en;If you fail to send in orders for one of the first two turns, your faction will be erased from the game to reduce the number of zombie players in Eressea.
newbie_info_3;en;With the first two turns, you will get a computer report (CR). It can be used with many of the tools on http://eressea-pbem.de/download.html. If you want to continue getting it after the second turn, please make one of your units give the order OPTION COMPUTER.
nr_nmr;en;No orders were received for your faction!