summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-05-07 01:01:28 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-05-07 01:01:28 -0400
commitb864126fc004676d7fcc8fd1607ee7d64da7bbd4 (patch)
tree58d79809fb963c86a1a9574ef4642a10a2294744
parentede9fb4e495734747927704ebaaf9bd2854c0c27 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/nl.js1
-rw-r--r--l10n/nl.json1
-rw-r--r--l10n/nl.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/l10n/nl.js b/l10n/nl.js
index f12b2ef79..8dc2ea868 100644
--- a/l10n/nl.js
+++ b/l10n/nl.js
@@ -14,6 +14,7 @@ OC.L10N.register(
"Certificate error: The remote server's SSL certificate or SSH md5 fingerprint was deemed not OK." : "Certificaat error: De remote server's SSL certificaat of SSH md5 fingerprint was geacht niet OK.",
"Certificate error: Problem with the local client certificate." : "Certificaat error: Probleem met de lokale cliënt certificaat.",
"Certificate error: Couldn't use specified cipher." : "Certificaat error: Onbevoegde cijfer gespecificeerd.",
+ "Certificate error: Peer certificate cannot be authenticated with known CA certificates." : "Certificaatfout: het certificaat van de partner kan niet worden geverifieerd bij de bekende Certificate Authorities.",
"Certificate error: Requested FTP SSL level failed." : "Certificaat error: Aangevraagde FTP SSL level mislukt.",
"Certificate error: Initiating the SSL Engine failed." : "Certificaat error: Initialisatie van de SSL Engine mislukt.",
"Certificate error: Problem with reading the SSL CA cert (path? access rights?)" : "Certificaat error: Probleem met het uitlezen van de SSL CA cert (pad? toegang permissies?)",
diff --git a/l10n/nl.json b/l10n/nl.json
index 4a0ddcc55..e94a8b8ca 100644
--- a/l10n/nl.json
+++ b/l10n/nl.json
@@ -12,6 +12,7 @@
"Certificate error: The remote server's SSL certificate or SSH md5 fingerprint was deemed not OK." : "Certificaat error: De remote server's SSL certificaat of SSH md5 fingerprint was geacht niet OK.",
"Certificate error: Problem with the local client certificate." : "Certificaat error: Probleem met de lokale cliënt certificaat.",
"Certificate error: Couldn't use specified cipher." : "Certificaat error: Onbevoegde cijfer gespecificeerd.",
+ "Certificate error: Peer certificate cannot be authenticated with known CA certificates." : "Certificaatfout: het certificaat van de partner kan niet worden geverifieerd bij de bekende Certificate Authorities.",
"Certificate error: Requested FTP SSL level failed." : "Certificaat error: Aangevraagde FTP SSL level mislukt.",
"Certificate error: Initiating the SSL Engine failed." : "Certificaat error: Initialisatie van de SSL Engine mislukt.",
"Certificate error: Problem with reading the SSL CA cert (path? access rights?)" : "Certificaat error: Probleem met het uitlezen van de SSL CA cert (pad? toegang permissies?)",
diff --git a/l10n/nl.php b/l10n/nl.php
index b54bb5e41..8b5b65271 100644
--- a/l10n/nl.php
+++ b/l10n/nl.php
@@ -13,6 +13,7 @@ $TRANSLATIONS = array(
"Certificate error: The remote server's SSL certificate or SSH md5 fingerprint was deemed not OK." => "Certificaat error: De remote server's SSL certificaat of SSH md5 fingerprint was geacht niet OK.",
"Certificate error: Problem with the local client certificate." => "Certificaat error: Probleem met de lokale cliënt certificaat.",
"Certificate error: Couldn't use specified cipher." => "Certificaat error: Onbevoegde cijfer gespecificeerd.",
+"Certificate error: Peer certificate cannot be authenticated with known CA certificates." => "Certificaatfout: het certificaat van de partner kan niet worden geverifieerd bij de bekende Certificate Authorities.",
"Certificate error: Requested FTP SSL level failed." => "Certificaat error: Aangevraagde FTP SSL level mislukt.",
"Certificate error: Initiating the SSL Engine failed." => "Certificaat error: Initialisatie van de SSL Engine mislukt.",
"Certificate error: Problem with reading the SSL CA cert (path? access rights?)" => "Certificaat error: Probleem met het uitlezen van de SSL CA cert (pad? toegang permissies?)",