Subversion Repositories Applications.bazar

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
468 mathias 1
<?php
2
 
3
/*
4
 * phpMyEdit language file
5
 *
6
 * language: polish
7
 * encoding: iso-8859-2
8
 * date: 2002-10-01, 2003-06-30
9
 * author: Piotr Walesiuk <p.walesiuk@bos.com.pl>
10
 */
11
 
12
/* $Platon: phpMyEdit/lang/PME.lang.PL.inc,v 1.9 2004-12-27 20:14:29 nepto Exp $ */
13
 
14
return Array(
15
		'Add'          	=>'Dodaj',
16
		'Copy'         	=>'Kopiuj',
17
		'Change'       	=>'Zmieñ',
18
		'Delete'       	=>'Usuñ',
19
		'View'      	=>'Poka¿',
20
		'Prev'         	=>'Wstecz',
21
		'Next'         	=>'Dalej',
22
		'First'         =>'First', // untranslated
23
		'Last'          =>'Last',  // untranslated
24
		'Go to'         =>'Go to', // untranslated
25
		'Page'         	=>'Strona',
26
		'Records'      	=>'Rekordy',
27
		'Save'          =>'Zapisz',
28
		'More'          =>'Wiêcej',
29
		'Apply'         =>'Zastosuj',
30
		'Cancel'        =>'Anuluj',
31
		'Search'	=>'Szukaj',
32
		'Hide'		=>'Ukryj',
33
		'Clear'		=>'Wyczy¶æ',
34
		'Query'		=>'Zapytanie',
35
		'Current Query'	=>'Aktualne zapytanie',
36
		'Sorted By'		=>'Posortowane wed³ug',
37
		'ascending'		=>'rosn±co',
38
		'descending'	=>'malej±co',
39
		'hidden'		=>'ukryte',
40
		'of'            =>'z',
41
		'record added'  =>'rekord dodany',
42
		'record changed'=>'rekord zmieniony',
43
		'record deleted'=>'rekord usuniêty',
44
		'Please enter'  =>'Proszê wprowadziæ',
45
		'months'	=> Array(
46
			'01'=>'Styczeñ',
47
			'02'=>'Luty',
48
			'03'=>'Marzec',
49
			'04'=>'Kwiecieñ',
50
			'05'=>'Maj',
51
			'06'=>'Czerwiec',
52
			'07'=>'Lipiec',
53
			'08'=>'Sierpieñ',
54
			'09'=>'Wrzesieñ',
55
			'10'=>'Pa¼dziernik',
56
			'11'=>'Listopad',
57
			'12'=>'Grudzieñ')
58
		);
59
 
60
?>