File: hungarian.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,103 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
	/**
	 * Hungarian language file for phpPgAdmin.
	 */

	//Basic
	$plugin_lang['strplugindescription'] = 'Report plugin';
	$plugin_lang['strnoreportsdb'] = 'Ön még nem teremtette meg a jelentések adatbázisát. Olvassa el az INSTALL fájlt további útmutatásért!';

	// Reports
	$plugin_lang['strreport'] = 'Jelentés';
	$plugin_lang['strreports'] = 'Jelentések';
	$plugin_lang['strshowallreports'] = 'Minden jelentést megjelenít';
	$plugin_lang['strnoreports'] = 'Nincsenek jelentések.';
	$plugin_lang['strcreatereport'] = 'Jelentést teremt';
	$plugin_lang['strreportdropped'] = 'A jelentés törölve.';
	$plugin_lang['strreportdroppedbad'] = 'Nem sikerült törölni a jelentést.';
	$plugin_lang['strconfdropreport'] = 'Biztosan törölni kívánja „%s” jelentést?';
	$plugin_lang['strreportneedsname'] = 'Meg kell adni a jelentésnevet.';
	$plugin_lang['strreportneedsdef'] = 'SQL kifejezést kell hozzáadni a jelentéshez.';
	$plugin_lang['strreportcreated'] = 'A jelentés megteremtve.';
	$plugin_lang['strreportcreatedbad'] = 'Nem sikerült megteremteni a jelentést.';
?>