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/13 20:29:59 UTC

svn commit: r1610270 - /openoffice/ooo-site/trunk/content/xx/index.html

Author: marcus
Date: Sun Jul 13 18:29:59 2014
New Revision: 1610270

URL: http://svn.apache.org/r1610270
Log:
Updated text for the alert box

Modified:
    openoffice/ooo-site/trunk/content/xx/index.html

Modified: openoffice/ooo-site/trunk/content/xx/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/xx/index.html?rev=1610270&r1=1610269&r2=1610270&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/xx/index.html (original)
+++ openoffice/ooo-site/trunk/content/xx/index.html Sun Jul 13 18:29:59 2014
@@ -17,7 +17,6 @@
     @import "../exceptions.css";
     /* ]]> */
     </style>
-
     <script>
       function follow( platform ) {
         _gaq.push( ['_trackEvent','social', 'followUs', platform] ); 
@@ -36,17 +35,18 @@
 	// More see "http://html-color-codes.info/"
         var l10n_alert_box_background_color = "#F5A9A9";
         // Make the whole alert box clickable with a link.
-        var l10n_alert_box_href		    = "index.html";
+        var l10n_alert_box_href		    = "http://openoffice.apache.org/translate.html";
 	// Maximum 49 characters.
-        var l10n_alert_box_headline_text    = "Headline text with max. 49 characters";
+        var l10n_alert_box_headline_text    = "We need your help to complete translation into XX!";
 	// Maximum 630 characters.
-        var l10n_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.";
+        var l10n_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 XX 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."
+
         // Show alert box or not?
         if( show ) {
           // If no background color value was set then use the default value.
@@ -98,7 +98,7 @@ screen reader.
   <!--
   // Show alert box.
   // Change to 'true' if you want to show the text that is defined in the variables above.
-  showAlertbox( false );
+  showAlertbox( true );
   //-->
   </script>