-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.lua
More file actions
53 lines (44 loc) · 3.55 KB
/
strings.lua
File metadata and controls
53 lines (44 loc) · 3.55 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
function data()
return {
en = {
["mod_name"] = "Transall C-160",
["mod_desc"] = "The Transall C-160 is a tactical transport aircraft developed in the 1960s by the Franco-German Transporter Alliance consortium and used by the air forces of France and Turkey. Germany phased out the C-160 at the end of 2021. The type designation of the shoulder-wing aircraft, which is powered by two propeller-driven turbines, is made up of the mission (C for cargo) and the wing area (160 m²).",
["transall_menu"] = "Transall C-160",
["transall_1_name"] = "Transall C-160 V1",
["transall_2_name"] = "Transall C-160 67+89",
["transall_3_name"] = "Transall C-160 45+34",
["transall_4_name"] = "Transall C-160 Munich",
["transall_5_name"] = "Transall C-160 Good Bye Tour",
["transall_6_name"] = "Transall C-160 23+89",
["transall_7_name"] = "Transall C-160 50+48",
["transall_8_name"] = "Transall C-160 10+41",
["transall_9_name"] = "Transall C-160 Red Cross",
["transall_10_name"] = "Transall C-160 FR Mail old",
["transall_11_name"] = "Transall C-160 FR Mail new",
["transall_desc"] = "The Transall C-160 is a tactical transport aircraft developed in the 1960s by the Franco-German Transporter Alliance consortium and used by the air forces of France and Turkey. Germany phased out the C-160 at the end of 2021. The type designation of the shoulder-wing aircraft, which is powered by two propeller-driven turbines, is made up of the mission (C for cargo) and the wing area (160 m²).",
["Transall Asset Set"] = "Transall Asset Set",
["Statische Transall Flugzeuge."] = "Static Transall aircraft for placement.",
["Transall C-160"] = "Transall C-160",
},
de = {
["mod_name"] = "Transall C-160",
["mod_desc"] = "Die Transall C-160 ist ein in den 1960er Jahren vom deutsch-französischen Firmenkonsortium Transporter Allianz entwickeltes taktisches Transportflugzeug, das von den Luftstreitkräften Frankreichs und der Türkei eingesetzt wird. Deutschland musterte die C-160 Ende 2021 aus. Die Typenbezeichnung des von zwei Propellerturbinen angetriebenen Schulterdeckers setzt sich aus dem Einsatzzweck (C für Cargo) und der Flügelfläche (160 m²) zusammen.",
["transall_menu"] = "Transall C-160",
["transall_1_name"] = "Transall C-160 V1",
["transall_2_name"] = "Transall C-160 67+89",
["transall_3_name"] = "Transall C-160 45+34",
["transall_4_name"] = "Transall C-160 München",
["transall_5_name"] = "Transall C-160 Good Bye Tour",
["transall_6_name"] = "Transall C-160 23+89",
["transall_7_name"] = "Transall C-160 50+48",
["transall_8_name"] = "Transall C-160 10+41",
["transall_9_name"] = "Transall C-160 Rotes Kreuz",
["transall_10_name"] = "Transall C-160 FR Post alt",
["transall_11_name"] = "Transall C-160 FR Post neu",
["transall_desc"] = "Die Transall C-160 ist ein in den 1960er Jahren vom deutsch-französischen Firmenkonsortium Transporter Allianz entwickeltes taktisches Transportflugzeug, das von den Luftstreitkräften Frankreichs und der Türkei eingesetzt wird. Deutschland musterte die C-160 Ende 2021 aus. Die Typenbezeichnung des von zwei Propellerturbinen angetriebenen Schulterdeckers setzt sich aus dem Einsatzzweck (C für Cargo) und der Flügelfläche (160 m²) zusammen.",
["Transall Asset Set"] = "Transall Asset Set",
["Statische Transall Flugzeuge."] = "Statische Transall Flugzeuge zum Platzieren.",
["Transall C-160"] = "Transall C-160",
},
}
end