removing the split message files. instead, I'm joining all message files into one, and preparing to take the strings out later. instead of <text>blafasel</text> make it <text name="bf"></text><string name="bf" locale="de">blafasel</string>, so message types can be defined independent of the language resource files.

This commit is contained in:
Enno Rehling 2003-05-18 21:27:49 +00:00
parent 46c765bdec
commit 167d80957c
10 changed files with 5781 additions and 12192 deletions

File diff suppressed because it is too large Load Diff

View File

@ -952,9 +952,11 @@
</string> </string>
<string name="axe"> <string name="axe">
<text locale="de">Kriegsaxt</text> <text locale="de">Kriegsaxt</text>
<text locale="en">axe</text>
</string> </string>
<string name="axe_p"> <string name="axe_p">
<text locale="de">Kriegsäxte</text> <text locale="de">Kriegsäxte</text>
<text locale="en">axes</text>
</string> </string>
<string name="greatbow"> <string name="greatbow">
<text locale="de">Elfenbogen</text> <text locale="de">Elfenbogen</text>
@ -1181,6 +1183,30 @@
<string name="rustyshield_p"> <string name="rustyshield_p">
<text locale="de">Rostige Schilde</text> <text locale="de">Rostige Schilde</text>
</string> </string>
<string name="rustyhalberd">
<text locale="de">Rostige Hellebarde</text>
<text locale="en">rusty halberd</text>
</string>
<string name="rustyhalberd_p">
<text locale="de">Rostige Hellebarden</text>
<text locale="en">rusty halberds</text>
</string>
<string name="rustyaxe">
<text locale="de">Rostige Kriegsaxt</text>
<text locale="en">rusty axe</text>
</string>
<string name="rustyaxe_p">
<text locale="de">Rostige Kriegsäxte</text>
<text locale="en">rusty axes</text>
</string>
<string name="rustygreatsword">
<text locale="de">Rostiger Zweihänder</text>
<text locale="en">rusty claymore</text>
</string>
<string name="rustygreatsword_p">
<text locale="de">Rostige Zweihänder</text>
<text locale="en">rusty claymores</text>
</string>
<string name="rustychainmail"> <string name="rustychainmail">
<text locale="de">Rostiges Kettenhemd</text> <text locale="de">Rostiges Kettenhemd</text>
</string> </string>
@ -5108,31 +5134,119 @@
<text locale="de">AUFNEHEMEN</text> <text locale="de">AUFNEHEMEN</text>
<text locale="en">JOIN</text> <text locale="en">JOIN</text>
</string> </string>
<string name="rm_stone">
<text locale="de">Steine</text>
<text locale="en">stones</text>
</string>
<string name="rm_laen">
<text locale="de">Laen</text>
<text locale="en">laen</text>
</string>
<string name="rm_youngtrees">
<text locale="de">Schößlinge</text>
<text locale="en">young trees</text>
</string>
<string name="rm_youngmallorn">
<text locale="de">Mallornschößlinge</text>
<text locale="en">young mallorn</text>
</string>
<string name="rm_trees">
<text locale="de">Bäume</text>
<text locale="en">trees</text>
</string>
<string name="rm_mallorn">
<text locale="de">Mallorn</text>
<text locale="en">mallorn</text>
</string>
<string name="rm_iron">
<text locale="de">Eisen</text>
<text locale="en">iron</text>
</string>
<string name="Winter">
<text locale="de">Winter</text>
<text locale="en">winter</text>
</string>
<string name="Frühling">
<text locale="de">Frühling</text>
<text locale="en">spring</text>
</string>
<string name="Sommer">
<text locale="de">Sommer</text>
<text locale="en">summer</text>
</string>
<string name="Herbst">
<text locale="de">Herbst</text>
<text locale="en">autumn</text>
</string>
<string name="nr_template">
<text locale="de">Vorlage für den nächsten Zug:</text>
<text locale="en">Template for the next turn:</text>
</string>
<string name="nr_calendar">
<text locale="de">Wir schreiben %s des Monats %s im Jahre %d %s.</text>
<text locale="en">It is %s of the month of %s in the %d. year of %s.</text>
</string>
<string name="nr_calendar_season">
<text locale="de">Wir schreiben %s des Monats %s im Jahre %d %s. Es ist %s.</text>
<text locale="en">It is %s of the month of %s in the %d. year of %s. It is %s.</text>
</string>
<string name="status_aggressive">
<text locale="de">aggressiv</text>
<text locale="en">aggressive</text>
</string>
<string name="status_front">
<text locale="de">vorne</text>
<text locale="en">front</text>
</string>
<string name="status_rear">
<text locale="de">hinten</text>
<text locale="en">rear</text>
</string>
<string name="status_defensive">
<text locale="de">defensiv</text>
<text locale="en">defensive</text>
</string>
<string name="status_flee">
<text locale="de">flieht</text>
<text locale="en">fleeing</text>
</string>
<string name="status_avoid">
<text locale="de">kämpft nicht</text>
<text locale="en">not fighting</text>
</string>
<string name="status_noaid">
<text locale="de">bekommt keine Hilfe</text>
<text locale="en">gets no aid</text>
</string>
<string name="battle_opponents">
<text locale="de">Kämpft gegen:</text>
<text locale="en">Fighting against</text>
</string>
<string name="unknown_faction">
<text locale="de">Unbekannte Partei</text>
<text locale="en">unknown faction</text>
</string>
</strings> </strings>

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,9 @@
<eressea> <eressea>
<comment>German Localization</comment> <include file="messages.xml"></include>
<include file="de/messages.xml"></include>
<include file="de/strings.xml"></include>
<comment>English Localization</comment> <comment>Localization</comment>
<include file="en/messages.xml"></include> <include file="de/strings.xml"></include>
<include file="en/strings.xml"></include> <include file="en/strings.xml"></include>
<include file="fr/strings.xml"></include>
<include file="races.xml"></include> <include file="races.xml"></include>
<include file="resources.xml"></include> <include file="resources.xml"></include>

