diff --git a/Translations/Translations.pot b/Translations/Translations.pot index e196388a6..06be8657a 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -325,7 +325,13 @@ msgstr "" msgid "File %s already exists. Overwrite?" msgstr "" -msgid "Directory path or file name is not valid!" +msgid "Directory path is not valid!" +msgstr "" + +msgid "File name is not valid!" +msgstr "" + +msgid "Directory path and file name are not valid!" msgstr "" msgid "Exporting in progress..." @@ -594,12 +600,54 @@ msgstr "" msgid "Outline" msgstr "" +msgid "Drop Shadow" +msgstr "" + +msgid "Offset X:" +msgstr "" + +msgid "Offset Y:" +msgstr "" + +msgid "Shadow color:" +msgstr "" + msgid "Adjust Hue/Saturation/Value" msgstr "" msgid "Gradient" msgstr "" +msgid "Linear" +msgstr "" + +msgid "Radial" +msgstr "" + +msgid "Linear Step" +msgstr "" + +msgid "Radial Step" +msgstr "" + +msgid "Linear Dithering" +msgstr "" + +msgid "Radial Dithering" +msgstr "" + +msgid "Transition size:" +msgstr "" + +msgid "Center:" +msgstr "" + +msgid "Radius:" +msgstr "" + +msgid "Dithering pattern:" +msgstr "" + msgid "Adjust HSV" msgstr "" @@ -1795,6 +1843,9 @@ msgstr "" msgid "Delete" msgstr "" +msgid "Discard All" +msgstr "" + msgid "Autosaved project(s) from a crashed session were found.\n" "Do you want to recover the data?" msgstr "" diff --git a/src/UI/Dialogs/ImageEffects/DropShadowDialog.tscn b/src/UI/Dialogs/ImageEffects/DropShadowDialog.tscn index daf9dee85..71b59ea67 100644 --- a/src/UI/Dialogs/ImageEffects/DropShadowDialog.tscn +++ b/src/UI/Dialogs/ImageEffects/DropShadowDialog.tscn @@ -87,7 +87,7 @@ suffix = "px" margin_top = 59.0 margin_right = 160.0 margin_bottom = 73.0 -text = "Shadow Color" +text = "Shadow color:" [node name="ShadowColor" type="ColorPickerButton" parent="VBoxContainer/OptionsContainer"] margin_left = 164.0 diff --git a/src/UI/TopMenuContainer.gd b/src/UI/TopMenuContainer.gd index 186d80c4c..04a36a483 100644 --- a/src/UI/TopMenuContainer.gd +++ b/src/UI/TopMenuContainer.gd @@ -146,7 +146,7 @@ func _setup_window_menu() -> void: "Window Opacity", "Panels", "Layouts", - "Movable Panels", + "Moveable Panels", "Zen Mode", "Fullscreen Mode", ]