initial move to git (subversion history dropped intentionally)
This commit is contained in:
60
lang/PME.lang.PL-LATIN2.inc
Normal file
60
lang/PME.lang.PL-LATIN2.inc
Normal file
@@ -0,0 +1,60 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* phpMyEdit language file
|
||||
*
|
||||
* language: polish
|
||||
* encoding: iso-8859-2
|
||||
* date: 2002-10-01, 2003-06-30
|
||||
* author: Piotr Walesiuk <p.walesiuk@bos.com.pl>
|
||||
*/
|
||||
|
||||
/* $Platon: phpMyEdit/lang/PME.lang.PL-LATIN2.inc,v 1.1 2007-09-16 12:57:13 nepto Exp $ */
|
||||
|
||||
return Array(
|
||||
'Add' =>'Dodaj',
|
||||
'Copy' =>'Kopiuj',
|
||||
'Change' =>'Zmie<69>',
|
||||
'Delete' =>'Usu<73>',
|
||||
'View' =>'Poka<6B>',
|
||||
'Prev' =>'Wstecz',
|
||||
'Next' =>'Dalej',
|
||||
'First' =>'First', // untranslated
|
||||
'Last' =>'Last', // untranslated
|
||||
'Go to' =>'Go to', // untranslated
|
||||
'Page' =>'Strona',
|
||||
'Records' =>'Rekordy',
|
||||
'Save' =>'Zapisz',
|
||||
'More' =>'Wi<57>cej',
|
||||
'Apply' =>'Zastosuj',
|
||||
'Cancel' =>'Anuluj',
|
||||
'Search' =>'Szukaj',
|
||||
'Hide' =>'Ukryj',
|
||||
'Clear' =>'Wyczy<7A><79>',
|
||||
'Query' =>'Zapytanie',
|
||||
'Current Query' =>'Aktualne zapytanie',
|
||||
'Sorted By' =>'Posortowane wed<65>ug',
|
||||
'ascending' =>'rosn<73>co',
|
||||
'descending' =>'malej<65>co',
|
||||
'hidden' =>'ukryte',
|
||||
'of' =>'z',
|
||||
'record added' =>'rekord dodany',
|
||||
'record changed'=>'rekord zmieniony',
|
||||
'record deleted'=>'rekord usuni<6E>ty',
|
||||
'Please enter' =>'Prosz<73> wprowadzi<7A>',
|
||||
'months' => Array(
|
||||
'01'=>'Stycze<7A>',
|
||||
'02'=>'Luty',
|
||||
'03'=>'Marzec',
|
||||
'04'=>'Kwiecie<69>',
|
||||
'05'=>'Maj',
|
||||
'06'=>'Czerwiec',
|
||||
'07'=>'Lipiec',
|
||||
'08'=>'Sierpie<69>',
|
||||
'09'=>'Wrzesie<69>',
|
||||
'10'=>'Pa<50>dziernik',
|
||||
'11'=>'Listopad',
|
||||
'12'=>'Grudzie<69>')
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user