diff options
author | Fatih Acet <acetfatih@gmail.com> | 2018-08-18 01:05:22 +0200 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2018-09-03 09:49:32 +0200 |
commit | e0ab3ed5545df468411f1b8675de6873ed57e595 (patch) | |
tree | c55e37943db53916ce05c65aa91eb814ef27a89a /locale | |
parent | ba99dfcde262c91e33b5bf7f86ba7c0e3b6f7e52 (diff) | |
download | gitlab-ce-e0ab3ed5545df468411f1b8675de6873ed57e595.tar.gz |
Disable Web IDE button if user is not allowed to push the source branch.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 936b85146d4..4f79cbd12bb 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -6796,6 +6796,9 @@ msgstr "" msgid "mrWidget|This project is archived, write access has been disabled" msgstr "" +msgid "mrWidget|You are not allowed to edit this project directly. Please fork to make changes." +msgstr "" + msgid "mrWidget|You can merge this merge request manually using the" msgstr "" |