diff options
author | Fatih Acet <acetfatih@gmail.com> | 2019-05-06 22:15:38 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2019-05-06 22:15:38 +0000 |
commit | 6a035c6013c628f1534b8229a0d53db994474166 (patch) | |
tree | 084e02fe38729bb93838a4f56ae19c000f9f7502 /locale | |
parent | 36ec4770bc5d22103a70cd5f6df0b55e2cff7721 (diff) | |
parent | 1fb499de278ead55384b13f659a0acfc3680e37f (diff) | |
download | gitlab-ce-6a035c6013c628f1534b8229a0d53db994474166.tar.gz |
Merge branch 'member-access-granted-leave-email-fe' into 'master'
CE Add leave link to access_granted email
See merge request gitlab-org/gitlab-ce!27892
Diffstat (limited to 'locale')
-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 445984c7847..cc1a54a5642 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -4872,6 +4872,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 "" @@ -10933,6 +10939,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 "" @@ -10942,6 +10951,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 "" |