diff options
| author | 2023-11-14 23:28:01 +0100 | |
|---|---|---|
| committer | 2023-11-14 23:28:01 +0100 | |
| commit | 618ce380e7f6a10b481b9cf32f861d1e01689505 (patch) | |
| tree | 260452887226bc698d3f330f23a929ca99f4b41d /app/i18n/fr/admin.php | |
| parent | 8631d6f80d0705debe0e8861b2633df1760a0c70 (diff) | |
More WebSub doc (#5862)
* More WebSub doc
* UI for WebSub + more documentation
And spellcheck Frech
* Links to WebSub doc from readme
* Add link to WebSub doc in admin interface
* Fix checkbox
* Plural
Diffstat (limited to 'app/i18n/fr/admin.php')
| -rw-r--r-- | app/i18n/fr/admin.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/i18n/fr/admin.php b/app/i18n/fr/admin.php index 898921df8..b7178b6d1 100644 --- a/app/i18n/fr/admin.php +++ b/app/i18n/fr/admin.php @@ -161,7 +161,7 @@ return array( 'auto-update-url' => 'URL du service de mise à jour', 'base-url' => array( '_' => 'URL de la racine', - 'recommendation' => 'Recommandation automatique: <kbd>%s</kbd>', + 'recommendation' => 'Recommandation automatique : <kbd>%s</kbd>', ), 'cookie-duration' => array( 'help' => 'en secondes', @@ -187,12 +187,15 @@ return array( ), 'title' => 'Formulaire d’inscription utilisateur', ), - 'sensitive-parameter' => 'Paramètre sensible. Éditez manuallement <kbd>./data/config.php</kbd>', + 'sensitive-parameter' => 'Paramètre sensible. Éditez manuellement <kbd>./data/config.php</kbd>', 'tos' => array( 'disabled' => 'non renseigné', 'enabled' => '<a href="./?a=tos">activées</a>', 'help' => 'Comment <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">activer les conditions d’utilisation</a>', ), + 'websub' => array( + 'help' => 'À propos de <a href="https://freshrss.github.io/FreshRSS/fr/users/08_PubSubHubbub.html" target="_blank">WebSub</a>', + ), ), 'update' => array( '_' => 'Système de mise à jour', |
