Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
admin
/
htdocs
/
phppgadmin-7.13
/
plugins
/
Report
/
lang
/
/srv/admin/htdocs/phppgadmin-7.13/plugins/Report/lang/hungarian.php
<?php /** * Hungarian language file for phpPgAdmin. */ //Basic $plugin_lang['strplugindescription'] = 'Report plugin'; $plugin_lang['strnoreportsdb'] = 'Ön még nem teremtette meg a jelentések adatbázisát. Olvassa el az INSTALL fájlt további útmutatásért!'; // Reports $plugin_lang['strreport'] = 'Jelentés'; $plugin_lang['strreports'] = 'Jelentések'; $plugin_lang['strshowallreports'] = 'Minden jelentést megjelenít'; $plugin_lang['strnoreports'] = 'Nincsenek jelentések.'; $plugin_lang['strcreatereport'] = 'Jelentést teremt'; $plugin_lang['strreportdropped'] = 'A jelentés törölve.'; $plugin_lang['strreportdroppedbad'] = 'Nem sikerült törölni a jelentést.'; $plugin_lang['strconfdropreport'] = 'Biztosan törölni kívánja „%s” jelentést?'; $plugin_lang['strreportneedsname'] = 'Meg kell adni a jelentésnevet.'; $plugin_lang['strreportneedsdef'] = 'SQL kifejezést kell hozzáadni a jelentéshez.'; $plugin_lang['strreportcreated'] = 'A jelentés megteremtve.'; $plugin_lang['strreportcreatedbad'] = 'Nem sikerült megteremteni a jelentést.'; ?>