[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / plan / lang / plan_en.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/plan?lang_cible=en
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 // C
13 'confirmer_deplacement' => 'Are you sure you want to move all these elements?',
14
15 // D
16 'deplacement_en_echec' => 'Move failed.',
17 'deplacement_identifiant_absent' => 'None ',
18 'deplacement_reussi' => 'Successful move.',
19 'deplacements_en_echec' => '@nb@ moves failed.',
20 'deplacements_reussis' => '@nb@ moves successful.',
21
22 // E
23 'erreur_aucun_identifiant' => 'No object identifier.',
24 'erreur_autorisation_insuffisante' => 'Insufficient permission.',
25 'erreur_deplacement' => 'Move not made.',
26 'erreur_deplacement_impossible' => 'Impossible move!',
27 'erreur_rubriques_parentes_incorrectes' => 'Incorrect parent sections.',
28
29 // P
30 'plan_titre' => 'Site Map in the private space.',
31
32 // S
33 'suggerer_deplier' => 'This could be caused by the displacement of a large group: in that case its children list could not be loaded. You should unfold the bloc (which will load it), fold it again then move it again.',
34
35 // T
36 'tous_les_statuts' => 'Status All'
37 );