diff options
author | Phil Hughes <me@iamphill.com> | 2017-05-03 12:02:26 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-05-03 12:02:26 +0100 |
commit | 93f27958d02389b3550d25470ccd29b304005e96 (patch) | |
tree | 83deff34c5347dfdb38c6298c5ba677cbe330be9 /locale/gitlab.pot | |
parent | 6d5364cfb0e39f49afac9b465f37bd19185c3755 (diff) | |
download | gitlab-ce-93f27958d02389b3550d25470ccd29b304005e96.tar.gz |
Updated some JS translate methods to correctly take in context
Diffstat (limited to 'locale/gitlab.pot')
-rw-r--r-- | locale/gitlab.pot | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 956e05926e1..bc16b7a0968 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: gitlab 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-05-02 23:33-0500\n" -"PO-Revision-Date: 2017-05-02 23:33-0500\n" +"POT-Creation-Date: 2017-05-03 12:00+0100\n" +"PO-Revision-Date: 2017-05-03 12:00+0100\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: \n" @@ -54,14 +54,15 @@ msgstr "" msgid "Introducing Cycle Analytics" msgstr "" -msgid "Last 30 days" -msgstr "" - -msgid "Last 90 days" -msgstr "" +msgid "Last %d day" +msgid_plural "Last %d days" +msgstr[0] "" +msgstr[1] "" -msgid "Limited to showing 50 events at most" -msgstr "" +msgid "Limited to showing %d event at most" +msgid_plural "Limited to showing %d events at most" +msgstr[0] "" +msgstr[1] "" msgid "Median" msgstr "" @@ -162,7 +163,7 @@ msgstr "" msgid "Total Time" msgstr "" -msgid "Want to see the data? Please ask administrator for access." +msgid "Want to see the data? Please ask an administrator for access." msgstr "" msgid "We don't have enough data to show this stage." |