aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2017-05-27 23:48:58 +0200
committerMarius Halden <marius.h@lden.org>2017-05-27 23:48:58 +0200
commit90eaa6fc820bfeac9b30ed5ef102fcb716847bb0 (patch)
treee32b5adc1e69edb13597c12ef6f3c796adb6fdb5
parent387ac38fc8aeb0a475c55b8b3a489fab394ffeb7 (diff)
More translations
-rw-r--r--locale/FixMyStreetMobileApp.po6
-rw-r--r--locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po6
-rw-r--r--locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po6
-rw-r--r--templates/existing.html2
-rw-r--r--www/templates/nb/existing.html2
5 files changed, 17 insertions, 5 deletions
diff --git a/locale/FixMyStreetMobileApp.po b/locale/FixMyStreetMobileApp.po
index 957adb2..4490a2b 100644
--- a/locale/FixMyStreetMobileApp.po
+++ b/locale/FixMyStreetMobileApp.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: struan@mysociety.org\n"
-"POT-Creation-Date: 2017-05-27 23:22+0200\n"
+"POT-Creation-Date: 2017-05-27 23:43+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <team@fixmystreet.com>\n"
@@ -301,6 +301,10 @@ msgstr ""
msgid "Save for later"
msgstr ""
+#: templates/existing.html:13
+msgid "Saved in the %s category"
+msgstr ""
+
#: templates/strings.js:29
msgid "Search for a place or postcode"
msgstr ""
diff --git a/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po b/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po
index 4bc8565..d2db78d 100644
--- a/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po
+++ b/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: struan@mysociety.org\n"
-"POT-Creation-Date: 2017-05-27 23:22+0200\n"
+"POT-Creation-Date: 2017-05-27 23:43+0200\n"
"PO-Revision-Date: 2013-09-18 18:01+0100\n"
"Last-Translator: Struan <struan@mysociety.org>\n"
"Language-Team: LANGUAGE <team@fixmystreet.com>\n"
@@ -323,6 +323,10 @@ msgstr ""
msgid "Save for later"
msgstr ""
+#: templates/existing.html:13
+msgid "Saved in the %s category"
+msgstr ""
+
#: templates/strings.js:29
msgid "Search for a place or postcode"
msgstr ""
diff --git a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po
index 3070a30..b9bdaf2 100644
--- a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po
+++ b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: struan@mysociety.org\n"
-"POT-Creation-Date: 2017-05-27 23:22+0200\n"
+"POT-Creation-Date: 2017-05-27 23:43+0200\n"
"PO-Revision-Date: 2017-05-27 18:11+0200\n"
"Last-Translator: Marius Halden <marius.h@lden.org>\n"
"Language-Team: NUUG fiksgatami <fiksgatami@rt.nuug.no>\n"
@@ -343,6 +343,10 @@ msgstr "Lagre til senere"
msgid "Save for later"
msgstr "Lagre til senere"
+#: templates/existing.html:13
+msgid "Saved in the %s category"
+msgstr "Lagret i kategorien %s"
+
#: templates/strings.js:29
msgid "Search for a place or postcode"
msgstr "Søk etter en plass eller et postnummer"
diff --git a/templates/existing.html b/templates/existing.html
index ac2739a..1c326b8 100644
--- a/templates/existing.html
+++ b/templates/existing.html
@@ -10,7 +10,7 @@
<div class="meta">
<p>
<% if ( category && category != '[% loc('-- Pick a category --') %]' ) { %>
- [% tprintf('Saved in the %s category', '<%= category %>') %]
+ [% tprintf(loc('Saved in the %s category'), '<%= category %>') %]
<% } %>
</p>
diff --git a/www/templates/nb/existing.html b/www/templates/nb/existing.html
index 6785a16..24822fd 100644
--- a/www/templates/nb/existing.html
+++ b/www/templates/nb/existing.html
@@ -10,7 +10,7 @@
<div class="meta">
<p>
<% if ( category && category != '-- Velg en kategori --' ) { %>
- Saved in the <%= category %> category
+ Lagret i kategorien <%= category %>
<% } %>
</p>