1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00

Made Pan tool's shortcut change-able, and added missing translations

This commit is contained in:
Manolis Papadeas 2021-01-21 01:58:15 +02:00
parent 85b0611ca0
commit f03dcfe230
2 changed files with 28 additions and 0 deletions

View file

@ -694,6 +694,11 @@ msgid "Zoom\n\n"
"%s for right mouse button"
msgstr ""
msgid "Pan\n\n"
"%s for left mouse button\n"
"%s for right mouse button"
msgstr ""
msgid "Color Picker\n"
"Select a color from a pixel of the sprite\n\n"
"%s for left mouse button\n"
@ -1410,6 +1415,9 @@ msgstr ""
msgid "Zoom"
msgstr ""
msgid "Pan"
msgstr ""
msgid "Color Picker"
msgstr ""

View file

@ -857,6 +857,26 @@ margin_right = 505.0
margin_bottom = 64.0
size_flags_horizontal = 3
[node name="PanLabel" type="Label" parent="HSplitContainer/ScrollContainer/VBoxContainer/Shortcuts/Shortcuts"]
margin_top = 47.0
margin_right = 137.0
margin_bottom = 61.0
text = "Pan"
[node name="left_pan_tool" type="Button" parent="HSplitContainer/ScrollContainer/VBoxContainer/Shortcuts/Shortcuts"]
margin_left = 142.0
margin_top = 44.0
margin_right = 321.0
margin_bottom = 64.0
size_flags_horizontal = 3
[node name="right_pan_tool" type="Button" parent="HSplitContainer/ScrollContainer/VBoxContainer/Shortcuts/Shortcuts"]
margin_left = 326.0
margin_top = 44.0
margin_right = 505.0
margin_bottom = 64.0
size_flags_horizontal = 3
[node name="ColorPickerLabel" type="Label" parent="HSplitContainer/ScrollContainer/VBoxContainer/Shortcuts/Shortcuts"]
margin_top = 69.0
margin_right = 137.0