cherryext/orun/extjs/static/ext-4.2.1/locale/ext-lang-hu.js

297 lines
9.5 KiB
JavaScript

/*
This file is part of Ext JS 4.2
Copyright (c) 2011-2013 Sencha Inc
Contact: http://www.sencha.com/contact
GNU General Public License Usage
This file may be used under the terms of the GNU General Public License version 3.0 as
published by the Free Software Foundation and appearing in the file LICENSE included in the
packaging of this file.
Please review the following information to ensure the GNU General Public License version 3.0
requirements will be met: http://www.gnu.org/copyleft/gpl.html.
If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.
Build date: 2013-05-16 14:36:50 (f9be68accb407158ba2b1be2c226a6ce1f649314)
*/
/**
* List compiled by mystix on the extjs.com forums.
* Thank you Mystix!
*
* Hungarian Translations (utf-8 encoded)
* by Amon <amon@theba.hu> (27 Apr 2008)
* encoding fixed by Vili (17 Feb 2009)
*/
Ext.onReady(function() {
if (Ext.Date) {
Ext.Date.monthNames = ["Január", "Február", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"];
Ext.Date.getShortMonthName = function(month) {
return Ext.Date.monthNames[month].substring(0, 3);
};
Ext.Date.monthNumbers = {
'Jan': 0,
'Feb': 1,
'Már': 2,
'Ápr': 3,
'Máj': 4,
'Jún': 5,
'Júl': 6,
'Aug': 7,
'Sze': 8,
'Okt': 9,
'Nov': 10,
'Dec': 11
};
Ext.Date.getMonthNumber = function(name) {
return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
};
Ext.Date.dayNames = ["Vasárnap", "Hétfő", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat"];
Ext.Date.getShortDayName = function(day) {
return Ext.Date.dayNames[day].substring(0, 3);
};
}
if (Ext.util && Ext.util.Format) {
Ext.apply(Ext.util.Format, {
thousandSeparator: '.',
decimalSeparator: ',',
currencySign: 'Ft',
// Hungarian Forint
dateFormat: 'Y m d'
});
}
});
Ext.define("Ext.locale.hu.view.View", {
override: "Ext.view.View",
emptyText: ""
});
Ext.define("Ext.locale.hu.grid.plugin.DragDrop", {
override: "Ext.grid.plugin.DragDrop",
dragText: "{0} kiválasztott sor"
});
Ext.define("Ext.locale.hu.tab.Tab", {
override: "Ext.tab.Tab",
closeText: "Fül bezárása"
});
Ext.define("Ext.locale.hu.form.field.Base", {
override: "Ext.form.field.Base",
invalidText: "Hibás érték!"
});
// changing the msg text below will affect the LoadMask
Ext.define("Ext.locale.hu.view.AbstractView", {
override: "Ext.view.AbstractView",
loadingText: "Betöltés..."
});
Ext.define("Ext.locale.hu.picker.Date", {
override: "Ext.picker.Date",
todayText: "Mai nap",
minText: "A dátum korábbi a megengedettnél",
maxText: "A dátum későbbi a megengedettnél",
disabledDaysText: "",
disabledDatesText: "",
nextText: 'Köv. hónap (CTRL+Jobbra)',
prevText: 'Előző hónap (CTRL+Balra)',
monthYearText: 'Válassz hónapot (Évválasztás: CTRL+Fel/Le)',
todayTip: "{0} (Szóköz)",
format: "y-m-d",
startDay: 0
});
Ext.define("Ext.locale.hu.picker.Month", {
override: "Ext.picker.Month",
okText: "&#160;OK&#160;",
cancelText: "Mégsem"
});
Ext.define("Ext.locale.hu.toolbar.Paging", {
override: "Ext.PagingToolbar",
beforePageText: "Oldal",
afterPageText: "a {0}-ból/ből",
firstText: "Első oldal",
prevText: "Előző oldal",
nextText: "Következő oldal",
lastText: "Utolsó oldal",
refreshText: "Frissítés",
displayMsg: "{0} - {1} sorok láthatók a {2}-ból/ből",
emptyMsg: 'Nincs megjeleníthető adat'
});
Ext.define("Ext.locale.hu.form.field.Text", {
override: "Ext.form.field.Text",
minLengthText: "A mező tartalma legalább {0} hosszú kell legyen",
maxLengthText: "A mező tartalma legfeljebb {0} hosszú lehet",
blankText: "Kötelezően kitöltendő mező",
regexText: "",
emptyText: null
});
Ext.define("Ext.locale.hu.form.field.Number", {
override: "Ext.form.field.Number",
minText: "A mező tartalma nem lehet kissebb, mint {0}",
maxText: "A mező tartalma nem lehet nagyobb, mint {0}",
nanText: "{0} nem szám"
});
Ext.define("Ext.locale.hu.form.field.Date", {
override: "Ext.form.field.Date",
disabledDaysText: "Nem választható",
disabledDatesText: "Nem választható",
minText: "A dátum nem lehet korábbi, mint {0}",
maxText: "A dátum nem lehet későbbi, mint {0}",
invalidText: "{0} nem megfelelő dátum - a helyes formátum: {1}",
format: "Y m d",
altFormats: "Y-m-d|y-m-d|y/m/d|m/d|m-d|md|ymd|Ymd|d"
});
Ext.define("Ext.locale.hu.form.field.ComboBox", {
override: "Ext.form.field.ComboBox",
valueNotFoundText: undefined
}, function() {
Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, {
loadingText: "Betöltés..."
});
});
Ext.define("Ext.locale.hu.form.field.VTypes", {
override: "Ext.form.field.VTypes",
emailText: 'A mező email címet tartalmazhat, melynek formátuma "felhasználó@szolgáltató.hu"',
urlText: 'A mező webcímet tartalmazhat, melynek formátuma "http:/' + '/www.weboldal.hu"',
alphaText: 'A mező csak betűket és aláhúzást (_) tartalmazhat',
alphanumText: 'A mező csak betűket, számokat és aláhúzást (_) tartalmazhat'
});
Ext.define("Ext.locale.hu.form.field.HtmlEditor", {
override: "Ext.form.field.HtmlEditor",
createLinkText: 'Add meg a webcímet:'
}, function() {
Ext.apply(Ext.form.field.HtmlEditor.prototype, {
buttonTips: {
bold: {
title: 'Félkövér (Ctrl+B)',
text: 'Félkövérré teszi a kijelölt szöveget.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
italic: {
title: 'Dőlt (Ctrl+I)',
text: 'Dőlté teszi a kijelölt szöveget.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
underline: {
title: 'Aláhúzás (Ctrl+U)',
text: 'Aláhúzza a kijelölt szöveget.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
increasefontsize: {
title: 'Szöveg nagyítás',
text: 'Növeli a szövegméretet.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
decreasefontsize: {
title: 'Szöveg kicsinyítés',
text: 'Csökkenti a szövegméretet.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
backcolor: {
title: 'Háttérszín',
text: 'A kijelölt szöveg háttérszínét módosítja.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
forecolor: {
title: 'Szövegszín',
text: 'A kijelölt szöveg színét módosítja.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
justifyleft: {
title: 'Balra zárt',
text: 'Balra zárja a szöveget.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
justifycenter: {
title: 'Középre zárt',
text: 'Középre zárja a szöveget.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
justifyright: {
title: 'Jobbra zárt',
text: 'Jobbra zárja a szöveget.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
insertunorderedlist: {
title: 'Felsorolás',
text: 'Felsorolást kezd.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
insertorderedlist: {
title: 'Számozás',
text: 'Számozott listát kezd.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
createlink: {
title: 'Hiperlink',
text: 'A kijelölt szöveget linkké teszi.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
sourceedit: {
title: 'Forrás nézet',
text: 'Forrás nézetbe kapcsol.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
}
}
});
});
Ext.define("Ext.locale.hu.grid.header.Container", {
override: "Ext.grid.header.Container",
sortAscText: "Növekvő rendezés",
sortDescText: "Csökkenő rendezés",
lockText: "Oszlop zárolás",
unlockText: "Oszlop feloldás",
columnsText: "Oszlopok"
});
Ext.define("Ext.locale.hu.grid.GroupingFeature", {
override: "Ext.grid.GroupingFeature",
emptyGroupText: '(Nincs)',
groupByText: 'Oszlop szerint csoportosítás',
showGroupsText: 'Csoportos nézet'
});
Ext.define("Ext.locale.hu.grid.PropertyColumnModel", {
override: "Ext.grid.PropertyColumnModel",
nameText: "Név",
valueText: "Érték",
dateFormat: "Y m j"
});
Ext.define("Ext.locale.hu.window.MessageBox", {
override: "Ext.window.MessageBox",
buttonText: {
ok: "OK",
cancel: "Mégsem",
yes: "Igen",
no: "Nem"
}
});
// This is needed until we can refactor all of the locales into individual files
Ext.define("Ext.locale.hu.Component", {
override: "Ext.Component"
});