aboutsummaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-18 15:42:00 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-18 15:42:00 +0200
commit0947b780c94da2761180387e51ff17940f0080cb (patch)
tree62fd182875f225da752e5f6bca26465f6da8914b /app/i18n
parent70df99c1fcd88b30a6a9d71954af1e31dfade489 (diff)
parentca74b2fca3711ef80542cc69269b2d9a654e3e5a (diff)
Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/de.php2
-rw-r--r--app/i18n/en.php2
-rw-r--r--app/i18n/fr.php2
3 files changed, 6 insertions, 0 deletions
diff --git a/app/i18n/de.php b/app/i18n/de.php
index 4301a8b6d..3dc1536de 100644
--- a/app/i18n/de.php
+++ b/app/i18n/de.php
@@ -212,6 +212,8 @@ return array (
'reading_icons' => 'Lese Symbol',
'top_line' => 'Kopfzeile',
'bottom_line' => 'Fusszeile',
+ 'html5_notif_timeout' => 'HTML5 notification timeout',
+ 'seconds_(0_means_no_timeout)' => 'seconds (0 means no timeout)',
'img_with_lazyload' => 'Verwende die "tr&auml;ge laden" Methode zum laden von Bildern',
'auto_read_when' => 'Artikel als gelesen markieren…',
'article_selected' => 'wenn der Artikel ausgew&auml;hlt ist',
diff --git a/app/i18n/en.php b/app/i18n/en.php
index a012783a3..8598e61cb 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -287,6 +287,8 @@ return array (
'article_icons' => 'Article icons',
'top_line' => 'Top line',
'bottom_line' => 'Bottom line',
+ 'html5_notif_timeout' => 'HTML5 notification timeout',
+ 'seconds_(0_means_no_timeout)' => 'seconds (0 means no timeout)',
'img_with_lazyload' => 'Use "lazy load" mode to load pictures',
'sticky_post' => 'Stick the article to the top when opened',
'reading_confirm' => 'Display a confirmation dialog on “mark all as read” actions',
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index 8ea81c906..4af819cac 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -287,6 +287,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”',