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

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

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

	// B
	'bouton_lancer_migration' => 'Launch migration',
	'bouton_migrer' => 'Preview the migration',

	// E
	'erreur_choix_incorrect' => 'That choice isn’t allowed',
	'explication_migration_albums_article_1' => 'This tool converts a section’s articles into albums',
	'explication_migration_albums_article_2' => 'Only articles which are published and not bound with any album will be migrated.
No data will be erased from articles : if you’re not pleased with the result, you can uninstall the plugin ’Albums’ in order to recover the section as it was before the migration.',

	// I
	'info_migration_articles' => 'available for migration', # me semble plus explicite que 'to migrate'
	'info_migration_articles_reussi' => 'have been migrated',

	// L
	'label_groupes_mots' => 'Bind keywords from the following groups',
	'label_refuser_articles_oui' => 'Once articles have been transformed into albums, switch their status to "rejected".',
	'label_rubrique_source' => 'Section to migrate',
	'label_toute_la_branche_oui' => 'Include sub-sections',

	// T
	'titre_migrer_albums' => 'Migrate Articles into Albums'
);
