diff options
| -rw-r--r-- | app/i18n/en.php | 2 | ||||
| -rw-r--r-- | app/i18n/fr.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 614ff195d..91bb9adce 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -138,7 +138,7 @@ return array ( 'auto_share' => 'Share', 'auto_share_help' => 'If there is only one sharing mode, it is used. Else modes are accessible by their number.', - 'file_to_import' => 'File to import (OPML)', + 'file_to_import' => 'File to import<br />(OPML, Json or Zip)', 'import' => 'Import', 'export' => 'Export', 'export_opml' => 'Export list of feeds (OPML)', diff --git a/app/i18n/fr.php b/app/i18n/fr.php index e4348f10c..0897db93d 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -138,7 +138,7 @@ return array ( 'auto_share' => 'Partager', 'auto_share_help' => 'Si il n’y a qu’un mode de partage, celui ci est utilisé automatiquement. Sinon ils sont accessibles par leur numéro.', - 'file_to_import' => 'Fichier à importer (OPML)', + 'file_to_import' => 'Fichier à importer<br />(OPML, Json ou Zip)', 'import' => 'Importer', 'export' => 'Exporter', 'export_opml' => 'Exporter la liste des flux (OPML)', |
