From 7adcb81e4f83f98c468889aaa5a85558ba88c770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 25 Jan 2016 17:45:33 +0100 Subject: Initial commit --- sources/plugins/link/lang/hu.js | 65 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 sources/plugins/link/lang/hu.js (limited to 'sources/plugins/link/lang/hu.js') diff --git a/sources/plugins/link/lang/hu.js b/sources/plugins/link/lang/hu.js new file mode 100644 index 00000000..97e82bf7 --- /dev/null +++ b/sources/plugins/link/lang/hu.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'hu', { + acccessKey: 'Billentyűkombináció', + advanced: 'További opciók', + advisoryContentType: 'Súgó tartalomtípusa', + advisoryTitle: 'Súgócimke', + anchor: { + toolbar: 'Horgony beillesztése/szerkesztése', + menu: 'Horgony tulajdonságai', + title: 'Horgony tulajdonságai', + name: 'Horgony neve', + errorName: 'Kérem adja meg a horgony nevét', + remove: 'Horgony eltávolítása' + }, + anchorId: 'Azonosító szerint', + anchorName: 'Horgony név szerint', + charset: 'Hivatkozott tartalom kódlapja', + cssClasses: 'Stíluskészlet', + emailAddress: 'E-Mail cím', + emailBody: 'Üzenet', + emailSubject: 'Üzenet tárgya', + id: 'Id', + info: 'Alaptulajdonságok', + langCode: 'Írás iránya', + langDir: 'Írás iránya', + langDirLTR: 'Balról jobbra', + langDirRTL: 'Jobbról balra', + menu: 'Hivatkozás módosítása', + name: 'Név', + noAnchors: '(Nincs horgony a dokumentumban)', + noEmail: 'Adja meg az E-Mail címet', + noUrl: 'Adja meg a hivatkozás webcímét', + other: '', + popupDependent: 'Szülőhöz kapcsolt (csak Netscape)', + popupFeatures: 'Felugró ablak jellemzői', + popupFullScreen: 'Teljes képernyő (csak IE)', + popupLeft: 'Bal pozíció', + popupLocationBar: 'Címsor', + popupMenuBar: 'Menü sor', + popupResizable: 'Átméretezés', + popupScrollBars: 'Gördítősáv', + popupStatusBar: 'Állapotsor', + popupToolbar: 'Eszköztár', + popupTop: 'Felső pozíció', + rel: 'Kapcsolat típusa', + selectAnchor: 'Horgony választása', + styles: 'Stílus', + tabIndex: 'Tabulátor index', + target: 'Tartalom megjelenítése', + targetFrame: '', + targetFrameName: 'Keret neve', + targetPopup: '', + targetPopupName: 'Felugró ablak neve', + title: 'Hivatkozás tulajdonságai', + toAnchor: 'Horgony az oldalon', + toEmail: 'E-Mail', + toUrl: 'URL', + toolbar: 'Hivatkozás beillesztése/módosítása', + type: 'Hivatkozás típusa', + unlink: 'Hivatkozás törlése', + upload: 'Feltöltés' +} ); -- cgit v1.2.3