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