diff --git a/lang/en_us.php b/lang/en_us.php index 442310a..21aa1fa 100644 --- a/lang/en_us.php +++ b/lang/en_us.php @@ -67,5 +67,13 @@ define("STRINGS", [ "location deleted" => "Location deleted.", "location in use" => "Cannot delete location because there is at least one item still in it.", "new location" => "New Location", - "location saved" => "Location saved." + "location saved" => "Location saved.", + "name" => "Name", + "save" => "Save", + "placeholder item name" => "Foo Bar", + "placeholder category name" => "Widgets", + "placeholder location name" => "Over the Hills", + "description" => "Description", + "notes" => "Notes", + "comments" => "Comments" ]); \ No newline at end of file diff --git a/pages/editcat.php b/pages/editcat.php index f6ab8ef..e9e276a 100644 --- a/pages/editcat.php +++ b/pages/editcat.php @@ -45,7 +45,7 @@ if (!is_empty($VARS['id'])) {
- +
@@ -55,7 +55,7 @@ if (!is_empty($VARS['id'])) {
- - + + " required="required" value="" />
- - + + " value="" />
- - + + " value="" />
@@ -100,13 +100,13 @@ if (!is_empty($VARS['id'])) {
- +
- +
@@ -134,19 +134,19 @@ if (!is_empty($VARS['id'])) {
- +
- +
- +
@@ -158,7 +158,7 @@ if (!is_empty($VARS['id'])) { @@ -75,7 +75,7 @@ if (!is_empty($VARS['id'])) {