File: polish.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-- 1,035 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
	/**
	 * Polish language file.
	 */

	//Basic
	$plugin_lang['strplugindescription'] = 'Report plugin';
	$plugin_lang['strnoreportsdb'] = 'Nie utworzyłeś bazy raportów. Instrukcję znajdziesz w pliku INSTALL.';

	// Reports
	$plugin_lang['strreport'] = 'Raport';
	$plugin_lang['strreports'] = 'Raporty';
	$plugin_lang['strshowallreports'] = 'Pokaż wszystkie raporty';
	$plugin_lang['strnoreports'] = 'Nie znaleziono raportów.';
	$plugin_lang['strcreatereport'] = 'Utwórz raport';
	$plugin_lang['strreportdropped'] = 'Raport został usunięty.';
	$plugin_lang['strreportdroppedbad'] = 'Próba usunięcia raportu się nie powiodła.';
	$plugin_lang['strconfdropreport'] = 'Czy na pewno chcesz usunąć raport "%s"?';
	$plugin_lang['strreportneedsname'] = 'Musisz nazwać raport.';
	$plugin_lang['strreportneedsdef'] = 'Musisz podać zapytanie SQL definiujące raport.';
	$plugin_lang['strreportcreated'] = 'Raport został utworzony.';
	$plugin_lang['strreportcreatedbad'] = 'Próba utworzenia raportu się nie powiodła.';
?>