ACE3/addons/flags/stringtable.xml

96 lines
3.7 KiB
XML
Raw Normal View History

2022-06-10 19:46:06 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project name="ACE">
<Package name="Flags">
<Container name="settings">
<Key ID="STR_ACE_Flags_SettingCategory">
<English>Flags</English>
<German>Flaggen</German>
</Key>
<Key ID="STR_ACE_Flags_AllowPlacingFlags">
<English>Allow placing flags</English>
<German>Erlaube Flaggen zu platzieren</German>
</Key>
<Key ID="STR_ACE_Flags_AllowPlacingFlagsTooltip">
<English>Adds the actions to place flags when the corresponding item is in the inventory.</English>
<German>Fügt Aktionen zum Platzieren von Flaggen hinzu, wenn das jeweilige Item im Inventar ist.</German>
</Key>
<Key ID="STR_ACE_Flags_AllowCarryingFlags">
<English>Allow carrying flags</English>
<German>Erlaube Flaggen zu tragen</German>
</Key>
<Key ID="STR_ACE_Flags_AllowCarryingFlagsTooltip">
<English>Adds the actions to carry flags when the corresponding item is in the inventory.</English>
<German>Fügt Aktionen zum Tragen von Flaggen hinzu, wenn das jeweilige Item im Inventar ist.</German>
</Key>
</Container>
2022-06-10 19:46:06 +00:00
<Container name="displayNames">
2022-06-10 21:02:40 +00:00
<Key ID="STR_ACE_Flags_White">
2022-06-10 19:46:06 +00:00
<Original>Flag (White)</Original>
<German>Flagge (Weiß)</German>
</Key>
2022-06-10 21:02:40 +00:00
<Key ID="STR_ACE_Flags_Red">
2022-06-10 19:46:06 +00:00
<Original>Flag (Red)</Original>
<German>Flagge (Rot)</German>
</Key>
2022-06-10 21:02:40 +00:00
<Key ID="STR_ACE_Flags_Blue">
2022-06-10 19:46:06 +00:00
<Original>Flag (Blue)</Original>
<German>Flagge (Blau)</German>
</Key>
2022-06-10 21:02:40 +00:00
<Key ID="STR_ACE_Flags_Green">
2022-06-10 19:46:06 +00:00
<Original>Flag (Green)</Original>
<German>Flagge (Grün)</German>
</Key>
2022-06-10 21:02:40 +00:00
<Key ID="STR_ACE_Flags_Yellow">
2022-06-10 19:46:06 +00:00
<Original>Flag (Yellow)</Original>
<German>Flagge (Gelb)</German>
</Key>
2022-06-21 19:43:05 +00:00
<Key ID="STR_ACE_Flags_Orange">
<Original>Flag (Orange)</Original>
<German>Flagge (Orange)</German>
</Key>
<Key ID="STR_ACE_Flags_Purple">
<Original>Flag (Purple)</Original>
<German>Flagge (Violett)</German>
</Key>
<Key ID="STR_ACE_Flags_Black">
<Original>Flag (Black)</Original>
<German>Flagge (Schwarz)</German>
</Key>
2022-06-10 21:02:40 +00:00
<Key ID="STR_ACE_Flags_Description">
2022-06-10 19:46:06 +00:00
<Original>Can be carried or placed. Flags are used to mark a specific point in terrain or units.</Original>
<German>Kann getragen oder platziert werden. Flaggen werden zur Kennzeichnung von bestimmten Geländepunkte oder Einheiten eingesetzt.</German>
</Key>
</Container>
<Container name="actions">
2022-06-10 21:02:40 +00:00
<Key ID="STR_ACE_Flags_ActionCategory">
2022-06-10 19:46:06 +00:00
<Original>Flags</Original>
<German>Flaggen</German>
</Key>
2022-06-10 21:02:40 +00:00
<Key ID="STR_ACE_Flags_Carry">
2022-06-10 19:46:06 +00:00
<Original>Carry %1</Original>
<German>%1 tragen</German>
</Key>
2022-06-10 21:02:40 +00:00
<Key ID="STR_ACE_Flags_Furl">
2022-06-10 19:46:06 +00:00
<Original>Furl Flag</Original>
<German>Flagge einrollen</German>
</Key>
2022-06-10 21:02:40 +00:00
<Key ID="STR_ACE_Flags_Place">
2022-06-10 19:46:06 +00:00
<Original>Place %1</Original>
<German>%1 platzieren</German>
</Key>
2022-06-10 21:02:40 +00:00
<Key ID="STR_ACE_Flags_Pickup">
2022-06-10 19:46:06 +00:00
<Original>Pickup %1</Original>
<German>%1 aufnehmen</German>
</Key>
2022-06-10 21:02:40 +00:00
<Key ID="STR_ACE_Flags_Cancel">
2022-06-10 19:46:06 +00:00
<Original>Cancel</Original>
<German>Abbrechen</German>
</Key>
2022-06-10 21:02:40 +00:00
<Key ID="STR_ACE_Flags_AdjustHeight">
2022-06-10 19:46:06 +00:00
<Original>Adjust height</Original>
<German>Höhe anpassen</German>
</Key>
</Container>
</Package>
</Project>