Added new strings to be translated

Greek translation is still in progress
This commit is contained in:
OverloadedOrama 2019-12-31 20:10:10 +02:00
parent 2be469ec22
commit 830ae623d2
18 changed files with 1488 additions and 132 deletions

View file

@ -11,6 +11,7 @@ margin_left = -512.0
margin_top = -300.0
margin_right = 3.0
margin_bottom = 48.0
window_title = "Export Sprite as .png"
resizable = true
access = 2
filters = PoolStringArray( "*.png ; PNG Image" )
@ -24,23 +25,25 @@ margin_top = 8.0
margin_right = 507.0
margin_bottom = 312.0
text = "Export current frame"
items = [ "Export current frame", null, false, 0, null, "Export all frames as multiple files", null, false, 1, null, "Export all frames as a spritesheet (single file)", null, false, 2, null ]
items = [ "EXPORT_CURRENT_FRAME_LABEL", null, false, 0, null, "EXPORT_FRAMES_AS_MULTIPLE_FILES_LABEL", null, false, 1, null, "EXPORT_FRAMES_AS_SPRITESHEET_LABEL", null, false, 2, null ]
selected = 0
[node name="Resize" type="HBoxContainer" parent="."]
margin_right = 40.0
margin_bottom = 40.0
margin_left = 8.0
margin_top = 8.0
margin_right = 507.0
margin_bottom = 312.0
[node name="Label" type="Label" parent="Resize"]
margin_top = 13.0
margin_top = 145.0
margin_right = 46.0
margin_bottom = 27.0
margin_bottom = 159.0
text = "Resize:"
[node name="ResizeValue" type="SpinBox" parent="Resize"]
margin_left = 50.0
margin_right = 124.0
margin_bottom = 40.0
margin_bottom = 304.0
mouse_default_cursor_shape = 2
min_value = 10.0
max_value = 1000.0
@ -50,16 +53,16 @@ suffix = "%"
[node name="Label2" type="Label" parent="Resize"]
margin_left = 128.0
margin_top = 13.0
margin_top = 145.0
margin_right = 215.0
margin_bottom = 27.0
margin_bottom = 159.0
text = "Interpolation:"
[node name="Interpolation" type="OptionButton" parent="Resize"]
margin_left = 219.0
margin_right = 303.0
margin_bottom = 40.0
text = "Item 0"
margin_right = 310.0
margin_bottom = 304.0
text = "Nearest"
items = [ "Nearest", null, false, 0, null, "Bilinear", null, false, 1, null, "Cubic", null, false, 2, null, "Trilinear", null, false, 3, null, "Lanczos", null, true, 4, null ]
selected = 0