spip_nursit/plugins-dist/dist/nursit/oembed/lang/oembed_sk.php
2023-06-01 17:30:12 +02:00

45 lines
1.5 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
// extrait automatiquement de https://trad.spip.net/tradlang_module/oembed?lang_cible=sk
// ** ne pas modifier le fichier **
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
$GLOBALS[$GLOBALS['idx_lang']] = array(
// A
'aucun_provider' => 'Žiaden poskytovateľ',
// E
'erreur_ajout_provider' => 'Chyba pri pridávaní poskytovateľa.',
'erreur_scheme_doublon' => 'Táto schéma sa už v zozname nachádza.',
'explication_scheme' => 'ako zástupný znak použite *',
'explication_upload_url' => 'Jednoducho zadajte internetovú adresu stránky, na ktorej je dokument pre stránky @hosts@', # MODIF
// I
'info_1_provider' => '1 poskytovateľ',
'info_nb_providers' => '@nb@ poskytovateľov',
// L
'label_detecter_lien' => 'Zistiť poskytovateľov automaticky (ignorovať biely zoznam)?',
'label_embed_auto' => 'Meniť automaticky internetové adresy vložené do textu?',
'label_endpoint' => 'Koncový bod',
'label_maxheight' => 'Predvolená max. výška (px)',
'label_maxwidth' => 'Predvolená max. šírka (px)',
'label_scheme' => 'Schéma',
// O
'ok_ajout_provider' => 'Poskytovateľ pridaný',
// S
'supprimer_provider' => 'Odstrániť',
// T
'titre_ajouter_provider' => 'Pridať poskytovateľa',
'titre_configuration_avancee_providers' => 'Dostať sa k podrobným nastaveniam poskytovateľov v oEmbede',
'titre_configurer_oembed' => 'Nastaviť oEmbed',
'titre_configurer_providers' => 'oEmbedu Poskytovatelia',
'titre_oembed' => 'oEmbed'
);