From 42ecbcad108aa44beb279421c300024d17a360cd Mon Sep 17 00:00:00 2001 From: Reuben Pereira Date: Tue, 23 Jul 2019 19:47:17 +0000 Subject: Add validator for qualidied domain array - Validate that the entries contain no unicode, html tags and are not larger than 255 characters. --- locale/gitlab.pot | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'locale') diff --git a/locale/gitlab.pot b/locale/gitlab.pot index bd26ca6714d..5cd9aa7e2de 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -12803,6 +12803,15 @@ msgstr "" msgid "encrypted: needs to be a :required, :optional or :migrating!" msgstr "" +msgid "entries cannot be blank" +msgstr "" + +msgid "entries cannot be larger than 255 characters" +msgstr "" + +msgid "entries cannot contain HTML tags" +msgstr "" + msgid "error" msgstr "" @@ -13308,6 +13317,9 @@ msgstr "" msgid "triggered" msgstr "" +msgid "unicode domains should use IDNA encoding" +msgstr "" + msgid "updated" msgstr "" -- cgit v1.2.1