Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<?php
2
 
3
/*
4
pl.php
5
Polski - Polish
6
Translation by Krzysztof KopeƦ
7
*/
8
 
9
$words = array(
10
'index of' => 'Index of',
11
'parent directory' => 'Katalog macierzysty',
12
'file' => 'Nazwa zbioru',
13
'size' => 'Rozmiar',
14
'modified' => 'Modyfikowany',
15
'total size' => 'Cakowity rozmiar',
16
'total files' => 'Ilo&aelig; plik&oacute;w',
17
'total folders' => 'Ilo&aelig; Katalog&oacute;w',
18
'search' => 'Szukaj',
19
'files' => 'Plik',
20
'folders' => 'Katalog',
21
'both' => 'Oba',
22
'search results' => 'Rezultat szukania',
23
'no results' => 'BRAK REZULTAT&Oacute;W PRZESZUKIWANIA',
24
'end of results' => 'Koniec przeszukiwania',
25
'found' => 'znaleziono');
26
 
27
?>