1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<?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'] = 'שמירת דוח נכשלה.';
?>
|