[PLUGINS] ~acces_restreint 3.3.5-->3.3.8
[ptitvelo/web/www.git] / www / plugins / accesrestreint_3_5 / lang / accesrestreint_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://trad.spip.net/tradlang_module/accesrestreint?lang_cible=en
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 'ajouter_droits_auteur' => 'Give me access to this area',
12 'aucune_zone' => 'No zones',
13 'auteur' => '@nb@ author',
14 'auteurs' => '@nb@ authors',
15
16 // B
17 'bouton_configurer_acces' => 'Configuring .htaccess access',
18 'bouton_creer_la_zone' => 'Create new area',
19
20 // C
21 'colonne_id' => '#',
22 'confirmer_ajouter_auteurs' => 'Are you sure you want to add this author to the area?',
23 'confirmer_retirer_auteur_zone' => 'Are you sure you wish to remove this author from this area?',
24 'confirmer_retirer_auteurs' => 'Are you sure you wish to remove all authors from this area?',
25 'confirmer_retirer_rubrique_zone' => 'Are you sure you want to remove this section of this zone?',
26 'confirmer_supprimer_zone' => 'Are you sure you want to delete this area?',
27 'creer_zone' => 'Create a new area',
28
29 // D
30 'descriptif' => 'Description',
31
32 // E
33 'explication_creer_htaccess' => 'This option prevents reading the attached documents if the text to which they relate is not published',
34
35 // I
36 'icone_menu_config' => 'Restricted access',
37 'icone_supprimer_zone' => 'Delete this area',
38 'info_1_zone' => '1 zone',
39 'info_acces_restreint' => 'Access to this page is restricted. Please log in to continue',
40 'info_ajouter_auteur' => 'Add this author',
41 'info_ajouter_auteurs' => 'Add all authors',
42 'info_ajouter_zones' => 'Add all areas',
43 'info_aucun_acces' => 'No access allowed',
44 'info_aucun_auteur' => 'No authors in the area',
45 'info_aucune_zone' => 'No areas',
46 'info_auteurs_lies_zone' => 'Authors with access to this area',
47 'info_lien_action_proteger' => 'Restrict access to this section',
48 'info_nb_zones' => '@nb@ zones',
49 'info_page' => 'This page allows you to create restricted areas in your site',
50 'info_retirer_auteurs' => 'Remove all authors',
51 'info_retirer_zone' => 'Remove from area',
52 'info_retirer_zones' => 'Remove from all areas',
53 'info_rubrique_dans_zone' => 'This section is in area:',
54 'info_rubrique_dans_zones' => 'This section is in areas:',
55
56 // L
57 'label_creer_htaccess' => 'Access to the attached document by their URL',
58 'label_creer_htaccess_non' => 'allow read',
59 'label_creer_htaccess_oui' => 'forbid the reading',
60
61 // M
62 'modifier_zone' => 'Edit the area',
63
64 // P
65 'page_zones_acces' => 'Restricted Access',
66 'par_titre' => 'By title',
67 'privee' => 'Private',
68 'publique' => 'Public',
69
70 // R
71 'rubrique' => '@nb@ section',
72 'rubriques' => '@nb@ sections',
73 'rubriques_zones_acces' => 'Sections in this area',
74
75 // S
76 'selectionner_une_zone' => 'Select a restricted area',
77
78 // T
79 'texte_ajouter_zone' => 'Add a zone',
80 'texte_creer_associer_zone' => 'Create and assign a zone',
81 'titre' => 'Title',
82 'titre_ajouter_zone' => 'Add to a restricted area',
83 'titre_boite_protegee_non' => 'Unrestricted access',
84 'titre_boite_protegee_oui' => 'Restricted access',
85 'titre_cadre_modifier_zone' => 'Edit an area',
86 'titre_page_config' => 'Configure access rights',
87 'titre_table' => 'All restricted areas',
88 'titre_zone_acces' => 'Restricted access zone',
89 'titre_zones_acces' => 'Restricted areas',
90 'toutes' => 'All',
91
92 // V
93 'voir_toutes' => 'Show all areas',
94
95 // Z
96 'zone_numero' => 'AREA NUMBER:',
97 'zone_restreinte_espace_prive' => 'Restrict access to this area in the private area',
98 'zone_restreinte_publique' => 'Restrict access to this area in the public site'
99 );
100
101 ?>