Author: marcus
Date: Thu May  1 15:42:58 2014
New Revision: 1591683

URL: http://svn.apache.org/r1591683
Log:
Added comments to explain the difference between top and bottom collection

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

Modified: openoffice/ooo-site/trunk/content/download/test/languages.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/languages.js?rev=1591683&r1=1591682&r2=1591683&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/languages.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/languages.js Thu May  1 
15:42:58 2014
@@ -12,6 +12,7 @@ a      b     0              1                         2       
                                3
 */
 
 var languages = {
+// All listed languages below are set as supported and available.
 "ast":{"-": ['ast',   'Asturian',               'Asturianu',                   
        'y', 'http://www.openoffice.org/ast/']},
 "eu": {"-": ['eu',    'Basque',                 'Euskara',                     
        'y', 'http://www.openoffice.org/eu/']},
 "bg": {"-": ['bg',    'Bulgarian',              'български език', 
                'y', 'http://www.openoffice.org/bg/']},
@@ -43,7 +44,7 @@ var languages = {
 "pt": {"-": ['pt',    'Portuguese (European)', 'Português (Europeu)',    
        'y', 'http://www.openoffice.org/pt/download/download.htm'],
       "br": ['pt-BR', 'Portuguese (Brazilian)',        'Português (do 
Brasil)',          'y', 'http://www.openoffice.org/pt-br/'],
       "pt": ['pt-PT', 'Portuguese (European)', 'Português (Europeu)',    
        'y', 'http://www.openoffice.org/pt/download/download.htm']},
-"ru": {"-": ['ru',    'Russian',               'Русский',               
                'y', 'http://www.openoffice.org/download/test/index.html']},
+"ru": {"-": ['ru',    'Russian',               'Русский',               
                'y', 'http://www.openoffice.org/ru/about-downloads.html']},
 "gd": {"-": ['gd',    'Scottish (Gaelic)',     'Gàidhlig',                    
        'y', 'http://www.openoffice.org/gd/']},
 "sr": {"-": ['sr',    'Serbian (Cyrillic)',     'Cрпски 
(ћирилицом)',                    'y', 
'http://www.openoffice.org/sr/preuzmi.html']},
 "sk": {"-": ['sk',    'Slovak',                        'Slovenský jazyk 
(slovenčina)',               'y', 'http://www.openoffice.org/sk/']},
@@ -55,7 +56,7 @@ var languages = {
 "tr": {"-": ['tr',    'Turkish',                'Türkçe',          
        'y', 'http://www.openoffice.org/tr/']},
 "vi": {"-": ['vi',    'Vietnamese',             'Tiếng Việt',              
                'y', 'http://www.openoffice.org/vi/']},
 
-
+// All listed languages below are set as *not supported and *not* available.
 "ar": {"-": ['ar',    'Arabic',                        'عربي',             
                        'n', 'http://www.openoffice.org/ar/']},
 "as": {"-": ['as',    'Assamese',               'অসমীয়া',       
                                 'n', 
'http://www.openoffice.org/download/other.html']},
 "be": {"-": ['be',    'Belarusian',             'Беларуская 
мова',                       'n', 
'http://www.openoffice.org/download/other.html'],


Reply via email to