mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
[skip ci] Add some strings to Translations.pot
This commit is contained in:
parent
72da34a97d
commit
bd68f3d20b
|
@ -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."
|
msgid "Trims the exported images to their visible portion, considering each pixel with a non-zero alpha channel as visible."
|
||||||
msgstr ""
|
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"
|
msgid "Close"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -326,7 +326,7 @@ text = "Trim images"
|
||||||
|
|
||||||
[node name="ClipSelection" type="CheckBox" parent="VBoxContainer/VSplitContainer/VBoxContainer/AdvancedOptions/GridContainer" groups=["ExportImageOptions"]]
|
[node name="ClipSelection" type="CheckBox" parent="VBoxContainer/VSplitContainer/VBoxContainer/AdvancedOptions/GridContainer" groups=["ExportImageOptions"]]
|
||||||
layout_mode = 2
|
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
|
mouse_default_cursor_shape = 2
|
||||||
text = "Clip image content to selection"
|
text = "Clip image content to selection"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue