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

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

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

	// A
	'albums_description' => 'This plugin extends the documents management by adding the possibility to create groups of documents.
Albums are editorial objects which act as containers for series of documents.
They can be autonomous or associated to other objects.
In practice, you have the choice when adding documents to an object: they can be added individually, or grouped inside albums.
<br>2 «album» models are available:
- The basic model is to be used for galleries of images
- A version displays documents as a list.
<br>A form allows you to customize and insert &lt;album&gt; tags inside texts.
To make it available, you should install 2 plugins: «YAML» and «Saisies», which are no mandatory dependencies.',
	'albums_nom' => 'Albums',
	'albums_slogan' => 'Manage groups of documents as albums'
);
