17 lines
566 B
PHP
17 lines
566 B
PHP
<?php
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
// extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-ck?lang_cible=sk
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// C
|
|
'ck_description' => 'Jednoduchosť, efektívnosť ľahkosť.
|
|
_ Nožík, ktorý je naozaj vo vrecku v unikátnej skrytej stránke s konfiguráciou pre nastavenia SPIPu.',
|
|
'ck_nom' => 'Couteau KISS',
|
|
'ck_slogan' => 'zjednoduší niektoré nastavenia SPIPu'
|
|
);
|