File "plan_en.php"

Full path: /home/argothem/www/v4_old/plugins-dist/plan/lang/plan_en.php
File size: 1.23 KB
MIME-type: text/x-php
Charset: utf-8

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

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

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

	// C
	'confirmer_deplacement' => 'Are you sure you want to move all these elements?',

	// D
	'deplacement_en_echec' => 'Move failed.',
	'deplacement_identifiant_absent' => 'None ',
	'deplacement_reussi' => 'Successful move.',
	'deplacements_en_echec' => '@nb@ moves failed.',
	'deplacements_reussis' => '@nb@ moves successful.',

	// E
	'erreur_aucun_identifiant' => 'No object identifier.',
	'erreur_autorisation_insuffisante' => 'Insufficient permission.',
	'erreur_deplacement' => 'Move not made.',
	'erreur_deplacement_impossible' => 'Impossible move!',
	'erreur_rubriques_parentes_incorrectes' => 'Incorrect parent sections.',

	// P
	'plan_titre' => 'Site Map in the private space.',

	// S
	'suggerer_deplier' => 'This could be caused by the displacement of a large group: in that case its children list could not be loaded. You should unfold the bloc (which will load it), fold it again then move it again.',

	// T
	'tous_les_statuts' => 'Status All'
);