diff options
| author | 2014-09-18 13:34:22 +0200 | |
|---|---|---|
| committer | 2014-09-18 13:34:22 +0200 | |
| commit | ca74b2fca3711ef80542cc69269b2d9a654e3e5a (patch) | |
| tree | 4416f3bbe2d2d559557630c8a81bd5c27d6300d0 /app/i18n/fr.php | |
| parent | 5c752f71e9bd07d2e8f9ffd4b246cf4216c7a85f (diff) | |
| parent | 0c012b006c868db294b1c227f82fb5861075001f (diff) | |
Merge pull request #620 from plopoyop/dev
Ajout d'un timeout pour la notification HTML5
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 3dc429bbb..591a16f58 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -283,6 +283,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”', |
