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

Commit

Permalink
boot.conf: Terminology for configuration store
Browse files Browse the repository at this point in the history
Although many sets of configuration(s) make up the whole
Pydio configuration, I guess we can speak about having one
(large) set of configuration data to rule them all, thus similar
to other applications we have a singular configuration storage.
  • Loading branch information
matsimon committed Jun 27, 2014
1 parent 7a0c26e commit a7e3de0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/src/plugins/boot.conf/i18n/conf/de.php
Expand Up @@ -22,7 +22,7 @@
$mess = array(
"Admin access" => "<span class='icon-key'></span> Erster Administratorenzugang",
"Global options" => "<span class='icon-cogs'></span> Globale Einstellungen",
"Configurations storage" => "<span class='icon-save'></span> Konfigurationsspeicher",
"Configuration storage" => "<span class='icon-save'></span> Konfigurationsspeicher",
"Add some users" => "<span class='icon-group'></span> Benutzer hinzufügen",
"Please set up a login and password for the administrator user. This step is necessary to let you login the first time. You can create more administrators later by going to the 'Settings' workspace." => "Please set up a login and password for the administrator user. This step is necessary to let you login the first time. You can create more administrators later by going to the 'Settings' workspace.",
"Admin Login" => "Benutzername",
Expand All @@ -47,7 +47,7 @@
"Default 'From' email used to send emails." => "Default 'From' email used to send emails.",
"How the application configuration data will be stored (users, plugins, etc. <b>not</b> how your actual documents are managed). To get started rapidly, select No Database. To enable more advanced features, configure a database connection." => "How the application configuration data will be stored (users, plugins, etc. <b>not</b> how your actual documents are managed). 'No DB' mode can be suited for a quick test of the system, but it's not suited for production and you should always prefer a db-based setup (sqlite does not require any additional service).",
"Storage Type" => "Speichertyp",
"Select how the configurations will be stored" => "Wählen Sie wie und wo die Konfigurationsdaten gespeichert werden sollen",
"Select how the configuration will be stored" => "Wählen Sie wie und wo die Konfigurationsdaten gespeichert werden sollen",
"No Database (Quick Start)" => "Keine Datenbank (Schnellstart, nicht für produktive Umgebungen)",
"Database (Requires MySQL, PostgreSQL or SQLite)" => "Datenbank (Produktive Umgebungen, von APPLICATION_TITLE unterstütztes DBMS vorausgesetzt)",
"Enable Notifications" => "Logging aktivieren",
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/boot.conf/i18n/conf/fr.php
Expand Up @@ -35,7 +35,7 @@
"Try sending an email with the configured data" => "Envoyer un email avec la config",
"Test SQL Connection" => "Tester la connexion SQL",
"Try connecting to the database" => "Tenter de se connecter à la DB",
"Configurations storage" => "<span class='icon-save'></span> Stockage des configurations",
"Configuration storage" => "<span class='icon-save'></span> Stockage des configurations",
"Add some users" => "<span class='icon-group'></span> Ajouter des utilisateurs",
"Enable emails" => "Activer le mail",
"Set up system to send emails" => "Configurer le système pour envoyer des mails",
Expand Down

0 comments on commit a7e3de0

Please sign in to comment.