diff options
| author | 2023-06-01 22:44:19 +0200 | |
|---|---|---|
| committer | 2023-06-01 22:44:19 +0200 | |
| commit | ca0c1edbe3df7b1ad5498bbdfd1201f39ac91edc (patch) | |
| tree | 75ca5970e8ef1ff9ca4330e04a00f1527c9300eb /app/i18n/es/admin.php | |
| parent | 1d2bb50f2e0721102a3739ce5b13ff77a772fe15 (diff) | |
Pull request of spanish translation (#5436)
* Update sub.php
Update spanish translation
* Update conf.php
Update Spanish translation
* Update gen.php
Update spanish translation
* Update index.php
Update spanish translation
* Update admin.php
update spanish translation
* Fix ignore
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/es/admin.php')
| -rw-r--r-- | app/i18n/es/admin.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/es/admin.php b/app/i18n/es/admin.php index 4346f1ae6..e9e4168cd 100644 --- a/app/i18n/es/admin.php +++ b/app/i18n/es/admin.php @@ -184,9 +184,9 @@ 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 + 'disabled' => 'no se proporciona', + 'enabled' => '<a href="./?a=tos">está activado</a>', + 'help' => 'Cómo <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">activar las Condiciones de servicio</a>', ), ), 'update' => array( |
