Add missing language strings

This commit is contained in:
Skylar Ittner 2017-12-01 22:05:11 -07:00
parent d337b90fb8
commit 0a01520052

View File

@ -49,5 +49,15 @@ define("STRINGS", [
"page orientation" => "Page Orientation",
"portrait" => "Portrait",
"landscape" => "Landscape",
"page size and orientation" => "{size} ({orientation})"
"page size and orientation" => "{size} ({orientation})",
"new tile" => "New Tile",
"preview" => "Preview",
"width" => "Width",
"order" => "Order",
"close" => "Close",
"edit tile" => "Edit Tile",
"save" => "Save",
"edit content" => "Edit Content",
"delete" => "Delete",
"open" => "Open"
]);