pl.php 596 B

123456789101112131415161718192021
  1. <?php
  2. return array(
  3. 'search:enter_term' => 'Wpisz słowo kluczowe:',
  4. 'search:no_results' => 'Brak wyników.',
  5. 'search:matched' => 'Dopasowano:',
  6. 'search:results' => 'Wyniki dla %s',
  7. 'search:no_query' => 'Proszę podać zapytanie, aby wyszukać.',
  8. 'search:search_error' => 'Błąd',
  9. 'search:more' => '+%s więcej %s',
  10. 'search_types:tags' => 'Tagi',
  11. 'search_types:comments' => 'Komentarze',
  12. 'search:comment_on' => 'Komentarze dotyczące "%s"',
  13. 'search:comment_by' => 'przez',
  14. 'search:unavailable_entity' => 'Niedostępna encja',
  15. 'search:unknown_entity' => 'Nieznany typ encji',
  16. );