[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / traduction_articles_autrement / lang / taa_ca.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' => 'Visualització dels articles només en mode edició',
12 'affichage_liste_compacte' => 'Visualització compacta de la llista d\'articles',
13
14 // C
15 'changer_langue' => 'Canviar la llengua de l\'article',
16
17 // F
18 'fermer' => 'Tancar',
19
20 // L
21 'lier_traduction' => 'Vincular una traducció',
22
23 // M
24 'modifier_options_langue' => 'opcions',
25
26 // N
27 'necesite_afficher_objet' => 'Per poder utiiltzar aquesta funció heu d\'instal·lar el connector',
28
29 // O
30 'options' => 'Opcions', # MODIF
31
32 // R
33 'rang' => 'Rang', # NEW
34
35 // T
36 'titre_plugin' => 'Traducció d\'articles d\'una altra manera',
37 'traductions' => 'Traduccions',
38
39 // V
40 'voir_traductions' => 'Veure el detall de les traduccions'
41 );
42
43 ?>