File: hebrew.php

package info (click to toggle)
phppgadmin 7.14.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,804 kB
  • sloc: php: 47,426; javascript: 2,145; sh: 37; sql: 16; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 1,095 bytes parent folder | download | duplicates (5)
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'] = 'האם אתה בטוח שברצונך למחוק את הדוח &quot;%s&quotl?';
	$plugin_lang['strreportneedsname'] = 'אתה חייב לציין שם לדוח.';
	$plugin_lang['strreportneedsdef'] = 'אתה חייב לתת SQL לדוח.';
	$plugin_lang['strreportcreated'] = 'דוח נשמר.';
	$plugin_lang['strreportcreatedbad'] = 'שמירת דוח נכשלה.';
?>