diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2013-08-29 00:50:57 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2013-08-29 00:50:57 +0800 |
commit | 311e8cb1b410437150040ec22ebb3e609d2b4fc6 (patch) | |
tree | 40f502cc73cd89187e23d927841670112a1c2e30 | |
parent | 3e486d67fa72ae697004b415cbacf5c31c352d90 (diff) | |
download | gsoc2013-epiphany-311e8cb1b410437150040ec22ebb3e609d2b4fc6.tar gsoc2013-epiphany-311e8cb1b410437150040ec22ebb3e609d2b4fc6.tar.gz gsoc2013-epiphany-311e8cb1b410437150040ec22ebb3e609d2b4fc6.tar.bz2 gsoc2013-epiphany-311e8cb1b410437150040ec22ebb3e609d2b4fc6.tar.lz gsoc2013-epiphany-311e8cb1b410437150040ec22ebb3e609d2b4fc6.tar.xz gsoc2013-epiphany-311e8cb1b410437150040ec22ebb3e609d2b4fc6.tar.zst gsoc2013-epiphany-311e8cb1b410437150040ec22ebb3e609d2b4fc6.zip |
Fix translation comment for default search engine
I mistakenly gave as an example a wrong URL in the translation
comment. Fix it now and also the two translations that picked
it up.
-rw-r--r-- | data/default-bookmarks.rdf.in | 4 | ||||
-rw-r--r-- | po/cs.po | 4 | ||||
-rw-r--r-- | po/gl.po | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/data/default-bookmarks.rdf.in b/data/default-bookmarks.rdf.in index 2b9710684..2f2b7a318 100644 --- a/data/default-bookmarks.rdf.in +++ b/data/default-bookmarks.rdf.in @@ -20,7 +20,7 @@ duckduckgo must be translated. So, for a Finnish localized version of duckduckgo that will render results tailored for Finland, the string would be: - http://duckduckgo.com/?t=epiphany&kl=fi-fi&kal=fi_FI + http://duckduckgo.com/?t=epiphany&kl=fi-fi&kad=fi_FI --> <_link>http://duckduckgo.com/?t=epiphany</_link> <!-- Translators: you can use the regions listed in @@ -31,7 +31,7 @@ 'kad' parameter can be used to specify the locale in which duckduckgo must be translated. For such case, the search url would be - http://duckduckgo.com/?q=%s&t=epiphany&kl=fi-fi&kal=fi_FI --> + http://duckduckgo.com/?q=%s&t=epiphany&kl=fi-fi&kad=fi_FI --> <_ephy:smartlink>http://duckduckgo.com/?q=%s&t=epiphany</_ephy:smartlink> </item> </rdf:RDF> @@ -45,7 +45,7 @@ msgstr "Hledat na WWW" #. #: ../data/default-bookmarks.rdf.in.h:13 msgid "http://duckduckgo.com/?t=epiphany" -msgstr "http://duckduckgo.com/?t=epiphany&kl=cz-cs&kal=cs_CZ" +msgstr "http://duckduckgo.com/?t=epiphany&kl=cz-cs&kad=cs_CZ" #. Translators: you can use the regions listed in #. https://duckduckgo.com/params to boost a particular region @@ -59,7 +59,7 @@ msgstr "http://duckduckgo.com/?t=epiphany&kl=cz-cs&kal=cs_CZ" #: ../data/default-bookmarks.rdf.in.h:24 #, no-c-format msgid "http://duckduckgo.com/?q=%s&t=epiphany" -msgstr "http://duckduckgo.com/?q=%s&t=epiphany&kl=cz-cs&kal=cs_CZ" +msgstr "http://duckduckgo.com/?q=%s&t=epiphany&kl=cz-cs&kad=cs_CZ" #: ../data/epiphany.desktop.in.in.h:1 ../src/ephy-main.c:67 #: ../src/ephy-main.c:314 ../src/ephy-main.c:472 ../src/window-commands.c:1787 @@ -46,7 +46,7 @@ msgstr "Buscar na web" #. #: ../data/default-bookmarks.rdf.in.h:13 msgid "http://duckduckgo.com/?t=epiphany" -msgstr "https://duckduckgo.com/?t=epiphany&kl=gl-ES&kal=gl_ES" +msgstr "https://duckduckgo.com/?t=epiphany&kl=gl-ES&kad=gl_ES" #. Translators: you can use the regions listed in #. https://duckduckgo.com/params to boost a particular region @@ -60,7 +60,7 @@ msgstr "https://duckduckgo.com/?t=epiphany&kl=gl-ES&kal=gl_ES" #: ../data/default-bookmarks.rdf.in.h:24 #, no-c-format msgid "http://duckduckgo.com/?q=%s&t=epiphany" -msgstr "http://duckduckgo.com/?q=%s&t=epiphany&kl=gl-ES&kal=gl_ES" +msgstr "http://duckduckgo.com/?q=%s&t=epiphany&kl=gl-ES&kad=gl_ES" #: ../data/epiphany.desktop.in.in.h:1 ../src/ephy-main.c:67 #: ../src/ephy-main.c:314 ../src/ephy-main.c:472 ../src/window-commands.c:1787 |