from retail

This commit is contained in:
NoM0Re
2025-01-10 16:16:47 +01:00
parent b89c221c34
commit a747346a9d
15 changed files with 240 additions and 42 deletions
+14
View File
@@ -1833,6 +1833,20 @@ Private.grid_types = {
VH = L["Centered Vertical, then Centered Horizontal"],
}
Private.centered_types_h = {
LR = L["Left to Right"],
RL = L["Right to Left"],
CLR =L["Center, then alternating left and right"],
CRL = L["Center, then alternating right and left"]
}
Private.centered_types_v = {
LR = L["Bottom to Top"],
RL = L["Top to Bottom"],
CLR =L["Center, then alternating bottom and top"],
CRL = L["Center, then alternating top and bottom"]
}
Private.text_rotate_types = {
["LEFT"] = L["Left"],
["NONE"] = L["None"],