aboutsummaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-10-04 09:06:35 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-10-04 09:06:35 -0400
commit38a6f0c4b29e5a53c21f345dd839a4fa0b2a6f47 (patch)
tree54963ad3e81ff9079a1793e64935866d3d3814a0 /app/i18n
parent783171011dc6256f37cbd4365f5405b5e8a4b44e (diff)
Add a shortcut to close drop-down lists
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/en.php1
-rw-r--r--app/i18n/fr.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index 28104196e..0456049a9 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -191,6 +191,7 @@ return array (
'user_filter' => 'Access user filters',
'user_filter_help' => 'If there is only one user filter, it is used. Else filters are accessible by their number.',
'help' => 'Display documentation',
+ 'close_dropdown' => 'Close drop-down lists',
'file_to_import' => 'File to import<br />(OPML, Json or Zip)',
'file_to_import_no_zip' => 'File to import<br />(OPML or Json)',
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index c72fc3e93..adc79d0e2 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -191,6 +191,7 @@ return array (
'user_filter' => 'Accéder aux filtres utilisateur',
'user_filter_help' => 'S’il n’y a qu’un filtre utilisateur, celui ci est utilisé automatiquement. Sinon ils sont accessibles par leur numéro.',
'help' => 'Afficher la documentation',
+ 'close_dropdown' => 'Fermer les listes déroulantes',
'file_to_import' => 'Fichier à importer<br />(OPML, Json ou Zip)',
'file_to_import_no_zip' => 'Fichier à importer<br />(OPML ou Json)',