mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-17 16:46:12 +00:00
36 lines
1.1 KiB
JavaScript
Executable File
36 lines
1.1 KiB
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2013, Cricri042. All rights reserved.
|
|
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
Targeted for "ad-gallery" JavaScript : http://adgallery.codeplex.com/
|
|
And "Fancybox" : http://fancyapps.com/fancybox/
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'slideshow', 'fr', {
|
|
toolbar : 'Caroussel',
|
|
dialogTitle : 'Propri\351t\351s du Caroussel',
|
|
fakeObject : 'Caroussel',
|
|
imgList : 'Image',
|
|
imgAdd : 'Ajouter une Image',
|
|
imgDelete : 'Supprimer',
|
|
imgEdit : 'Editer',
|
|
previewMode : 'Apercu',
|
|
imgTitle : 'Titre',
|
|
imgDesc : 'Courte Description',
|
|
editSlideShow : 'Editer le Caroussel',
|
|
showThumbs : 'Afficher les Vignettes',
|
|
showControls : "xxxxxx Start / Stop",
|
|
showTitle : 'Afficher le Titre',
|
|
displayTime : 'Affichage (Sec.)',
|
|
transitionTime : 'Transition (mSec.)',
|
|
tr1 : 'Aucun',
|
|
tr2 : 'Redimensionnement',
|
|
tr3 : 'Glissement Vertical',
|
|
tr4 : 'Glissement Horizontal',
|
|
tr5 : 'Fondu',
|
|
autoStart : 'Démarrage Auto.',
|
|
pictHeight : 'Hauteur (px)',
|
|
openOnClick : 'Ouvrir en Cliquant',
|
|
transition : 'Type de Transition',
|
|
picturesList : "Liste des Images : ",
|
|
insertSlideShow : 'Ins\351rer un Caroussel',
|
|
});
|