diff options
author | Luke Bennett <lbennett@gitlab.com> | 2019-05-06 13:15:03 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-05-06 13:15:03 +0000 |
commit | 18c07084a6faea04ab446e523fff603843406ac8 (patch) | |
tree | b13bd44f9f56f32afb4ed387284e45102d653a4f /locale | |
parent | 53823531ff88f8c568973841fac66e3629df7522 (diff) | |
download | gitlab-ce-18c07084a6faea04ab446e523fff603843406ac8.tar.gz |
Destroy repo mirrors instead of disabling them
It is important to destroy data related to repo mirrors when they are
disabled.
Use `_destroy` nested attribute instead of `enabled` for push mirrors.
Call `remove_import_data` after saving a project if its pull mirror is
disabled.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 122f31fec44..445984c7847 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -811,9 +811,6 @@ msgstr "" msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication" msgstr "" -msgid "An SSH key will be automatically generated when the form is submitted. For more information, please refer to the documentation." -msgstr "" - msgid "An application called %{link_to_client} is requesting access to your GitLab account." msgstr "" @@ -2811,9 +2808,6 @@ msgstr "" msgid "Copy SSH public key" msgstr "" -msgid "Copy SSH public key to clipboard" -msgstr "" - msgid "Copy URL to clipboard" msgstr "" @@ -4762,9 +4756,6 @@ msgstr "" msgid "Help page text and support page url." msgstr "" -msgid "Here is the public SSH key that needs to be added to the remote server. For more information, please refer to the documentation." -msgstr "" - msgid "Hide file browser" msgstr "" @@ -10154,9 +10145,6 @@ msgstr "" msgid "Unable to load the diff. %{button_try_again}" msgstr "" -msgid "Unable to regenerate public ssh key." -msgstr "" - msgid "Unable to resolve" msgstr "" |