diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-12-18 18:52:34 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-12-18 18:52:34 +0000 |
commit | c74b7286cdd213f38b5e9a816bb4dc9ba2611170 (patch) | |
tree | d7d61954a62c03666d724ac69ace1ce6bed96f69 /locale/nl_NL.UTF-8 | |
parent | 195c7c7b6e03a3ec9cf7fcd22c7fbf0cba90c749 (diff) |
Fix display of large numbers on HTML status page.
6a70b829 prettified the numbers, so they were now strings, but
mistakingly kept the printf tokens as "%d".
Diffstat (limited to 'locale/nl_NL.UTF-8')
-rw-r--r-- | locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po index 019eb04ae..7631b6ef8 100644 --- a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -35,13 +35,13 @@ msgstr "of" #: templates/web/base/admin/index.html:35 #: templates/web/base/status/index.html:13 -msgid "%d confirmed alerts, %d unconfirmed" +msgid "%s confirmed alerts, %s unconfirmed" msgstr "%d geverifieerde meldingen, %d ongeverifieerd" #: templates/web/base/admin/index.html:37 #: templates/web/base/status/index.html:16 #: templates/web/zurich/admin/index.html:6 -msgid "%d council contacts – %d confirmed, %d unconfirmed" +msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%d gemeente contactpersonen – %d geverifieerd, %d ongeverifieerd" #: templates/web/base/admin/edit-league.html:12 @@ -50,12 +50,12 @@ msgstr "%d bewerkingen door %s" #: templates/web/base/admin/index.html:34 #: templates/web/base/status/index.html:12 -msgid "%d live updates" -msgstr "%d live updates" +msgid "%s live updates" +msgstr "%s live updates" #: templates/web/base/admin/index.html:36 #: templates/web/base/status/index.html:14 -msgid "%d questionnaires sent – %d answered (%s%%)" +msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%d vragenlijsten verzonden – %d beantwoord (%s%%)" #: templates/web/base/pagination.html:10 @@ -219,7 +219,7 @@ msgstr "" #: templates/web/base/admin/index.html:32 #: templates/web/base/status/index.html:11 #: templates/web/zurich/admin/index.html:4 -msgid "<strong>%d</strong> live problems" +msgid "<strong>%s</strong> live problems" msgstr "<strong>%d</strong> actieve problemen" #: templates/web/fixmystreet/report/new/form_user_loggedout.html:39 @@ -3925,7 +3925,7 @@ msgstr "Opgeloste meldingen" #: templates/web/base/admin/index.html:33 #: templates/web/zurich/admin/index.html:5 -msgid "from %d different users" +msgid "from %s different users" msgstr "door %d verschillende gebruikers" #: templates/web/base/report/_item.html:17 |