Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit a023030

Browse files
committed
Fixed translation in setup wizard ("Detected Server Path" has been renamed to "Detected Server URL" - old string was unused)
1 parent f1af8ff commit a023030

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

core/src/plugins/boot.conf/i18n/conf/de.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"Please review these technical parameters. Encoding and URI should be auto-detected, but please make sure they reflect your actual server configuration." => "Bitte überprüfen Sie diese technischen Parameter. Encoding und der Pfad sollten automatich erkannt werden. Bitte stellen Sie sicher, dass die Werte zur Konfiguration des Servers passen.",
7373
"Detected Encoding" => "Server-Encoding",
7474
"Please make sure to set the encoding corresponding to your server configuration, something like ln_LN.CHARSET, e.g en_US.UTF-8" => "Bitte stellen Sie sicher, dass das Encoding zur Serverkonfiguration passt. (Format: ln_LN.CHARSET - z.B. en_US.UTF-8)",
75-
"Detected Server Path" => "Server-Pfad",
76-
"Make sure this is correct, as it's used to rewrite the htaccess file" => " Stellen Sie sicher, dass dieser Pfad korrekt ist. Er wird zum generieren der htaccess-Datei verwendet.",
75+
"Detected Server URL" => "Server-URL",
76+
"Make sure this is correct, as it's used to rewrite the htaccess file" => "Bitte stellen Sie sicher, dass die URL zu Ihrer Pydio-Installation korrekt ist.",
7777
"Select a language activated by default( users will still be able to switch)" => "Wählen Sie die standardmäßig aktivierte Sprache aus. Die Benutzer können die Sprache trotzdem ändern.",
7878
"Enable cache (recommended)" => "Cache aktivieren (empfohlen)",
7979
"Use key/value store to cache server data in-memory. If APC/APCu is detected, it will be enabled by default, you can change this setting later to use a dedicated server like Redis or Memcache." => "Server-Daten werden im Arbeitsspeicher zwischengespeichert. Diese Einstellung wird mit APC/APCu standardmäßig aktiviert. Es ist später möglich auf einen externen Server, wie z.B. Redis oder Memcache zu wechseln."

core/src/plugins/boot.conf/i18n/conf/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"Please review these technical parameters. Encoding and URI should be auto-detected, but please make sure they reflect your actual server configuration." => "Please review these technical parameters. Encoding and URI should be auto-detected, but please make sure they reflect your actual server configuration.",
7373
"Detected Encoding" => "Detected Encoding",
7474
"Please make sure to set the encoding corresponding to your server configuration, something like ln_LN.CHARSET, e.g en_US.UTF-8" => "Please make sure to set the encoding corresponding to your server configuration, something like ln_LN.CHARSET, e.g en_US.UTF-8",
75-
"Detected Server Path" => "Detected Server Path",
75+
"Detected Server URL" => "Detected Server URL",
7676
"Make sure this is correct, as it's used to rewrite the htaccess file" => "Make sure this is correct, as it's used to rewrite the htaccess file",
7777
"Select a language activated by default( users will still be able to switch)" => "Select a language activated by default( users will still be able to switch)",
7878
"Enable cache (recommended)" => "Enable cache (recommended)",

core/src/plugins/boot.conf/i18n/conf/fr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"Please review these technical parameters. Encoding and URI should be auto-detected, but please make sure they reflect your actual server configuration." => "Veuillez valider ces paramètres complémentaires. L'encodage et l'URI doivent être détectés automatiquement, mais assurez vous qu'ils correspondent à votre serveur.",
7373
"Detected Encoding" => "Encodage détecté",
7474
"Please make sure to set the encoding corresponding to your server configuration, something like ln_LN.CHARSET, e.g en_US.UTF-8" => "Utilisez la valeur de l'encodage de votre système de fichier sur le serveur, au format ln_LN.CHARSET, par exemple fr_FR.UTF-8",
75-
"Detected Server Path" => "Chemin d'accès détecté",
75+
"Detected Server URL" => "Detected Server URL",
7676
"Make sure this is correct, as it's used to rewrite the htaccess file" => "Chemin depuis le DocumentRoot de votre serveur web, utilisé dans la réécriture des redirections.",
7777
"Select a language activated by default( users will still be able to switch)" => "Selectionnez un langage par défaut (les utilisateurs pourront le changer)",
7878
"Enable cache (recommended)" => "Activer le cache (recommandé)",

core/src/plugins/boot.conf/i18n/conf/it.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"Please review these technical parameters. Encoding and URI should be auto-detected, but please make sure they reflect your actual server configuration." => "Please review these technical parameters. Encoding and URI should be auto-detected, but please make sure they reflect your actual server configuration.",
7373
"Detected Encoding" => "Detected Encoding",
7474
"Please make sure to set the encoding corresponding to your server configuration, something like ln_LN.CHARSET, e.g en_US.UTF-8" => "Please make sure to set the encoding corresponding to your server configuration, something like ln_LN.CHARSET, e.g en_US.UTF-8",
75-
"Detected Server Path" => "Detected Server Path",
75+
"Detected Server URL" => "Detected Server URL",
7676
"Make sure this is correct, as it's used to rewrite the htaccess file" => "Make sure this is correct, as it's used to rewrite the htaccess file",
7777
"Select a language activated by default( users will still be able to switch)" => "Select a language activated by default( users will still be able to switch)",
7878
"Enable cache (recommended)" => "Enable cache (recommended)",

0 commit comments

Comments
 (0)