64 lines
1.3 KiB
PHP
64 lines
1.3 KiB
PHP
<?php
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
// Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/_stable_/acces_restreint/lang/
|
|
if (!defined("_ECRIRE_INC_VERSION")) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// A
|
|
'articles_populaires' => 'Artículos populares',
|
|
'articles_rubrique' => 'Artículos de la categoría',
|
|
// B
|
|
'bouton_radio_modere_priori' => 'Moderado a priori',
|
|
|
|
// C
|
|
'commentaires' => 'Comentarios',
|
|
'commentaires_recents' => 'Comentarios recientes',
|
|
|
|
// D
|
|
'date_forum' => '@date@, @heure@',
|
|
|
|
//E
|
|
|
|
//F
|
|
'form_pet_message_commentaire' => '¿Algún comentario? ',
|
|
'forum_lien_hyper' => 'Hipervínculo',
|
|
'forum_qui_etes_vous' => '¿Quién eres?',
|
|
'forum_votre_nom' => 'Tu nombre',
|
|
'forum_votre_email' => 'Tu email',
|
|
|
|
// I
|
|
|
|
// L
|
|
'liens' => 'Links',
|
|
'login_login2' => 'Nombre de usuario',
|
|
'login_pass2' => 'Password',
|
|
|
|
// M
|
|
'meme_rubrique' => 'Misma sección',
|
|
|
|
//O
|
|
'optionnel' => 'opcional',
|
|
|
|
// P
|
|
'pages' => 'Páginas',
|
|
'par' => 'por',
|
|
'partager' => 'Compartelo',
|
|
'petition' => 'Petición',
|
|
|
|
// R
|
|
|
|
// S
|
|
'sites' => 'Sitios web',
|
|
'suivre_site' => 'Sigue este sitio',
|
|
'sur' => 'en',
|
|
|
|
// T
|
|
'texte_message' => 'Tu mensaje'
|
|
|
|
// V
|
|
|
|
// Z
|
|
);
|
|
|
|
?>
|