17 lines
545 B
PHP
17 lines
545 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-facteur?lang_cible=sk
|
|||
|
// ** ne pas modifier le fichier **
|
|||
|
|
|||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|||
|
return;
|
|||
|
}
|
|||
|
|
|||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|||
|
|
|||
|
// F
|
|||
|
'facteur_description' => 'Poštár slúži na doručovanie e-mailov vo formáte HTML, v textovej alebo v zmiešanej podobe či už cez SMTP, alebo nie',
|
|||
|
'facteur_nom' => 'Poštár',
|
|||
|
'facteur_slogan' => 'Posiela vašu poštu'
|
|||
|
);
|