You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2013/08/03 20:07:44 UTC

svn commit: r872630 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/languages.js

Author: buildbot
Date: Sat Aug  3 18:07:43 2013
New Revision: 872630

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/test/languages.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Aug  3 18:07:43 2013
@@ -1 +1 @@
-1510046
+1510047

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Aug  3 18:07:43 2013
@@ -1 +1 @@
-1510046
+1510047

Modified: websites/staging/ooo-site/trunk/content/download/test/languages.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/languages.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/languages.js Sat Aug  3 18:07:43 2013
@@ -1,13 +1,14 @@
 /* Description of the array elements
 
-  a: splitted ISO code for identification (not really used)
-  0: language as ISO code
-  1: language name in English
-  2: language name in native language (with UTF-8 character set)
-  3: flag for mirrorsystem usage ('y' to use SourceForge and 'n' to use an alternative webpage)
-  4: alternative link to download, e.g., to the NL community webpage
+  0: splitted ISO code for identification (not really used)
+  1: language as ISO code
+  2: language name in English
+  3: language name in native language (with UTF-8 character set)
+  4: flag for mirrorsystem usage ('y' to use SourceForge and 'n' to use an alternative webpage)
+  5: alternative link to download, e.g., to the NL community webpage
 
-a	      0	       1			 2					 3    4 */
+0	     1	      2				3				        4    5
+*/
 
 var languages = {
 "ast":{"-": ['ast',   'Asturian',               'Asturianu',				'y', 'http://ast.openoffice.org/']},
@@ -98,3 +99,4 @@ var languages = {
 "vi": {"-": ['vi',    'Vietnamese',             'Tiếng Việt',				'n', 'http://vi.openoffice.org/']},
 "cy": {"-": ['cy',    'Welsh',                  'Cymraeg',				'n', 'http://cy.openoffice.org/']}
 };
+