Author: buildbot
Date: Sat Jul 26 14:43:09 2014
New Revision: 917489
Log:
Staging update by buildbot for ooo-site
Added:
websites/staging/ooo-site/trunk/content/hi/brand.html
websites/staging/ooo-site/trunk/content/hi/msg_prop_l10n_hi.js
websites/staging/ooo-site/trunk/content/hi/topnav.html
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 26 14:43:09 2014
@@ -1 +1 @@
-1613638
+1613639
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 26 14:43:09 2014
@@ -1 +1 @@
-1613638
+1613639
Added: websites/staging/ooo-site/trunk/content/hi/brand.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/hi/brand.html (added)
+++ websites/staging/ooo-site/trunk/content/hi/brand.html Sat Jul 26 14:43:09
2014
@@ -0,0 +1,83 @@
+ <div id="bannera">
+ <div id="languagesdiv">
+ Language:
+ <select id="selectlanguage"
onchange="javascript:location.href=location.protocol+'//'+location.host+'/'+this.value;">
+ <!-- Austrian --><option value="ast">Asturianu (ast)</option>
+ <!-- Czech --><option value="cs">ÄeÅ¡tina (cs)</option>
+ <!-- Danish --><option value="da">Dansk (da)</option>
+ <!-- German --><option value="de">Deutsch (de)</option>
+ <!-- English [British]<option value="en-gb">English [British]
(en-gb)</option> -->
+ <!-- English [US] --><option value="?redirect=soft" selected="selected"
style="direction:ltr">English (en)</option>
+ <!-- Spanish --><option value="es">Español (es)</option>
+ <!-- Basque --><option value="eu">Euskara (eu)</option>
+ <!-- French --><option value="fr">Français (fr)</option>
+ <!-- Scottish --><option value="gd">GÃ idhlig (gd)</option>
+ <!-- Galician --><option value="gl">Galego (gl)</option>
+ <!-- Italian --><option value="it">Italiano (it)</option>
+ <!-- Lithuanian --><option value="lt">Lietuvių (lt)</option>
+ <!-- Hungarian --><option value="hu">Magyar (hu)</option>
+ <!-- Dutch --><option value="nl">Nederlands (nl)</option>
+ <!-- Norwegian [Bokmal] --><option value="no"
style="direction:ltr">Norsk [Bokmål] (no)</option>
+ <!-- Polish --><option value="pl">Polski (pl)</option>
+ <!-- Portuguese [Brazilian] --><option value="pt-br"
style="direction:ltr">Português [do Brasil] (pt-br)</option>
+ <!-- Portuguese [European] --><option value="pt"
style="direction:ltr">Português [Europeu] (pt)</option>
+ <!-- Finnish --><option value="fi">Suomi (fi)</option>
+ <!-- Slovak --><option value="sk">slovenÄina (sk)</option>
+ <!-- Slovenian --><option value="sl">slovenÅ¡Äina (sl)</option>
+ <!-- Swidish --><option value="sv">Svenska (sv)</option>
+ <!-- Vietnamese --><option value="vi">Tiếng Viá»t (vi)</option>
+ <!-- Turkish --><option value="tr">Türkçe (tr)</option>
+
+ <!-- Greek --><option value="el">Îλληνικά (el)</option>
+
+ <!-- Bulgarian --><option value="bg">бÑлгаÑÑки език
(bg)</option>
+ <!-- Russian --><option value="ru">Ð ÑÑÑкий (ru)</option>
+ <!-- Serbian [Cyrillic] --><option value="sr"
style="direction:ltr">CÑпÑки [ÑиÑилиÑом] (sr)</option>
+
+ <!-- Arabic -->
+ <!-- Hebrew --><option value="he">×¢×ר×ת (he)</option>
+
+ <!-- Hindi --><option value="hi">हिनà¥à¤¦à¥ (hi)</option>
+ <!-- Tamil --><option value="ta">தமிழ௠(ta)</option>
+ <!-- Thai --><option value="th">ภาษาà¹à¸à¸¢ (th)</option>
+
+ <!-- Chinese (simplified) --><option value="zh-cn">ç®ä½ä¸æ
(zh-cn)</option>
+ <!-- Chinese (Traditional) --><option value="zh-tw">æ£é«ä¸æ
(zh-tw)</option>
+ <!-- Korean --><option value="ko">íêµì´ (ko)</option>
+ <!-- Japanese --><option value="ja">æ¥æ¬èª (ja)</option>
+
+ <!-- Khmer -->
+ <!-- <option value="km">Khmer</option> -->
+
+ </select>
+ <script>
+ var lang = "hi";
+ var dropdown = document.getElementById('selectlanguage');
+ var options = dropdown.options;
+ for(var i=0; i<dropdown.options.length; i++) {
+ if(dropdown.options[i].value == lang) {
+ dropdown.selectedIndex = i;
+ break;
+ }
+ }
+ </script>
+ </div>
+ <div id="bannerleft"><a title="Apache OpenOffice" href="/"><img
id="ooo-logo" alt="Apache OpenOffice"
src="/images/AOO_logos/100MillAOO100px.png"/></a></div>
+ <div id="bannerright">
+ <div id="searchdiv">
+ <form id="cse-search-box-header" action="http://www.google.com/search"
method="get">
+ <div>
+ <input type="hidden" name="domains" value="www.openoffice.org"/>
+ <input type="hidden" name="sitesearch" value="www.openoffice.org"/>
+ </div>
+ <div class="topsrchbox">
+ <input name="resultsPerPage" value="40" type="hidden"/>
+ <input name="q" id="query" type="text" title="search query"/>
+ <input name="Button" value="search" type="submit"
class="topsrchbutton"/>
+ </div>
+ </form>
+ </div>
+ </div>
+ <div id="bannercenter"><br/>The Free and Open Productivity Suite</div>
+ </div>
+ <div id="announce"><a
href="https://blogs.apache.org/OOo/entry/the_apache_openoffice_project_announce"
title="New: Apache OpenOffice 4.1.0 released!">New: Apache OpenOffice 4.1.0
released!</a></div>
Added: websites/staging/ooo-site/trunk/content/hi/msg_prop_l10n_hi.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/hi/msg_prop_l10n_hi.js (added)
+++ websites/staging/ooo-site/trunk/content/hi/msg_prop_l10n_hi.js Sat Jul 26
14:43:09 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 = "We need your help to
complete translation into Hindi!";
+ //
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
Hindi 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
\"[email protected]\" if you want to volunteer or if you have
questions.";
+
Added: websites/staging/ooo-site/trunk/content/hi/topnav.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/hi/topnav.html (added)
+++ websites/staging/ooo-site/trunk/content/hi/topnav.html Sat Jul 26 14:43:09
2014
@@ -0,0 +1,8 @@
+<div id="topnava"><ul>
+<li><a href="/product/" title="Apache OpenOffice product
description">Product</a></li>
+<li><a href="/hi/download/" title="Download Apache
OpenOffice">Download</a></li>
+<li><a href="/support/" title="Find Support for OpenOffice">Support</a></li>
+<li><a href="http://blogs.apache.org/ooo/" title="Apache OpenOffice
Blog">Blog</a></li>
+<li><a href="/extensions/" title="Extensions and Templates for
OpenOffice">Extend</a></li>
+<li><a href="/participate/" title="Get involved in Apache OpenOffice">Get
Involved</a></li>
+</ul></div>