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/11 21:43:24 UTC

svn commit: r1817852 - /openoffice/ooo-site/trunk/content/tr/download/msg_prop_l10n_tr.js

Author: marcus
Date: Mon Dec 11 21:43:24 2017
New Revision: 1817852

URL: http://svn.apache.org/viewvc?rev=1817852&view=rev
Log:
Select box for languages: Changes for localized strings that can be sorted individual

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

Modified: openoffice/ooo-site/trunk/content/tr/download/msg_prop_l10n_tr.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/tr/download/msg_prop_l10n_tr.js?rev=1817852&r1=1817851&r2=1817852&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/tr/download/msg_prop_l10n_tr.js (original)
+++ openoffice/ooo-site/trunk/content/tr/download/msg_prop_l10n_tr.js Mon Dec 11 21:43:24 2017
@@ -33,16 +33,17 @@ 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		= [ "Windows (EXE)",
-				    	    "Linux 64-bit (x86-64) (DEB)",
+					        "Linux 64-bit (x86-64) (DEB)",
 					        "Linux 64-bit (x86-64) (RPM)",
 					        "Linux 32-bit (x86) (DEB)",
 					        "Linux 32-bit (x86) (RPM)",
 					        "OS X (version >= 10.7) (DMG)",
 					        "OS X (version <= 10.6) (DMG)",
-						    "Daha fazla platform / işletim sistemi" ];
-/* l10n.dl_green_box_select_box_os_values	= [ "" ]; */
+					        "Daha fazla platform / işletim sistemi" ];
 
+/* l10n.dl_green_box_select_box_language_values	= [ "" ]; */
 l10n.dl_green_box_select_box_language_values	= [ "Asturyaca (Asturianu)",
 						    "Baskça (Euskara)",
 						    "Bulgarca (български език)",
@@ -84,8 +85,11 @@ l10n.dl_green_box_select_box_language_va
 						    "Tayca (ภาษาไทย)",
 						    "Türkçe",
 						    "Vietnamca (Tiếng Việt)" ];
-/* 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	= [ "" ];
+
+/* l10n.dl_green_box_select_box_version_values	= [ "" ]; */
 l10n.dl_green_box_select_box_version_values	= [ "4.1.4",
 						    "4.1.3",
 						    "4.1.2",
@@ -96,8 +100,6 @@ l10n.dl_green_box_select_box_version_val
 						    "3.4.1",
 						    "Eski yayımlar" ];
 
-/* l10n.dl_green_box_select_box_version_values	= [ "" ]; */
-
 // Download: Strings in the sub-green box (used in "index.html").
 // Not defined for now.