Disabled the translation marks by making them part of the string.
This commit is contained in:
parent
34e4d8c3fb
commit
879ae485f3
1 changed files with 9 additions and 9 deletions
|
@ -140,7 +140,7 @@
|
|||
id = "profile"
|
||||
definition = "transparent"
|
||||
|
||||
label = _ "Profile"
|
||||
label = "_ Profile"
|
||||
[/button]
|
||||
[/column]
|
||||
# [/row]
|
||||
|
@ -159,7 +159,7 @@
|
|||
id = "cancel"
|
||||
definition = "transparent"
|
||||
|
||||
label = _ "Cancel"
|
||||
label = "_ Cancel"
|
||||
[/button]
|
||||
[/column]
|
||||
# [/row]
|
||||
|
@ -178,7 +178,7 @@
|
|||
id = "help"
|
||||
definition = "transparent"
|
||||
|
||||
label = _ "Help"
|
||||
label = "_ Help"
|
||||
[/button]
|
||||
[/column]
|
||||
# [/row]
|
||||
|
@ -198,7 +198,7 @@
|
|||
# id = "recall"
|
||||
# definition = "transparent"
|
||||
|
||||
# label = _ "Recall"
|
||||
# label = "_ Recall"
|
||||
# [/button]
|
||||
# [/column]
|
||||
# [/row]
|
||||
|
@ -214,7 +214,7 @@
|
|||
id = "remove"
|
||||
definition = "transparent"
|
||||
|
||||
label = _ "Remove"
|
||||
label = "_ Remove"
|
||||
[/button]
|
||||
[/column]
|
||||
# [/row]
|
||||
|
@ -505,7 +505,7 @@
|
|||
id = "ok"
|
||||
definition = "transparent"
|
||||
|
||||
label = _ "OK"
|
||||
label = "_ OK"
|
||||
|
||||
[/button]
|
||||
[/column]
|
||||
|
@ -577,7 +577,7 @@ if(gamemap_width - ({__GUI_IMAGE_WIDTH}) > 675
|
|||
# id = "ok"
|
||||
# definition = "transparent"
|
||||
|
||||
# label = _ "OK"
|
||||
# label = "_ OK"
|
||||
# [/button]
|
||||
|
||||
# [/column]
|
||||
|
@ -591,7 +591,7 @@ if(gamemap_width - ({__GUI_IMAGE_WIDTH}) > 675
|
|||
# [button]
|
||||
# id = "help"
|
||||
# definition = "transparent"
|
||||
# label = _ "Help"
|
||||
# label = "_ Help"
|
||||
#
|
||||
# [/button]
|
||||
# [/column]
|
||||
|
@ -799,7 +799,7 @@ if(gamemap_width - ({__GUI_IMAGE_WIDTH}) > 675
|
|||
id = "ok"
|
||||
definition = "transparent"
|
||||
|
||||
label = _ "OK"
|
||||
label = "_ OK"
|
||||
[/button]
|
||||
|
||||
[/column]
|
||||
|
|
Loading…
Add table
Reference in a new issue