Closed
Bug 437466
Opened 17 years ago
Closed 17 years ago
Add Guinness World Record Content to First Run page
Categories
(www.mozilla.org :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mary, Unassigned)
References
()
Details
(Whiteboard: [server side])
Attachments
(2 files)
Hey there: I pulled out all the strings that we can reuse for the different locales.
Pascal: I think it might be easier to keep it to the locales we rolled the site out in: zh-CN, en, es-ES, ru, ja, fr, de, it, pl, pt-br. I had grand visions to get this out to whoever wanted to translate it, but might be tricky with the cookie setting.
Pascal & Steven: Can you work to get these set up?
Here is all the content + the appropriate certificate URl for each locale. I am also including a screen shot of the English version. Thanks!
es-ES:
#: templates/index.php
msgid "flaunt_it"
msgstr "¡Consíguelo!"
#: templates/index.php
msgid "flaunt_it_info"
msgstr "Muestra al mundo que ayudaste a alcanzar el Récord Guinness mundial con tu certificado personal del Download Day de Firefox 3."
link: http://www.spreadfirefox.com/es-ES/worldrecord/certificate_form
------
ru:
#: templates/index.php
msgid "flaunt_it"
msgstr "Покажи его!"
#: templates/index.php
msgid "flaunt_it_info"
msgstr ""
"Покажи всему миру твой личный сертификат Дня Загрузок Firefox 3, "
"доказывающий, что ты помог установить Мировой Рекорд Гиннесса."
http://www.spreadfirefox.com/ru/worldrecord/certificate_form
Learn more from msgid "google_start_page_html":
<a href=\"%1$s"
"\">Подробнее.</a>"
------
FR:
#: templates/index.php
msgid "flaunt_it"
msgstr "Affichez-le !"
#: templates/index.php
msgid "flaunt_it_info"
msgstr ""
"Montrez au monde que vous avez aidé à établir un record du monde Guinness "
"avec votre propre certificat Firefox 3 Download Day."
Learn more from msgid "google_start_page_html": <a href=\"%1$s"
"\">En savoir plus.</a>"
http://www.spreadfirefox.com/fr/worldrecord/certificate_form
-------
de:
#: templates/index.php
msgid "flaunt_it"
msgstr "Zur Schau stellen!"
#: templates/index.php
msgid "flaunt_it_info"
msgstr "Zeigen Sie mit Ihrem persönlichen Firefox 3 Download-Tag-Zertifikat der Welt, dass Sie uns beim Aufstellen des Guinness Weltrekords geholfen haben."
Learn more from msgid "google_start_page_html":
<a href=\"%1$s\">Weitere Informationen.</a>"
http://www.spreadfirefox.com/de/worldrecord/certificate_form
-------
pl:
#: templates/index.php
msgid "flaunt_it"
msgstr "Pochwal się!"
#: templates/index.php
msgid "flaunt_it_info"
msgstr "Wydrukuj swój własny certyfikat Dnia Pobierania Firefoksa 3 i pokaż światu, że nam pomogłeś/aś ustanowić Rekord Świata."
Learn more from msgid "google_start_page_html":
<a href=\"%1$s\">Dowiedz się więcej.</a>"
http://www.spreadfirefox.com/pl/worldrecord/certificate_form
-------
ch
#: templates/index.php
msgid "flaunt_it"
msgstr "秀一秀!"
#: templates/index.php
msgid "flaunt_it_info"
msgstr "用这份专门属于您自己的Firefox 3下载日证书向全世界展示您帮助创造了一项吉尼斯世界记录。"
Learn more from msgid "google_start_page_html":
<a href=\"%1$s\">了解更多。</a>"
http://www.spreadfirefox.com/zh-CN/worldrecord/certificate_form
----
it
#: templates/index.php
msgid "flaunt_it"
msgstr "Sfoggiate la vostra adesione!"
#: templates/index.php
msgid "flaunt_it_info"
msgstr ""
"Esibite pubblicamente il vostro supporto al raggiungimento del Guinness dei "
"Primati con il vostro attestato di partecipazione al Download Day di Firefox "
"3 personalizzato."
Learn more from msgid "google_start_page_html":
<a href=\"%1$s\">Scoprite come.</a>"
http://www.spreadfirefox.com/it/worldrecord/certificate_form
-----
ja:
#: templates/index.php
msgid "flaunt_it"
msgstr "自慢しましょう!"
#: templates/index.php
msgid "flaunt_it_info"
msgstr ""
"あなた専用にパーソナライズされた Firefox 3 Download Day 参加証明書で、ギネス"
"世界記録の達成に協力したことを世界に示しましょう。"
Learn more from msgid "google_start_page_html": <a href=\"%1$s"
"\">詳しくはこちら</a>"
http://www.spreadfirefox.com/ja/worldrecord/certificate_form
----
[note: I couldn't find the SVN file and my text reader jumbled up some of the accents in the .po file]
pt_br:
msgid "flaunt_it"
msgstr "Mostre para todos!"
msgid "flaunt_it_info"
msgstr "Mostre ao mundo que você ajudou a estabelecer um Recorde Mundial no Guinness "
"com seu próprio certificado personalizado do Download Day do Firefox 3."
Learn more from msgid "google_start_page_html":
<a href=\"%1$s"
"\">Saiba como.</a>"
http://www.spreadfirefox.com/pt-BR/worldrecord/certificate_form
Comment 1•17 years ago
|
||
Steven, what are the extra headers I should put on first run pages to have this box be displayed only for people that added their pledge on spreadfirefox ?
Currently I only have this in localized pages:
$extra_headers = <<<EXTRA_HEADERS
<link rel="stylesheet" type="text/css" href="/style/tignish/firstrun-page.css" media="screen" />
EXTRA_HEADERS;
while en-US has this:
$extra_headers = <<<EXTRA_HEADERS
<link rel="stylesheet" type="text/css" href="/style/tignish/firstrun-page.css" media="screen" />
<script type="text/javascript" src="/includes/yui/2.5.1/yahoo-dom-event/yahoo-dom-event.js"></script>
<script type="text/javascript" src="/includes/yui/2.5.1/cookie/cookie-beta-min.js"></script>
<script type="text/javascript" src="/js/mozilla-start-page.js"></script>
EXTRA_HEADERS;
is it safe to copy-paste the en-US headers in the firstrun page of all locales?
Comment 3•17 years ago
|
||
this is done for the locales above minus JA plus NL
For Japanese, ask Kohei, they host their own start page on mozilla.jp
Hi Kohei: Can you help us create a custom page for ja? It will be seen by people who download Firefox via the download day site. Ryan will be setting a cookie to serve this up. Thanks!
Hi all: If you want to review this (donner?) they are staged here:
https://fr.www-firefox3.authstage.mozilla.com/fr/firefox/3.0/firstrun/
https://it.www-firefox3.authstage.mozilla.com/it/firefox/3.0/firstrun/
https://es.www-firefox3.authstage.mozilla.com/es/firefox/3.0/firstrun/
https://de.www-firefox3.authstage.mozilla.com/de/firefox/3.0/firstrun/
https://pl.www-firefox3.authstage.mozilla.com/pl/firefox/3.0/firstrun/
https://ja.www-firefox3.authstage.mozilla.com/ja/firefox/3.0/firstrun/
https://zh-cn.www-firefox3.authstage.mozilla.com/zh-CN/firefox/3.0/firstrun/
https://pt-br.www-firefox3.authstage.mozilla.com/pt-BR/firefox/3.0/firstrun/
https://ru.www-firefox3.authstage.mozilla.com/ru/firefox/3.0/firstrun/
username/password:
ff3 / r3sk1n
Thanks!
Comment 7•17 years ago
|
||
I've taken a look at all the additions, and they look good (can't verify language issues); a few notes, however:
[1] The link to certifcate_form is expected to fail until we go live with Download Day (day of): see bug 435372.
[2] The behavior of this page should be controlled by a cookie, and not statically as it is now (which is fine, just pointing it out). See bug 437242 for that.
OS: Mac OS X → Other
Hardware: PC → All
Updated•17 years ago
|
Flags: blocking-firefox3?
Comment 8•17 years ago
|
||
Why is this MoCo Confidential?
Flags: blocking-firefox3? → blocking-firefox3+
Whiteboard: [server side]
Hey there: I made it confidential because we were going to have to share the staging server & user/pass.
I thought we were keeping that login info confidential.
Comment 10•17 years ago
|
||
(In reply to comment #1)
> is it safe to copy-paste the en-US headers in the firstrun page of all locales?
Pascal, yes.
Reporter | ||
Comment 12•17 years ago
|
||
Just getting the cookie to work :)
Comment 13•17 years ago
|
||
Since bug 437242 is fixed, can we close this one out, too?
Reporter | ||
Comment 14•17 years ago
|
||
We can consider this resolved since the content is there. Just waiting to get the cookie working :)
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
See my verification over in https://bugzilla.mozilla.org/show_bug.cgi?id=437242#c6
Verified FIXED.
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•