<?php
// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
// extrait automatiquement de https://trad.spip.net/tradlang_module/pages?lang_cible=en
// ** ne pas modifier le fichier **

if (!defined('_ECRIRE_INC_VERSION')) {
	return;
}

$GLOBALS[$GLOBALS['idx_lang']] = array(

	// A
	'aucune_page' => 'There are no pages at the moment.',

	// C
	'convertir_article' => 'Convert to an article',
	'convertir_page' => 'Convert to a page',
	'creer_page' => 'Create a new page',

	// E
	'erreur_champ_page_doublon' => 'That ID is already in use',
	'erreur_champ_page_format' => 'Lowercase alphanumerical characters or "_" only',
	'erreur_champ_page_taille' => 'Up to 255 characters max',

	// L
	'label_champ_page' => 'Page :',

	// M
	'modifier_page' => 'Edit page:',

	// P
	'pages_uniques' => 'Unique pages',

	// T
	'titre_page' => 'Page',
	'toutes_les_pages' => 'All pages'
);
