Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2019-02-25 17:29:44 +0300
committerGitHub <noreply@github.com>2019-02-25 17:29:44 +0300
commit58b158ec9a233f485de8bd1a14b717b3175c62fb (patch)
tree542e4a045ad04be871feb9d8a97d2754dec922fc /plugins/Installation
parenta7510a3514dc6803395c20edad198a79dab2fc7a (diff)
language update (#14134)
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/lang/fr.json2
-rw-r--r--plugins/Installation/lang/it.json1
-rw-r--r--plugins/Installation/lang/sv.json1
3 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Installation/lang/fr.json b/plugins/Installation/lang/fr.json
index 4f5ac17fe9..1c9b8e1632 100644
--- a/plugins/Installation/lang/fr.json
+++ b/plugins/Installation/lang/fr.json
@@ -118,6 +118,7 @@
"SystemCheckSummaryThereWereWarnings": "Il y a des problèmes avec votre système. Matomo va fonctionner, mais vous pourriez rencontrer des problèmes mineurs.",
"SystemCheckTimeLimitHelp": "Sur un site à trafic important, le processus d'archivage peut prendre plus de temps qu'il n'est déjà autorisé.<br \/> Référez-vous à la configuration max_execution_time de votre php.ini si nécessaire.",
"SystemCheckTracker": "Statut du traqueur",
+ "SystemCheckTrackerHelp": "La requête GET vers matomo.php a échoué. Essayez d'ajouter à la liste de confiance de l'authentification HTTP cette URL et désactivez le mod_security (il est possible que vous ayez besoin de demander à votre hébergeur). Pour plus d'information à propos de l'erreur, consultez le fichier de journalisation des erreurs de votre serveur.",
"SystemCheckWarnDomHelp": "Vous devriez activer l'extension \"dom\" (ex installez le paquet \"php-dom\" et\/ou \"php-xml\").",
"SystemCheckWarning": "Matomo fonctionnera normalement mais certaines fonctionnalités seront manquantes",
"SystemCheckWarnJsonHelp": "Vous devriez activer l'extension \"json\" (ex installez le paquet \"php-json\") pour de meilleures performances.",
@@ -131,6 +132,7 @@
"SystemCheckCronArchiveProcessCLI": "Gestion des processus via la ligne de commande",
"SystemCheckPhpSetting": "Pour éviter certaines erreurs critique, vous devez définir les entrées suivantes dans votre fichier php.ini : %s",
"SystemCheckUpdateHttps": "Mettre à jour via HTTPS",
+ "SystemCheckUpdateHttpsNotSupported": "Matomo n'a pas pu utiliser HTTPS pour effectuer la mise à jour, et va rétrograder vers une mise à jour non sécurisée via HTTP. Vérifiez que CURL ou allow_url_fopen est supporté et que l'extension PHP openssl est installée: https:\/\/matomo.org\/faq\/troubleshooting\/faq_177\/.",
"NotSupported": "non supporté",
"Tables": "Création des tables",
"TablesCreatedSuccess": "Tables créées avec succès !",
diff --git a/plugins/Installation/lang/it.json b/plugins/Installation/lang/it.json
index 2506df4d09..34514365ab 100644
--- a/plugins/Installation/lang/it.json
+++ b/plugins/Installation/lang/it.json
@@ -132,6 +132,7 @@
"SystemCheckCronArchiveProcessCLI": "Gestione processi tramite CLI",
"SystemCheckPhpSetting": "Per prevenire alcuni problemi critici, devi impostare ciò che segue nel php.ini: %s",
"SystemCheckUpdateHttps": "Aggiorna tramite HTTPS",
+ "SystemCheckUpdateHttpsNotSupported": "Matomo non può utilizzare il protocollo HTTPS per l'aggiornamento e ritornerà all'aggiornamento non sicuro HTTP. Controlla che CURL o allow_fopen siano supportati e che sia installata l'estensione PHP openssl: https:\/\/matomo.org\/faq\/troubleshooting\/faq_177\/.",
"NotSupported": "non supportato",
"Tables": "Sto creando le tabelle",
"TablesCreatedSuccess": "Tabelle create con successo!",
diff --git a/plugins/Installation/lang/sv.json b/plugins/Installation/lang/sv.json
index 702b1fbc7c..0a4e76532f 100644
--- a/plugins/Installation/lang/sv.json
+++ b/plugins/Installation/lang/sv.json
@@ -132,6 +132,7 @@
"SystemCheckCronArchiveProcessCLI": "Hantering av processer via CLI",
"SystemCheckPhpSetting": "För att det inte ska uppstå problem måste du ställa in följande i din php.ini-fil: %s",
"SystemCheckUpdateHttps": "Uppdatera över HTTPS",
+ "SystemCheckUpdateHttpsNotSupported": "Matomo kan inte använda HTTPS-anslutning för uppdatering och kommer istället använda en osäker HTTP-anslutning. Kontrollera att CURL eller allow_url_fopen är aktiverat och att PHP-tillägget \"openssl\" är installerat: https:\/\/matomo.org\/faq\/troubleshooting\/faq_177\/.",
"NotSupported": "stöds inte",
"Tables": "Skapar tabellerna",
"TablesCreatedSuccess": "Tabeller skapades utan problem!",