[SPIP] ~maj 3.0.10 --> 3.0.14
[lhc/web/www.git] / www / plugins-dist / compagnon / lang / compagnon_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/compagnon?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 // C
11 'c_accueil_bienvenue' => 'Welcome @nom@!',
12 'c_accueil_configurer_site' => 'Configure your site',
13 'c_accueil_configurer_site_texte' => 'One of the first things to do is to give a name to your site. It is now named "@nom@". The site name is displayed at the top of this page. By clicking on it, you can change its name, but also give him a logo and a slogan.',
14 'c_accueil_publication' => 'Publish!',
15 'c_accueil_publication_texte' => 'To publish a page, you need to create an article.
16 It is also necessary that you create at least one section to do so. You can proceed by clicking on the menu "Edition" then on "Sections".',
17 'c_accueil_texte' => 'You have just entered SPIP’s private area.',
18 'c_accueil_texte_revenir' => 'This page shows the latest editorial activity on your site.
19 You can visit this page at any time by clicking the "house icon",
20 on the top, under your name.',
21 'c_article_redaction' => 'L’article est en cours de rédaction', # The editing of this article is in progress
22 'c_article_redaction_redacteur' => 'This edition of this article is in progress',
23 'c_article_redaction_redacteur_texte' => 'To propose your article to the site administrators and to the other editors,
24 within the block on the column side, change "edition in progress" to "submitted for evaluation."',
25 'c_article_redaction_texte' => 'To publish this article on the public site, change its status.
26 In the block on the side column, change "editing in progress" by "published online".',
27 'c_articles_creer' => 'How to create an article?',
28 'c_articles_creer_texte' => 'You cannot create an article from this page
29 unless there is at least one section in your site.
30 You can create it from the "Sections" menu under "Edit". ',
31 'c_job' => 'Jobs to do...',
32 'c_job_texte' => 'This page lists upcoming maintenance tasks to be made by SPIP. These tasks are executed at regular intervals or occasionally for heavy processing required by plugins, such as sending bulk email.',
33 'c_rubrique_publier' => 'Create an article',
34 'c_rubrique_publier_texte' => 'A section is visible on the public site only from the moment it contains at least one published content, for example: a published article.
35 So create an article. You can do it from this page under the description of your section.',
36 'c_rubriques_creer' => 'Create a first section !',
37 'c_rubriques_creer_texte' => 'Sections are the basic structure of the site, you can create articles in each of them. Start by creating a first section.',
38
39 // E
40 'explication_activer_compagnon' => 'The companion adds comments on some pages of the private area to assist in taking SPIP in hand. Would you like to activate it?',
41 'explication_reinitialiser_compagnon' => 'Messages already seen by an author won’t be displayed then.
42 Would you like to reset these messages?',
43
44 // L
45 'label_activer_compagnon' => 'Enable the Companion?',
46 'label_reinitialiser_compagnon' => 'Reset the Companion’s messages?',
47
48 // O
49 'ok' => 'OK',
50 'ok_bien' => 'Good!',
51 'ok_jai_compris' => 'I got it!',
52 'ok_merci' => 'Cheers',
53 'ok_parfait' => 'Alright!',
54
55 // R
56 'reinitialisation' => 'Resetting',
57 'reinitialisation_ok' => 'Resetting done',
58 'reinitialiser' => 'Reset',
59 'reinitialiser_moi' => 'Yes, only those I’ve already read',
60 'reinitialiser_tous' => 'Yes, whoever is the author',
61
62 // T
63 'titre_compagnon' => 'The Companion',
64 'titre_page_configurer_compagnon' => 'Configure the companion'
65 );
66
67 ?>