[CSS] +fix page header and title color
[lhc/web/www.git] / www / plugins / spip-bonux-3 / lang / spip_bonux_sk.php
index 96522f8..80f8303 100644 (file)
@@ -1,16 +1,18 @@
 <?php
 // This is a SPIP language file  --  Ceci est un fichier langue de SPIP
-// extrait automatiquement de http://trad.spip.net/tradlang_module/spip_bonux?lang_cible=sk
+// extrait automatiquement de https://trad.spip.net/tradlang_module/spip_bonux?lang_cible=sk
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
        // A
        'afficher_calendrier' => 'Zobraziť kalendár',
-       'annee_precedente' => 'Minulý rok',
-       'annee_suivante' => 'Budúci rok',
+       'annee_precedente' => 'Predošlý rok',
+       'annee_suivante' => 'Nasledujúci rok',
        'annuler_recherche' => 'Zrušiť vyhľadávanie',
 
        // B
@@ -32,5 +34,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        // P
        'pages' => 'Stránky'
 );
-
-?>