| Server IP : 172.67.216.113 / 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 /** * Hebrew language file. */ //Basic $plugin_lang['strplugindescription'] = 'Report plugin'; $plugin_lang['strnoreportsdb'] = 'לא יצרתה בסיס נתונים בישביל הדוחות. אנא קרא את קובץ ה INSTALL בישביל הדרכה.'; // Reports $plugin_lang['strreport'] = 'דוח'; $plugin_lang['strreports'] = 'דוחות'; $plugin_lang['strshowallreports'] = 'הראה את כל הדוחות'; $plugin_lang['strnoreports'] = 'לא נמצאו דוחות.'; $plugin_lang['strcreatereport'] = 'צור דוח'; $plugin_lang['strreportdropped'] = 'דוח נמחק.'; $plugin_lang['strreportdroppedbad'] = 'מחיקת דוח נכשלה'; $plugin_lang['strconfdropreport'] = 'האם אתה בטוח שברצונך למחוק את הדוח "%s"l?'; $plugin_lang['strreportneedsname'] = 'אתה חייב לציין שם לדוח.'; $plugin_lang['strreportneedsdef'] = 'אתה חייב לתת SQL לדוח.'; $plugin_lang['strreportcreated'] = 'דוח נשמר.'; $plugin_lang['strreportcreatedbad'] = 'שמירת דוח נכשלה.'; ?>