Author: buildbot
Date: Fri May  9 22:42:23 2014
New Revision: 908486

Log:
Staging update by buildbot for ooo-site

Removed:
    websites/staging/ooo-site/trunk/content/test-he/download/rtl-download.css
Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/test-he/download/index.html
    websites/staging/ooo-site/trunk/content/test-he/product/index.html
    websites/staging/ooo-site/trunk/content/test-he/product/writer.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May  9 22:42:23 2014
@@ -1 +1 @@
-1593430
+1593633

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May  9 22:42:23 2014
@@ -1 +1 @@
-1593430
+1593633

Modified: websites/staging/ooo-site/trunk/content/test-he/download/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/test-he/download/index.html 
(original)
+++ websites/staging/ooo-site/trunk/content/test-he/download/index.html Fri May 
 9 22:42:23 2014
@@ -5,12 +5,12 @@
 
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <meta itemprop="name" content="הורדת Apache OpenOffice" />
-  <meta itemprop="description" content="הצטרף למהפכת OpenOffice, 
חבילת התוכנה המשרדית עם כבר למעלה מ-90 
מיליון הורדות." />
+  <meta itemprop="description" content="הצטרף למהפכת OpenOffice, 
חבילת התוכנה המשרדית עם כבר למעלה מ-100 
מיליון הורדות." />
   <meta itemprop="image" 
content="http://www.openoffice.org/images/aoo-logo-100x100.png"; />
   <meta property="og:title" content="הורדת Apache OpenOffice" />
-  <meta property="og:description" content="הצטרף למהפכת OpenOffice, 
חבילת התוכנה המשרדית עם כבר למעלה מ-90 
מיליון הורדות." />
+  <meta property="og:description" content="הצטרף למהפכת OpenOffice, 
חבילת התוכנה המשרדית עם כבר למעלה מ-100 
מיליון הורדות." />
   <meta property="og:image" 
content="http://www.openoffice.org/images/aoo-logo-100x100.png"; />
-  <meta name="description" content="דף רשמי להורדת Apache 
OpenOffice. הצטרף למהפכת OpenOffice, חבילת התוכנה 
המשרדית עם כבר למעלה מ-90 מיליון הורדות." />
+  <meta name="description" content="דף רשמי להורדת Apache 
OpenOffice. הצטרף למהפכת OpenOffice, חבילת התוכנה 
המשרדית עם כבר למעלה מ-100 מיליון הורדות." />
   <title>הורדות Apache OpenOffice - אתר רשמי</title>
   <script type="text/javascript" src="/download/globalvars.js"></script>
   <script type="text/javascript" src="/download/languages.js"></script>
@@ -63,47 +63,64 @@
 
   <!-- Green: Stable release -->
   <script type="text/javascript">
-  <!--
-  // Set a specific language ISO code to force to assemble a certain localized 
build as download URL
+//Set a specific language ISO code to force to assemble a certain localized 
build as download URL
   var NL_LANGUAGE = "";
