diff options
Diffstat (limited to 'app/i18n/oc/feedback.php')
| -rw-r--r-- | app/i18n/oc/feedback.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/oc/feedback.php b/app/i18n/oc/feedback.php index e158cc299..a9b9b88a8 100644 --- a/app/i18n/oc/feedback.php +++ b/app/i18n/oc/feedback.php @@ -95,6 +95,10 @@ return array( 'cache_cleared' => '<em>%s</em> cache escafat', 'deleted' => 'Lo flux es suprimit', 'error' => 'Error en actualizar', + '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' => 'Lo flux pòt pas èsser ajustat. <a href="%s">Consultatz los jornals d’audit de FreshRSS</a> per ne saber mai. Podètz forçar l’apondon en ajustant <code>#force_feed</code> a l’URL.', 'invalid_url' => 'L’URL <em>%s</em> es invalida', 'n_actualized' => '%s fluxes son estats actualizats', |
