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/sub.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/sub.php')
| -rw-r--r-- | app/i18n/fr/sub.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/fr/sub.php b/app/i18n/fr/sub.php index 9ec9ad5f7..31499d288 100644 --- a/app/i18n/fr/sub.php +++ b/app/i18n/fr/sub.php @@ -78,7 +78,7 @@ return array( '_' => 'HTML + XPath (Moissonnage du Web)', 'feed_title' => array( '_' => 'titre de flux', - 'help' => 'Exemple : <code>//title</code> ou un text statique : <code>"Mon flux personnalisé"</code>', + 'help' => 'Exemple : <code>//title</code> ou un texte statique : <code>"Mon flux personnalisé"</code>', ), 'help' => '<dfn><a href="https://www.w3.org/TR/xpath-10/" target="_blank">XPath 1.0</a></dfn> est un langage de requête pour les utilisateurs avancés, supporté par FreshRSS pour le moissonnage du Web (Web scraping).', 'item' => array( @@ -169,7 +169,7 @@ return array( 'useragent_help' => 'Exemple : <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>', 'validator' => 'Vérifier la validité du flux', 'website' => 'URL du site', - 'websub' => 'Notification instantanée par WebSub', + 'websub' => 'Notifications instantanée par WebSub', ), 'import_export' => array( 'export' => 'Exporter', |
