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/07/26 12:25:23 UTC

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

Author: marcus
Date: Sat Jul 26 10:25:23 2014
New Revision: 1613596

URL: http://svn.apache.org/r1613596
Log:
Added new variables

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=1613596&r1=1613595&r2=1613596&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/msg_prop_l10n.js (original)
+++ openoffice/ooo-site/trunk/content/msg_prop_l10n.js Sat Jul 26 10:25:23 2014
@@ -14,6 +14,13 @@ var l10n = new Object();
 
 // The following variables are used in the "index.html" file:
 
+l10n.index_alert_box_background_color		= "#F5A9A9";		// More see "http://html-color-codes.info/"
+l10n.index_alert_box_href			= "index.html";		// Make the whole alert box clickable with a link.
+									// Maximum 49 characters.
+l10n.index_alert_box_headline_text		= "Headline text with max. 49 characters";
+									// 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.";
+
 // 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.
 l10n.index_redirect_text			= [ /* ast */	"none", "This site is also available in <b>Asturianu (ast)</b>. Just click this text to get redirected.",