Added new Userfield type "Link (with title)" (closes #790)

This commit is contained in:
Bernd Bestel
2020-12-21 17:57:48 +01:00
parent e97fccd03a
commit 431a2ab9f7
8 changed files with 93 additions and 6 deletions

View File

@@ -42,6 +42,9 @@ msgstr "Select list (multiple items can be selected)"
msgid "link"
msgstr "Link"
msgid "link-with-title"
msgstr "Link (with title)"
msgid "file"
msgstr "File"

View File

@@ -2065,3 +2065,9 @@ msgstr ""
msgid "Merge"
msgstr ""
msgid "Title"
msgstr ""
msgid "Link"
msgstr ""

View File

@@ -12,38 +12,54 @@ msgstr ""
"Language: en\n"
"X-Domain: grocy/userfield_types\n"
# Text (single line)
msgid "text-single-line"
msgstr ""
# Text (multi line)
msgid "text-multi-line"
msgstr ""
# Number (integral)
msgid "number-integral"
msgstr ""
# Number (decimal)
msgid "number-decimal"
msgstr ""
# Date (without time)
msgid "date"
msgstr ""
# Date & time
msgid "datetime"
msgstr ""
# Checkbox
msgid "checkbox"
msgstr ""
# Select list (a single item can be selected)
msgid "preset-list"
msgstr ""
# Select list (multiple items can be selected)
msgid "preset-checklist"
msgstr ""
# Link
msgid "link"
msgstr ""
# Link (with title)
msgid "link-with-title"
msgstr ""
# File
msgid "file"
msgstr ""
# Image
msgid "image"
msgstr ""