[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / compagnon / lang / compagnon_en.php
index 349510c..bc4da88 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de https://trad.spip.net/tradlang_module/compagnon?lang_cible=en
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
@@ -18,7 +20,7 @@ It is also necessary that you create at least one section to do so. You can proc
        'c_accueil_texte_revenir' => 'This page shows the latest editorial activity on your site.
 You can visit this page at any time by clicking the "house icon",
 on the top, under your name.',
-       'c_article_redaction' => 'L’article est en cours de rédaction', # The editing of this article is in progress
+       'c_article_redaction' => 'The editing of this article is in progress', # The editing of this article is in progress
        'c_article_redaction_redacteur' => 'This edition of this article is in progress',
        'c_article_redaction_redacteur_texte' => 'To propose your article to the site administrators and to the other editors,
 within the block on the column side, change "edition in progress" to "submitted for evaluation."',
@@ -35,6 +37,9 @@ In the block on the side column, change "editing in progress" by "published onli
 So create an article. You can do it from this page under the description of your section.',
        'c_rubriques_creer' => 'Create a first section !',
        '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.',
+       'c_sites_creer' => 'How to create or import a site?',
+       'c_sites_creer_texte' => 'You can only create or import a site from this page when a section already exists in your site.
+You can create it from the menu                "Edit", then "Sections".',
 
        // E
        '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?',
@@ -63,5 +68,3 @@ Would you like to reset these messages?',
        'titre_compagnon' => 'The Companion',
        'titre_page_configurer_compagnon' => 'Configure the companion'
 );
-
-?>