diff options
Diffstat (limited to 'mayor-orig/www/lang')
-rw-r--r-- | mayor-orig/www/lang/hu_HU/base/base.php | 2 | ||||
-rw-r--r-- | mayor-orig/www/lang/hu_HU/module-naplo/base.php | 3 | ||||
-rw-r--r-- | mayor-orig/www/lang/hu_HU/module-naplo/hianyzas/osztaly.php | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/mayor-orig/www/lang/hu_HU/base/base.php b/mayor-orig/www/lang/hu_HU/base/base.php index a59d7144..7396952b 100644 --- a/mayor-orig/www/lang/hu_HU/base/base.php +++ b/mayor-orig/www/lang/hu_HU/base/base.php @@ -8,7 +8,7 @@ */ define('_MAIN_TITLE','MaYoR'); -define('_MAIN_FOOTER','<a href="http://www.mayor.hu./">MaYoR</a> - 2002-2018 © <a href="LICENSE.txt">GPL</a>'); +define('_MAIN_FOOTER','<a href="http://www.mayor.hu./">MaYoR</a> - 2002-2019 © <a href="LICENSE.txt">GPL</a>'); define('_TANAR','tanár'); define('_DIAK','diák'); diff --git a/mayor-orig/www/lang/hu_HU/module-naplo/base.php b/mayor-orig/www/lang/hu_HU/module-naplo/base.php index eb867120..d07b71e0 100644 --- a/mayor-orig/www/lang/hu_HU/module-naplo/base.php +++ b/mayor-orig/www/lang/hu_HU/module-naplo/base.php @@ -8,6 +8,7 @@ define('__TARGYSORRENDSELECTTITLE','tárgysorrend'); define('__TABLESELECTTITLE','sql-táblák'); define('__OSZTALYSELECTTITLE','osztály'); + define('__FORRASSELECTTITLE','forrás'); define('__TANMENETSELECTTITLE','tanmenet'); define('__TANARSELECTTITLE','tanár'); define('__DIAKSELECTTITLE','diák'); @@ -59,4 +60,6 @@ if (!defined('_TOROLT')) define('_TOROLT','törölt'); define('_NEV','Név'); + + define('_KRETA','Kréta'); ?> diff --git a/mayor-orig/www/lang/hu_HU/module-naplo/hianyzas/osztaly.php b/mayor-orig/www/lang/hu_HU/module-naplo/hianyzas/osztaly.php index 1309d51c..263a523c 100644 --- a/mayor-orig/www/lang/hu_HU/module-naplo/hianyzas/osztaly.php +++ b/mayor-orig/www/lang/hu_HU/module-naplo/hianyzas/osztaly.php @@ -43,4 +43,5 @@ define('_HOZOTT','Hozott'); define('_AKTUALIS_NEVSOR','Aktuális névsor'); define('_TELJES_NEVSOR','Teljes névsor'); + ?> |