diff --git a/Translations/Translations.pot b/Translations/Translations.pot index b42fa1b20..adfb56dce 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -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 "" diff --git a/src/Preferences/PreferencesDialog.tscn b/src/Preferences/PreferencesDialog.tscn index c6548374a..2cf1d89bf 100644 --- a/src/Preferences/PreferencesDialog.tscn +++ b/src/Preferences/PreferencesDialog.tscn @@ -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