diff options
| author | 2014-09-18 10:46:34 +0200 | |
|---|---|---|
| committer | 2014-09-18 10:46:34 +0200 | |
| commit | 4211539c24e36531f2c5440ad454c4e208131047 (patch) | |
| tree | 97faa08fdb8fc48da1516070c1ee50fe211846db /app/i18n/fr.php | |
| parent | 1967e289cfd09cdeb0d6beb5a10a3dacbc16a737 (diff) | |
Add timeout option for HTML5 notification
Diffstat (limited to 'app/i18n/fr.php')
| -rw-r--r-- | app/i18n/fr.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 48b4c1732..bbfa71f66 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -280,6 +280,8 @@ return array ( 'article_icons' => 'Icônes d’article', 'top_line' => 'Ligne du haut', 'bottom_line' => 'Ligne du bas', + 'html5_notif_timeout' => 'Temps d\'affichage de la notification HTML5', + 'seconds_(0_means_no_timeout)' => 'secondes (0 signifie aucun timeout ) ', 'img_with_lazyload' => 'Utiliser le mode “chargement différé” pour les images', 'sticky_post' => 'Aligner l’article en haut quand il est ouvert', 'reading_confirm' => 'Afficher une confirmation lors des actions “marquer tout comme lu”', |
