diff options
-rw-r--r-- | apps/files/l10n/es.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/es.json | 2 | ||||
-rw-r--r-- | apps/files/l10n/fr.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/fr.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/nl.js | 3 | ||||
-rw-r--r-- | apps/files/l10n/nl.json | 3 | ||||
-rw-r--r-- | core/l10n/fr.js | 1 | ||||
-rw-r--r-- | core/l10n/fr.json | 1 |
8 files changed, 14 insertions, 0 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 4f01be175f7..a4666bd7bdf 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -19,6 +19,8 @@ OC.L10N.register( "Uploading …" : "Subiendo...", "…" : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", + "Target folder does not exist any more" : "La carpeta destino yano existe", + "Error when assembling chunks, status code {status}" : "Error al reunir las partes, código de estado {status}", "Actions" : "Acciones", "Download" : "Descargar", "Rename" : "Renombrar", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index 2b3701aba18..44db92002f2 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -17,6 +17,8 @@ "Uploading …" : "Subiendo...", "…" : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", + "Target folder does not exist any more" : "La carpeta destino yano existe", + "Error when assembling chunks, status code {status}" : "Error al reunir las partes, código de estado {status}", "Actions" : "Acciones", "Download" : "Descargar", "Rename" : "Renombrar", diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 68540aac8d8..c17791b5cbd 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -20,6 +20,7 @@ OC.L10N.register( "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} sur {totalSize} ({bitrate})", "Target folder does not exist any more" : "Le dossier cible n'existe plus", + "Error when assembling chunks, status code {status}" : "Erreur lors de l'assemblage des blocs, code d'état {status}", "Actions" : "Actions", "Download" : "Télécharger", "Rename" : "Renommer", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 7f675056eb4..77256638126 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -18,6 +18,7 @@ "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} sur {totalSize} ({bitrate})", "Target folder does not exist any more" : "Le dossier cible n'existe plus", + "Error when assembling chunks, status code {status}" : "Erreur lors de l'assemblage des blocs, code d'état {status}", "Actions" : "Actions", "Download" : "Télécharger", "Rename" : "Renommer", diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js index c009bb7496f..fd30a95fb8e 100644 --- a/apps/files/l10n/nl.js +++ b/apps/files/l10n/nl.js @@ -19,6 +19,8 @@ OC.L10N.register( "Uploading …" : "Uploaden …", "…" : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} van {totalSize} ({bitrate})", + "Target folder does not exist any more" : "Doelmap bestaat niet meer", + "Error when assembling chunks, status code {status}" : "Fout tijdens samenvoegen van brokken, status code {status}", "Actions" : "Acties", "Download" : "Downloaden", "Rename" : "Naam wijzigen", @@ -125,6 +127,7 @@ OC.L10N.register( "Settings" : "Instellingen", "Show hidden files" : "Verborgen bestanden tonen", "WebDAV" : "WebDAV", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Gebruik deze link <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">om je bestanden te benaderen via WebDAV</a>", "Cancel upload" : "Stop upload", "No files in here" : "Hier geen bestanden", "Upload some content or sync with your devices!" : "Upload je inhoud of synchroniseer met je apparaten!", diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json index 9a526124372..a74f3f329e4 100644 --- a/apps/files/l10n/nl.json +++ b/apps/files/l10n/nl.json @@ -17,6 +17,8 @@ "Uploading …" : "Uploaden …", "…" : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} van {totalSize} ({bitrate})", + "Target folder does not exist any more" : "Doelmap bestaat niet meer", + "Error when assembling chunks, status code {status}" : "Fout tijdens samenvoegen van brokken, status code {status}", "Actions" : "Acties", "Download" : "Downloaden", "Rename" : "Naam wijzigen", @@ -123,6 +125,7 @@ "Settings" : "Instellingen", "Show hidden files" : "Verborgen bestanden tonen", "WebDAV" : "WebDAV", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Gebruik deze link <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">om je bestanden te benaderen via WebDAV</a>", "Cancel upload" : "Stop upload", "No files in here" : "Hier geen bestanden", "Upload some content or sync with your devices!" : "Upload je inhoud of synchroniseer met je apparaten!", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 584fb086e1a..ce47266d81b 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -115,6 +115,7 @@ OC.L10N.register( "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "/dev/urandom n'est pas lisible par PHP, ce qui est fortement déconseillé pour des raisons de sécurité. Vous trouverez plus d'information dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.", "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Vous utilisez actuellement PHP {version}. Nous vous encourageons à mettre à jour votre version de PHP afin de tirer avantage des améliorations liées à <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">la performance et la sécurité fournies par le PHP Group</a> dès que votre distribution le supportera.", "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuration des entêtes du proxy inverse est incorrecte, ou vous accédez à Nextcloud depuis un proxy de confiance. Si vous n'êtes pas en train d’accéder à Nextcloud depuis un proxy de confiance, ceci est un problème de sécurité qui peut permettre à un attaquant d'usurper l'adresse IP affichée à Nextcloud. Vous trouverez plus d'informations dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.", + "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "\"memcached\" est configuré comme cache distribué, mais le mauvais module PHP \"memcache\" est installé. \\OC\\Memcache\\Memcached ne prend en charge que \"memcached\" et non \"memcache\". Consulter le <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki de memcached à propos de ces deux modules</a>.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Des fichiers n'ont pas passé la vérification d’intégrité. Vous trouverez plus d'information sur comment résoudre ce problème dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste des fichiers invalides…</a> / <a href=\"{rescanEndpoint}\">Rescanner…</a>)", "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance we recommend</a> to use following settings in the <code>php.ini</code>:" : "Le PHP OPcache n'est pas correctement configuré. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pour de meilleure performance nous recommandons </a> d'utiliser les paramètres suivant dans le <code>php.ini</code> :", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fonction PHP \"set_time_limit\" n'est pas disponible. Cela pourrait entraîner l'arrêt des scripts à mi-exécution interrompant votre installation. Nous vous recommandons vivement d'activer cette fonction.", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 95fd4caf136..1dd1bfd7ebb 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -113,6 +113,7 @@ "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "/dev/urandom n'est pas lisible par PHP, ce qui est fortement déconseillé pour des raisons de sécurité. Vous trouverez plus d'information dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.", "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Vous utilisez actuellement PHP {version}. Nous vous encourageons à mettre à jour votre version de PHP afin de tirer avantage des améliorations liées à <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">la performance et la sécurité fournies par le PHP Group</a> dès que votre distribution le supportera.", "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuration des entêtes du proxy inverse est incorrecte, ou vous accédez à Nextcloud depuis un proxy de confiance. Si vous n'êtes pas en train d’accéder à Nextcloud depuis un proxy de confiance, ceci est un problème de sécurité qui peut permettre à un attaquant d'usurper l'adresse IP affichée à Nextcloud. Vous trouverez plus d'informations dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.", + "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "\"memcached\" est configuré comme cache distribué, mais le mauvais module PHP \"memcache\" est installé. \\OC\\Memcache\\Memcached ne prend en charge que \"memcached\" et non \"memcache\". Consulter le <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki de memcached à propos de ces deux modules</a>.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Des fichiers n'ont pas passé la vérification d’intégrité. Vous trouverez plus d'information sur comment résoudre ce problème dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste des fichiers invalides…</a> / <a href=\"{rescanEndpoint}\">Rescanner…</a>)", "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance we recommend</a> to use following settings in the <code>php.ini</code>:" : "Le PHP OPcache n'est pas correctement configuré. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pour de meilleure performance nous recommandons </a> d'utiliser les paramètres suivant dans le <code>php.ini</code> :", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fonction PHP \"set_time_limit\" n'est pas disponible. Cela pourrait entraîner l'arrêt des scripts à mi-exécution interrompant votre installation. Nous vous recommandons vivement d'activer cette fonction.", |