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 15:44:40 UTC

svn commit: r1613626 - /openoffice/ooo-site/trunk/content/xx/msg_prop_l10n_xx.js

Author: marcus
Date: Sat Jul 26 13:44:39 2014
New Revision: 1613626

URL: http://svn.apache.org/r1613626
Log:
Created file with localizable strings

Added:
    openoffice/ooo-site/trunk/content/xx/msg_prop_l10n_xx.js   (with props)

Added: openoffice/ooo-site/trunk/content/xx/msg_prop_l10n_xx.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/xx/msg_prop_l10n_xx.js?rev=1613626&view=auto
==============================================================================
--- openoffice/ooo-site/trunk/content/xx/msg_prop_l10n_xx.js (added)
+++ openoffice/ooo-site/trunk/content/xx/msg_prop_l10n_xx.js Sat Jul 26 13:44:39 2014
@@ -0,0 +1,24 @@
+/* This file is to maintain text information that can be used on the download webpage via JavaScript when
+ * including this file.
+ *
+ * Instead of hard coded text in the green box please use these variables and translate it to your favorite language.
+ *
+ * Wrong:   "Download Apache OpenOffice"
+ * Correct: l10n.index_redirect_text
+ */
+
+
+
+// Object that contains all following variables.
+var l10n = new Object();
+
+// The following variables are used in the "index.html" file:
+
+l10n.index_alert_box_show			= true;
+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.";
+

Propchange: openoffice/ooo-site/trunk/content/xx/msg_prop_l10n_xx.js
------------------------------------------------------------------------------
    svn:eol-style = native