File: slovak.php

package info (click to toggle)
phppgadmin 5.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,916 kB
  • ctags: 4,657
  • sloc: php: 47,091; sh: 37; sql: 16; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 999 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
	/**
	 *	Slovenska lokalizacia phpPgAdmin-u.
	 */

	// Basic
	$plugin_lang['strplugindescription'] = 'Report plugin';
	$plugin_lang['strnoreportsdb'] = 'Nebola vytvorené report databáza. Prečítaj si INSTALL súbor s pokynmi.';

	// Reports
	$plugin_lang['strreport'] = 'Report';
	$plugin_lang['strreports'] = 'Reporty';
	$plugin_lang['strshowallreports'] = 'Zobraziť Všetky Reporty';
	$plugin_lang['strnoreports'] = 'Nenájdené žiadne reporty.';
	$plugin_lang['strcreatereport'] = 'Vytvoriť Report';
	$plugin_lang['strreportdropped'] = 'Report zmazaný.';
	$plugin_lang['strreportdroppedbad'] = 'Report nebol zmazaný.';
	$plugin_lang['strconfdropreport'] = 'Naozaj chceš zmazať report "%s"?';
	$plugin_lang['strreportneedsname'] = 'Musíš zadať názov pre tvoj report.';
	$plugin_lang['strreportneedsdef'] = 'Musíš zadať SQL dotaz pre tvoj report.';
	$plugin_lang['strreportcreated'] = 'Report uložený.';
	$plugin_lang['strreportcreatedbad'] = 'Report nebol uložený.';
?>