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', 'hu', {
|
||||
bgColor: 'Háttérszín',
|
||||
bgFixed: 'Nem gördíthető háttér',
|
||||
bgImage: 'Háttérkép cím',
|
||||
charset: 'Karakterkódolás',
|
||||
charsetASCII: 'ASCII',
|
||||
charsetCE: 'Közép-Európai',
|
||||
charsetCR: 'Cyrill',
|
||||
charsetCT: 'Kínai Tradicionális (Big5)',
|
||||
charsetGR: 'Görög',
|
||||
charsetJP: 'Japán',
|
||||
charsetKR: 'Koreai',
|
||||
charsetOther: 'Más karakterkódolás',
|
||||
charsetTR: 'Török',
|
||||
charsetUN: 'Unicode (UTF-8)',
|
||||
charsetWE: 'Nyugat-Európai',
|
||||
chooseColor: 'Válasszon',
|
||||
design: 'Design',
|
||||
docTitle: 'Oldalcím',
|
||||
docType: 'Dokumentum típus fejléc',
|
||||
docTypeOther: 'Más dokumentum típus fejléc',
|
||||
label: 'Dokumentum tulajdonságai',
|
||||
margin: 'Oldal margók',
|
||||
marginBottom: 'Alsó',
|
||||
marginLeft: 'Bal',
|
||||
marginRight: 'Jobb',
|
||||
marginTop: 'Felső',
|
||||
meta: 'Meta adatok',
|
||||
metaAuthor: 'Szerző',
|
||||
metaCopyright: 'Szerzői jog',
|
||||
metaDescription: 'Dokumentum leírás',
|
||||
metaKeywords: 'Dokumentum keresőszavak (vesszővel elválasztva)',
|
||||
other: '<más>',
|
||||
previewHtml: '<p>Ez itt egy <strong>példa</strong>. A <a href="javascript:void(0)">CKEditor</a>-t használod.</p>',
|
||||
title: 'Dokumentum tulajdonságai',
|
||||
txtColor: 'Betűszín',
|
||||
xhtmlDec: 'XHTML deklarációk beillesztése'
|
||||
});
|
||||
Reference in New Issue
Block a user