Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B8B5C200BEC for ; Thu, 29 Dec 2016 12:35:48 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B7611160B2D; Thu, 29 Dec 2016 11:35:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0B76F160B15 for ; Thu, 29 Dec 2016 12:35:47 +0100 (CET) Received: (qmail 74556 invoked by uid 500); 29 Dec 2016 11:35:45 -0000 Mailing-List: contact commits-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list commits@openoffice.apache.org Received: (qmail 74476 invoked by uid 99); 29 Dec 2016 11:35:45 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2016 11:35:45 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 3F6C93A022C for ; Thu, 29 Dec 2016 11:35:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1776402 - /openoffice/ooo-site/trunk/content/da/msg_prop_l10n_da.js Date: Thu, 29 Dec 2016 11:35:44 -0000 To: commits@openoffice.apache.org From: mseidel@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161229113545.3F6C93A022C@svn01-us-west.apache.org> archived-at: Thu, 29 Dec 2016 11:35:48 -0000 Author: mseidel Date: Thu Dec 29 11:35:44 2016 New Revision: 1776402 URL: http://svn.apache.org/viewvc?rev=1776402&view=rev Log: Restored msg_prop_l10n_da.js Added: openoffice/ooo-site/trunk/content/da/msg_prop_l10n_da.js (with props) Added: openoffice/ooo-site/trunk/content/da/msg_prop_l10n_da.js URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/da/msg_prop_l10n_da.js?rev=1776402&view=auto ============================================================================== --- openoffice/ooo-site/trunk/content/da/msg_prop_l10n_da.js (added) +++ openoffice/ooo-site/trunk/content/da/msg_prop_l10n_da.js Thu Dec 29 11:35:44 2016 @@ -0,0 +1,23 @@ +/* This file is to maintain text information that can be used on the download webpage via JavaScript when + * including this file. + * + * Instead of hard coded text in the green box please use these variables and translate it to your favorite language. + * + * Wrong: "Download Apache OpenOffice" + * Correct: l10n.index_redirect_text + */ + + + +// Object that contains all following variables. +var l10n = new Object(); + +// The following variables are used in the "index.html" file: + +l10n.index_alert_box_show = true; +l10n.index_alert_box_background_color = "#F5A9A9"; // More see "http://html-color-codes.info/" +l10n.index_alert_box_href = "https://openoffice.apache.org/translate.html"; // Make the whole alert box clickable with a link. + // Maximum 49 characters. +l10n.index_alert_box_headline_text = "We need your help to complete translation into Danish!"; + // Maximum 630 characters. +l10n.index_alert_box_text_text = "This note is in English because we have no one to translate this webpage and others into your language. The links on the page will help you download and install Apache OpenOffice with Danish translation. But we still need help with this website.

If you are interested in helping translate, please click this text to review the information. You can send a note to our mailing list \"L10N@openoffice.apache.org\" if you want to volunteer or if you have questions."; Propchange: openoffice/ooo-site/trunk/content/da/msg_prop_l10n_da.js ------------------------------------------------------------------------------ svn:eol-style = native