diff options
author | Reuben Pereira <rpereira@gitlab.com> | 2019-07-23 19:47:17 +0000 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-07-23 19:47:17 +0000 |
commit | 42ecbcad108aa44beb279421c300024d17a360cd (patch) | |
tree | 1e913053608ef43ee9aa949441f6a9943beff914 /locale | |
parent | ab97168e4f03994967cc6c8a38aa910f24cf1d7f (diff) | |
download | gitlab-ce-42ecbcad108aa44beb279421c300024d17a360cd.tar.gz |
Add validator for qualidied domain array
- Validate that the entries contain no unicode, html tags and are not
larger than 255 characters.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 12 |
1 files changed, 12 insertions, 0 deletions
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 "" |