-  // Get the download URL
-  var LINK        = getLink();
-
+  // Get the download URL for released install files (0 = release mode)
+  var LINK        = getLink( 1 );
   if ( hasMirrorLink() ) {
-    if ( LINK.toLowerCase().indexOf( "sourceforge" ) != -1 ) {
-      // Download directly from a mirror with displayed platform and language.
+    if ( SOURCEFORGE ) {
+      // If download URL contains "sourceforge" (-> normal and correct 
download link),
+      // then download from Sourceforge with displayed platform and language.
       document.write( "<div class=\"first button green\" id=\"optionitem1\" 
onclick=\"openItem('optionitem1','"
-      + LINK + "');" + "return false;\">" );
-      document.write( "<h2><a href='" + LINK + "' title='גירסה " + 
VERSION + " - אבן-דרך " + MILESTONE
-      + " - מזהה גירסה " + BUILD + " - SVN " + SVN_REV + "'>הורד 
את Apache OpenOffice " + VERSION + "</a></h2>"
-      + "<p><a href='" + LINK + "' title='גירסה " + VERSION + " - 
אבן-דרך " + MILESTONE + " - מזהה גירסה " + BUILD
-      + " - SVN " + SVN_REV + "'>הגירסה העדכנית ביותר 
עבור המערכת והשפה שלך:<br />"
-      + "<b>" + UI_PLATFORM + "</b>, <b>" + LANG_ARRAY[ 2 ] + "</b> ~" + 
FILESIZE + " MB</a></p>" );
-    } else {
-      // OS and/or package manager was not recognized, therefore use 
"other.html" as download link.
-      document.write( "<div class=\"first button green\" id=\"optionitem1\" 
onclick=\"openItem('optionitem1','"
-      + LINK + "');" + "return false;\">" );
-      document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>"
-      + "הורד את Apache OpenOffice</a></h2>"
-      + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + 
VERSION + " עבור "
-      + "<b>" + UI_PLATFORM + "</b> אינה זמינה. יש לבחור 
גירסה למערכת-הפעלה אחרת מדף ההורדות 
החלופי.</a></p>" );
-    }
-  } else {
-    // Download from an alternative webpage if hasMirrorLink() == false.
-    document.write( "<div class=\"first button green\" id=\"optionitem1\" 
onclick=\"openItem('optionitem1','"
-    + LANG_ARRAY[ 4 ] + "');" + "return false;\">" );
-    document.write( "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" + 
LANG_ARRAY[ 4 ] + "'>"
-    + "הורד את Apache OpenOffice</a></h2>"
-    + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + 
"'>Apache OpenOffice " + VERSION + " עבור "
-    + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> אינה 
זמינה. יש לבחור גירסה אחרת מדף החלופי 
להורדות בשפה ה"
-    + LANG_ARRAY[ 1 ] + ".</a></p>" );
-  }
-  document.write( "</div>" );
-
-  // Show some helpful links for SDK, source, checksums, release notes, legacy 
version.
-  document.write( "<div class=\"sub-green\">" );
-  document.write( "<p>" );
-  if ( CHECKSUM_ASC ) {
+        + LINK + "');" + "return false;\">"
+        + "<h2><a href='" + LINK + "' title='גירסה " + VERSION + " | 
אבן-דרך " + MILESTONE
+        + " | מזהה גירסה " + BUILD + " | SVN " + SVN_REV + " | 
תאריך פירסום: " + REL_DATE + "'>"
+        + "הורדת Apache OpenOffice " + VERSION + "</a></h2>"
+        + "<p><a href='" + LINK + "' title='גירסה" + VERSION + " | 
אבן-דרך " + MILESTONE + " | מזהה גירסה " + BUILD
+        + " | SVN " + SVN_REV + " | תאריך פירסום: " + REL_DATE + 
"'>הורדה דרך Sourceforge.net עבור "
+        + "<br /><b>" + UI_PLATFORM + "</b>, <b>" + LANG_ARRAY[ 2 ] + "</b> | "
+        + "~" + FILESIZE + "&nbsp;MB | תאריך פירסום:&nbsp;" + 
REL_DATE + "<br /></a></p>"
+      + "</div>" );
+    } else if ( OTHER ) {
+       // If download URL contains "other" (-> platform, OS or package manager 
was not recognized),
+        // then use "other.html" as download link.
+        document.write( "<div class=\"first button green\" id=\"optionitem1\" 
onclick=\"openItem('optionitem1','"
+          + LINK + "');" + "return false;\">"
+          + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+          + "הורדת Apache OpenOffice</a></h2>"
+          + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice 
" + VERSION + " עבור "
+          + "<b>" + UI_PLATFORM + "</b>, <b>" + LANG_ARRAY[ 2 ] + " (" + 
LANG_ARRAY[ 1 ] + ")</b> אינה זמינה. "
+          + "הורדה מדף חלופי.</a></p>"
+        + "</div>" );
+       
+      } else if ( ARCHIVE ) {
+        // If download URL contains "archive" (-> platform/OS is no longer 
supported),
+        // then provide a download link to the previous version.
+        document.write( "<div class=\"first button green\" id=\"optionitem1\" 
onclick=\"openItem('optionitem1','"
+          + LINK + "');" + "return false;\">"
+          + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+          + "הורדת Apache OpenOffice</a></h2>"
+          + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice 
" + VERSION + " עבור "
+          + "<b>" + UI_PLATFORM + "</b>, <b>" + LANG_ARRAY[ 2 ] + " (" + 
LANG_ARRAY[ 1 ] + ")</b> אינה זמינה. "
+          + "לחץ/י כאן להורדת הגירסה הקודמת " + 
PRE_VERSION + ".</a></p>"
+        + "</div>" );
+      }
+       } else {
+           // If browser language do not match with AOO languages, then 
download from an alternative webpage.
+           document.write( "<div class=\"first button green\" 
id=\"optionitem1\" onclick=\"openItem('optionitem1','"
+             + LINK + "');" + "return false;\">"
+             + "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 
] + "'>"
+             + "הורדת Apache OpenOffice</a></h2>"
+             + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 
] + "'>Apache OpenOffice " + VERSION + " for "
+             + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> אינ
ה זמינה. "
+             + "לחץ/י כאן להורדת גירסה חלופית ב-" + 
LANG_ARRAY[ 1 ] + ".</a></p>"
+           + "</div>" );
+         }
+  
+         // Show some helpful links for SDK, source, checksums, release notes, 
legacy version.
+         document.write( "<div class=\"sub-green\">" );
+         document.write( "<p>" );
+       if ( CHECKSUM_ASC ) {
     document.write( "טביעות-אצבע של התוכנה: "
     + "<a href='" + CHECKSUM_KEYS   + "' + title='חתימת KEYS'>KEYS</a> , "
     + "<a href='" + CHECKSUM_ASC    + "' + title='חתימת ASC'>ASC</a> , "
@@ -152,7 +169,7 @@
     <h2><a style="cursor: default;" title="ספר גם לחבריך על 
חבילת התוכנה Apache OpenOffice">
     ספר לחבריך</a></h2>
     <p style="cursor: default;" id="ShareDownloadLinks">
-    <a style="cursor: default;" title="ספר גם לחבריך על 
חבילת התוכנה Apache OpenOffice">
+    <a style="cursor: default;" title="ספר לחבריך על 
חבילת-התוכנות Apache OpenOffice">
     ספר גם לחבריך על Apache OpenOffice ועזור להפיץ את 
חבילת התוכנה.</a>
     <a style="display: inline; padding: 0 30px 0 5px;" 
href="javascript:shareFacebook()"
     title="ספר לחבריך ב-Facebook">
@@ -185,7 +202,7 @@
     תבניות עבור Apache OpenOffice</a></h2>
     <p><a href="http://templates.openoffice.org/he";
     title="Choose from a wide range of additional and individual documents">
-    ספריית התבניות נוצרה על-ידי משתמשים. מצא 
תבניות שיעזרו לך ליצור דברים רבים יותר 
ב-Apache OpenOffice.</a></p>
+    ספריית התבניות נוצרה על-ידי משתמשים 
כמוך. מצא תבניות שיעזרו לך ליצור דברים נ
וספים עם Apache OpenOffice.</a></p>
   </div>
 
   <!-- Yellow: Release Candidate online -->

Modified: websites/staging/ooo-site/trunk/content/test-he/product/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/test-he/product/index.html 
(original)
+++ websites/staging/ooo-site/trunk/content/test-he/product/index.html Fri May  
9 22:42:23 2014
@@ -25,9 +25,8 @@
     <p>חבילת-התוכנות Apache OpenOffice תואמת לתוכנות 
אחרות למשרד. אפשר להוריד אותה ולהשתמש בה 
בחינם, ואף לחלק אותה לאחרים. <a href="/test-he/download" 
title="הורדת Apache OpenOffice">הורדת התוכנה</a> כוללת 
את התוכנות הבאות: </p>
 <p class="rfloatimg"><img alt="מה כלול ב-Apache OpenOffice?" 
src="/images/AOO_logos/orb.jpg" /></p>
 <ul>
-<li class="product-writer "><a href="writer.html" 
title="Wordprocessor">Writer</a> מאפשר לך לעשות הכל עם 
טקסטים: מכתיבת מכתב קצר ועד ספר שלם.a word 
processor you can use for
-    anything from writing a quick letter to producing an entire book.</li>
-<li class="product-calc "><a href="calc.html" 
title="גיליון-עבודה">Calc</a> מכיל את כל הכלים 
הדרושים לעבודה עם גליונות-עבודה, ויעזור לך 
לחשב, לנתח ולהציג נתונים בדו"חות, כולל  
וגרפים.</li>
+<li class="product-writer "><a href="writer.html" 
title="Wordprocessor">Writer</a> מאפשרת לך לעשות הכל עם 
טקסטים: מכתיבת מכתב קצר ועד ספר שלם.</li>
+<li class="product-calc "><a href="calc.html" 
title="גיליון-עבודה">Calc</a> מכילה את כל הכלים 
הדרושים לעבודה עם גליונות-עבודה, ותעזור לך 
לחשב, לנתח ולהציג נתונים בדו"חות, כולל  
וגרפים.</li>
 <li class="product-impress "><a href="impress.html" title="תוכנת 
מצגות">Impress</a> הדרך המהירה והיעילה ליצירת 
מצגות.</li>
 <li class="product-draw "><a href="draw.html" title="תוכנה לאיורים 
וקטוריים">Draw</a> מאפשרת את החופש ליצור הכל, 
מתרשימים פשוטים ועד איורים תלת-ממדיים.</li>
 <li class="product-base "><a href="base.html" title="מסד-נתונ
ים">Base</a> מאפשרת לעבוד עם בסיסי-נתונים: ליצור 
ולערוך טבלאות, טפסים, שאילתות ודו"חות, הכל 
מתוך Apache OpenOffice.</li>
@@ -48,9 +47,9 @@
 <li>זמינה <a href="/projects/native-lang.html">בשפה שלך</a>, או 
שתהיה זמינה בשפה שלך, בקרוב.</li>
 <li>מתנדבים מכל העולם שמחים לעזור למשתמשים 
חדשים ולמשתמש מנוסים, כאחד.</li>
 </ul>
-<p>Apache OpenOffice מוצעת<strong>בחינם</strong>:</p>
+<p>Apache OpenOffice מוצעת<strong> בחינם</strong>:</p>
 <ul>
-<li>הורדת התוכנה בחינם וללא עלות שימוש 
כלשהי.</li>
+<li>אפשר להוריד את התוכנה ולהמשיך להשתמש בה 
בחינם.</li>
 <li>אפשר להתקין אותה על כמות מחשבים 
בלתי-מוגבלת.</li>
 <li>אפשר להשתמש בה למטרות פרטיות, מסחריות, 
חינוכיות, ממשלתיות או ציבוריות, וכו'. </li>
 <li>אפשר לחלק אותה בחינם לבני-משפחה, חברים, 
סטודנטים, עובדים וכו'.</li>

Modified: websites/staging/ooo-site/trunk/content/test-he/product/writer.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/test-he/product/writer.html 
(original)
+++ websites/staging/ooo-site/trunk/content/test-he/product/writer.html Fri May 
 9 22:42:23 2014
@@ -25,8 +25,8 @@
     <p class="rfloatimg"><a href="/product/pix/writer-big.png" title="Click 
for bigger version"><img alt="Screendump of Apache OpenOffice Writer" 
src="/product/pix/writer.png" /></a></p>
 <p><em>עבודה עם מסמכים</em></p>
 <p><strong>Writer</strong> מכילה כל מה שצריך 
ממעבד-תמלילים מודרני או כלי הוצאה-לאור. </p>
-<p>היא טובה ליצירת הערות, אך מסוגלת בהחלט 
ליצור גם ספרים שלמים עם תוכן עניינים, 
תרשימים, מפתחות, וכו'.</p>
-<p><em>אשפים</em> מקלים על יצירת מכתבים סטנ
דרטיים, פקסים, סיכומי-פגישות, או משימות 
מורכבות אחרות כמו מיזוג דואר. תמיד אפשר גם 
ליצור תבניות משלך, או <a 
href="http://templates.openoffice.org"; title="הורדת תבניות עבור 
Apache OpenOffice">להוריד תבניות</a> מספריית ההרחבות 
שלנו. </p>
+<p>אפשר לרשום איתה הערות, אך היא מסוגלת 
להפיק גם ספרים שלמים עם תוכן עניינים, 
תרשימים, מפתחות, וכו'.</p>
+<p><em>אשפים</em> מקלים על יצירת מכתבים סטנ
דרטיים, פקסים, סיכומי-פגישות, או משימות 
מורכבות אחרות כמו מיזוג דואר. אפשר תמיד 
ליצור תבניות משלך, או <a 
href="http://templates.openoffice.org"; title="הורדת תבניות עבור 
Apache OpenOffice">להוריד תבניות</a> מספריית ההרחבות 
שלנו. </p>
 <p><em>סגנונות ועיצוב</em> מאפשרים לך בקלות לשנ
ות סגנון בבת-אחת, לאורך כל המסמך.</p>
 <p><strong>תיקון שגיאות אוטומטי</strong> יעזור לך 
לתקן מייד טעויות-כתיב נפוצות. <strong>Writer</strong> 
מכירה גם שפות נוספות. </p>
 <p><strong>השלמה אוטומטית</strong> תקל עליך בזמן 
הכתיבה, בכך שתנחש את המילה או הביטוי שהתכוונ
ת לכתוב.</p>


Reply via email to