diff options
| author | 2014-12-10 23:16:12 +0100 | |
|---|---|---|
| committer | 2014-12-10 23:16:12 +0100 | |
| commit | 8a40a726575947c074216ad9084275e0195f9c30 (patch) | |
| tree | a27fa1d9d267a7c435449a9e7ef5a1fecff3c479 /app/i18n/fr/index.php | |
| parent | aa54f437950eb05d719d10b8be4e0f2648951845 (diff) | |
Fix i18n for logs, pagination and javascript vars
Logs first to avoid annoying message when refreshing log page
Diffstat (limited to 'app/i18n/fr/index.php')
| -rw-r--r-- | app/i18n/fr/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/i18n/fr/index.php b/app/i18n/fr/index.php index 3fea1b879..4b8c85033 100644 --- a/app/i18n/fr/index.php +++ b/app/i18n/fr/index.php @@ -1,6 +1,12 @@ <?php return array( + 'logs' => array( + '_' => 'Logs', + 'clear' => 'Effacer les logs', + 'empty' => 'Les logs sont vides.', + 'title' => 'Logs', + ), 'menu' => array( 'about' => 'À propos de FreshRSS', 'actualize' => 'Actualiser', |
