[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / urls_etendues / lang / urls_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/urls?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 // A
13 'actualiser_toutes' => 'Update all urls',
14 'actualiser_toutes_explication' => 'You can re-process the URLs.
15 If a URL has changed, a new entry will be created (without loosing the URLs already
16 present and without affecting the manually defined URLs).',
17
18 // B
19 'bouton_supprimer_url' => 'Delete this URL',
20
21 // E
22 'erreur_arbo_2_segments_max' => 'You can’t use more than two URL segments for an object',
23 'erreur_config_url_forcee' => 'The configuration of URLs is fixed in the <tt>mes_options.php</tt> file.',
24 'explication_editer' => 'The advanced management of URLs allows you to edit the URL of the pages of each editorial object, and to manage the history of their evolution.',
25
26 // I
27 'icone_configurer_urls' => 'Setup the URLs',
28 'icone_controler_urls' => 'Meaningfull URLs',
29 'info_1_url' => '1 URL',
30 'info_id_parent' => '#parent',
31 'info_nb_urls' => '@nb@ URLs',
32 'info_objet' => 'Object',
33
34 // L
35 'label_tri_date' => 'Date',
36 'label_tri_id' => 'ID',
37 'label_tri_url' => 'URL',
38 'label_url' => 'New URL',
39 'label_url_minuscules_0' => 'Keep the title case',
40 'label_url_minuscules_1' => 'Forcing lowercase urls',
41 'label_url_permanente' => 'Lock this URL (no update after modification of the object)',
42 'label_url_sep_id' => 'Character to separate the number added in case of duplicate',
43 'label_urls_activer_controle_oui' => 'Enable advanced management of URLs',
44 'label_urls_nb_max_car' => 'Maximum number of characters',
45 'label_urls_nb_min_car' => 'Minimum number of characters',
46 'liberer_url' => 'Release',
47 'liste_des_urls' => 'All URLs',
48
49 // T
50 'texte_type_urls' => 'You may choose how page URLs are to be calculated.',
51 'texte_type_urls_attention' => 'Warning: this setting will only work if the file @htaccess@ is correctly installed in the site’s root directory.',
52 'texte_urls_nb_max_car' => 'If the title is longer, it will be cut.',
53 'texte_urls_nb_min_car' => 'If the title is shorter, it’s its identifying number which will be used.',
54 'titre_gestion_des_urls' => 'URLs management',
55 'titre_type_arbo' => 'Arborescent URLs',
56 'titre_type_html' => 'HTML objects URLs ',
57 'titre_type_libres' => 'Free URLs',
58 'titre_type_page' => 'Page URLs',
59 'titre_type_propres' => 'Friendly URLs',
60 'titre_type_propres2' => 'Friendly +<tt>.html</tt>',
61 'titre_type_propres_qs' => 'Friendly in query-string URLs',
62 'titre_type_simple' => 'Simple URLs',
63 'titre_type_standard' => 'Historical URLs',
64 'titre_type_urls' => 'Type of URL addresses',
65 'tout_voir' => 'Show all URLs',
66
67 // U
68 'url_ajout_impossible' => 'An error has occurred. This URL couldn’t be saved',
69 'url_ajoutee' => 'The URL has been added',
70
71 // V
72 'verifier_url_nettoyee' => 'The URL has been corrected, you can check before saving.',
73 'verrouiller_url' => 'Lock'
74 );