[CSS] +fix page header and title color
[lhc/web/www.git] / www / plugins / spip-bonux-3 / lang / spip_bonux_es.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de https://trad.spip.net/tradlang_module/spip_bonux?lang_cible=es
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // A
13 'afficher_calendrier' => 'Mostrar el calendario',
14 'annee_precedente' => 'Año anterior',
15 'annee_suivante' => 'Año siguiente',
16 'annuler_recherche' => 'Cancelar la búsqueda',
17
18 // B
19 'bouton_fermer' => 'Cerrar',
20
21 // E
22 'erreur_date' => 'Esta fecha es incorrecta',
23 'erreur_date_corrigee' => 'La fecha ha sido corregida',
24 'erreur_heure' => 'Esta hora es incorrecta',
25 'erreur_heure_corrigee' => 'La hora ha sido corregida',
26
27 // I
28 'id_rapide' => 'Añadido rápido',
29
30 // M
31 'mois_precedent' => 'Mes anterior',
32 'mois_suivant' => 'Mes siguiente',
33
34 // P
35 'pages' => 'Páginas'
36 );