mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +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_right = 68.0
|
||||
margin_bottom = 34.0
|
||||
hint_tooltip = "Lock/unlock layer."
|
||||
hint_tooltip = "Lock/unlock layer"
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 4
|
||||
|
@ -67,7 +67,9 @@ margin_left = 72.0
|
|||
margin_top = 2.0
|
||||
margin_right = 104.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
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 4
|
||||
|
|
|
@ -158,6 +158,15 @@ msgid "Can't load file '%s'.\n"
|
|||
"Error code: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frame"
|
||||
msgstr ""
|
||||
|
||||
msgid "Spritesheet"
|
||||
msgstr ""
|
||||
|
||||
msgid "Animation"
|
||||
msgstr ""
|
||||
|
||||
msgid "Preview:"
|
||||
msgstr ""
|
||||
|
||||
|
@ -623,25 +632,35 @@ msgstr ""
|
|||
msgid "LAYERNEW_HT"
|
||||
msgstr ""
|
||||
|
||||
msgid "LAYERREMOVE_HT"
|
||||
msgid "Create a new layer"
|
||||
msgstr ""
|
||||
|
||||
msgid "LAYERUP_HT"
|
||||
msgid "Remove current layer"
|
||||
msgstr ""
|
||||
|
||||
msgid "LAYERDOWN_HT"
|
||||
msgid "Move up the current layer"
|
||||
msgstr ""
|
||||
|
||||
msgid "LAYERCLONE_HT"
|
||||
msgid "Move down the current layer"
|
||||
msgstr ""
|
||||
|
||||
msgid "LAYERMERGE_HT"
|
||||
msgid "Clone current layer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Merge current layer with the one below"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opacity:"
|
||||
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 ""
|
||||
|
||||
msgid "Palette"
|
||||
|
@ -650,13 +669,13 @@ msgstr ""
|
|||
msgid "Palettes"
|
||||
msgstr ""
|
||||
|
||||
msgid "NEWPALETTE_HT"
|
||||
msgid "Add a new palette"
|
||||
msgstr ""
|
||||
|
||||
msgid "EDITPALETTE_HT"
|
||||
msgid "Edit currently selected palette"
|
||||
msgstr ""
|
||||
|
||||
msgid "CHOOSEPALETTE_HT"
|
||||
msgid "Choose a palette"
|
||||
msgstr ""
|
||||
|
||||
msgid "Undo: Draw"
|
||||
|
|
Loading…
Reference in a new issue