aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-01-23 19:08:10 +0000
committerLouise Crow <louise.crow@gmail.com>2013-04-15 08:37:22 +0100
commit2138c847c228f009da01c990360600b4ec9e184d (patch)
tree35859444e4c695eab2e83980a3e6085e810e432d
parentd2bf5fd71f36b43615ffe57c9ee5134f0a1e2279 (diff)
Replace %s with {{}} in translation for ""This request has been marked for review by the site administrators..."
-rw-r--r--app/views/request/_sidebar.rhtml2
-rw-r--r--locale/aln/app.po2
-rw-r--r--locale/app.pot2
-rw-r--r--locale/ar/app.po2
-rw-r--r--locale/bs/app.po2
-rw-r--r--locale/ca/app.po2
-rw-r--r--locale/cs/app.po4
-rw-r--r--locale/cy/app.po2
-rw-r--r--locale/de/app.po2
-rw-r--r--locale/en/app.po2
-rw-r--r--locale/en_IE/app.po2
-rw-r--r--locale/es/app.po4
-rw-r--r--locale/eu/app.po2
-rw-r--r--locale/fr/app.po2
-rw-r--r--locale/gl/app.po2
-rw-r--r--locale/hu_HU/app.po2
-rw-r--r--locale/id/app.po4
-rw-r--r--locale/nb_NO/app.po2
-rw-r--r--locale/pt_BR/app.po4
-rw-r--r--locale/ro_RO/app.po2
-rw-r--r--locale/sl/app.po2
-rw-r--r--locale/sq/app.po2
-rw-r--r--locale/sr@latin/app.po2
-rw-r--r--locale/tr/app.po2
-rw-r--r--locale/uk/app.po2
25 files changed, 29 insertions, 29 deletions
diff --git a/app/views/request/_sidebar.rhtml b/app/views/request/_sidebar.rhtml
index 0d862ad41..6f1349715 100644
--- a/app/views/request/_sidebar.rhtml
+++ b/app/views/request/_sidebar.rhtml
@@ -25,7 +25,7 @@
<p><%= _('This request is hidden, so that only you the requester can see it. Please
<a href="{{url}}">contact us</a> if you are not sure why.', :url => help_requesting_path.html_safe) %></p>
<% else %>
- <p><%= raw(_('This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href="%s">contact us</a>.') % [help_requesting_path]) %></p>
+ <p><%= _('This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href="{{url}}">contact us</a>.', :url => help_requesting_path.html_safe) %></p>
<% end %>
<% else %>
<p><%= _('Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href="/help/about">read more</a>).') %></p>
diff --git a/locale/aln/app.po b/locale/aln/app.po
index 73eb4641e..5e6b1eea9 100644
--- a/locale/aln/app.po
+++ b/locale/aln/app.po
@@ -2289,7 +2289,7 @@ msgstr ""
msgid "This request has been <strong>withdrawn</strong> by the person who made it.\\n There may be an explanation in the correspondence below."
msgstr ""
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/app.pot b/locale/app.pot
index 4c1385207..5e6a5dace 100644
--- a/locale/app.pot
+++ b/locale/app.pot
@@ -2287,7 +2287,7 @@ msgstr ""
msgid "This request has been <strong>withdrawn</strong> by the person who made it.\\n There may be an explanation in the correspondence below."
msgstr ""
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/ar/app.po b/locale/ar/app.po
index 8ec923cf7..ff7a6cf79 100644
--- a/locale/ar/app.po
+++ b/locale/ar/app.po
@@ -2325,7 +2325,7 @@ msgstr ""
msgid "This request has been <strong>withdrawn</strong> by the person who made it.\\n There may be an explanation in the correspondence below."
msgstr ""
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/bs/app.po b/locale/bs/app.po
index d735d92c4..46df4f022 100644
--- a/locale/bs/app.po
+++ b/locale/bs/app.po
@@ -2437,7 +2437,7 @@ msgstr ""
"Ovaj zahtjev je <strong>povučen</strong> od strane osobe koja ga je napravila. \n"
" <span class=\"whitespace other\" title=\"Tab\">»</span> Obijašnjenje može biti u dopisima ispod."
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/ca/app.po b/locale/ca/app.po
index 760a3a9ca..2f993349d 100644
--- a/locale/ca/app.po
+++ b/locale/ca/app.po
@@ -2461,7 +2461,7 @@ msgstr ""
"Esta solicitud ha sido <strong>retirada</strong> por la persona que la realizó. \n"
" \t Puede que haya una explicación en los mensajes a continuación."
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/cs/app.po b/locale/cs/app.po
index acbff4ad2..ab8770943 100644
--- a/locale/cs/app.po
+++ b/locale/cs/app.po
@@ -2439,8 +2439,8 @@ msgstr ""
"Dotaz byl <strong>stažen</strong> tazatelem. \n"
"Bližší vysvětlení můžete najít v níže uvedené korespondenci."
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
-msgstr "Tento dotaz byl označen administrátory ke kontrole. Pokud si myslíte, že by měl být skryt, <a href=\"%s\">kontaktujte nás</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
+msgstr "Tento dotaz byl označen administrátory ke kontrole. Pokud si myslíte, že by měl být skryt, <a href=\"{{url}}\">kontaktujte nás</a>."
msgid "This request has been reported for administrator attention"
msgstr "Odesláno administrátorovi"
diff --git a/locale/cy/app.po b/locale/cy/app.po
index b82395353..b7aad74ee 100644
--- a/locale/cy/app.po
+++ b/locale/cy/app.po
@@ -2308,7 +2308,7 @@ msgstr ""
msgid "This request has been <strong>withdrawn</strong> by the person who made it.\\n There may be an explanation in the correspondence below."
msgstr ""
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/de/app.po b/locale/de/app.po
index bceb2dc31..47b402878 100644
--- a/locale/de/app.po
+++ b/locale/de/app.po
@@ -2359,7 +2359,7 @@ msgstr ""
"Diese Anfrage wurde von dem/der Anfrageninhaber/in <strong>zurückgezogen</strong>. \n"
" <span class=\"whitespace other\" title=\"Tab\">»</span> Sie können evt. eine Begründung im unten angefügten Kommunikationsverlauf finden."
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/en/app.po b/locale/en/app.po
index 1b6ba1fc6..1befc0a84 100644
--- a/locale/en/app.po
+++ b/locale/en/app.po
@@ -2288,7 +2288,7 @@ msgstr ""
msgid "This request has been <strong>withdrawn</strong> by the person who made it.\\n There may be an explanation in the correspondence below."
msgstr ""
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/en_IE/app.po b/locale/en_IE/app.po
index 30030538f..230d2c61f 100644
--- a/locale/en_IE/app.po
+++ b/locale/en_IE/app.po
@@ -2290,7 +2290,7 @@ msgstr ""
msgid "This request has been <strong>withdrawn</strong> by the person who made it.\\n There may be an explanation in the correspondence below."
msgstr ""
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/es/app.po b/locale/es/app.po
index b144b4e8c..e6e62d0a0 100644
--- a/locale/es/app.po
+++ b/locale/es/app.po
@@ -2491,8 +2491,8 @@ msgstr ""
"Esta solicitud ha sido <strong>retirada</strong> por la persona que la realizó. \n"
" \t Puede que haya una explicación en los mensajes a continuación."
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
-msgstr "Esta solicitud va a ser revisada por los administradores de la web, que no la han ocultado de momento. Si crees que debe ser ocultada, por favor <a href=\"%s\">contáctanos</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
+msgstr "Esta solicitud va a ser revisada por los administradores de la web, que no la han ocultado de momento. Si crees que debe ser ocultada, por favor <a href=\"{{url}}\">contáctanos</a>."
msgid "This request has been reported for administrator attention"
msgstr "Este pedido ha sido reportado al administrador del sitio."
diff --git a/locale/eu/app.po b/locale/eu/app.po
index 04e9c4c56..abe19a12c 100644
--- a/locale/eu/app.po
+++ b/locale/eu/app.po
@@ -2355,7 +2355,7 @@ msgstr ""
"Eskabide hau sortu zuen pertsonak <strong>kendu du</strong>. \n"
" \t Ondoko mezuetan egon daiteke honen azalpena."
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/fr/app.po b/locale/fr/app.po
index 6ce602297..47480b863 100644
--- a/locale/fr/app.po
+++ b/locale/fr/app.po
@@ -2298,7 +2298,7 @@ msgstr ""
msgid "This request has been <strong>withdrawn</strong> by the person who made it.\\n There may be an explanation in the correspondence below."
msgstr ""
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/gl/app.po b/locale/gl/app.po
index fcb0fceae..488c53cfb 100644
--- a/locale/gl/app.po
+++ b/locale/gl/app.po
@@ -2462,7 +2462,7 @@ msgstr ""
"Esta solicitud ha sido <strong>retirada</strong> por la persona que la realizó. \n"
" \t Puede que haya una explicación en los mensajes a continuación."
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/hu_HU/app.po b/locale/hu_HU/app.po
index dc85fabfc..f2ea5aa0d 100644
--- a/locale/hu_HU/app.po
+++ b/locale/hu_HU/app.po
@@ -2460,7 +2460,7 @@ msgstr ""
"Ezt az igénylést <strong>visszavonta</strong> az azt benyújtó személy. \n"
" \t Előfordulhat, hogy az alábbi levelezésben megtalálja ennek magyarázatát."
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/id/app.po b/locale/id/app.po
index 418d004b9..f581a85a6 100644
--- a/locale/id/app.po
+++ b/locale/id/app.po
@@ -2476,8 +2476,8 @@ msgstr ""
"Permintaan ini telah <strong>ditarik</strong> oleh orang yang membuatnya. \n"
" \t Mungkin ada penjelasan dalam korespondensi di bawah."
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
-msgstr "Permintaan ini telah ditandai untuk di review oleh administrator, tetapi tidak disembunyikan pada saat ini. Jika Anda yakin akan disembunyikan, silakan <a href=\"%s\">kontak kami</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
+msgstr "Permintaan ini telah ditandai untuk di review oleh administrator, tetapi tidak disembunyikan pada saat ini. Jika Anda yakin akan disembunyikan, silakan <a href=\"{{url}}\">kontak kami</a>."
msgid "This request has been reported for administrator attention"
msgstr "Permintaan ini telah dilaporkan untuk perhatian administrator"
diff --git a/locale/nb_NO/app.po b/locale/nb_NO/app.po
index 126785595..1c07d4d38 100644
--- a/locale/nb_NO/app.po
+++ b/locale/nb_NO/app.po
@@ -2288,7 +2288,7 @@ msgstr ""
msgid "This request has been <strong>withdrawn</strong> by the person who made it.\\n There may be an explanation in the correspondence below."
msgstr ""
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/pt_BR/app.po b/locale/pt_BR/app.po
index b739957ca..50a7b09d9 100644
--- a/locale/pt_BR/app.po
+++ b/locale/pt_BR/app.po
@@ -2342,8 +2342,8 @@ msgstr ""
msgid "This request has been <strong>withdrawn</strong> by the person who made it.\\n There may be an explanation in the correspondence below."
msgstr "Este pedido foi <strong>removido</strong> pela pessoa que o fez. Pode ser que exista uma explicação na troca de emails abaixo."
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
-msgstr "Esse pedido foi marcado para revisão pelos administradores, que ainda não esconderam-no. Se você acha que ele deveria ser escondido, por favor <a href=\"%s\">entre em contato</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
+msgstr "Esse pedido foi marcado para revisão pelos administradores, que ainda não esconderam-no. Se você acha que ele deveria ser escondido, por favor <a href=\"{{url}}\">entre em contato</a>."
msgid "This request has been reported for administrator attention"
msgstr "Esse pedido foi encaminhado para avaliação do administrador"
diff --git a/locale/ro_RO/app.po b/locale/ro_RO/app.po
index 64914c752..b9f474283 100644
--- a/locale/ro_RO/app.po
+++ b/locale/ro_RO/app.po
@@ -2299,7 +2299,7 @@ msgstr ""
msgid "This request has been <strong>withdrawn</strong> by the person who made it.\\n There may be an explanation in the correspondence below."
msgstr ""
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/sl/app.po b/locale/sl/app.po
index 75c45694b..226d4a277 100644
--- a/locale/sl/app.po
+++ b/locale/sl/app.po
@@ -2306,7 +2306,7 @@ msgstr ""
msgid "This request has been <strong>withdrawn</strong> by the person who made it.\\n There may be an explanation in the correspondence below."
msgstr ""
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/sq/app.po b/locale/sq/app.po
index 58a4bc974..dfbb5ae8d 100644
--- a/locale/sq/app.po
+++ b/locale/sq/app.po
@@ -2409,7 +2409,7 @@ msgstr ""
msgid "This request has been <strong>withdrawn</strong> by the person who made it.\\n There may be an explanation in the correspondence below."
msgstr "Kjo kërkesë është <strong>tërhequr</strong> nga personi që e bëri atë. » Mund të ketë një shpjegim në korrespondencën më poshtë."
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/sr@latin/app.po b/locale/sr@latin/app.po
index 5d76534ec..238a5e64e 100644
--- a/locale/sr@latin/app.po
+++ b/locale/sr@latin/app.po
@@ -2436,7 +2436,7 @@ msgstr ""
"Ovaj zahtev je <strong>povučen</strong> od strane osobe koja ga je napravila. \n"
" <span class=\"whitespace other\" title=\"Tab\">»</span> Obijašnjenje može biti u dopisima ispod."
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/tr/app.po b/locale/tr/app.po
index 948ef8115..85428194c 100644
--- a/locale/tr/app.po
+++ b/locale/tr/app.po
@@ -2280,7 +2280,7 @@ msgstr ""
msgid "This request has been <strong>withdrawn</strong> by the person who made it.\\n There may be an explanation in the correspondence below."
msgstr ""
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"
diff --git a/locale/uk/app.po b/locale/uk/app.po
index 5eb94e1f6..56b0e358c 100644
--- a/locale/uk/app.po
+++ b/locale/uk/app.po
@@ -2414,7 +2414,7 @@ msgstr ""
"Людина, що зробила цей запит, відмовилась від нього.\n"
" У переписці нижче може бути пояснення цьому."
-msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"%s\">contact us</a>."
+msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
msgstr ""
msgid "This request has been reported for administrator attention"