mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 02:03:55 -04:00
i18n fr (#4199)
And make check.translation executable: ```sh cli/check.translation.php -r ```
This commit is contained in:
committed by
GitHub
parent
cb36fe25a7
commit
fe880d1a98
@@ -131,11 +131,11 @@ return array(
|
||||
'display_articles_unfolded' => 'Afficher les articles dépliés par défaut',
|
||||
'display_categories_unfolded' => 'Catégories à déplier',
|
||||
'headline' => array(
|
||||
'articles' => 'Articles: Open/Close', // TODO
|
||||
'categories' => 'Left navigation: Categories', // TODO
|
||||
'mark_as_read' => 'Mark article as read', // TODO
|
||||
'misc' => 'Miscellaneous', // TODO
|
||||
'view' => 'View', // TODO
|
||||
'articles' => 'Articles : ouverture/fermeture',
|
||||
'categories' => 'Navigation de gauche : catégories',
|
||||
'mark_as_read' => 'Marquer les articles comme lus',
|
||||
'misc' => 'Divers',
|
||||
'view' => 'Vue',
|
||||
),
|
||||
'hide_read_feeds' => 'Cacher les catégories & flux sans article non-lu (ne fonctionne pas avec la configuration “Afficher tous les articles”)',
|
||||
'img_with_lazyload' => 'Utiliser le mode “chargement différé” pour les images',
|
||||
|
||||
1
cli/check.translation.php
Normal file → Executable file
1
cli/check.translation.php
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
require_once __DIR__ . '/i18n/I18nCompletionValidator.php';
|
||||
|
||||
Reference in New Issue
Block a user