[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / medias / lang / medias_pt.php
index 6ec3004..5340b41 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de https://trad.spip.net/tradlang_module/medias?lang_cible=pt
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
@@ -104,6 +106,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'info_heure' => 'Hora',
        'info_illustrations' => 'Ilustrações',
        'info_image_max_poids' => 'A imagens devem obrigatoriamente ter menos de @maxi@ (este ficheiro tem @actuel@).',
+       'info_image_max_taille' => 'A imagens devem obrigatoriamente ter menos de @maxi@ (este ficheiro tem @actuel@).',
        'info_inclusion_directe' => 'Inclusão directa :',
        'info_inclusion_vignette' => 'Inclusão da miniatura :',
        'info_installer_tous_documents' => 'Instalar todos os documentos',
@@ -188,5 +191,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'verifier_documents_inutilises' => 'Verificar as ligações dos documentos',
        'vignette_supprimee' => 'A miniatura foi eliminada'
 );
-
-?>