Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Polish Translation #36

Merged
merged 1 commit into from
May 7, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
polish translation
  • Loading branch information
ekawalec committed May 6, 2015
commit fe8366ab3aa6ddbaae799e66be5b95837d23da2b
24 changes: 12 additions & 12 deletions messages/pl/kvdrp.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'Apply' => '',
'Cancel' => '',
'Custom Range' => '',
'From' => '',
'Last Month' => '',
'Last {n} Days' => '',
'Select Date Range' => '',
'This Month' => '',
'To' => '',
'Today' => '',
'W' => '',
'Yesterday' => '',
'Apply' => 'Zastosuj',
'Cancel' => 'Anuluj',
'Custom Range' => 'Zakres niestandardowy',
'From' => 'Od',
'Last Month' => 'Ubiegły miesiąc',
'Last {n} Days' => 'Ostatnie {n} dni',
'Select Date Range' => 'Wybierz zakres dat',
'This Month' => 'Bieżący miesiąc',
'To' => 'Do',
'Today' => 'Dzisiaj',
'W' => 'W',
'Yesterday' => 'Wczoraj',
];