mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-17 06:11:37 +00:00
first commit
This commit is contained in:
Executable
+35
@@ -0,0 +1,35 @@
|
||||
/*
|
||||
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',
|
||||
});
|
||||
Reference in New Issue
Block a user