| Server IP : 104.21.37.246 / Your IP : 104.23.243.32 [ 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 /** * Catalan language file. */ // Basic strings $plugin_lang['strplugindescription'] = 'Report plugin'; $plugin_lang['strnoreportsdb'] = 'La base de dades dels reports no està creada. Llegeixi el fitxer INSTALL per fer-ho.'; // Reports $plugin_lang['strreport'] = 'Report'; $plugin_lang['strreports'] = 'Reports'; $plugin_lang['strshowallreports'] = 'Mostra tots els reports'; $plugin_lang['strnoreports'] = 'No s\'han trobat reports'; $plugin_lang['strcreatereport'] = 'Crea un report'; $plugin_lang['strreportdropped'] = 'Report eliminat.'; $plugin_lang['strreportdroppedbad'] = 'No s\'ha pogut eliminar el report.'; $plugin_lang['strconfdropreport'] = 'Està segur de voler eliminar el report "%s"?'; $plugin_lang['strreportneedsname'] = 'Ha de donar un nom al report.'; $plugin_lang['strreportneedsdef'] = 'Ha de donar un SQL al report.'; $plugin_lang['strreportcreated'] = 'Report desat.'; $plugin_lang['strreportcreatedbad'] = 'No s\'ha pogut desar el report.'; ?>