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

Commit b4a46d4

Browse files
committed
Update i18n messages in action.updater
1 parent 0ab9a6b commit b4a46d4

File tree

6 files changed

+43
-19
lines changed

6 files changed

+43
-19
lines changed

core/src/plugins/action.updater/i18n/conf/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
$mess=array(
2222
"Update Engine" => "Update Engine",
23-
"Automatic update of Pydio. Since version 3.3.3" => "Automatic update of Pydio. Since version 3.3.3",
23+
"Automatic update of Pydio. Since version 3.3.3" => "Detect necessary upgrades for Pydio packages.",
2424
"Update Site" => "Update Site",
2525
"Where to update" => "Where to update",
2626
"Preserve Files" => "Preserve Files",

core/src/plugins/action.updater/i18n/en.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,10 @@
3636
"12"=> "Old meta.serial plugin was removed and split into metastore.serial and meta.user",
3737
"13"=> "Simulate migration",
3838
"14"=> "Run migration now",
39+
"15" => "Are you sure that you want to perform the upgrade?",
40+
"16" => "The following packages will be downloaded and installed.",
41+
"17" => "Checking for available upgrades...",
42+
"18" => "No necessary upgrade detected: click to perform a new check.",
43+
"19" => "Click to check for new upgrade",
44+
"20" => "Check now"
3945
);

core/src/plugins/action.updater/i18n/fr.php

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,23 @@
2222
defined('AJXP_EXEC') or die( 'Access not allowed');
2323

2424
$mess = array(
25-
"1" => "Mise à jour",
26-
"2" => "Mise à jour automatique",
27-
"3" => "Cliquez sur le bouton pour démarrer la mise à jour. Veuillez vérifier que le répertoire de l'application est accessible en écriture avant de démarrer.",
28-
"4" => "Démarrer",
29-
"5" => "Depuis 3.2.4",
30-
"6" => "Importer les données de configuration depuis 3.2.4",
31-
"7" => "Simuler l'import des données",
32-
"8" => "Entrez le chemin complet (depuis la racine du serveur) vers l'installation précédente, puis simulez l'import.",
33-
"9" => "Effectuer l'import maintenant",
34-
"10" => "C'est un \"essai\". Veuillez vérifier les journaux de toutes les actions qui vont-être effectuées, si tout est correct, cliquez sur le bouton \"Effectuer l'import maintenant\".",
35-
"12" => "L'ancien plugin meta.serial a été supprimé et divisé dans metastore.serial et meta.user",
36-
"13" => "Simuler la migration",
37-
"14" => "Effectuer la migration",
25+
"1" => "Mise à jour",
26+
"2" => "Mise à jour automatique",
27+
"3" => "Cliquez sur le bouton pour démarrer la mise à jour. Veuillez vérifier que le répertoire de l'application est accessible en écriture avant de démarrer.",
28+
"4" => "Démarrer",
29+
"5" => "Depuis 3.2.4",
30+
"6" => "Importer les données de configuration depuis 3.2.4",
31+
"7" => "Simuler l'import des données",
32+
"8" => "Entrez le chemin complet (depuis la racine du serveur) vers l'installation précédente, puis simulez l'import.",
33+
"9" => "Effectuer l'import maintenant",
34+
"10" => "C'est un \"essai\". Veuillez vérifier les journaux de toutes les actions qui vont-être effectuées, si tout est correct, cliquez sur le bouton \"Effectuer l'import maintenant\".",
35+
"12" => "L'ancien plugin meta.serial a été supprimé et divisé dans metastore.serial et meta.user",
36+
"13" => "Simuler la migration",
37+
"14" => "Effectuer la migration",
38+
"15" => "Etes-vous certain de vouloir appliquer cette mise à jour?",
39+
"16" => "Les paquets suivants seront téléchargés et installés sur le serveur.",
40+
"17" => "Vérification des mises à jours...",
41+
"18" => "Pas de mise à jour nécessaire, cliquez pour déclencher une nouvelle vérification.",
42+
"19" => "Cliquer pour vérifier si une mise à jour est nécessaire.",
43+
"20" => "Vérifier maintenant"
3844
);

core/src/plugins/action.updater/i18n/it.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,10 @@
3636
"12"=> "I vecchi plugin meta.serial sono stati rimossi e divisi in metastore.serial e meta.user",
3737
"13"=> "Simula migrazione",
3838
"14"=> "Avvia migrazione reale",
39+
"15" => "Are you sure that you want to perform the upgrade?",
40+
"16" => "The following packages will be downloaded and installed.",
41+
"17" => "Checking for available upgrades...",
42+
"18" => "No necessary upgrade detected: click to perform a new check.",
43+
"19" => "Click to check for new upgrade",
44+
"20" => "Check now"
3945
);

