Author: marcus
Date: Thu Feb 19 17:56:14 2015
New Revision: 1660956

URL: http://svn.apache.org/r1660956
Log:
Changed all links from HTTP to HTTPS

Modified:
    openoffice/ooo-site/trunk/content/msg_prop_l10n.js

Modified: openoffice/ooo-site/trunk/content/msg_prop_l10n.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/msg_prop_l10n.js?rev=1660956&r1=1660955&r2=1660956&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/msg_prop_l10n.js (original)
+++ openoffice/ooo-site/trunk/content/msg_prop_l10n.js Thu Feb 19 17:56:14 2015
@@ -18,11 +18,11 @@ var l10n = new Object();
                                                                        // 
"true" = Show the box, "false" = Do not show.
 l10n.index_event_box_show                      = true;
                                                                        // Logo 
graphic.
-l10n.index_event_box_graphic_src               = 
"http://www.openoffice.org/images/ASF-at-15-EPS.png";;
+l10n.index_event_box_graphic_src               = 
"https://www.openoffice.org/images/ASF-at-15-EPS.png";;
                                                                        // 
Alternative text for the graphic.
 l10n.index_event_box_graphic_alt               = "Logo 15th Anniversary of 
ASF";
                                                                        // Make 
the graphic clickable with a link.
-l10n.index_event_box_graphic_href              = "http://s.apache.org/wZr";;
+l10n.index_event_box_graphic_href              = "https://s.apache.org/wZr";;
                                                                        // The 
height in pixel of the graphic. Leave empty to use the height of the original 
graphic.
 l10n.index_event_box_graphic_height            = "96";
                                                                        // The 
width in pixel of the graphic. Leave empty to use the width of the original 
graphic.
@@ -30,7 +30,7 @@ l10n.index_event_box_graphic_width            = "2
                                                                        // 
Mouse over text for the graphic.
 l10n.index_event_box_graphic_title             = "";
                                                                        // Make 
the whole box clickable with a link.
-l10n.index_event_box_text_href                 = "http://s.apache.org/wZr";;
+l10n.index_event_box_text_href                 = "https://s.apache.org/wZr";;
                                                                        // 
Maximum 630 characters.
 l10n.index_event_box_text_text                 = "<b>The Apache Software 
Foundation Celebrates 15 Years of Open Source Innovation and Community 
Leadership</b> <br /><br />OpenOffice congratulates the ASF for fantastic 15 
years of hosting, developing and serving software that is famous around the 
world. <b><i> Click to see the full text ... </i></b>";
                                                                        // 
Mouse over text for the text.
@@ -40,7 +40,7 @@ l10n.index_event_box_text_title                       = "";
                                                                        // 
"true" = Show the box, "false" = Do not show.
 l10n.index_alert_box_show                      = false;
                                                                        // Make 
the whole box clickable with a link.
-l10n.index_alert_box_href                      = "http://www.google.com";;
+l10n.index_alert_box_href                      = "https://www.google.com";;
                                                                        // 
Maximum 49 characters.
 l10n.index_alert_box_headline_text             = "Headline text with max. 49 
characters";
                                                                        // 
Mover over text for the headline.


Reply via email to