diff options
| author | 2014-03-30 19:21:03 +0200 | |
|---|---|---|
| committer | 2014-03-30 19:21:03 +0200 | |
| commit | ce3fbff61d7acf35ec91d892042734ca33b1bffd (patch) | |
| tree | ef35bbeb62e18fb65a6d34542aa2c44158f7043b | |
| parent | 98f742cc35d814ee212e049bc3c65bb1c07deabc (diff) | |
Fix list of valid files (import label)
| -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)', |