core/src/plugins/action.updater/i18n/pt.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,10 @@
3636
"12"=> "Os dados meta.serial antigos do plugin foram removidos e divididos entre metastore.serial e meta.user",
3737
"13"=> "Simular Migração",
3838
"14"=> "Correr Migração agora",
39+
"15" => "Are you sure that you want to perform the upgrade?",
40+
"16" => "The following packages will be downloaded and installed.",
41+
"17" => "Checking for available upgrades...",
42+
"18" => "No necessary upgrade detected: click to perform a new check.",
43+
"19" => "Click to check for new upgrade",
44+
"20" => "Check now"
3945
);

core/src/plugins/action.updater/manifest.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ajxp_plugin name="updater" label="CONF_MESSAGE[Update Engine]" description="CONF_MESSAGE[Automatic update of Pydio. Since version 3.3.3]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
33
<server_settings>
4-
<global_param name="UPDATE_SITE" type="string" label="CONF_MESSAGE[Update Site]" description="CONF_MESSAGE[Where to update]" default="https://pyd.io/update/"/>
5-
<global_param name="UPDATE_CHANNEL" type="select" choices="stable|CONF_MESSAGE[Stable],dev|CONF_MESSAGE[Development],test|CONF_MESSAGE[Testing (blank)]" label="CONF_MESSAGE[Update Channel]" description="CONF_MESSAGE[Check stable or dev channel]" default="stable" mandatory="true"/>
6-
<global_param name="PRESERVE_FILES" type="textarea" label="CONF_MESSAGE[Preserve Files]" description="CONF_MESSAGE[Files declared here (enter pathes from the root of Ajxp installation, comma-separated) will be backed up and restored before and after upgrade.]" default=""/>
7-
<global_param name="ENABLE_324_IMPORT" type="boolean" label="CONF_MESSAGE[Enable Import From v3.2.4]" description="CONF_MESSAGE[Enable the migration action, available in the Settings repository]" default="false"/>
4+
<global_param name="UPDATE_SITE" group="CONF_MESSAGE[Updater Configuration]" type="string" label="CONF_MESSAGE[Update Site]" description="CONF_MESSAGE[Where to update]" default="https://pyd.io/update/"/>
5+
<global_param name="UPDATE_CHANNEL" group="CONF_MESSAGE[Updater Configuration]" type="select" choices="stable|CONF_MESSAGE[Stable],dev|CONF_MESSAGE[Development],test|CONF_MESSAGE[Testing (blank)]" label="CONF_MESSAGE[Update Channel]" description="CONF_MESSAGE[Check stable or dev channel]" default="stable" mandatory="true"/>
6+
<global_param name="PRESERVE_FILES" group="CONF_MESSAGE[Updater Configuration]" type="textarea" label="CONF_MESSAGE[Preserve Files]" description="CONF_MESSAGE[Files declared here (enter pathes from the root of Ajxp installation, comma-separated) will be backed up and restored before and after upgrade.]" default=""/>
7+
<global_param name="ENABLE_324_IMPORT" group="CONF_MESSAGE[Updater Configuration]" type="boolean" label="CONF_MESSAGE[Enable Import From v3.2.4]" description="CONF_MESSAGE[Enable the migration action, available in the Settings repository]" default="false"/>
88
<global_param name="PROXY_HOST" group="CONF_MESSAGE[Proxy configuration]" type="string" label="CONF_MESSAGE[Proxy Host]" description="CONF_MESSAGE[Use a predefined proxy to establish connexion]" default="" mandatory="false"/>
99
<global_param name="PROXY_USER" group="CONF_MESSAGE[Proxy configuration]" type="string" label="CONF_MESSAGE[Proxy User]" description="CONF_MESSAGE[Predefined proxy user name]" default="" mandatory="false"/>
1010
<global_param name="PROXY_PASS" group="CONF_MESSAGE[Proxy configuration]" type="password" label="CONF_MESSAGE[Proxy Pass]" description="CONF_MESSAGE[Predefined proxy password]" default="" mandatory="false"/>
@@ -155,6 +155,6 @@
155155
<class_definition filename="plugins/action.updater/class.UpdateController.php" classname="UpdateController"/>
156156
<dependencies>
157157
<!-- Image proxy must be implemented -->
158-
<activePlugin pluginName="access.ajxp_conf"/>
158+
<activePlugin pluginName="access.ajxp_conf|access.ajxp_admin"/>
159159
</dependencies>
160160
</ajxp_plugin>

0 commit comments

Comments
 (0)