From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH v3 2/3] update translation files for vpnmain.cgi changes
Date: Tue, 07 Jan 2020 21:47:00 +0000 [thread overview]
Message-ID: <a94189ba-bd83-4a36-1fb8-84785df94ab0@ipfire.org> (raw)
In-Reply-To: <09672616-f2e0-2f1e-6d38-a30d5d70dae5@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 3661 bytes --]
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
langs/de/cgi-bin/de.pl | 5 +++--
langs/en/cgi-bin/en.pl | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
index 2e67e495f..2cd2e24a2 100644
--- a/langs/de/cgi-bin/de.pl
+++ b/langs/de/cgi-bin/de.pl
@@ -2760,7 +2760,7 @@
'vpi number' => 'VPI-Nummer:',
'vpn' => 'VPN',
'vpn aggrmode' => 'IKE Aggressive Mode zugelassen. Möglichst vermeiden (preshared Schlüssel wird im Klartext übertragen)!',
-'vpn altname syntax' => 'Der Subjekt Alternativ Name ist eine durch Komma getrennte Liste von Email, DNS, URI, RID und IP Objekten. <br />Email: eine Email Adresse. Syntax Email: \'copy\' benutzt die Email Adresse aus dem Zertifikatfeld. <br />DNS: ein gültiger Domain Name.<br />URI: eine gültige URI.<br />RID: Registriertes Objekt Identifikation.<br />IP: eine IP Adresse.<br />Bitte beachten: der Zeichensatz ist eingeschränkt und die Groß-/Kleinschreibung ist entscheidend.<br />Beispiel:<br /><b>email:</b>info(a)ipfire.org<b>,email:</b>copy<b>,DNS:</b>www.ipfire.org<b>,IP:</b>127.0.0.1<b>,URI:</b>http://url/nach/irgendwo',
+'vpn altname syntax' => 'Der SubjectAlternativeName ist eine durch Komma getrennte Liste von Email, DNS, URI, RID und IP Objekten. <br />Email: eine Email Adresse. Syntax Email: \'copy\' benutzt die Email Adresse aus dem Zertifikatfeld. <br />DNS: ein gültiger Domain Name.<br />URI: eine gültige URI.<br />RID: Registriertes Objekt Identifikation.<br />IP: eine IP Adresse.<br />Bitte beachten: der Zeichensatz ist eingeschränkt und die Groß-/Kleinschreibung ist entscheidend.<br />Beispiel:<br /><b>email:</b>info(a)ipfire.org<b>,email:</b>copy<b>,DNS:</b>www.ipfire.org<b>,IP:</b>127.0.0.1<b>,URI:</b>http://url/nach/irgendwo',
'vpn auth-dn' => 'Peer wird identifiziert durch entweder ein IPV4_ADDR, FQDN, USER_FQDN oder DER_ASN1_DN string in Remote ID Feld',
'vpn broken' => 'gebrochen',
'vpn connecting' => 'VERBINDUNGSAUFBAU',
@@ -2787,7 +2787,8 @@
'vpn start action start' => 'Immer An',
'vpn statistic n2n' => 'VPN: Netz-zu-Netz-Statistik',
'vpn statistic rw' => 'VPN: Roadwarrior-Statistik',
-'vpn subjectaltname' => 'Subjekt Alternativer Name',
+'vpn subjectaltname' => 'SubjectAlternativeName',
+'vpn subjectaltname missing' => 'SubjectAlternativeName darf nicht leer bleiben.',
'vpn wait' => 'WARTE',
'vpn watch' => 'Netz-zu-Netz VPN neu starten, wenn sich Remote-IP ändert (DynDNS).',
'vpn weak' => 'schwach',
diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index 0d30595b3..2dc325a3a 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -1363,7 +1363,7 @@
'host to net vpn' => 'Host-to-Net Virtual Private Network (RoadWarrior)',
'hostname' => 'Hostname',
'hostname and domain already in use' => 'Hostname and domain already in use.',
-'hostname cant be empty' => 'Hostname can\'t be empty.',
+'hostname cant be empty' => 'Hostname cannot be empty.',
'hostname not set' => 'Hostname not set.',
'hosts config added' => 'Hosts config added',
'hosts config changed' => 'Hosts config changed',
@@ -2835,7 +2835,8 @@
'vpn start action start' => 'Always On',
'vpn statistic n2n' => 'VPN: Net-to-Net Statistics',
'vpn statistic rw' => 'VPN: Roadwarrior Statistics',
-'vpn subjectaltname' => 'Subject Alt Name',
+'vpn subjectaltname' => 'SubjectAlternativeName',
+'vpn subjectaltname missing' => 'SubjectAlternativeName cannot be emtpy.',
'vpn wait' => 'WAITING',
'vpn watch' => 'Restart net-to-net vpn when remote peer IP changes (dyndns).',
'vpn weak' => 'Weak',
--
2.16.4
next prev parent reply other threads:[~2020-01-07 21:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-05 17:54 [PATCH] vpnmain.cgi: set SubjectAlternativeName default during root, certificate generation Peter Müller
2020-01-05 18:11 ` [PATCH v2] vpnmain.cgi: set SubjectAlternativeName default during root " Peter Müller
2020-01-06 11:15 ` Michael Tremer
2020-01-06 19:26 ` Peter Müller
2020-01-07 21:47 ` [PATCH v3 1/3] " Peter Müller
2020-01-07 21:47 ` Peter Müller [this message]
2020-01-07 21:48 ` [PATCH v3 3/3] Core Update 140: ship changed vpnmain.cgi Peter Müller
2020-01-08 10:58 ` [PATCH v3 1/3] vpnmain.cgi: set SubjectAlternativeName default during root certificate generation Michael Tremer
2020-01-09 15:20 ` Peter Müller
2020-01-13 12:37 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a94189ba-bd83-4a36-1fb8-84785df94ab0@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox