[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / sites / lang / sites_cs.php
index 0ce2267..7f80dab 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de https://trad.spip.net/tradlang_module/sites?lang_cible=cs
 // ** 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' => 'Změnit web',
        'icone_referencer_nouveau_site' => 'Zveřejnit odkaz na nový web',
        'icone_voir_sites_references' => 'Zobrazit odkazovaný web',
+       'info_1_site' => '1 web',
        'info_a_valider' => '[ke schválení]',
        'info_bloquer' => 'zablokovat',
        'info_bloquer_lien' => 'zablokovat tento odkaz',
@@ -104,5 +107,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'titre_sites_tous' => 'Odkazované weby',
        'titre_syndication' => 'Syndikace webů'
 );
-
-?>