mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Started working on user-defined-fields for all entities (references #176)
This commit is contained in:
11
localization/en/userfield_types.php
Normal file
11
localization/en/userfield_types.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'text-single-line' => 'Text (single line)',
|
||||
'text-multi-line' => 'Text (multi line)',
|
||||
'number-integral' => 'Number (integral)',
|
||||
'number-decimal' => 'Number (decimal)',
|
||||
'date' => 'Date (without time)',
|
||||
'datetime' => 'Date & time',
|
||||
'checkbox' => 'Checkbox'
|
||||
);
|
Reference in New Issue
Block a user