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)

All
Other
defect
Not set
critical

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
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?
Wil suggests following what was done with the en-US version.
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!
I'm not sure if the cookie will work, but our ja content is here.
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
Flags: blocking-firefox3?
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.
(In reply to comment #1) > is it safe to copy-paste the en-US headers in the firstrun page of all locales? Pascal, yes.
What's left on this bug?
Group: mozillacomconfidential
Just getting the cookie to work :)
Since bug 437242 is fixed, can we close this one out, too?
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
Component: www.mozilla.org/firefox → www.mozilla.org
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.

Attachment

General

Creator:
Created:
Updated:
Size: