From patchwork Fri Jan 3 17:12:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2670 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 47qBL63Bhvz3yQR for ; Fri, 3 Jan 2020 17:12:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 47qBL52bY0z2Qm; Fri, 3 Jan 2020 17:12:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47qBL51FRqz2yNR; Fri, 3 Jan 2020 17:12:45 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 47qBL34Krlz2yC3 for ; Fri, 3 Jan 2020 17:12:43 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 47qBL31QqGz2Qm; Fri, 3 Jan 2020 17:12:43 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1578071563; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=oFAHUdSK5DRrtgtj7iVpulUoykwNZiwDQ3xiX1yGgVI=; b=RZo82BVkk5Y6laIeug07IQfSDeTP1q4VPTfSabhON02dj8HpXDxV0KcTUklH/jvgBUjDVl nIuEoZ6DZS/uScDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1578071563; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=oFAHUdSK5DRrtgtj7iVpulUoykwNZiwDQ3xiX1yGgVI=; b=hhqrUWJqi7l5PmMaMXQHeolSWJknfmwdi3A/pjfe4mrqvAqJCN2/N299pAbWtX0KGbx0ZV aOkLf4rsJHstUHPXmdHKUqxT1zaIAnlPCKw7MSHd67zY2C213xGZrF6sAkDOJjJYQFBApL GLw8xFXqxzZwOTK67P5aKfVoHHGs84M5VHupWyTezWzPFzZLj1JDk4za2r7o8Jc9SWQBYL pZW3qAFxkjJmFDk1EocHtCk2y81/bzX2nsOhe6o94IMdhWWdCn1ggcXJjzehkVKyspWsmg YU0VS5RHCAzCyQLSDksToZUTMYzSS1y9a3rWDmeDWj5PHe/AG8sNBIVuK/DNqQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] lang: Fix typo in "Writen Bytes" and fix grammar Date: Fri, 3 Jan 2020 17:12:32 +0000 Message-Id: <20200103171232.25000-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- doc/language_issues.en | 4 ++-- langs/en/cgi-bin/en.pl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/language_issues.en b/doc/language_issues.en index 475261493..885e85d75 100644 --- a/doc/language_issues.en +++ b/doc/language_issues.en @@ -1522,7 +1522,7 @@ WARNING: untranslated string: quick playlist = Quick Playlist WARNING: untranslated string: ram = RAM WARNING: untranslated string: random number generator daemon = Random Number Generator Daemon WARNING: untranslated string: rdns = rDNS -WARNING: untranslated string: read bytes = Read Bytes +WARNING: untranslated string: read bytes = Bytes Read WARNING: untranslated string: read list = list with readonly hosts WARNING: untranslated string: real address = Real Address WARNING: untranslated string: reboot = Reboot @@ -2204,7 +2204,7 @@ WARNING: untranslated string: wlanap wlan settings = WLan Settings WARNING: untranslated string: wlanap wlan status = WLan Status WARNING: untranslated string: wol wakeup = WakeUp WARNING: untranslated string: workgroup = Workgroup -WARNING: untranslated string: written bytes = Writen Bytes +WARNING: untranslated string: written bytes = Bytes Written WARNING: untranslated string: year = Year WARNING: untranslated string: yes = Yes WARNING: untranslated string: you can only define one roadwarrior connection when using pre-shared key authentication = You can only define one Roadwarrior connection when using pre-shared key authentication.
Either you already have a Roadwarrior connection with pre-shared key authentication, or you're trying to add one now. diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index b40ef9390..0d30595b3 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -2070,7 +2070,7 @@ 'ram' => 'RAM', 'random number generator daemon' => 'Random Number Generator Daemon', 'rdns' => 'rDNS', -'read bytes' => 'Read Bytes', +'read bytes' => 'Bytes Read', 'read list' => 'list with readonly hosts', 'real address' => 'Real Address', 'reboot' => 'Reboot', @@ -2940,7 +2940,7 @@ 'wlanap wlan status' => 'WLan Status', 'wol wakeup' => 'WakeUp', 'workgroup' => 'Workgroup', -'written bytes' => 'Writen Bytes', +'written bytes' => 'Bytes Written', 'xtaccess all error' => 'You cannot set an external access to ALL, that is done in the port forwarding record.', 'xtaccess bad transfert' => 'If you specify a port destination range, the source range must be identical !', 'year' => 'Year',