diff options
author | Brandon Labuschagne <blabuschagne@gitlab.com> | 2019-05-07 17:44:46 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2019-05-07 17:44:46 +0000 |
commit | 028bb1171f1b13df7ee59e05574648e9df942697 (patch) | |
tree | e27f0a27efe4a10816a2444fa98389a0e5cbeb04 /locale | |
parent | 426e8c68060e8744ca52543139084666127eb445 (diff) | |
download | gitlab-ce-028bb1171f1b13df7ee59e05574648e9df942697.tar.gz |
Internationalisation of protected_branches directory
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.
i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 5aa048c28a3..4d253fa6043 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -4208,6 +4208,9 @@ msgstr "" msgid "Failed to save preferences." msgstr "" +msgid "Failed to update branch!" +msgstr "" + msgid "Failed to update issues, please try again." msgstr "" @@ -7655,6 +7658,9 @@ msgstr "" msgid "Protected" msgstr "" +msgid "Protected Branch" +msgstr "" + msgid "Protected Tag" msgstr "" |