diff options
-rw-r--r-- | app/views/user/show.rhtml | 2 | ||||
-rw-r--r-- | locale/aln/app.po | 4 | ||||
-rw-r--r-- | locale/app.pot | 4 | ||||
-rw-r--r-- | locale/ar/app.po | 4 | ||||
-rw-r--r-- | locale/bs/app.po | 4 | ||||
-rw-r--r-- | locale/ca/app.po | 8 | ||||
-rw-r--r-- | locale/cs/app.po | 10 | ||||
-rw-r--r-- | locale/cy/app.po | 4 | ||||
-rw-r--r-- | locale/de/app.po | 8 | ||||
-rw-r--r-- | locale/en/app.po | 4 | ||||
-rw-r--r-- | locale/en_IE/app.po | 4 | ||||
-rw-r--r-- | locale/es/app.po | 8 | ||||
-rw-r--r-- | locale/eu/app.po | 8 | ||||
-rw-r--r-- | locale/fr/app.po | 4 | ||||
-rw-r--r-- | locale/gl/app.po | 8 | ||||
-rw-r--r-- | locale/hu_HU/app.po | 8 | ||||
-rw-r--r-- | locale/id/app.po | 6 | ||||
-rw-r--r-- | locale/nb_NO/app.po | 4 | ||||
-rw-r--r-- | locale/pt_BR/app.po | 8 | ||||
-rw-r--r-- | locale/ro_RO/app.po | 4 | ||||
-rw-r--r-- | locale/sl/app.po | 4 | ||||
-rw-r--r-- | locale/sq/app.po | 8 | ||||
-rw-r--r-- | locale/sr@latin/app.po | 4 | ||||
-rw-r--r-- | locale/tr/app.po | 4 | ||||
-rw-r--r-- | locale/uk/app.po | 4 | ||||
-rw-r--r-- | spec/fixtures/locale/en/app.po | 4 | ||||
-rw-r--r-- | spec/fixtures/locale/en_GB/app.po | 4 | ||||
-rw-r--r-- | spec/fixtures/locale/es/app.po | 8 |
28 files changed, 77 insertions, 77 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml index 0bb12ac4a..1bcb1860b 100644 --- a/app/views/user/show.rhtml +++ b/app/views/user/show.rhtml @@ -158,7 +158,7 @@ <% end %> <% else %> <h2 id="annotations"> - <%= @is_you ? n_('Your %d annotation', 'Your %d annotations', @display_user.visible_comments.size) % @display_user.visible_comments.size : n_("This person's {{count}} annotation", "This person's {{count}} annotations", @display_user.visible_comments.size, :count => @display_user.visible_comments.size) %> + <%= @is_you ? n_('Your {{count}} annotation', 'Your {{count}} annotations', @display_user.visible_comments.size, :count => @display_user.visible_comments.size) : n_("This person's {{count}} annotation", "This person's {{count}} annotations", @display_user.visible_comments.size, :count => @display_user.visible_comments.size) %> <!-- matches_estimated <%=@xapian_comments.matches_estimated%> --> <%= @page_desc %> </h2> diff --git a/locale/aln/app.po b/locale/aln/app.po index ea08b8fa7..73f760880 100644 --- a/locale/aln/app.po +++ b/locale/aln/app.po @@ -2810,8 +2810,8 @@ msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" diff --git a/locale/app.pot b/locale/app.pot index 6e7100f51..486e8bc31 100644 --- a/locale/app.pot +++ b/locale/app.pot @@ -2808,8 +2808,8 @@ msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" diff --git a/locale/ar/app.po b/locale/ar/app.po index bb08c78c5..e55d5d76f 100644 --- a/locale/ar/app.po +++ b/locale/ar/app.po @@ -2850,8 +2850,8 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" msgstr[2] "" diff --git a/locale/bs/app.po b/locale/bs/app.po index a1e5c53bf..40c8e1e49 100644 --- a/locale/bs/app.po +++ b/locale/bs/app.po @@ -2997,8 +2997,8 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" msgstr[2] "" diff --git a/locale/ca/app.po b/locale/ca/app.po index b0df4163c..67a731f43 100644 --- a/locale/ca/app.po +++ b/locale/ca/app.po @@ -3037,10 +3037,10 @@ msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "Tu {{count}} solicitud de información" msgstr[1] "Tus {{count}} solicitudes de información" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Tu %d comentario" -msgstr[1] "Tus %d comentarios" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Tu {{count}} comentario" +msgstr[1] "Tus {{count}} comentarios" msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." msgstr "" diff --git a/locale/cs/app.po b/locale/cs/app.po index 2794fff4f..c131175d4 100644 --- a/locale/cs/app.po +++ b/locale/cs/app.po @@ -3006,11 +3006,11 @@ msgstr[0] "Váš {{count}} dotaz" msgstr[1] "Vaše {{count}} dotazy" msgstr[2] "Vašich {{count}} dotazů" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Váš %d poznámka" -msgstr[1] "Vaše %d poznámky" -msgstr[2] "Vašich %d poznámek" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Váš {{count}} poznámka" +msgstr[1] "Vaše {{count}} poznámky" +msgstr[2] "Vašich {{count}} poznámek" msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." msgstr "" diff --git a/locale/cy/app.po b/locale/cy/app.po index ab005ebd0..f26c42f17 100644 --- a/locale/cy/app.po +++ b/locale/cy/app.po @@ -2831,8 +2831,8 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" msgstr[2] "" diff --git a/locale/de/app.po b/locale/de/app.po index b98a332ec..7466f7667 100644 --- a/locale/de/app.po +++ b/locale/de/app.po @@ -2889,10 +2889,10 @@ msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "Ihre {{count}} Informationsfreiheitsanfrage" msgstr[1] "Ihre {{count}} Informationsfreiheitsanfragen" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Ihre %d Anmerkunge" -msgstr[1] "Ihre %d Anmerkungen" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Ihre {{count}} Anmerkunge" +msgstr[1] "Ihre {{count}} Anmerkungen" msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." msgstr "" diff --git a/locale/en/app.po b/locale/en/app.po index 196d105f1..b448de97a 100644 --- a/locale/en/app.po +++ b/locale/en/app.po @@ -2809,8 +2809,8 @@ msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" diff --git a/locale/en_IE/app.po b/locale/en_IE/app.po index 6250fa354..bf25a280c 100644 --- a/locale/en_IE/app.po +++ b/locale/en_IE/app.po @@ -2811,8 +2811,8 @@ msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" diff --git a/locale/es/app.po b/locale/es/app.po index 38b2f3ad2..08034bf4c 100644 --- a/locale/es/app.po +++ b/locale/es/app.po @@ -3067,10 +3067,10 @@ msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "Tu {{count}} solicitud de información" msgstr[1] "Tus {{count}} solicitudes de información" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Tu %d comentario" -msgstr[1] "Tus %d comentarios" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Tu {{count}} comentario" +msgstr[1] "Tus {{count}} comentarios" msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." msgstr "" diff --git a/locale/eu/app.po b/locale/eu/app.po index 0f7e24ce5..c07c6c8ff 100644 --- a/locale/eu/app.po +++ b/locale/eu/app.po @@ -2885,10 +2885,10 @@ msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "Zure informazio eskabide {{count}} " msgstr[1] "Zure {{count}} informazio eskabideak" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Zure iruzkin %d " -msgstr[1] "Zure %d iruzkinak" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Zure iruzkin {{count}} " +msgstr[1] "Zure {{count}} iruzkinak" msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." msgstr "" diff --git a/locale/fr/app.po b/locale/fr/app.po index 6a4dc90a7..b2e8a20c1 100644 --- a/locale/fr/app.po +++ b/locale/fr/app.po @@ -2821,8 +2821,8 @@ msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" diff --git a/locale/gl/app.po b/locale/gl/app.po index 9a5ea95d1..b02cf2501 100644 --- a/locale/gl/app.po +++ b/locale/gl/app.po @@ -3038,10 +3038,10 @@ msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "Tu {{count}} solicitud de información" msgstr[1] "Tus {{count}} solicitudes de información" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Tu %d comentario" -msgstr[1] "Tus %d comentarios" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Tu {{count}} comentario" +msgstr[1] "Tus {{count}} comentarios" msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." msgstr "" diff --git a/locale/hu_HU/app.po b/locale/hu_HU/app.po index a2a3e272a..70c1c6673 100644 --- a/locale/hu_HU/app.po +++ b/locale/hu_HU/app.po @@ -3037,10 +3037,10 @@ msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "Ön még nem készített adatigénylést" msgstr[1] "Az ön {{count}} adatigénylése" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Az ön %d hozzászólása" -msgstr[1] "Az ön %d hozzászólása" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Az ön {{count}} hozzászólása" +msgstr[1] "Az ön {{count}} hozzászólása" msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." msgstr "" diff --git a/locale/id/app.po b/locale/id/app.po index 653e8b3ef..62690cece 100644 --- a/locale/id/app.po +++ b/locale/id/app.po @@ -3053,9 +3053,9 @@ msgid "Your {{count}} Freedom of Information request" msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "Permintaan Freedom of Information {{count}} Anda" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Anotasi %d Anda" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Anotasi {{count}} Anda" msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." msgstr "" diff --git a/locale/nb_NO/app.po b/locale/nb_NO/app.po index 4cd8d58a2..8c6800b05 100644 --- a/locale/nb_NO/app.po +++ b/locale/nb_NO/app.po @@ -2809,8 +2809,8 @@ msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" diff --git a/locale/pt_BR/app.po b/locale/pt_BR/app.po index 7983ea846..12f13c947 100644 --- a/locale/pt_BR/app.po +++ b/locale/pt_BR/app.po @@ -2872,10 +2872,10 @@ msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "Seu {{count}} pedido" msgstr[1] "Seus {{count}} pedidos" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Seu %d comentário" -msgstr[1] "Seus %d comentários" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Seu {{count}} comentário" +msgstr[1] "Seus {{count}} comentários" msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." msgstr "" diff --git a/locale/ro_RO/app.po b/locale/ro_RO/app.po index 0091e37e9..17f1a7195 100644 --- a/locale/ro_RO/app.po +++ b/locale/ro_RO/app.po @@ -2821,8 +2821,8 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" msgstr[2] "" diff --git a/locale/sl/app.po b/locale/sl/app.po index f8242c073..d5807f441 100644 --- a/locale/sl/app.po +++ b/locale/sl/app.po @@ -2829,8 +2829,8 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" msgstr[2] "" diff --git a/locale/sq/app.po b/locale/sq/app.po index f54c958cb..330857920 100644 --- a/locale/sq/app.po +++ b/locale/sq/app.po @@ -2962,10 +2962,10 @@ msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "{{count}} kërkesë e yte për informatë zyrtare" msgstr[1] "{{count}} kërkesa tua për informata zyrtare" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "%d shënim i yti" -msgstr[1] "%d shënimet e tua" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "{{count}} shënim i yti" +msgstr[1] "{{count}} shënimet e tua" msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." msgstr "" diff --git a/locale/sr@latin/app.po b/locale/sr@latin/app.po index b4aa5c352..6f73264e5 100644 --- a/locale/sr@latin/app.po +++ b/locale/sr@latin/app.po @@ -2996,8 +2996,8 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" msgstr[2] "" diff --git a/locale/tr/app.po b/locale/tr/app.po index a4aa5fa5b..8092dc9f8 100644 --- a/locale/tr/app.po +++ b/locale/tr/app.po @@ -2806,8 +2806,8 @@ msgid "Your {{count}} Freedom of Information request" msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." diff --git a/locale/uk/app.po b/locale/uk/app.po index 1156db035..a780db3aa 100644 --- a/locale/uk/app.po +++ b/locale/uk/app.po @@ -2963,8 +2963,8 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" msgstr[2] "" diff --git a/spec/fixtures/locale/en/app.po b/spec/fixtures/locale/en/app.po index 11dd5751f..a1bde55ef 100644 --- a/spec/fixtures/locale/en/app.po +++ b/spec/fixtures/locale/en/app.po @@ -3643,8 +3643,8 @@ msgstr[0] "" msgstr[1] "" #: app/views/user/show.rhtml:179 -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" diff --git a/spec/fixtures/locale/en_GB/app.po b/spec/fixtures/locale/en_GB/app.po index b7a00d3e6..c755c941a 100644 --- a/spec/fixtures/locale/en_GB/app.po +++ b/spec/fixtures/locale/en_GB/app.po @@ -3642,8 +3642,8 @@ msgstr[0] "" msgstr[1] "" #: app/views/user/show.rhtml:179 -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" diff --git a/spec/fixtures/locale/es/app.po b/spec/fixtures/locale/es/app.po index 309c383c9..3ecb66ebb 100644 --- a/spec/fixtures/locale/es/app.po +++ b/spec/fixtures/locale/es/app.po @@ -3912,10 +3912,10 @@ msgstr[0] "Tu {{count}} solicitud de información" msgstr[1] "Tus {{count}} solicitudes de información" #: app/views/user/show.rhtml:179 -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Tu %d comentario" -msgstr[1] "Tus %d comentarios" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Tu {{count}} comentario" +msgstr[1] "Tus {{count}} comentarios" #: app/views/user/_signup.rhtml:22 msgid "" |