mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 03:39:51 +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
|
||||
select_file = Select File
|
||||
type = Type:
|
||||
tiles = Tiles:
|
||||
x = X:
|
||||
y = Y:
|
||||
width = Width:
|
||||
height = Height:
|
||||
padding = Padding:
|
||||
horizontal_padding = Horizontal:
|
||||
vertical_padding = Vertical:
|
||||
partial_tiles = Include partial tiles at bottom/right edges
|
||||
|
@ -10,7 +10,7 @@
|
||||
<label text="@.type" />
|
||||
<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" />
|
||||
<expr id="x" text="0" />
|
||||
@ -24,7 +24,7 @@
|
||||
<label text="@.height" />
|
||||
<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" />
|
||||
<expr id="horizontal_padding" text="0" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user