1
0
mirror of synced 2024-12-13 00:01:14 +01:00
OpenTaiko/Documentation/I18N/DictionnaryIndexes.md

76 lines
1.7 KiB
Markdown
Raw Normal View History

# Dictionnary Indexes
- This document describes all the indexes used by the fonction `CLangManager.LangInstance.GetString(idx)`.
```
# Config menu text (000XX)
0 : "System language" description
1 : "System language" option title
2 : "<< Back to left menu" option title
3 : "<< Back to left menu" description
4 : "Reload songs" option title
5 : "Reload songs" description
6 : "Player count" option title
7 : "Player count" description
8 : "Risky" option title
9 : "Risky" description
10 : "Song speed" option title
11 : "Song speed" description
16 : "Layout type" option title
17 : "Layout type" description
# Main Menu text (001XX)
100 : Ensou main menu button
101 : Dan main menu button
102 : Tower main menu button
103 : Shop main menu button
104 : Bouken main menu button
105 : Heya main menu button
106 : Settings main menu button
107 : Quit main menu button
150 : Ensou main menu box text
151 : Dan main menu box text
152 : Tower main menu box text
153 : Shop main menu box text
154 : Bouken main menu box text
155 : Heya main menu box text
156 : Settings main menu box text
157 : Quit main menu box text
# Special items (002XX)
200 : Ensou Back box (Tojiru)
201 : Ensou recently played songs
202 : Ensou recently played songs description
# Tower text (0100X)
1000 : Reached floor (Tower)
1001 : Floor suffix (1 character)
1002 : Points accronym (1 character)
1003 : Score
2021-11-12 09:55:57 +01:00
# Dan exam types (0101X - 0102X)
1010 : Soul gauge
1011 : Perfect count
1012 : Good count
1013 : Bad count
1014 : Score
1015 : Rolls count
1016 : Notes hit count
1017 : Combo
1018 : Accuracy
# Heya buttons (0103X)
1030 : Return
1031 : PetitChara
1032 : Character
1033 : Dan title
1034 : Plate title
```