diff options
-rw-r--r-- | app/views/general/search.rhtml | 2 | ||||
-rw-r--r-- | locale/aln/app.po | 2 | ||||
-rw-r--r-- | locale/app.pot | 2 | ||||
-rw-r--r-- | locale/ar/app.po | 2 | ||||
-rw-r--r-- | locale/bs/app.po | 4 | ||||
-rw-r--r-- | locale/ca/app.po | 4 | ||||
-rw-r--r-- | locale/cs/app.po | 4 | ||||
-rw-r--r-- | locale/cy/app.po | 2 | ||||
-rw-r--r-- | locale/de/app.po | 4 | ||||
-rw-r--r-- | locale/en/app.po | 2 | ||||
-rw-r--r-- | locale/en_IE/app.po | 2 | ||||
-rw-r--r-- | locale/es/app.po | 4 | ||||
-rw-r--r-- | locale/eu/app.po | 4 | ||||
-rw-r--r-- | locale/fr/app.po | 4 | ||||
-rw-r--r-- | locale/gl/app.po | 4 | ||||
-rw-r--r-- | locale/hu_HU/app.po | 4 | ||||
-rw-r--r-- | locale/id/app.po | 4 | ||||
-rw-r--r-- | locale/nb_NO/app.po | 2 | ||||
-rw-r--r-- | locale/pt_BR/app.po | 4 | ||||
-rw-r--r-- | locale/ro_RO/app.po | 4 | ||||
-rw-r--r-- | locale/sl/app.po | 2 | ||||
-rw-r--r-- | locale/sq/app.po | 4 | ||||
-rw-r--r-- | locale/sr@latin/app.po | 4 | ||||
-rw-r--r-- | locale/uk/app.po | 4 | ||||
-rw-r--r-- | spec/fixtures/locale/en/app.po | 2 | ||||
-rw-r--r-- | spec/fixtures/locale/en_GB/app.po | 2 | ||||
-rw-r--r-- | spec/fixtures/locale/es/app.po | 4 |
27 files changed, 43 insertions, 43 deletions
diff --git a/app/views/general/search.rhtml b/app/views/general/search.rhtml index 6df12d980..9640bc674 100644 --- a/app/views/general/search.rhtml +++ b/app/views/general/search.rhtml @@ -164,7 +164,7 @@ <% if @spelling_correction %> <p id="did_you_mean"><%= _('Did you mean: {{correction}}', :correction => search_link(@spelling_correction, @postfix)) %></p> <% end %> - <p><%= raw(_('<a href="%s">Browse all</a> or <a href="%s">ask us to add one</a>.') % [list_public_bodies_default, help_requesting_path + '#missing_body']) %></p> + <p><%= _('<a href="{{browse_url}}">Browse all</a> or <a href="{{add_url}}">ask us to add one</a>.', :browse_url => list_public_bodies_default.html_safe, :add_url => (help_requesting_path + '#missing_body').html_safe) %></p> <% end %> </div> diff --git a/locale/aln/app.po b/locale/aln/app.po index 6af886044..ae4eadc5d 100644 --- a/locale/aln/app.po +++ b/locale/aln/app.po @@ -144,7 +144,7 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" msgid "Can't find the one you want?" diff --git a/locale/app.pot b/locale/app.pot index 9d1b40b99..c54557c59 100644 --- a/locale/app.pot +++ b/locale/app.pot @@ -142,7 +142,7 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" msgid "Can't find the one you want?" diff --git a/locale/ar/app.po b/locale/ar/app.po index 5ebe8fb44..fc5083467 100644 --- a/locale/ar/app.po +++ b/locale/ar/app.po @@ -156,7 +156,7 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" msgid "Can't find the one you want?" diff --git a/locale/bs/app.po b/locale/bs/app.po index d08ea304c..380f73a83 100644 --- a/locale/bs/app.po +++ b/locale/bs/app.po @@ -166,8 +166,8 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Pretraži sve</a> ili <a href=\"%s\"> zamolite nas da dodamo </a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Pretraži sve</a> ili <a href=\"{{add_url}}\"> zamolite nas da dodamo </a>." msgid "Can't find the one you want?" msgstr "Ne možete naći onaj koji želite?" diff --git a/locale/ca/app.po b/locale/ca/app.po index 7a58c9f6d..99dbdf5b5 100644 --- a/locale/ca/app.po +++ b/locale/ca/app.po @@ -161,8 +161,8 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "Posseeix el copyright d'alguna informació d'aquesta pàgina?" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Veure totes</a> o <a href=\"%s\">demana'ns que n'afegim una</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Veure totes</a> o <a href=\"{{add_url}}\">demana'ns que n'afegim una</a>." msgid "Can't find the one you want?" msgstr "No troba el que busca?" diff --git a/locale/cs/app.po b/locale/cs/app.po index a8d1d0bf1..8736b12ba 100644 --- a/locale/cs/app.po +++ b/locale/cs/app.po @@ -163,8 +163,8 @@ msgstr "Chybí nám nějaká instituce?" msgid "Are you the owner of any commercial copyright on this page?" msgstr "Jste vlastníkem nějakých autorských práv na této stránce?" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Prohlížet všel</a> nebo <a href=\"%s\">požádat o přidání kontaktu</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Prohlížet všel</a> nebo <a href=\"{{add_url}}\">požádat o přidání kontaktu</a>." msgid "Can't find the one you want?" msgstr "Nemůžete najít, co hledáte?" diff --git a/locale/cy/app.po b/locale/cy/app.po index 4b7354e5c..7b072a284 100644 --- a/locale/cy/app.po +++ b/locale/cy/app.po @@ -151,7 +151,7 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" msgid "Can't find the one you want?" diff --git a/locale/de/app.po b/locale/de/app.po index 45adfbfcb..2a3938425 100644 --- a/locale/de/app.po +++ b/locale/de/app.po @@ -156,8 +156,8 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "Halten Sie die Urheberrechte dieser Seite?" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Alle durchsuchen</a> or <a href=\"%s\">bitten Sie uns eine hinzuzufügen</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Alle durchsuchen</a> or <a href=\"{{add_url}}\">bitten Sie uns eine hinzuzufügen</a>." msgid "Can't find the one you want?" msgstr "Gewünschte Behörde nicht gefunden?" diff --git a/locale/en/app.po b/locale/en/app.po index bebf35d1f..d6fdf3eb5 100644 --- a/locale/en/app.po +++ b/locale/en/app.po @@ -143,7 +143,7 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" msgid "Can't find the one you want?" diff --git a/locale/en_IE/app.po b/locale/en_IE/app.po index 0e9fd2b7b..d351263b0 100644 --- a/locale/en_IE/app.po +++ b/locale/en_IE/app.po @@ -145,7 +145,7 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" msgid "Can't find the one you want?" diff --git a/locale/es/app.po b/locale/es/app.po index a982f365b..5f54e1e6f 100644 --- a/locale/es/app.po +++ b/locale/es/app.po @@ -165,8 +165,8 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "¿Posee el copyright de alguna información de esta página?" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Ver todas</a> o <a href=\"%s\">pídanos que añadamos una</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Ver todas</a> o <a href=\"{{add_url}}\">pídanos que añadamos una</a>." msgid "Can't find the one you want?" msgstr "¿No encuentra el que busca?" diff --git a/locale/eu/app.po b/locale/eu/app.po index ba4f44f53..7af656fbd 100644 --- a/locale/eu/app.po +++ b/locale/eu/app.po @@ -156,8 +156,8 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "Orrialde honetako infomazioaren eskubideak dituzu zuk?" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Guztiak ikusi</a> o <a href=\"%s\">eskatu beste bat gehitzeko</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Guztiak ikusi</a> o <a href=\"{{add_url}}\">eskatu beste bat gehitzeko</a>." msgid "Can't find the one you want?" msgstr "Ez duzu bilatzen ari zaren hori aurkitzen?" diff --git a/locale/fr/app.po b/locale/fr/app.po index ba7bc0fba..7326daf53 100644 --- a/locale/fr/app.po +++ b/locale/fr/app.po @@ -153,8 +153,8 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Voir tout</a> ou <a href=\"%s\"> demandez nous d'ajouter une</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Voir tout</a> ou <a href=\"{{add_url}}\"> demandez nous d'ajouter une</a>." msgid "Can't find the one you want?" msgstr "" diff --git a/locale/gl/app.po b/locale/gl/app.po index a600d0e89..6098c99d5 100644 --- a/locale/gl/app.po +++ b/locale/gl/app.po @@ -161,8 +161,8 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "¿Posee el copyright de alguna información de esta página?" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Ver todas</a> o <a href=\"%s\">pídanos que añadamos una</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Ver todas</a> o <a href=\"{{add_url}}\">pídanos que añadamos una</a>." msgid "Can't find the one you want?" msgstr "¿No encuentra el que busca?" diff --git a/locale/hu_HU/app.po b/locale/hu_HU/app.po index 264a0eb91..4e3e8615f 100644 --- a/locale/hu_HU/app.po +++ b/locale/hu_HU/app.po @@ -157,8 +157,8 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "Tulajdonosa az oldalon található bármely kereskedelmi célú szerzői jognak?" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Böngésszen az összes között</a> vagy <a href=\"%s\">ha kéri, felvesszük a hiányzót</a>. " +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Böngésszen az összes között</a> vagy <a href=\"{{add_url}}\">ha kéri, felvesszük a hiányzót</a>. " msgid "Can't find the one you want?" msgstr "Nem találja, amit keresett?" diff --git a/locale/id/app.po b/locale/id/app.po index 5a39f1d99..48af1789d 100644 --- a/locale/id/app.po +++ b/locale/id/app.po @@ -160,8 +160,8 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "Apakah Anda pemilik dari hak cipta komersial di halaman ini?" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Lihat semua</a> atau <a href=\"%s\">minta kami untuk menambahkan</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Lihat semua</a> atau <a href=\"{{add_url}}\">minta kami untuk menambahkan</a>." msgid "Can't find the one you want?" msgstr "Tidak dapat menemukan apa yang Anda inginkan?" diff --git a/locale/nb_NO/app.po b/locale/nb_NO/app.po index 9a002299c..1ae265ea8 100644 --- a/locale/nb_NO/app.po +++ b/locale/nb_NO/app.po @@ -143,7 +143,7 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" msgid "Can't find the one you want?" diff --git a/locale/pt_BR/app.po b/locale/pt_BR/app.po index bb188bc2b..3382dc429 100644 --- a/locale/pt_BR/app.po +++ b/locale/pt_BR/app.po @@ -167,8 +167,8 @@ msgstr "Estamos esquecendo de uma autoridade pública?" msgid "Are you the owner of any commercial copyright on this page?" msgstr "Você é o dono dos direitos autorais dessa página?" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Veja todos</a> ou <a href=\"%s\">peça-nos para adicionar um</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Veja todos</a> ou <a href=\"{{add_url}}\">peça-nos para adicionar um</a>." msgid "Can't find the one you want?" msgstr "Não conseguiu encontrar o que procurava?" diff --git a/locale/ro_RO/app.po b/locale/ro_RO/app.po index 203a455d0..bd8dc2138 100644 --- a/locale/ro_RO/app.po +++ b/locale/ro_RO/app.po @@ -148,8 +148,8 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "Ai un drept de Proprietate Intelectuală asupra vreunei mărci de pe pagina aceasta?" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Caută toate</a> sau <a href=\"%s\">cere-ne nouă să adăugăm una</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Caută toate</a> sau <a href=\"{{add_url}}\">cere-ne nouă să adăugăm una</a>." msgid "Can't find the one you want?" msgstr "Nu găsești persoana căutată?" diff --git a/locale/sl/app.po b/locale/sl/app.po index 5b231ca09..c01f18b42 100644 --- a/locale/sl/app.po +++ b/locale/sl/app.po @@ -149,7 +149,7 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" msgid "Can't find the one you want?" diff --git a/locale/sq/app.po b/locale/sq/app.po index 5828e09ef..d0115cd29 100644 --- a/locale/sq/app.po +++ b/locale/sq/app.po @@ -167,8 +167,8 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "A je pronar i ndonjë të drejte autoriale komerciale në këtë faqe?" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Shfletoni të gjitha</a> ose <a href=\"%s\">kërkoni nga ne që të shtojmë një</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Shfletoni të gjitha</a> ose <a href=\"{{add_url}}\">kërkoni nga ne që të shtojmë një</a>." msgid "Can't find the one you want?" msgstr "Nuk mund të gjen autoritetin që dëshiron?" diff --git a/locale/sr@latin/app.po b/locale/sr@latin/app.po index 5206f07b0..db061bdad 100644 --- a/locale/sr@latin/app.po +++ b/locale/sr@latin/app.po @@ -163,8 +163,8 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Pretraži sve</a> ili <a href=\"%s\"> zamolite nas da dodamo </a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Pretraži sve</a> ili <a href=\"{{add_url}}\"> zamolite nas da dodamo </a>." msgid "Can't find the one you want?" msgstr "Ne možete naći onaj koji želite?" diff --git a/locale/uk/app.po b/locale/uk/app.po index 9aa4be901..ccdb29f82 100644 --- a/locale/uk/app.po +++ b/locale/uk/app.po @@ -157,8 +157,8 @@ msgstr "" msgid "Are you the owner of any commercial copyright on this page?" msgstr "Вам належить авторське право на будь-що на цій сторінці?" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Переглянути всі</a> або <a href=\"%s\">попросити нас додати</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Переглянути всі</a> або <a href=\"{{add_url}}\">попросити нас додати</a>." msgid "Can't find the one you want?" msgstr "Не можете знайти?" diff --git a/spec/fixtures/locale/en/app.po b/spec/fixtures/locale/en/app.po index d04fc1a57..00eba5eb5 100644 --- a/spec/fixtures/locale/en/app.po +++ b/spec/fixtures/locale/en/app.po @@ -200,7 +200,7 @@ msgid "Are you the owner of any commercial copyright on this page?" msgstr "" #: app/views/general/search.rhtml:168 -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" #: app/views/public_body/list.rhtml:51 diff --git a/spec/fixtures/locale/en_GB/app.po b/spec/fixtures/locale/en_GB/app.po index 6d0ea237b..6820b69f4 100644 --- a/spec/fixtures/locale/en_GB/app.po +++ b/spec/fixtures/locale/en_GB/app.po @@ -200,7 +200,7 @@ msgid "Are you the owner of any commercial copyright on this page?" msgstr "" #: app/views/general/search.rhtml:168 -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" #: app/views/public_body/list.rhtml:51 diff --git a/spec/fixtures/locale/es/app.po b/spec/fixtures/locale/es/app.po index fa492f060..0dc75d873 100644 --- a/spec/fixtures/locale/es/app.po +++ b/spec/fixtures/locale/es/app.po @@ -217,8 +217,8 @@ msgid "Are you the owner of any commercial copyright on this page?" msgstr "¿Posee el copyright de alguna información de esta página?" #: app/views/general/search.rhtml:168 -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Ver todas</a> o <a href=\"%s\">pídanos que añadamos una</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Ver todas</a> o <a href=\"{{add_url}}\">pídanos que añadamos una</a>." #: app/views/public_body/list.rhtml:51 msgid "Can't find the one you want?" |