| Server IP : 172.67.216.113 / Your IP : 172.71.28.146 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/2388321/cwd/3rdparty/phpPgAdmin/plugins/Report/lang/ |
Upload File : |
<?php /** * Slovenska lokalizacia phpPgAdmin-u. */ // Basic $plugin_lang['strplugindescription'] = 'Report plugin'; $plugin_lang['strnoreportsdb'] = 'Nebola vytvorené report databáza. Prečítaj si INSTALL súbor s pokynmi.'; // Reports $plugin_lang['strreport'] = 'Report'; $plugin_lang['strreports'] = 'Reporty'; $plugin_lang['strshowallreports'] = 'Zobraziť Všetky Reporty'; $plugin_lang['strnoreports'] = 'Nenájdené žiadne reporty.'; $plugin_lang['strcreatereport'] = 'Vytvoriť Report'; $plugin_lang['strreportdropped'] = 'Report zmazaný.'; $plugin_lang['strreportdroppedbad'] = 'Report nebol zmazaný.'; $plugin_lang['strconfdropreport'] = 'Naozaj chceš zmazať report "%s"?'; $plugin_lang['strreportneedsname'] = 'Musíš zadať názov pre tvoj report.'; $plugin_lang['strreportneedsdef'] = 'Musíš zadať SQL dotaz pre tvoj report.'; $plugin_lang['strreportcreated'] = 'Report uložený.'; $plugin_lang['strreportcreatedbad'] = 'Report nebol uložený.'; ?>