From patchwork Sat Sep 15 01:12:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 1936 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id D973260DE2 for ; Fri, 14 Sep 2018 17:12:58 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 76609110F7E5; Fri, 14 Sep 2018 16:12:58 +0100 (BST) Received: from mx-nbg.link38.eu (mx-nbg.link38.eu [37.120.167.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx-nbg.link38.eu", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 0B0B910FE227 for ; Fri, 14 Sep 2018 16:12:56 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=link38.eu; s=201803; t=1536937975; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references; bh=wtCArkM/FUFvyRvxDfPkktqUEFOq3Kr+baHQirlK75o=; b=OOVrV9g1Bzwjl1NiQEdGAXUhIKZI9ZuRFOOkI34k3InoxymyoMlMc4RPq/QHKIsYeLg8EU W/o0X1a6dvf+HZ6Wr25X4NQonl3xctKGdlc4YQGXfGpLNJshXHMHmWmTSObfwp5ZQwKlxK MOesel5NENJvzX9X3y/sCyTUjz3dJXPPeERqRkJxUz8uIyvkDqLPSJS4w4MisBkn86xzCT v1rtNiU3xKbrpM+RAtJDiWQdNF4GwFiVAk4M8dQtlOIRDMHVUuZNRfU/2SIZOoONdDizia hQ5+W+0LU0y9bBMvXYa39cvYS2hOHxKFo3HpdDIm1uw7QFXMvULL9RgBHzfcYw== From: =?utf-8?q?Peter_M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] update website translation for SHA256 Date: Fri, 14 Sep 2018 17:12:53 +0200 Message-Id: <20180914151253.5868-1-peter.mueller@link38.eu> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; dkim=pass header.d=link38.eu; dmarc=pass (policy=none) header.from=link38.eu; spf=pass smtp.mailfrom=peter.mueller@link38.eu X-Spamd-Result: default: False [-11.54 / 11.00]; R_SPF_ALLOW(-0.20)[+ip4:37.120.167.53]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[link38.eu:+]; RCVD_IN_DNSWL_MED(-2.00)[53.167.120.37.list.dnswl.org : 127.0.6.2]; DMARC_POLICY_ALLOW(-0.25)[link38.eu,none]; MX_GOOD(-0.01)[cached: mx-nbg.link38.eu]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(-3.78)[ip: (-9.91), ipnet: 37.120.160.0/19(-4.96), asn: 197540(-3.96), country: DE(-0.09)]; ASN(0.00)[asn:197540, ipnet:37.120.160.0/19, country:DE]; BAYES_HAM(-2.99)[99.97%]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[link38.eu]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_ONE(0.00)[1]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-3.00)[-0.999,0]; RCVD_TLS_ALL(0.00)[] X-Spam-Status: No, score=-11.54 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Peter Müller --- templates/modules/release-item.html | 2 +- translations/de/LC_MESSAGES/webapp.po | 2 +- translations/webapp.pot | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/modules/release-item.html b/templates/modules/release-item.html index fd3741b..2ad3be0 100644 --- a/templates/modules/release-item.html +++ b/templates/modules/release-item.html @@ -36,7 +36,7 @@
  • {% if file.size >= 1024 * 1024 %}
    - + {{ format_size(file.size) }}
    diff --git a/translations/de/LC_MESSAGES/webapp.po b/translations/de/LC_MESSAGES/webapp.po index fa131fc..94a6729 100644 --- a/translations/de/LC_MESSAGES/webapp.po +++ b/translations/de/LC_MESSAGES/webapp.po @@ -2842,7 +2842,7 @@ msgstr "Achtung!" #: templates/modules/release-item.html:39 #, python-format -msgid "SHA1: %s" +msgid "SHA256: %s" msgstr "" #: templates/modules/download-button.html:2 diff --git a/translations/webapp.pot b/translations/webapp.pot index 3cc0a3a..4bef2ac 100644 --- a/translations/webapp.pot +++ b/translations/webapp.pot @@ -2832,7 +2832,7 @@ msgstr "" #: templates/modules/release-item.html:39 #, python-format -msgid "SHA1: %s" +msgid "SHA256: %s" msgstr "" #: templates/modules/download-button.html:2