Author: marcus Date: Thu Oct 29 20:15:08 2015 New Revision: 1711355 URL: http://svn.apache.org/viewvc?rev=1711355&view=rev Log: Little change to force a new build
Modified: openoffice/ooo-site/trunk/content/hu/download/msg_prop_l10n_hu.js Modified: openoffice/ooo-site/trunk/content/hu/download/msg_prop_l10n_hu.js URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/hu/download/msg_prop_l10n_hu.js?rev=1711355&r1=1711354&r2=1711355&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/hu/download/msg_prop_l10n_hu.js (original) +++ openoffice/ooo-site/trunk/content/hu/download/msg_prop_l10n_hu.js Thu Oct 29 20:15:08 2015 @@ -32,7 +32,10 @@ l10n.dl_green_box_selectbox_lang_title l10n.dl_green_box_selectbox_ver_title = "Válassza ki a verziót"; // The strings that will be shown in the OS, language and version drop-down select boxes. -// You must leave at least one single empty string (see the comment lines below the 3 following variables)! +// You must leave at least one single empty string (see the comment lines above the 3 following variables)! +// Leaving as default will result in the download box for any OS, language, or release shown on: +// http://www.openoffice.org/download/index.html +// Custominzations to each of these arrays will require ongoing maintenance for new releases. l10n.dl_green_box_select_box_os_values = [ "Windows (EXE)", "Linux 64-bit (x86-64) (DEB)", "Linux 64-bit (x86-64) (RPM)", @@ -41,8 +44,8 @@ l10n.dl_green_box_select_box_os_values "OS X 64-bit (x86-64) (DMG)", "OS X 32-bit (x86) (DMG)", "További platformok / operációs rendszerek" ]; -/* l10n.dl_green_box_select_box_os_values = [ "" ]; */ +// l10n.dl_green_box_select_box_os_values = [ "" ]; l10n.dl_green_box_select_box_language_values = [ "Asturian (Asturianu)", "Basque (Euskara)", "Bulgarian (бÑлгаÑÑки език)", @@ -84,8 +87,8 @@ l10n.dl_green_box_select_box_language_va "Thai (ภาษาà¹à¸à¸¢)", "Turkish (Türkçe)", "Vietnamese (Tiếng Viá»t)" ]; -/* l10n.dl_green_box_select_box_language_values = [ "" ]; */ +// l10n.dl_green_box_select_box_language_values = [ "" ]; l10n.dl_green_box_select_box_version_values = [ "4.1.2", "4.1.1", "4.1.0", @@ -95,8 +98,6 @@ l10n.dl_green_box_select_box_version_val "3.4.1", "Korábbi kiadások" ]; -/* l10n.dl_green_box_select_box_version_values = [ "" ]; */ - // Download: Strings in the sub-green box (used in "index.html"). // Not defined for now. @@ -348,8 +349,6 @@ l10n.dl_analyze_table_no_text = "Nem"; l10n.dl_analyze_table_stable_release_text = "Stabil kiadás"; l10n.dl_analyze_table_javascript_text = "JavaScript függvények/változók"; - - // General: Links to webpage files that could be localized. l10n.dl_rel_notes_aoo412_link = "http://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.2+Release+Notes"; l10n.dl_rel_notes_aoo411_link = "http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=44995866"; @@ -362,4 +361,3 @@ l10n.dl_report_link = "http://www.ope l10n.dl_porting_link = "http://www.openoffice.org/porting/index.html"; l10n.dl_archive_link = "http://www.openoffice.org/download/archive.html"; l10n.dl_aoo341_link = "http://www.openoffice.org/download/other-341.html"; -