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/07 16:53:08 UTC

svn commit: r1623035 - /openoffice/ooo-site/trunk/content/ru/msg_prop_l10n_ru.js

Author: marcus
Date: Sun Sep  7 14:53:08 2014
New Revision: 1623035

URL: http://svn.apache.org/r1623035
Log:
Added file with translatable strings

Added:
    openoffice/ooo-site/trunk/content/ru/msg_prop_l10n_ru.js   (with props)

Added: openoffice/ooo-site/trunk/content/ru/msg_prop_l10n_ru.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ru/msg_prop_l10n_ru.js?rev=1623035&view=auto
==============================================================================
--- openoffice/ooo-site/trunk/content/ru/msg_prop_l10n_ru.js (added)
+++ openoffice/ooo-site/trunk/content/ru/msg_prop_l10n_ru.js Sun Sep  7 14:53:08 2014
@@ -0,0 +1,25 @@
+/* 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/"
+									// Make the whole alert box clickable with a link.
+l10n.index_alert_box_href			= "http://openoffice.apache.org/translate.html";
+									// Maximum 49 characters.
+l10n.index_alert_box_headline_text		= "We need your help to complete translation into Russian!";
+									// Maximum 630 characters.
+l10n.index_alert_box_text_text			= "This note is in English because we have no one to translate this webpage and others into your language. The links on the page will help you download and install Apache OpenOffice with Russian translation. But we still need help with this website. <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/ru/msg_prop_l10n_ru.js
------------------------------------------------------------------------------
    svn:eol-style = native