mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 01:29:49 +00:00
Some translation updates & hint tooltip changes
This commit is contained in:
parent
9bf1660d18
commit
f7571c0628
|
@ -53,7 +53,7 @@ margin_left = 36.0
|
||||||
margin_top = 2.0
|
margin_top = 2.0
|
||||||
margin_right = 68.0
|
margin_right = 68.0
|
||||||
margin_bottom = 34.0
|
margin_bottom = 34.0
|
||||||
hint_tooltip = "Lock/unlock layer."
|
hint_tooltip = "Lock/unlock layer"
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
size_flags_vertical = 4
|
size_flags_vertical = 4
|
||||||
|
@ -67,7 +67,9 @@ margin_left = 72.0
|
||||||
margin_top = 2.0
|
margin_top = 2.0
|
||||||
margin_right = 104.0
|
margin_right = 104.0
|
||||||
margin_bottom = 34.0
|
margin_bottom = 34.0
|
||||||
hint_tooltip = "Lock/unlock layer."
|
hint_tooltip = "Enable/disable cel linking
|
||||||
|
|
||||||
|
Linked cels are being shared across multiple frames"
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
size_flags_vertical = 4
|
size_flags_vertical = 4
|
||||||
|
|
|
@ -158,6 +158,15 @@ msgid "Can't load file '%s'.\n"
|
||||||
"Error code: %s"
|
"Error code: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Frame"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Spritesheet"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Animation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Preview:"
|
msgid "Preview:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -623,25 +632,35 @@ msgstr ""
|
||||||
msgid "LAYERNEW_HT"
|
msgid "LAYERNEW_HT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "LAYERREMOVE_HT"
|
msgid "Create a new layer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "LAYERUP_HT"
|
msgid "Remove current layer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "LAYERDOWN_HT"
|
msgid "Move up the current layer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "LAYERCLONE_HT"
|
msgid "Move down the current layer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "LAYERMERGE_HT"
|
msgid "Clone current layer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Merge current layer with the one below"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Opacity:"
|
msgid "Opacity:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "LAYERVISIBILITY_HT"
|
msgid "Toggle layer's visibility"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Lock/unlock layer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Enable/disable cel linking\n\n"
|
||||||
|
"Linked cels are being shared across multiple frames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Palette"
|
msgid "Palette"
|
||||||
|
@ -650,13 +669,13 @@ msgstr ""
|
||||||
msgid "Palettes"
|
msgid "Palettes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "NEWPALETTE_HT"
|
msgid "Add a new palette"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "EDITPALETTE_HT"
|
msgid "Edit currently selected palette"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "CHOOSEPALETTE_HT"
|
msgid "Choose a palette"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Undo: Draw"
|
msgid "Undo: Draw"
|
||||||
|
|
Loading…
Reference in a new issue