diff options
Diffstat (limited to 'mayor-orig/mayor-naplo/www/lang')
4 files changed, 49 insertions, 1 deletions
diff --git a/mayor-orig/mayor-naplo/www/lang/hu_HU/module-naplo/dokumentum/dokumentum.php b/mayor-orig/mayor-naplo/www/lang/hu_HU/module-naplo/dokumentum/dokumentum.php new file mode 100644 index 00000000..cf39dcfb --- /dev/null +++ b/mayor-orig/mayor-naplo/www/lang/hu_HU/module-naplo/dokumentum/dokumentum.php @@ -0,0 +1,5 @@ +<?php + + define('__PAGETITLE','Dokumentumok, közzétételi listák'); + +?> diff --git a/mayor-orig/mayor-naplo/www/lang/hu_HU/module-naplo/felveteli/szobeli.php b/mayor-orig/mayor-naplo/www/lang/hu_HU/module-naplo/felveteli/szobeli.php new file mode 100644 index 00000000..bc0786eb --- /dev/null +++ b/mayor-orig/mayor-naplo/www/lang/hu_HU/module-naplo/felveteli/szobeli.php @@ -0,0 +1,38 @@ +<?php + + define('__PAGETITLE','Felvételi - lekérdezés'); + define('_NEV_JELIGE','Név/Jelige'); + define('_OKTID','Oktatási azonosító'); + define('_OID',_OKTID); + define('_LEKERDEZES','Lekérdező'); + define('_LEKERDEZ','Lekérdez'); + + define('_ADATOK','Adatlap'); + define('_AN','Édesanyja neve'); + define('_CIM','Lakóhely'); + define('_ERTESITESI_CIM','Tartózkodási hely'); + define('_SZULETETT','Született'); + + define('_HIBAS_HIANYOS_ADAT','Hibás, nem pontos vagy hiányos adat!'); + define('_HIANYOS_SZOBELI_ADAT','<span class="icon-time"></span> A szóbeli beosztás és adategyeztetés folyamatban van, kérjük látogasson vissza egy későbbi időpontban...<br/><br/>Türelmét és megértését köszönjük!'); + + define('_BIZOTTSAG','Bizottság'); + define('_PLEASE_WAIT','Kérem várjon...'); + define('_BEHIVOTTAK','Behívottak'); + + define('_HIBAS','Hibás!'); + define('_NINCS_BEHIVVA','Nincs behívva'); + + define('_EREDMENY','Eredmények'); + define('_EVFOLYAM','évfolyam'); + + define('_MAGYAR','Magyar'); + define('_MATEK','Matematika'); + + define('_ATLAG','Bizonyítvány átlag'); + define('_IRASBELI','Írásbeli'); + + define('_PONT','pont'); + + define('_LEKERDEZES_DT','Lekérdezés ideje:'); +?> diff --git a/mayor-orig/mayor-naplo/www/lang/hu_HU/module-naplo/intezmeny/tanar.php b/mayor-orig/mayor-naplo/www/lang/hu_HU/module-naplo/intezmeny/tanar.php index 149051c8..e3110414 100644 --- a/mayor-orig/mayor-naplo/www/lang/hu_HU/module-naplo/intezmeny/tanar.php +++ b/mayor-orig/mayor-naplo/www/lang/hu_HU/module-naplo/intezmeny/tanar.php @@ -4,7 +4,6 @@ define('_FILESELECTTITLE','A tanárok adatainak frissítése'); - define('_TANAR_ALAPADATAI','Tanár adatai (alap)'); define('_TANAR_SZULETESI_ADATAI','Születési adatok'); define('_UJ_TANAR','Új tanár felvétele'); @@ -47,6 +46,8 @@ define('_TITULUS','Titulus'); define('_TITULUSROVID','Titulus röviden'); define('_EMAIL','Email'); + define('_ELERHETOSEG','Eléthetőség (publikus)'); + define('_KRETANEV','Kréta név'); define('_TOVABBKEPZES_FORDULO_DT','A továbbképzési ciklus vége'); define('_TOVABBKEPZES_FORDULO_DT_HELP','A továbbképzési ciklus végét jelző dátum. A dátum éve a hétéves ciklus mindenkori utolsó évét jelzi. Lásd még: továbbképzések'); diff --git a/mayor-orig/mayor-naplo/www/lang/hu_HU/module-naplo/intezmeny/tanarok.php b/mayor-orig/mayor-naplo/www/lang/hu_HU/module-naplo/intezmeny/tanarok.php new file mode 100644 index 00000000..869a8484 --- /dev/null +++ b/mayor-orig/mayor-naplo/www/lang/hu_HU/module-naplo/intezmeny/tanarok.php @@ -0,0 +1,4 @@ +<?php + + define('__PAGETITLE','Tanári kar'); +?> |