-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstringtable.xml
More file actions
65 lines (65 loc) · 4.16 KB
/
stringtable.xml
File metadata and controls
65 lines (65 loc) · 4.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="utf-8"?>
<Project name="AIMEE">
<Package name="inventory">
<Key ID="STR_AIMEE_inventory_settingAssembleAction">
<English>Enable static weapon assembly actions</English>
<French>Permission des interactions de montage des armes lourdes</French>
<German>Aufstellungsinteraktionen für statische Waffen zulassen</German>
</Key>
<Key ID="STR_AIMEE_inventory_settingAssembleAction_ToolTip">
<English>Allows the player to ACE-interact to assemble/disassemble static weapons.</English>
<French>Permet au joueur de monter des armes lourdes avec des interactions ACE.</French>
<German>Erlaubt den Spieler statische Waffen anhand ACE-Interaktionen aufzustellen.</German>
</Key>
<Key ID="STR_AIMEE_inventory_settingAssembleUavAction">
<English>Enable UAV assembly actions</English>
<French>Permission des interactions de montage de drone</French>
<German>Aufstellungsinteraktionen für UAVs zulassen</German>
</Key>
<Key ID="STR_AIMEE_inventory_settingAssembleUavAction_ToolTip">
<English>Allows the player to ACE-interact to assemble/disassemble UAVs.</English>
<French>Permet au joueur de monter des drones avec des interactions ACE.</French>
<German>Erlaubt den Spieler UAVs anhand ACE-Interaktionen aufzustellen.</German>
</Key>
<Key ID="STR_AIMEE_inventory_settingBackpackAction">
<English>Show 3D icon on backpacks</English>
<French>Afficher un icône 3D pour les sac-à-dos</French>
<German>Zeige 3D-Symbol für Rucksäcke</German>
</Key>
<Key ID="STR_AIMEE_inventory_settingBackpackAction_ToolTip">
<English>Shows the interaction on the backpack instead of on the ACE interaction point of the player.</English>
<French>Montre l'interaction sur le sac-à-dos en 3D au lieu de sur l'interaction du joueur lui-même.</French>
<German>Zeigt die ACE-Interaktion in 3D auf dem Rucksack anstatt auf der Interaktion des Spielers selbst.</German>
</Key>
<Key ID="STR_AIMEE_inventory_settingExplosivesAction">
<English>Enable explosive actions</English>
<French>Permission des interactions de placement des explosifs</French>
<German>Platzierungsinteraktionen für Sprengladungen zulassen</German>
</Key>
<Key ID="STR_AIMEE_inventory_settingExplosivesAction_ToolTip">
<English>Allows the player to ACE-interact to place explosives.</English>
<French>Permet au joueur de placer des explosifs avec des interactions ACE.</French>
<German>Erlaubt den Spieler Sprengladungen anhand ACE-Interaktionen zu plazieren.</German>
</Key>
<Key ID="STR_AIMEE_inventory_settingHolderAction">
<English>Show ground inventory and pick up actions</English>
<French>Afficher des inventaries parterre</French>
<German>Zeige Bodeninventare-/Aufgreifeninteraktionen</German>
</Key>
<Key ID="STR_AIMEE_inventory_settingHolderAction_ToolTip">
<English>Allows the player to ACE-interact with inventories on the ground.</English>
<French>Permet au joueur de manipuler des inventaires parterre et de prendre des choses.</French>
<German>Erlaubt den Spieler mit Inventaren auf dem Boden zu interagieren und Sachen aufzugreifen.</German>
</Key>
<Key ID="STR_AIMEE_inventory_settingOpenAction">
<English>Show vehicle/backpack inventory action</English>
<French>Permission d'ouvrir des inventaires et sac-à-dos</French>
<German>Inventar-/Rucksackinteraktion zulassen</German>
</Key>
<Key ID="STR_AIMEE_inventory_settingOpenAction_ToolTip">
<English>Allows the player to open inventories using the ACE interaction menu.</English>
<French>Permet au joueur d'ouvrir des inventaires avec une interaction ACE sur soi-même.</French>
<German>Erlaubt den Spieler Inventare mit einer ACE-Selbstinteraktion zu öffnen.</German>
</Key>
</Package>
</Project>