diff options
author | Sam Bigelow <sbigelow@gitlab.com> | 2019-01-29 22:21:26 -0500 |
---|---|---|
committer | Sam Bigelow <sbigelow@gitlab.com> | 2019-02-06 11:11:09 -0600 |
commit | 2a2f48a5b16d9eaff38317f13aee739cd2c16eaf (patch) | |
tree | a6e347c23193e41510a27287815a9ff8117287c5 /locale | |
parent | e69d9db5d08118cdea27346c314a2a79c56dc9b7 (diff) | |
download | gitlab-ce-2a2f48a5b16d9eaff38317f13aee739cd2c16eaf.tar.gz |
Clearly display diff statistics for MRs52347-lines-changed-statistics-is-not-easily-visible-in-mr-changes-view
Put the statistics in the compare-versions header for the entire MR
Put them in the file header for each individual file
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index ccdbc63c51e..c27ebbf567e 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -22,16 +22,6 @@ msgstr "" msgid " or " msgstr "" -msgid "%d addition" -msgid_plural "%d additions" -msgstr[0] "" -msgstr[1] "" - -msgid "%d changed file" -msgid_plural "%d changed files" -msgstr[0] "" -msgstr[1] "" - msgid "%d commit" msgid_plural "%d commits" msgstr[0] "" @@ -42,11 +32,6 @@ msgid_plural "%d commits behind" msgstr[0] "" msgstr[1] "" -msgid "%d deleted" -msgid_plural "%d deletions" -msgstr[0] "" -msgstr[1] "" - msgid "%d exporter" msgid_plural "%d exporters" msgstr[0] "" @@ -3214,6 +3199,11 @@ msgstr "" msgid "Fields on this page are now uneditable, you can configure" msgstr "" +msgid "File" +msgid_plural "Files" +msgstr[0] "" +msgstr[1] "" + msgid "File added" msgstr "" |