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 2013/10/01 21:55:39 UTC

svn commit: r1528193 - /openoffice/ooo-site/trunk/content/download/test/languages.js

Author: marcus
Date: Tue Oct  1 19:55:38 2013
New Revision: 1528193

URL: http://svn.apache.org/r1528193
Log:
Added 'pl' language

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=1528193&r1=1528192&r2=1528193&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/languages.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/languages.js Tue Oct  1 19:55:38 2013
@@ -34,6 +34,7 @@ var languages = {
 "km": {"-": ['km',    'Khmer',			'ភាសាខ្មែរ',			'y', 'http://www.openoffice.org/download/other.html']},
 "ko": {"-": ['ko',    'Korean',                 '한국어',					'y', 'http://www.openoffice.org/ko/']},
 "lt": {"-": ['lt',    'Lithuanian',             'Lietuvių',				'y', 'http://www.openoffice.org/lt/']},
+"pl": {"-": ['pl',    'Polish',                 'Polski',				'y', 'http://www.openoffice.org/pl/product.download.html']},
 "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']},
@@ -86,7 +87,6 @@ var languages = {
 "oc": {"-": ['oc',    'Occitan',                'Occitan',				'n', 'http://www.openoffice.org/download/other.html']},
 "or": {"-": ['or',    'Oriya',                  'ଓଡ଼ିଆ',					'n', 'http://www.openoffice.org/download/other.html']},
 "om": {"-": ['om',    'Oromo',                  'ኦሮሚኛ',					'n', 'http://www.openoffice.org/om/']},
-"pl": {"-": ['pl',    'Polish',                 'Polski',				'n', 'http://www.openoffice.org/pl/product.download.html']},
 "pa": {"-": ['pa',    'Punjabi',                'ਪੰਜਾਬੀ',					'n', 'http://www.openoffice.org/pa/'],
       "pa": ['pa-PA', 'Punjabi',                'ਪੰਜਾਬੀ',					'n', 'http://www.openoffice.org/pa/'],
       "in": ['pa-IN', 'Punjabi',                'ਪੰਜਾਬੀ',					'n', 'http://www.openoffice.org/pa/']},
@@ -99,5 +99,5 @@ var languages = {
 "ug": {"-": ['ug',    'Uyghur',                 'ئۇيغۇرچە‎',				'n', 'http://www.openoffice.org/download/other.html']},
 "uz": {"-": ['uz',    'Uzbek',                  'Ўзбек',				'n', 'http://www.openoffice.org/uz/']},
 "cy": {"-": ['cy',    'Welsh',                  'Cymraeg',				'n', 'http://www.openoffice.org/download/test/index.html']}
-}
+};