Your IP : 216.73.217.68


Current Path : /home/atelierpru/www/OLD/plugins/auto/videos/v0.12.9/lang/
Upload File :
Current File : /home/atelierpru/www/OLD/plugins/auto/videos/v0.12.9/lang/videos_en.php

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

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

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

	// C
	'cfg_description_doc' => 'Documentation',
	'cfg_description_titre' => 'Setup of the Video(s) plugin',
	'cfg_explication_hauteur' => 'Choose the default height for your videos. This option can be overloaded in the call to the model.',
	'cfg_explication_largeur' => 'Choose the default width for your videos. This option can be overloaded in the call to the model.',
	'cfg_explication_liste_definition' => 'Embed vidéo in dl/dt/dd as SPIP do when using doc model.',
	'cfg_explication_responsive' => 'Make the width and height of the video fluid : allows you to better integrate within a "responsive" site.',
	'cfg_explication_titre_descriptif' => 'Display the title and the description of your videos. This option can be overloaded in the call to the model.',
	'cfg_explication_wmode' => 'Choose the mode to apply to Flash objects (Flowplayer fallback, Dailymotion, Youtube and Vimeo iFrames).',
	'cfg_label_hauteur' => 'Default height',
	'cfg_label_largeur' => 'Default width',
	'cfg_label_liste_definition' => 'Definition List (HTML)',
	'cfg_label_responsive' => 'Fluid size',
	'cfg_label_titre_descriptif' => 'Title and description',
	'cfg_label_wmode' => 'Default wmode',
	'cfg_titre_configurations_communes' => 'Shared settings',
	'cfg_titre_configurations_dailymotion' => 'Dailymotion settings',
	'cfg_titre_configurations_html5' => 'HTML5 / Alternative settings',
	'cfg_titre_configurations_vimeo' => 'Vimeo settings',
	'cfg_titre_configurations_youtube' => 'Youtube settings',
	'confirmation_ajout' => 'The video "@type@:@titre@" has been added. &lt;video@id_document@&gt;', # MODIF

	// E
	'erreur_adresse_invalide' => 'This URL address is not valid. If you are trying to import an MP4 video, you must use the SPIP’s document upload form.',
	'explication_ajouter_video' => '(Remote vidéo YouTube, Vimeo, DailyMotion)',

	// L
	'label_ajouter_autre_video' => 'Add another video',
	'label_ajouter_video' => 'Add a video',
	'label_url' => 'Video URL',

	// T
	'titre_admin' => 'Video(s) plugin',

	// V
	'valider' => 'Add the video'
);