aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/i18n/install.en.php2
-rw-r--r--app/i18n/install.fr.php1
2 files changed, 3 insertions, 0 deletions
diff --git a/app/i18n/install.en.php b/app/i18n/install.en.php
index 1c24c7d7e..0311ee9a4 100644
--- a/app/i18n/install.en.php
+++ b/app/i18n/install.en.php
@@ -58,6 +58,8 @@ return array (
'update_start' => 'Start update process',
'update_long' => 'This can take a long time, depending on the size of your database. You may have to wait for this page to time out (~5 minutes) and then refresh this page.',
+ 'update_end' => 'Update process is completed, now you can go to the final step.',
+
'installation_is_ok' => 'The installation process was successful.<br />The final step will now attempt to delete the <kbd>./p/i/install.php</kbd> file and any database backup created during the update process.<br />You may choose to skip this step and delete <kbd>./p/i/install.php</kbd> manually.',
'finish_installation' => 'Complete installation',
diff --git a/app/i18n/install.fr.php b/app/i18n/install.fr.php
index 68927df6d..bb183642f 100644
--- a/app/i18n/install.fr.php
+++ b/app/i18n/install.fr.php
@@ -58,6 +58,7 @@ return array (
'update_start' => 'Lancer la mise à jour',
'update_long' => 'Ce processus peut prendre longtemps, selon la taille de votre base de données. Vous aurez peut-être à attendre que cette page dépasse son temps maximum d’exécution (~5 minutes) puis à la recharger.',
+ 'update_end' => 'La mise à jour est terminée, vous pouvez maintenant passer à l’étape finale.',
'installation_is_ok' => 'L’installation s’est bien passée.<br />La dernière étape va maintenant tenter de supprimer le fichier <kbd>./p/i/install.php</kbd>, ainsi que d’éventuelles copies de base de données créées durant le processus de mise à jour.<br />Vous pouvez choisir de sauter cette étape et de supprimer <kbd>./p/i/install.php</kbd> manuellement.',
'finish_installation' => 'Terminer l’installation',