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-15 12:12:10 +0300
committerGitHub <noreply@github.com>2019-02-15 12:12:10 +0300
commit7cf47ffa7577bb4a4c33266cd1b6c0be53e07236 (patch)
tree1a8b22b999e59687fa9d85a2974b2b8664cdb2e4 /plugins/Installation
parent232f37b70fb6d1e6f91d51e677c70fd73eca52a5 (diff)
language update (#14103)
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/lang/de.json1
-rw-r--r--plugins/Installation/lang/es.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Installation/lang/de.json b/plugins/Installation/lang/de.json
index 2c592ad3e6..be877ed1c3 100644
--- a/plugins/Installation/lang/de.json
+++ b/plugins/Installation/lang/de.json
@@ -132,6 +132,7 @@
"SystemCheckCronArchiveProcessCLI": "Prozesse via CLI steuern",
"SystemCheckPhpSetting": "Um schwerwiegende Probleme zu verhindern, sollten Sie Folgendes in Ihrer php.ini setzen: %s",
"SystemCheckUpdateHttps": "Update über HTTPS",
+ "SystemCheckUpdateHttpsNotSupported": "Mamoto kann HTTPS nicht für das Update verwenden, es wird stattdessen auf ein unsicheres Update über HTTP zurückgegriffen. Stellen Sie sicher, dass CURL oder allow_url_fopen unterstützt wird und dass die openssl PHP Erweiterung installiert ist: https:\/\/matomo.org\/faq\/troubleshooting\/faq_177\/.",
"NotSupported": "nicht unterstützt",
"Tables": "Erstelle die Tabellen",
"TablesCreatedSuccess": "Die Tabellen wurden erfolgreich erzeugt!",
diff --git a/plugins/Installation/lang/es.json b/plugins/Installation/lang/es.json
index fb1355a0bd..625028b014 100644
--- a/plugins/Installation/lang/es.json
+++ b/plugins/Installation/lang/es.json
@@ -132,6 +132,7 @@
"SystemCheckCronArchiveProcessCLI": "Administrando procesos vía CLI",
"SystemCheckPhpSetting": "Para prevenir ciertas cuestiones críticas, debe agregar lo siguiente en su archivo php.ini: %s",
"SystemCheckUpdateHttps": "Actualizar sobre HTTPS",
+ "SystemCheckUpdateHttpsNotSupported": "Matomo no puede usar HTTPS para actualizar, se optará entonces por una actualización vía una HTTP insegura. Compruebe que CURL o allow_url_fopen sean compatibles y que la extensión de openssl PHP esté instalada: https:\/\/matomo.org\/faq\/troubleshooting\/faq_177\/.",
"NotSupported": "no respaldado",
"Tables": "Creando las tablas",
"TablesCreatedSuccess": "¡Tablas creadas con éxito!",