forked from Global-Conflicts-ArmA/Olsen-Framework-Arma-3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
stringtable.xml
55 lines (55 loc) · 1.8 KB
/
stringtable.xml
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
<?xml version="1.0" encoding="utf-8" ?>
<Project name="Global Conflicts Framework">
<Package name="Core">
<Container name="Simple words">
<Key ID="STR_GCFW_Yes">
<Original>yes</Original>
<English>yes</English>
<Czech>ano</Czech>
<French>oui</French>
<German>ja</German>
<Italian>sì</Italian>
<Polish>tak</Polish>
<Portuguese>sim</Portuguese>
<Russian>да</Russian>
<Spanish>sí</Spanish>
<Korean>네</Korean>
<Japanese>はい</Japanese>
<Chinesesimp>是</Chinesesimp>
<Chinese>是(繁體)</Chinese>
</Key>
<Key ID="STR_GCFW_No">
<Original>no</Original>
<English>no</English>
<German>nein</German>
<French>non</French>
</Key>
</Container>
<Container name="Simple phrases">
<Key ID="STR_GCFW_InCommand">
<Original>You are now in command.</Original>
<English>You are now in command.</English>
<Czech>Nyní velíte vy.</Czech>
<French>Vous êtes maintenant aux commandes.</French>
<German>Sie haben jetzt das Kommando.</German>
<Italian>Ora sei al comando.</Italian>
<Polish>Masz teraz dowództwo.</Polish>
<Portuguese>Você está agora no comando.</Portuguese>
<Russian>Теперь ты командуешь.</Russian>
<Spanish>Ahora estás al mando.</Spanish>
<Korean>당신은 이제 명령을 받았습니다.</Korean>
<Japanese>これで指揮を執ることができます。</Japanese>
<Chinesesimp>你现在在指挥。</Chinesesimp>
<Chinese>你現在在指揮。</Chinese>
</Key>
</Container>
<Container name="Another Container">
<Key ID="STR_GCFW_formatted">
<Original>Hello, %1.</Original>
</Key>
<Key ID="STR_GCFW_structuredText">
<Original>Some text <t color='%1'>%2</t></Original>
</Key>
</Container>
</Package>
</Project>