ACE3/addons/flags/stringtable.xml

96 lines
4.1 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">
2022-06-21 20:03:21 +00:00
<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>
<Container name="displayNames">
<Key ID="STR_ACE_Flags_White">
<English>Flag (White)</English>
<German>Flagge (Weiß)</German>
</Key>
<Key ID="STR_ACE_Flags_Red">
<English>Flag (Red)</English>
<German>Flagge (Rot)</German>
</Key>
<Key ID="STR_ACE_Flags_Blue">
<English>Flag (Blue)</English>
<German>Flagge (Blau)</German>
</Key>
<Key ID="STR_ACE_Flags_Green">
<English>Flag (Green)</English>
<German>Flagge (Grün)</German>
</Key>
<Key ID="STR_ACE_Flags_Yellow">
<English>Flag (Yellow)</English>
<German>Flagge (Gelb)</German>
</Key>
<Key ID="STR_ACE_Flags_Orange">
<English>Flag (Orange)</English>
<German>Flagge (Orange)</German>
</Key>
<Key ID="STR_ACE_Flags_Purple">
<English>Flag (Purple)</English>
<German>Flagge (Violett)</German>
</Key>
<Key ID="STR_ACE_Flags_Black">
<English>Flag (Black)</English>
<German>Flagge (Schwarz)</German>
</Key>
<Key ID="STR_ACE_Flags_Description">
<English>Can be carried or placed. Flags are used to mark a specific point in terrain or units.</English>
<German>Kann getragen oder platziert werden. Flaggen werden zur Kennzeichnung von bestimmten Geländepunkte oder Einheiten eingesetzt.</German>
</Key>
</Container>
<Container name="actions">
<Key ID="STR_ACE_Flags_ActionCategory">
<English>Flags</English>
<German>Flaggen</German>
</Key>
<Key ID="STR_ACE_Flags_Carry">
<English>Carry %1</English>
<German>%1 tragen</German>
</Key>
<Key ID="STR_ACE_Flags_Furl">
<English>Furl Flag</English>
<German>Flagge einrollen</German>
</Key>
<Key ID="STR_ACE_Flags_Place">
<English>Place %1</English>
<German>%1 platzieren</German>
</Key>
<Key ID="STR_ACE_Flags_Pickup">
<English>Pickup %1</English>
<German>%1 aufnehmen</German>
</Key>
<Key ID="STR_ACE_Flags_Cancel">
<English>Cancel</English>
<German>Abbrechen</German>
</Key>
<Key ID="STR_ACE_Flags_AdjustHeight">
<English>Adjust height</English>
<German>Höhe anpassen</German>
</Key>
</Container>
2022-06-10 19:46:06 +00:00
</Package>
</Project>