5615
src/res/messages.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -20,6 +20,7 @@
<function name="use" value="use_wand_of_tears"></function> <function name="use" value="use_wand_of_tears"></function>
</item> </item>
</resource> </resource>
<strings>
<string name="wand_of_tears"> <string name="wand_of_tears">
<text locale="de">Szepter der Tränen</text> <text locale="de">Szepter der Tränen</text>
<text locale="en">wand of tears</text> <text locale="en">wand of tears</text>
@ -28,6 +29,7 @@
<text locale="de">Szepter der Tränen</text> <text locale="de">Szepter der Tränen</text>
<text locale="en">wands of tears</text> <text locale="en">wands of tears</text>
</string> </string>
</strings>
<resource name="magicbox"> <resource name="magicbox">
<comment>A magic box that increases the user's capacity by 10 WU</comment> <comment>A magic box that increases the user's capacity by 10 WU</comment>

View File

@ -1,10 +1,8 @@
<eressea> <eressea>
<comment>German Localization</comment> <include file="messages.xml"></include>
<include file="de/messages.xml"></include>
<include file="de/strings.xml"></include>
<comment>English Localization</comment> <comment>Localization</comment>
<include file="en/messages.xml"></include> <include file="de/strings.xml"></include>
<include file="en/strings.xml"></include> <include file="en/strings.xml"></include>
<include file="fr/strings.xml"></include> <include file="fr/strings.xml"></include>

View File

@ -1,10 +1,8 @@
<eressea> <eressea>
<comment>German Localization</comment> <include file="messages.xml"></include>
<include file="de/messages.xml"></include>
<include file="de/strings.xml"></include>
<comment>English Localization</comment> <comment>Localization</comment>
<include file="en/messages.xml"></include> <include file="de/strings.xml"></include>
<include file="en/strings.xml"></include> <include file="en/strings.xml"></include>
<include file="races.xml"></include> <include file="races.xml"></include>

View File

@ -1,10 +1,8 @@
<eressea> <eressea>
<comment>German Localization</comment> <include file="messages.xml"></include>
<include file="de/messages.xml"></include>
<include file="de/strings.xml"></include>
<comment>English Localization</comment> <comment>Localization</comment>
<include file="en/messages.xml"></include> <include file="de/strings.xml"></include>
<include file="en/strings.xml"></include> <include file="en/strings.xml"></include>
<include file="races.xml"></include> <include file="races.xml"></include>

View File

@ -1,10 +1,8 @@
<eressea> <eressea>
<comment>German Localization</comment> <include file="messages.xml"></include>
<include file="de/messages.xml"></include>
<include file="de/strings.xml"></include>
<comment>English Localization</comment> <comment>Localization</comment>
<include file="en/messages.xml"></include> <include file="de/strings.xml"></include>
<include file="en/strings.xml"></include> <include file="en/strings.xml"></include>
<include file="races.xml"></include> <include file="races.xml"></include>