mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-18 00:56:16 +00:00
12 lines
478 B
JavaScript
Executable File
12 lines
478 B
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'fastimage', 'fr', {
|
|
title: 'Ajouter une image',
|
|
noFileSelected: 'Aucun fichier sélectionné',
|
|
maxSizeMessage: 'La taille de l\'image ne doit pas dépasser % Mo',
|
|
invalidWidth: 'La longueur doit être un entier supérieur à 0',
|
|
invalidHeight: 'La hauteur doit être un entier supérieur à 0'
|
|
});
|