You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
"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.",
28
-
"Admin Login" => "Admin Login",
28
+
"Admin Login" => "Administrator Login",
29
29
"Alphanumeric login" => "Alphanumeric login",
30
-
"Admin Display Name" => "Admin Display Name",
30
+
"Admin Display Name" => "Administrator Full Name",
31
31
"Name that users will see" => "Name that users will see",
32
-
"Admin Password" => "Admin Password",
32
+
"Admin Password" => "Administrator Password",
33
33
"Use a strong password (more than 8 characters, complicated ones." => "Use a strong password (more than 8 characters, complicated ones.",
34
34
"Confirm" => "Confirm",
35
35
"Confirm password" => "Confirm password",
@@ -45,7 +45,7 @@
45
45
"Set up the correct value to send emails" => "Set up the correct value to send emails",
46
46
"Administrator Email" => "Administrator Email",
47
47
"Default 'From' email used to send emails." => "Default 'From' email used to send emails.",
48
-
"How the application configuration data will be stored (users, plugins, etc. not 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).",
48
+
"How the application configuration data will be stored (users, plugins, etc. not how your actual documents are managed). To get started rapidly, select No Database. To enable more advanced features, configure a database connection." => "Database where the application configuration data will be stored (users, parameters, etc). This is <b>not</b> the place where your actual documents are managed. Use the 'Test Connexion' button to check the parameters before going to next step.",
49
49
"Storage Type" => "Storage Type",
50
50
"Select how the configurations will be stored" => "Select how the configurations will be stored",
51
51
"No Database (Quick Start)" => "No DB (Deprecated, use sqlite instead!)",
Copy file name to clipboardExpand all lines: core/src/plugins/boot.conf/i18n/en.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,10 @@
22
22
$mess = array(
23
23
"1" => "Pydio Setup Wizard",
24
24
"2" => "Welcome in the Pydio Setup Wizard",
25
-
"3" => "Thank you for installing Pydio!<br> This tool will make sure your new sharing platform is up and running in no time: browse through the various sections to set up the general behaviour of the application. You can fly over the fields labels with your mouse to get more information. <br>Are you ready ? ",
26
-
"4" => "Start Wizard!",
25
+
"3" => "Thank you for installing Pydio. <br/> Please follow this installation wizard to start sharing and syncing files across all of your devices in no time. Make sure to create a database and prepare your SQL credentials before starting. You can hover over the field labels for more information. <br/> Press start when you are ready",
26
+
"4" => "Start Wizard",
27
27
"5" => "Please wait while Pydio is being configured! It will be up and running in a couple of seconds...",
28
-
"6" => "Install Pydio Now",
28
+
"6" => "Install Pydio",
29
29
"7" => "Language",
30
30
"8" => "Click on each section to edit parameters",
0 commit comments