1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // extrait automatiquement de http://www.spip.net/trad-lang/ |
---|
4 | // ** ne pas modifier le fichier ** |
---|
5 | |
---|
6 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
7 | |
---|
8 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
9 | |
---|
10 | // C |
---|
11 | 'cfg_forum_longueur' => 'Llonxitú de los mensaxes', |
---|
12 | 'cfg_forum_longueur_maxi' => 'Llonxitú máxima', |
---|
13 | 'cfg_forum_longueur_mini' => 'Llonxitú mínima', |
---|
14 | 'comment' => 'comentariu', |
---|
15 | 'comments' => 'comentarios', |
---|
16 | 'comments_h' => 'Los tos comentarios', |
---|
17 | |
---|
18 | // D |
---|
19 | 'date_heure_a' => 'a les', |
---|
20 | 'date_jour_le' => 'El', |
---|
21 | |
---|
22 | // F |
---|
23 | 'forum_qui_etes_vous' => '¿Quién yes?', |
---|
24 | |
---|
25 | // L |
---|
26 | 'label_email' => 'Corréu (nun apaecerá)', |
---|
27 | 'label_nom' => 'Nome', |
---|
28 | 'label_url' => 'El to sitiu web', |
---|
29 | |
---|
30 | // M |
---|
31 | 'moderation_info' => 'Atención, el to mensaxe nun apaecerá fasta que se llea y apruebe.', |
---|
32 | |
---|
33 | // P |
---|
34 | 'permalink_to' => 'Enllaz permanente al comentariu', |
---|
35 | |
---|
36 | // R |
---|
37 | 'reponse_comment_modere' => 'El to comentariu se guardó correutamente y ta esperando revisión enantes d\'espublizase.', |
---|
38 | 'reponse_comment_ok' => '¡Gracies pol to comentariu!', |
---|
39 | |
---|
40 | // S |
---|
41 | 'saisie_texte_info' => 'Esti formulariu permite los atayos de SPIP <code>[->url] {{negrina}} {cursiva} <quote> <code></code> y el códigu HTML <code><q> <del> <ins></code>. Pa crear párrafos, basta namái con dexar llinies baleres.', |
---|
42 | 'saisie_texte_legend' => 'Escribe equí el to comentariu', |
---|
43 | 'submit1' => 'Vista previa', |
---|
44 | 'submit2' => 'Confirmar l\'unviu', |
---|
45 | |
---|
46 | // T |
---|
47 | 'titre_comments' => 'Comentarios' |
---|
48 | ); |
---|
49 | |
---|
50 | ?> |
---|