mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-11 09:40:42 +00:00
Move some new raw strings from Import Sprite Sheet .xml to en.ini
This commit is contained in:
parent
bdd4202c35
commit
e670a7a5d6
@ -621,10 +621,12 @@ new_version_available = New {0} v{1} available!
|
|||||||
title = Import Sprite Sheet
|
title = Import Sprite Sheet
|
||||||
select_file = Select File
|
select_file = Select File
|
||||||
type = Type:
|
type = Type:
|
||||||
|
tiles = Tiles:
|
||||||
x = X:
|
x = X:
|
||||||
y = Y:
|
y = Y:
|
||||||
width = Width:
|
width = Width:
|
||||||
height = Height:
|
height = Height:
|
||||||
|
padding = Padding:
|
||||||
horizontal_padding = Horizontal:
|
horizontal_padding = Horizontal:
|
||||||
vertical_padding = Vertical:
|
vertical_padding = Vertical:
|
||||||
partial_tiles = Include partial tiles at bottom/right edges
|
partial_tiles = Include partial tiles at bottom/right edges
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<label text="@.type" />
|
<label text="@.type" />
|
||||||
<combobox id="sheet_type" cell_hspan="3" />
|
<combobox id="sheet_type" cell_hspan="3" />
|
||||||
|
|
||||||
<separator text="Tiles:" horizontal="true" cell_hspan="4" />
|
<separator text="@.tiles" horizontal="true" cell_hspan="4" />
|
||||||
|
|
||||||
<label text="@.x" />
|
<label text="@.x" />
|
||||||
<expr id="x" text="0" />
|
<expr id="x" text="0" />
|
||||||
@ -24,7 +24,7 @@
|
|||||||
<label text="@.height" />
|
<label text="@.height" />
|
||||||
<expr id="height" text="16" />
|
<expr id="height" text="16" />
|
||||||
|
|
||||||
<separator text="Padding:" horizontal="true" cell_hspan="4" />
|
<separator text="@.padding" horizontal="true" cell_hspan="4" />
|
||||||
|
|
||||||
<label text="@.horizontal_padding" />
|
<label text="@.horizontal_padding" />
|
||||||
<expr id="horizontal_padding" text="0" />
|
<expr id="horizontal_padding" text="0" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user