You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/09/12 20:45:46 UTC

svn commit: r1624608 - /openoffice/ooo-site/trunk/content/msg_prop_l10n.js

Author: marcus
Date: Fri Sep 12 18:45:45 2014
New Revision: 1624608

URL: http://svn.apache.org/r1624608
Log:
Updated variables and comments

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=1624608&r1=1624607&r2=1624608&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/msg_prop_l10n.js (original)
+++ openoffice/ooo-site/trunk/content/msg_prop_l10n.js Fri Sep 12 18:45:45 2014
@@ -14,12 +14,38 @@ var l10n = new Object();
 
 // The following variables are used in the "index.html" file:
 
-l10n.index_alert_box_show			= false;
-l10n.index_alert_box_href			= "index.html";		// Make the whole alert box clickable with a link.
+// Graphic, text and links to show inside the event box.
+									// "true" = Show the box, "false" = Do not show.
+l10n.index_event_box_show			= true;
+									// Logo graphic.
+// l10n.index_event_box_graphic_src		= "http://www.apache.org/ads/ApacheCon/2014-eu-234x60.png";
+l10n.index_event_box_src			= "http://www.openoffice.org/images/2014-eu-234x60.png";
+									// Alternative text for the graphic.
+l10n.index_event_box_graphic_alt		= "Logo ApacheCon Europe 2014";
+									// Make the graphic clickable with a link.
+l10n.index_event_box_graphic_href		= "http://apachecon.com/";
+									// 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://events.linuxfoundation.org/events/apachecon-europe";
+									// Maximum 630 characters.
+l10n.index_event_box_text_text			= "<b>ApacheCon Europe, 2014 - The official Apache Conference</b> <br /> Budapest, November 17th - 21st, 2014 <br /> Click to see conference site for details and registration.";
+									// Mouse over text for the text.
+l10n.index_event_box_text_title			= "";
+
+// Text and link to show inside the alert box.
+									// "true" = Show the box, "false" = Do not show.
+l10n.index_alert_box_show			= true;
+									// Make the whole box clickable with a link.
+l10n.index_alert_box_href			= "index.html";
 									// Maximum 49 characters.
 l10n.index_alert_box_headline_text		= "Headline text with max. 49 characters";
+									// Mover over text for the headline.
+l10n.index_alert_box_headline_title		= "Mover over title text for the headline.";
 									// Maximum 630 characters.
 l10n.index_alert_box_text_text			= "Text with max. 630 characters. <br /><br /> This alert box is now within the layout of the list items below. <br /><br /> The following link can be added to point the user to more information or to a solution. But the link can also be left out. Then the link will not be shown.";
+									// Mouse over text for the text.
+l10n.index_alert_box_text_title			= "Mouse over title text for the text.";
 
 // Flag how to redirect and if text should be displayed.
 // "none" = no redirect, no text shown - "soft" = redirect, text shown - "hard" = redirect, no text shown.