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/09 00:54:32 UTC

svn commit: r1608965 - /openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js

Author: marcus
Date: Tue Jul  8 22:54:31 2014
New Revision: 1608965

URL: http://svn.apache.org/r1608965
Log:
Added variables to get localized UI names in the select boxes

Modified:
    openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js

Modified: openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js?rev=1608965&r1=1608964&r2=1608965&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js Tue Jul  8 22:54:31 2014
@@ -5,7 +5,7 @@
  *
  * Wrong:   "Download Apache OpenOffice"
  * Correct: l10n_download_green_box_headline_text
-*/
+ */
 
 
 
@@ -28,6 +28,60 @@ var l10n_download_green_box_selectbox_os
 var l10n_download_green_box_selectbox_lang_title	= "Select your favorite language";
 var l10n_download_green_box_selectbox_ver_title		= "Select your favorite release version";
 
+var l10n_download_green_box_select_box_os_values	= [ "Windows (EXE)",
+							    "Linux 64-Bit (x86-64) (DEB)",
+							    "Linux 64-Bit (x86-64) (RPM)",
+							    "Linux 32-Bit (x86) (DEB)",
+							    "Linux 32-Bit (x86) (RPM)",
+							    "OS X 64-Bit (x86-64) (DMG)",
+							    "OS X 32-Bit (x86) (DMG)",
+							    "Andere Betriebssysteme" ];
+
+var l10n_download_green_box_select_box_language_values	= [ "Asturisch (Asturianu)",
+							    "Baskisch (Euskara)",
+							    "Bulgarisch (български език)",
+							    "Chinesisch [Vereinfacht] (简体中文)",
+							    "Chinesisch [Traditionell] (正體中文)",
+							    "Tschechisch (Čeština)",
+							    "Dänisch (Dansk)",
+							    "Niederländisch (Nederlands)",
+							    "Englisch [Britisch]",
+							    "Englisch [US]",
+							    "Finnisch (Suomi)",
+							    "Französisch (Français)",
+							    "Galicisch (Galego)",
+							    "Deutsch (Deutsch)",
+							    "Griechisch (ελληνικά)",
+							    "Hebräisch (עברית)",
+							    "Hindi (हिन्दी)",
+							    "Ungarisch (Magyar)",
+							    "Italienisch (Italiano)",
+							    "Japanisch (日本語)",
+							    "Khmer (ភាសាខ្មែរ)",
+							    "Koreanisch (한국어)",
+							    "Litauisch (Lietuvių)",
+							    "Norwegisch [Buchsprache] (Norsk [Bokmål])",
+							    "Polnisch (Polski)",
+							    "Portugiesisch [Brasilianisch] (Português [do Brasil])",
+							    "Portugiesisch [Europäisch] (Português [Europeu])",
+							    "Russisch (Русский)",
+							    "Schottisch [Gälisch] (Gàidhlig)",
+							    "Serbisch [Kyrillisch] (Cрпски [ћирилицом])",
+							    "Slowakisch (Slovenský jazyk [slovenčina])",
+							    "Slowenisch (Slovenski jezik [slovenščina])",
+							    "Spanisch (Español)",
+							    "Schwedisch (Svenska)",
+							    "Tamilisch (தமிழ்)",
+							    "Thailändisch (ภาษาไทย)",
+							    "Türkisch (Türkçe)",
+							    "Vietnamesisch (Tiếng Việt)" ];
+
+var l10n_download_green_box_select_box_version_values	= [ "4.1.0",
+							    "4.0.1",
+							    "4.0.0",
+							    "3.4.1",
+							    "Ältere Versionen" ];
+
 // Download: Strings in the sub-green box (used in "index.html").
 // Not defined for now.