diff options
author | Natalia Tepluhina <ntepluhina@gitlab.com> | 2019-03-04 11:39:55 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-03-04 11:39:55 +0000 |
commit | d9ba40aa044e63b95de2e1dae1d54da7f500cd6b (patch) | |
tree | 4001b7228e99c23d0a5a27f04c29d36b566d0206 /locale | |
parent | c082ce08c842516c0c3fc85bbf0167281db201c6 (diff) | |
download | gitlab-ce-d9ba40aa044e63b95de2e1dae1d54da7f500cd6b.tar.gz |
Fixed mutation for root
- fixed test spec
- added warning only if file is deleted
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 cb599e4744c..ec36341be61 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -3133,6 +3133,9 @@ msgstr "" msgid "Error Tracking" msgstr "" +msgid "Error creating a new path" +msgstr "" + msgid "Error deleting %{issuableType}" msgstr "" @@ -7384,6 +7387,9 @@ msgstr "" msgid "The maximum file size allowed is 200KB." msgstr "" +msgid "The name %{entryName} is already taken in this directory." +msgstr "" + msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>" msgstr "" |