| Server IP : 104.21.37.246 / 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 /** * Swedish language file. */ // Basic $plugin_lang['strplugindescription'] = 'Report plugin'; $plugin_lang['strnoreportsdb'] = 'Du har inte skapat någon rapportdatabas. Läs filen INSTALL för instruktioner.'; // Reports $plugin_lang['strreport'] = 'Rapport'; $plugin_lang['strreports'] = 'Rapporter'; $plugin_lang['strshowallreports'] = 'Visa alla rapporter'; $plugin_lang['strtopbar'] = '%s körs på %s:%s -- Du är inloggad som användare "%s"'; $plugin_lang['strtimefmt'] = 'jS M, Y g:iA'; $plugin_lang['strnoreports'] = 'Hittade inga rapporter.'; $plugin_lang['strcreatereport'] = 'Skapa rapport'; $plugin_lang['strreportdropped'] = 'Rapport skapad.'; $plugin_lang['strreportcreated'] = 'Rapport sparad.'; $plugin_lang['strreportneedsname'] = 'Du måste namnge din rapport.'; $plugin_lang['strreportcreatedbad'] = 'Misslyckades att spara rapport.'; $plugin_lang['strreportdroppedbad'] = 'Misslyckades att skapa rapport.'; $plugin_lang['strconfdropreport'] = 'Är du säker på att du vill radera rapporten "%s"?'; $plugin_lang['strreportneedsdef'] = 'Du måste ange din SQL-fråga.'; ?>