[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / traduction_articles_autrement / lang / taa_es.php
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 // A
11 'affichage_edition_seule' => 'Solo mode de edición para los artículos', # MODIF
12 'affichage_liste_compacte' => 'Lista de artículos compacto',
13
14 // C
15 'changer_langue' => 'Cambiar el idioma del artículo',
16
17 // F
18 'fermer' => 'Cerrar',
19
20 // L
21 'lier_traduction' => 'Añadir una traducción',
22
23 // M
24 'modifier_options_langue' => 'options', # NEW
25
26 // N
27 'necesite_afficher_objet' => 'Esta opción necesita la instalación del plugin',
28
29 // O
30 'options' => 'Opciones', # MODIF
31
32 // R
33 'rang' => 'Rang', # NEW
34
35 // T
36 'titre_plugin' => 'Traducción de articulos repensada',
37 'traductions' => 'Traducciones',
38
39 // V
40 'voir_traductions' => 'Ver las traducciones en detalle'
41 );
42
43 ?>