diff options
author | Luke Bennett <lbennett@gitlab.com> | 2019-04-29 12:22:25 +0100 |
---|---|---|
committer | Luke Bennett <lbennett@gitlab.com> | 2019-05-03 17:19:16 +0100 |
commit | 1fb499de278ead55384b13f659a0acfc3680e37f (patch) | |
tree | f96e024de259b68e04e1e180c81704f14b2f174d /locale/gitlab.pot | |
parent | 7be2796e24e86c421c8988f454c51755b7f3e153 (diff) | |
download | gitlab-ce-1fb499de278ead55384b13f659a0acfc3680e37f.tar.gz |
Add leave link to access_granted emailmember-access-granted-leave-email-fe
Allows users to leave a project/group
that they have been added to.
Add function to leave a namespace by url param
If the `leave` param is present on a project/group show page,
click the leave link.
Diffstat (limited to 'locale/gitlab.pot')
-rw-r--r-- | locale/gitlab.pot | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 8a51ab80d6f..9a85be6613c 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -4854,6 +4854,12 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}." +msgstr "" + +msgid "If this was a mistake you can leave the %{source_type}." +msgstr "" + msgid "If your HTTP repository is not publicly accessible, add authentication information to the URL: <code>https://username:password@gitlab.company.com/group/project.git</code>." msgstr "" @@ -10912,6 +10918,9 @@ msgstr "" msgid "You do not have any subscriptions yet" msgstr "" +msgid "You do not have permission to leave this %{namespaceType}." +msgstr "" + msgid "You don't have any applications" msgstr "" @@ -10921,6 +10930,12 @@ msgstr "" msgid "You don't have any deployments right now." msgstr "" +msgid "You have been granted %{access_level} access to the %{source_link} %{source_type}." +msgstr "" + +msgid "You have been granted %{access_level} access to the %{source_name} %{source_type}." +msgstr "" + msgid "You have been granted %{member_human_access} access to %{label}." msgstr "" |