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
+42
@@ -0,0 +1,42 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'docprops', 'fr', {
|
||||
bgColor: 'Couleur de fond',
|
||||
bgFixed: 'Image fixe sans défilement',
|
||||
bgImage: 'Image de fond',
|
||||
charset: 'Encodage de caractère',
|
||||
charsetASCII: 'ASCII',
|
||||
charsetCE: 'Europe Centrale',
|
||||
charsetCR: 'Cyrillique',
|
||||
charsetCT: 'Chinois Traditionnel (Big5)',
|
||||
charsetGR: 'Grec',
|
||||
charsetJP: 'Japonais',
|
||||
charsetKR: 'Coréen',
|
||||
charsetOther: 'Autre encodage de caractère',
|
||||
charsetTR: 'Turc',
|
||||
charsetUN: 'Unicode (UTF-8)',
|
||||
charsetWE: 'Occidental',
|
||||
chooseColor: 'Choisissez',
|
||||
design: 'Design',
|
||||
docTitle: 'Titre de la page',
|
||||
docType: 'Type de document',
|
||||
docTypeOther: 'Autre type de document',
|
||||
label: 'Propriétés du document',
|
||||
margin: 'Marges',
|
||||
marginBottom: 'Bas',
|
||||
marginLeft: 'Gauche',
|
||||
marginRight: 'Droite',
|
||||
marginTop: 'Haut',
|
||||
meta: 'Métadonnées',
|
||||
metaAuthor: 'Auteur',
|
||||
metaCopyright: 'Copyright',
|
||||
metaDescription: 'Description',
|
||||
metaKeywords: 'Mots-clés (séparés par des virgules)',
|
||||
other: '<autre>',
|
||||
previewHtml: '<p>Ceci est un <strong>texte d\'exemple</strong>. Vous utilisez <a href="javascript:void(0)">CKEditor</a>.</p>',
|
||||
title: 'Propriétés du document',
|
||||
txtColor: 'Couleur de texte',
|
||||
xhtmlDec: 'Inclure les déclarations XHTML'
|
||||
});
|
||||
Reference in New Issue
Block a user