diff options
| author | 2024-10-20 14:51:49 -0400 | |
|---|---|---|
| committer | 2024-10-20 20:51:49 +0200 | |
| commit | ad2c6e6fbf3658f08295fb437a0f97e10498eb11 (patch) | |
| tree | 2207fef4ee921450ac3b25d217711fe16173b6a0 /app/i18n/oc | |
| parent | a766ebfb68298cfd2a268d87443c5e2586e93243 (diff) | |
Add privacy settings on extension list retrieval (#4603)
* Add privacy settings on extension list retrieval
There is a new privacy page to handle all configuration related to privacy. At
the moment, only privacy related to extensions can be configured.
The new settings allow to change the location of the extension list file and to
choose if the selected file is cached for a day or retrieved for each request.
Fix #4570
* Update code to pass PHPStan
* make fix-all
---------
Co-authored-by: maTh <math-home@web.de>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/oc')
| -rw-r--r-- | app/i18n/oc/admin.php | 1 | ||||
| -rw-r--r-- | app/i18n/oc/conf.php | 4 | ||||
| -rw-r--r-- | app/i18n/oc/gen.php | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/app/i18n/oc/admin.php b/app/i18n/oc/admin.php index 9cbd2a9ab..c74e4dcc1 100644 --- a/app/i18n/oc/admin.php +++ b/app/i18n/oc/admin.php @@ -116,6 +116,7 @@ return array( 'description' => 'Descripcion', 'disabled' => 'Desactivada', 'empty_list' => 'Cap d’extensions pas installadas', + 'empty_list_help' => 'Check the logs to determine the reason behind the empty extension list.', // TODO 'enabled' => 'Activada', 'latest' => 'Installada', 'name' => 'Nom', diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php index 30e9eeef0..134c51e64 100644 --- a/app/i18n/oc/conf.php +++ b/app/i18n/oc/conf.php @@ -99,6 +99,10 @@ return array( 'previous' => 'Precedent', ), ), + 'privacy' => array( + '_' => 'Privacy', // TODO + 'retrieve_extension_list' => 'Retrieve extension list', // TODO + ), 'profile' => array( '_' => 'Gestion del perfil', 'api' => 'Gestion API', diff --git a/app/i18n/oc/gen.php b/app/i18n/oc/gen.php index f3d11ba02..29468c587 100644 --- a/app/i18n/oc/gen.php +++ b/app/i18n/oc/gen.php @@ -183,6 +183,7 @@ return array( 'display' => 'Afichatge', 'extensions' => 'Extensions', // IGNORE 'logs' => 'Jornals d’audit', // IGNORE + 'privacy' => 'Privacy', // TODO 'queries' => 'Filtres utilizaire', 'reading' => 'Lectura', 'search' => 'Recercar de mots o d’#etiquetas', |
