Author: marcus
Date: Sun Sep 1 22:38:13 2013
New Revision: 1519320
URL: http://svn.apache.org/r1519320
Log:
Shortening texts
Modified:
openoffice/ooo-site/trunk/content/download/test/download.js
Modified: openoffice/ooo-site/trunk/content/download/test/download.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download.js?rev=1519320&r1=1519319&r2=1519320&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download.js Sun Sep 1
22:38:13 2013
@@ -223,7 +223,7 @@ function getPlatform() {
if ( os.indexOf( "vms" ) != -1 ) UI_PLATFORM
= "OpenVMS";
if ( os.indexOf( "alphaserver" ) != -1 ) UI_PLATFORM
= "AlphaServer";
if ( os.indexOf( "qnx" ) != -1 ) UI_PLATFORM
= "QNX";
- if ( os.indexOf( "x11" ) != -1 ) UI_PLATFORM
= "an unknown OS with X11 support";
+ if ( os.indexOf( "x11" ) != -1 ) UI_PLATFORM
= "an unknown OS (X11 support)";
if ( os.indexOf( "arm" ) != -1 ) UI_PLATFORM
= "ARM mobile devices";
@@ -236,17 +236,17 @@ function getPlatform() {
av.indexOf( "android" ) != -1 ) UI_PLATFORM
= "Android mobile devices";
if ( ua.indexOf( "blackberry" ) != -1 ) UI_PLATFORM
= "Blackberry smartphones";
if ( ua.indexOf( "nokia" ) != -1 ) UI_PLATFORM
= "Nokia mobile devices";
- if ( ua.indexOf( "symbian" ) != -1 ) UI_PLATFORM
= "mobile phones with Symbian OS";
- if ( ua.indexOf( "symbos" ) != -1 ) UI_PLATFORM
= "mobile phones with Symbian OS";
- if ( ua.indexOf( "s60" ) != -1 ) UI_PLATFORM
= "mobile phones with Series60/S60 support";
- if ( ua.indexOf( "series60" ) != -1 ) UI_PLATFORM
= "mobile phones with Series60/S60 support";
- if ( ua.indexOf( "palm" ) != -1 ) UI_PLATFORM
= "mobile phones with Palm OS";
- if ( ua.indexOf( "webos" ) != -1 ) UI_PLATFORM
= "mobile phones with Palm webOS";
- if ( ua.indexOf( "pike" ) != -1 ) UI_PLATFORM
= "mobile phones with Pike support";
- if ( ua.indexOf( "ce.net" ) != -1 ) UI_PLATFORM
= "mobile phones with Windows CE";
- if ( ua.indexOf( "widerweb" ) != -1 ) UI_PLATFORM
= "mobile phones with WiderWeb support";
- if ( ua.indexOf( "brew" ) != -1 ) UI_PLATFORM
= "smartphones with BREW support";
- if ( ua.indexOf( "hiptop" ) != -1 ) UI_PLATFORM
= "smartphones with Hiptop support";
+ if ( ua.indexOf( "symbian" ) != -1 ) UI_PLATFORM
= "mobile phones (Symbian OS)";
+ if ( ua.indexOf( "symbos" ) != -1 ) UI_PLATFORM
= "mobile phones (Symbian OS)";
+ if ( ua.indexOf( "s60" ) != -1 ) UI_PLATFORM
= "mobile phones (Series60/S60)";
+ if ( ua.indexOf( "series60" ) != -1 ) UI_PLATFORM
= "mobile phones (Series60/S60)";
+ if ( ua.indexOf( "palm" ) != -1 ) UI_PLATFORM
= "mobile phones (Palm OS)";
+ if ( ua.indexOf( "webos" ) != -1 ) UI_PLATFORM
= "mobile phones (Palm webOS)";
+ if ( ua.indexOf( "pike" ) != -1 ) UI_PLATFORM
= "mobile phones (Pike)";
+ if ( ua.indexOf( "ce.net" ) != -1 ) UI_PLATFORM
= "mobile phones (Windows CE)";
+ if ( ua.indexOf( "widerweb" ) != -1 ) UI_PLATFORM
= "mobile phones (WiderWeb)";
+ if ( ua.indexOf( "brew" ) != -1 ) UI_PLATFORM
= "smartphones (BREW)";
+ if ( ua.indexOf( "hiptop" ) != -1 ) UI_PLATFORM
= "smartphones (Hiptop)";
if ( ua.indexOf( "playstation" ) != -1 ) UI_PLATFORM
= "Sony Playstation";
if ( ua.indexOf( "psp" ) != -1 ) UI_PLATFORM
= "Sony Playstation Portable";
@@ -279,7 +279,7 @@ function getPlatform() {
EXTENSION
= ".tar.gz";
if ( ua.indexOf( "debian" ) != -1 ||
ua.indexOf( "ubuntu" ) != -1 ||
- ua.indexOf( "iceweasel" ) != -1 ) { UI_PLATFORM
= "Linux Debian 32-Bit (DEB)";
+ ua.indexOf( "iceweasel" ) != -1 ) { UI_PLATFORM
= "Linux Debian 32-bit (DEB)";
URL_PLATFORM
= "Linux_x86_install-deb";
EXTENSION
= ".tar.gz";
}