You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/01/09 16:44:02 UTC

svn commit: r1872558 - /openoffice/ooo-site/trunk/content/om/msg_prop_l10n_om.js

Author: mseidel
Date: Thu Jan  9 16:44:02 2020
New Revision: 1872558

URL: http://svn.apache.org/viewvc?rev=1872558&view=rev
Log:
Updated page for Oromo

Added:
    openoffice/ooo-site/trunk/content/om/msg_prop_l10n_om.js   (with props)

Added: openoffice/ooo-site/trunk/content/om/msg_prop_l10n_om.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/om/msg_prop_l10n_om.js?rev=1872558&view=auto
==============================================================================
--- openoffice/ooo-site/trunk/content/om/msg_prop_l10n_om.js (added)
+++ openoffice/ooo-site/trunk/content/om/msg_prop_l10n_om.js Thu Jan  9 16:44:02 2020
@@ -0,0 +1,23 @@
+/* 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			= "https://openoffice.apache.org/translate.html";		// Make the whole alert box clickable with a link.
+									// Maximum 49 characters.
+l10n.index_alert_box_headline_text		= "We need your help to complete translation into Oromo!";
+									// Maximum 630 characters.
+l10n.index_alert_box_text_text			= "This note is in English because we have no one to translate it into your language. The links on this page will help you download and install an older version of OpenOffice.<br /> It is missing many bug fixes, performance enhancements and even new features that are in Apache OpenOffice 4.1.7.<br />We would be happy to make Apache OpenOffice available in Oromo, but we need help completing the translation of the user interface.<br /><br /> If you are interested in helping translate, please click this text to review the information. You can send a note to our mailing list \"L10N@openoffice.apache.org\" if you want to volunteer or if you have questions.";

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