1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Update translations and add hint tooltips to the driver preferences

This commit is contained in:
Emmanouil Papadeas 2022-12-01 02:00:45 +02:00
parent c4059beddf
commit 251b240857
2 changed files with 26 additions and 5 deletions

View file

@ -958,6 +958,9 @@ msgstr ""
msgid "Dutch"
msgstr ""
msgid "Belarusian"
msgstr ""
msgid "Development Team"
msgstr ""
@ -1303,6 +1306,22 @@ msgstr ""
msgid "If this is toggled on, when the application's window loses focus, it gets paused. This helps lower CPU usage when idle. The application gets unpaused when the mouse enters the application's window."
msgstr ""
#. Found in the Preferences, under Drivers. Specifies the renderer/video driver being used.
msgid "Renderer:"
msgstr ""
#. Found in the Preferences, under Drivers. Hint tooltip of the renderer option.
msgid "Specifies the renderer/video driver being used. GLES2 is better for older and low-end devices, but GLES3 may offer more features."
msgstr ""
#. Found in the Preferences, under Drivers. Specifies the tablet driver being used on Windows.
msgid "Tablet driver:"
msgstr ""
#. Found in the Preferences, under Drivers. Hint tooltip of the tablet driver option.
msgid "Specifies the tablet driver being used on Windows. If you have Windows Ink enabled, select winink."
msgstr ""
msgid "Add Extension"
msgstr ""

View file

@ -1230,7 +1230,7 @@ __meta__ = {
visible = false
margin_top = 74.0
margin_right = 498.0
margin_bottom = 136.0
margin_bottom = 112.0
[node name="DriversHeader" type="HBoxContainer" parent="HSplitContainer/VBoxContainer/ScrollContainer/RightSide/Drivers"]
margin_right = 498.0
@ -1252,7 +1252,7 @@ size_flags_horizontal = 3
[node name="DriversContainer" type="GridContainer" parent="HSplitContainer/VBoxContainer/ScrollContainer/RightSide/Drivers"]
margin_top = 18.0
margin_right = 498.0
margin_bottom = 62.0
margin_bottom = 38.0
columns = 3
[node name="RendererLabel" type="Label" parent="HSplitContainer/VBoxContainer/ScrollContainer/RightSide/Drivers/DriversContainer"]
@ -1267,6 +1267,7 @@ text = "Renderer:"
margin_left = 168.0
margin_right = 331.0
margin_bottom = 20.0
hint_tooltip = "Specifies the renderer/video driver being used. GLES2 is better for older and low-end devices, but GLES3 may offer more features."
mouse_default_cursor_shape = 2
size_flags_horizontal = 3
text = "GLES2"
@ -1287,9 +1288,10 @@ text = "Tablet driver:"
[node name="TabletDriver" type="OptionButton" parent="HSplitContainer/VBoxContainer/ScrollContainer/RightSide/Drivers/DriversContainer"]
unique_name_in_owner = true
visible = false
margin_top = 24.0
margin_right = 164.0
margin_bottom = 44.0
margin_left = 335.0
margin_right = 498.0
margin_bottom = 20.0
hint_tooltip = "Specifies the tablet driver being used on Windows. If you have Windows Ink enabled, select winink."
mouse_default_cursor_shape = 2
size_flags_horizontal = 3