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 2017/12/13 21:10:33 UTC

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

Author: marcus
Date: Wed Dec 13 21:10:32 2017
New Revision: 1818066

URL: http://svn.apache.org/viewvc?rev=1818066&view=rev
Log:
Changed language list to be able to use a sorted order.

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

Modified: openoffice/ooo-site/trunk/content/download/msg_prop_l10n_en.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/msg_prop_l10n_en.js?rev=1818066&r1=1818065&r2=1818066&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/msg_prop_l10n_en.js (original)
+++ openoffice/ooo-site/trunk/content/download/msg_prop_l10n_en.js Wed Dec 13 21:10:32 2017
@@ -33,17 +33,58 @@ l10n.dl_green_box_selectbox_ver_title		=
 
 // The strings that will be shown in the OS, language and version drop-down select boxes.
 // You must leave at least one single empty string (see the comment lines below the 3 following variables)!
-l10n.dl_green_box_select_box_os_values		= [ "" ];
 /* l10n.dl_green_box_select_box_os_values	= [ "" ]; */
+l10n.dl_green_box_select_box_os_values		= [ "" ];
 
-l10n.dl_green_box_select_box_language_values	= [ "" ];
 /* l10n.dl_green_box_select_box_language_values	= [ "" ]; */
+l10n.dl_green_box_select_box_language_values	= [ "" ];
 
-l10n.dl_green_box_select_box_lang_values_custom = [ "" ];
 /* l10n.dl_green_box_select_box_lang_values_custom = [ "" ]; */
+						    // Value	Visible text				Tool tip
+l10n.dl_green_box_select_box_lang_values_custom = [ "ast",	"Asturian",				"Asturianu",
+						    "eu",	"Basque",				"Euskara",
+						    "bg",	"Bulgarian",				"български език",
+						    "ca",	"Catalan",				"Català",
+						    "ca-XV",	"Catalan [Valencia AVL]",		"València (AVL)",
+						    "ca-XR",	"Catalan [Valencia RACV]",		"València (RACV)",
+						    "zh-CN",	"Chinese [simplified]",			"简体中文",
+						    "zh-TW",	"Chinese [traditional]",		"正體中文",
+						    "cs",	"Czech",				"Čeština",
+						    "da",	"Danish",				"Dansk",
+						    "nl",	"Dutch",				"Nederlands",
+						    "en-GB",	"English [British]",			"English [British]",
+						    "en-US",	"English [US]",				"English [US]",
+						    "fi",	"Finnish",				"Suomi",
+						    "fr",	"French",				"Français",
+						    "gl",	"Galician",				"Galego",
+						    "de",	"German",				"Deutsch",
+						    "el",	"Greek",				"ελληνικά",
+						    "he",	"Hebrew",				"עברית",
+						    "hi",	"Hindi",				"हिन्दी",
+						    "hu",	"Hungarian",				"Magyar",
+						    "it",	"Italian",				"Italiano",
+						    "ja",	"Japanese",				"日本語",
+						    "km",	"Khmer",				"ភាសាខ្មែរ",
+						    "ko",	"Korean",				"한국어",
+						    "lt",	"Lithuanian",				"Lietuvių",
+						    "nb",	"Norwegian [Bokmal]",			"Norsk [Bokmål]",
+						    "pl",	"Polish",				"Polski",
+						    "pt-BR",	"Portuguese [Brazilian]",		"Português [do Brasil]",
+						    "pt",	"Portuguese [European]",		"Português [Europeu]",
+						    "ru",	"Russian",				"Русский",
+						    "gd",	"Scottish [Gaelic]",			"Gàidhlig",
+						    "sr",	"Serbian [Cyrillic]",			"Cрпски [ћирилицом]",
+						    "sk",	"Slovak",				"Slovenský jazyk [slovenčina]",
+						    "sl",	"Slovenian",				"Slovenski jezik [slovenščina]",
+						    "es",	"Spanish",				"Español",
+						    "sv",	"Swedish",				"Svenska",
+						    "ta",	"Tamil",				"தமிழ்",
+						    "th",	"Thai",					"ภาษาไทย",
+						    "tr",	"Turkish",				"Türkçe",
+						    "vi",	"Vietnamese",				"Tiếng Việt" ];
 
-l10n.dl_green_box_select_box_version_values	= [ "" ];
 /* l10n.dl_green_box_select_box_version_values	= [ "" ]; */
+l10n.dl_green_box_select_box_version_values	= [ "" ];
 
 // Download: Strings in the sub-green box (used in "index.html").
 // Not defined for now.