diff options
author | Reuben Pereira <rpereira@gitlab.com> | 2019-08-07 18:40:36 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-08-07 18:40:36 +0000 |
commit | af4a597d3fb687ed2841bb755403f66cf131bdff (patch) | |
tree | 45b6188b5a67d4372b4073c41a420119d6300a89 /locale | |
parent | d02003cf951692cc243b7ee512de2139e99f0c4c (diff) | |
download | gitlab-ce-af4a597d3fb687ed2841bb755403f66cf131bdff.tar.gz |
Save instance administration project id in DB
- This will make it easy to identify the project even if admins change
the name of the project or move it.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 022d1745a1b..7586fff2e7d 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -3297,6 +3297,9 @@ msgstr "" msgid "Could not add prometheus URL to whitelist" msgstr "" +msgid "Could not add prometheus URL to whitelist, errors: %{errors}" +msgstr "" + msgid "Could not authorize chat nickname. Try again!" msgstr "" @@ -3309,6 +3312,12 @@ msgstr "" msgid "Could not create Wiki Repository at this time. Please try again later." msgstr "" +msgid "Could not create instance administration project. Errors: %{errors}" +msgstr "" + +msgid "Could not create project" +msgstr "" + msgid "Could not delete chat nickname %{chat_name}." msgstr "" @@ -3324,6 +3333,12 @@ msgstr "" msgid "Could not revoke personal access token %{personal_access_token_name}." msgstr "" +msgid "Could not save instance administration project ID, errors: %{errors}" +msgstr "" + +msgid "Could not save project ID" +msgstr "" + msgid "Coverage" msgstr "" @@ -5787,6 +5802,12 @@ msgstr "" msgid "Instance Statistics visibility" msgstr "" +msgid "Instance administration project already exists" +msgstr "" + +msgid "Instance administrators group already exists" +msgstr "" + msgid "Instance does not support multiple Kubernetes clusters" msgstr "" |