1<?php
2/**
3 * Translation file
4 *
5 * Note: don't change the return array to short notation because Transifex can't handle those during `tx push -s`
6 */
7
8return array(
9	'search:results' => 'Wyniki dla %s',
10	'search:more' => '+%s więcej %s',
11
12	'search:comment_on' => 'Komentarze dotyczące "%s"',
13	'search:unknown_entity' => 'Nieznany typ encji',
14	'search:empty_query' => 'Please provide a valid search query',
15);
16