diff options
Diffstat (limited to 'app/i18n/pt-pt/feedback.php')
| -rw-r--r-- | app/i18n/pt-pt/feedback.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/pt-pt/feedback.php b/app/i18n/pt-pt/feedback.php index 995947f9f..761b6e43c 100644 --- a/app/i18n/pt-pt/feedback.php +++ b/app/i18n/pt-pt/feedback.php @@ -95,6 +95,10 @@ return array( 'cache_cleared' => 'O cache do feed <em>%s</em> foi limpo', 'deleted' => 'o feed foi apagado', 'error' => 'O feed não pode ser atualizado', + 'favicon' => array( + 'too_large' => 'Uploaded icon is too large. The maximum file size is <em>%s</em>.', // TODO + 'unsupported_format' => 'Unsupported image file format!', // TODO + ), 'internal_problem' => 'O feed RSS não pôde ser adicionado. <a href="%s">Verifique os logs do FreshRSS</a> para detalhes. Pode forçar a atualização no link <code>#force_feed</code> .', 'invalid_url' => 'URL <em>%s</em> é inválida', 'n_actualized' => '%d feeds foram atualizados', |
