38 lines
1.4 KiB
PHP
38 lines
1.4 KiB
PHP
<?php
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
// extrait automatiquement de https://trad.spip.net/tradlang_module/entravaux-193?lang_cible=en
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// A
|
|
'activer_message' => 'Activate maintenance mode',
|
|
'autoriser_travaux' => 'What status is required to view the site during the maintenance ? ',
|
|
|
|
// E
|
|
'en_travaux' => 'Under construction',
|
|
'erreur_droit' => 'Vous devez être Webmestre pour utiliser le plugin En Travaux !',
|
|
|
|
// I
|
|
'info_disallow_robot' => 'Your Web site is protected against the robots and search engines during the maintenance.',
|
|
'info_maintenance_en_cours' => 'The Web site is in maintenance mode ! Only webmasters can see the public site and have access to the backoffice.',
|
|
'info_message' => 'This page lets you set up a temporary message which will be displayed on all the pages of your site during a maintenance period.',
|
|
'info_travaux_texte' => 'This site now under construction.
|
|
_ Please come back later...',
|
|
|
|
// L
|
|
'label_disallow_robots' => 'Protect the Web site against robots and search engines.',
|
|
|
|
// M
|
|
'message_temporaire' => 'Your temporary message:',
|
|
|
|
// P
|
|
'parametrage_page_travaux' => 'Settings for your maintenance page',
|
|
|
|
// T
|
|
'texte_lien_publier' => 'Make the Web site public'
|
|
);
|