diff options
| author | 2023-03-21 18:47:07 +0100 | |
|---|---|---|
| committer | 2023-03-21 18:47:07 +0100 | |
| commit | e679d3df0e55530c056d701b4773ff7e74f5c82c (patch) | |
| tree | 38c69b91a41c05b3f5893b90e7f71077db95b4c0 /app/i18n/es/admin.php | |
| parent | 34f62896ac729131dee25997307521bf259c5efc (diff) | |
Improved: show Terms of Service in config menu (#5215)
* Use constants for path to TOS
* improve comments
* TOS title moved to template
* TOS available via config menu
* CSS: improve handling of content of TOS/about
* give info about set/unset TOS in system config
* fix target
* i18n FR
* i18n DE
Diffstat (limited to 'app/i18n/es/admin.php')
| -rw-r--r-- | app/i18n/es/admin.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/es/admin.php b/app/i18n/es/admin.php index 868cac45d..73eff6118 100644 --- a/app/i18n/es/admin.php +++ b/app/i18n/es/admin.php @@ -183,6 +183,11 @@ return array( ), 'title' => 'Formulario de registro del usuario', ), + 'tos' => array( + 'disabled' => 'is not given', // TODO + 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO + 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO + ), ), 'update' => array( '_' => 'Actualizar sistema', |
