[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / yaml / lang / paquet-yaml_sk.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://trad.spip.org
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // Y
11 'yaml_description' => 'Ce plugin fournit les fonctions de lecture/écriture du format YAML:
12 <code>yaml_decode()</code> et <code>yaml_encode()</code>. Il fournit aussi le format yaml pour la boucle (DATA).', # NEW
13 'yaml_slogan' => 'Jednoduchý formát súborov na upravovanie zoznamov dát'
14 );
15
16 ?>