[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / sites / lang / sites_hu.php
index cc06b78..007370f 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de https://trad.spip.net/tradlang_module/sites?lang_cible=hu
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
@@ -33,6 +35,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'icone_modifier_site' => 'A honlap módosítása',
        'icone_referencer_nouveau_site' => 'Új honlap felvétele',
        'icone_voir_sites_references' => 'Felvett honlapok nézete',
+       'info_1_site' => '1 honlap',
        'info_a_valider' => '[érvényesítendő]',
        'info_bloquer' => 'blokkol',
        'info_bloquer_lien' => 'blokkolni a linket',
@@ -103,5 +106,3 @@ Egyébkent minden linket lehet utólag engedélyezni egyenként, vagy honlap sze
        'titre_sites_tous' => 'A felvett honlapok',
        'titre_syndication' => 'Honlapok szindikálása'
 );
-
-?>