Addon Manager: mark all relevant strings as translatable
[ci_skip]
This commit is contained in:
parent
93eb07ad8b
commit
81504c8da3
1 changed files with 6 additions and 6 deletions
|
@ -80,7 +80,7 @@
|
|||
[label]
|
||||
id = "byline"
|
||||
definition = "default_small"
|
||||
label = "By:"
|
||||
label = _ "By:"
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
@ -117,7 +117,7 @@
|
|||
[label]
|
||||
id = "version_string"
|
||||
definition = "default_small"
|
||||
label = "Version:"
|
||||
label = _ "Version:"
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
@ -658,7 +658,7 @@
|
|||
id = "filter"
|
||||
definition = "filter"
|
||||
|
||||
tooltip = "Filters on addon descripton, version, type or author."
|
||||
tooltip = _ "Filters on addon descripton, version, type or author."
|
||||
[/text_box]
|
||||
[/column]
|
||||
|
||||
|
@ -781,7 +781,7 @@
|
|||
[label]
|
||||
definition = "title"
|
||||
|
||||
label = "Get Add-ons"
|
||||
label = _ "Get Add-ons"
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
@ -884,7 +884,7 @@
|
|||
id = "update_all"
|
||||
definition = "really_large"
|
||||
|
||||
label = "Update All"
|
||||
label = _ "Update All"
|
||||
[/button]
|
||||
[/column]
|
||||
|
||||
|
@ -898,7 +898,7 @@
|
|||
id = "cancel"
|
||||
definition = "really_large"
|
||||
|
||||
label = "Exit"
|
||||
label = _ "Exit"
|
||||
[/button]
|
||||
|
||||
[/column]
|
||||
|
|
Loading…
Add table
Reference in a new issue