Author: marcus
Date: Sun Sep 1 22:03:57 2013
New Revision: 1519316
URL: http://svn.apache.org/r1519316
Log:
JS file with localized strings
Added:
openoffice/ooo-site/trunk/content/download/test/download_l10n_en.js (with
props)
Added: openoffice/ooo-site/trunk/content/download/test/download_l10n_en.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_l10n_en.js?rev=1519316&view=auto
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_l10n_en.js (added)
+++ openoffice/ooo-site/trunk/content/download/test/download_l10n_en.js Sun Sep
1 22:03:57 2013
@@ -0,0 +1,38 @@
+/* This file is to maintain text information that can be used on all websites
via JavaScript when including this file.
+
+ Instead of hard coded text in the green box please use these variables and
translate it into your favorite language.
+
+ Wrong: "Download Apache OpenOffice"
+ Correct: green_box_1_headline
+*/
+
+var green_box_1_headline = "Download Apache OpenOffice";
+var green_box_1_click = "Click here for the most recent
version for:";
+var green_box_1_megabyte = "MByte";
+
+var green_box_2_headline = "Apache OpenOffice";
+var green_box_2_no_build1 = "Apache OpenOffice is not available
for";
+var green_box_2_no_build2 = "Please click this text to choose a
different platform build from the alternative download webpage.";
+
+var green_box_3_headline = "Apache OpenOffice";
+var green_box_3_no_build1 = "Apache OpenOffice is not available
for";
+var green_box_3_no_build2 = "Please click this text to choose
from the alternative locale download webpage.";
+
+var sub_green_box_other_text = "Get all platforms, languages,
language packs";
+var sub_green_box_other_title = "Get all platforms, languages,
language packs to download";
+var sub_green_box_source_text = "Source code and SDK";
+var sub_green_box_source_title = "Get the source code and the SDK to
download";
+var sub_green_box_ports_text = "<b>Portable USB versions</b> and
third-party ports";
+var sub_green_box_ports_title = "Get Apache OpenOffice software
packaged as portable USB versions and third-party ports";
+var sub_green_box_old_legacy_text = "Old and legacy version:";
+var sub_green_box_old_title = "Get the old version of Apache
OpenOffice";
+var sub_green_box_legacy_title = "Get the legacy version of
OpenOffice.org";
+var sub_green_box_hash_text = "Signatures and hashes:";
+var sub_green_box_signature_title = "signature";
+var sub_green_box_hash_title = "hash";
+var sub_green_box_verify_text = "How to verify?";
+var sub_green_box_verify_title = "How to verify the download with
signatures and hash values?";
+var sub_green_box_release_notes_text = "Release Notes";
+var sub_green_box_release_notes_title = "What is new, what has been improved
in Apache OpenOffice";
+var sub_green_box_release_notes_link =
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes";
+
Propchange: openoffice/ooo-site/trunk/content/download/test/download_l10n_en.js
------------------------------------------------------------------------------
svn:eol-style = native