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

[skip ci] Add some strings to Translations.pot

This commit is contained in:
Emmanouil Papadeas 2024-10-11 13:08:29 +03:00
parent 72da34a97d
commit bd68f3d20b
2 changed files with 9 additions and 1 deletions

View file

@ -2685,6 +2685,14 @@ msgstr ""
msgid "Trims the exported images to their visible portion, considering each pixel with a non-zero alpha channel as visible."
msgstr ""
#. Found in the export dialog. It is an option that allows users to only export the portions of the images that are within the selected area.
msgid "Clip image content to selection"
msgstr ""
#. Found in the export dialog. Tooltip of the "clip image content to selection" option.
msgid "Only export content that is within the bounds of a selected area."
msgstr ""
msgid "Close"
msgstr ""

View file

@ -326,7 +326,7 @@ text = "Trim images"
[node name="ClipSelection" type="CheckBox" parent="VBoxContainer/VSplitContainer/VBoxContainer/AdvancedOptions/GridContainer" groups=["ExportImageOptions"]]
layout_mode = 2
tooltip_text = "Only shows content that is within the bounds of a selected area."
tooltip_text = "Only export content that is within the bounds of a selected area."
mouse_default_cursor_shape = 2
text = "Clip image content to selection"