647fef05af0208fbd1f235834b0c716635ca9f43
[lhc/web/www.git] / www / plugins / 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 https://trad.spip.net/tradlang_module/paquet-yaml?lang_cible=sk
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // Y
13 'yaml_description' => 'Tento zásuvný modul ponúka funkcie čítanie/zápisu formátu YAML:
14 <code>yaml_decode()</code> a <code>yaml_encode()</code>. Poskytuje formát yaml aj pre cyklus (DATA).',
15 'yaml_slogan' => 'Jednoduchý formát súborov na upravovanie zoznamov dát'
16 );