16 lines
494 B
PHP
16 lines
494 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-crayons?lang_cible=sk
|
||
// ** ne pas modifier le fichier **
|
||
|
||
if (!defined('_ECRIRE_INC_VERSION')) {
|
||
return;
|
||
}
|
||
|
||
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
||
// C
|
||
'crayons_description' => 'Rýchle úpravy z verejne prístupnej stránky.',
|
||
'crayons_nom' => 'Farbičky',
|
||
'crayons_slogan' => 'Rýchle úpravy z verejne prístupnej stránky.'
|
||
);
|