Skip to content

Commit

Permalink
Merge pull request #51 from janpogocki/master
Browse files Browse the repository at this point in the history
Polish translation fix
  • Loading branch information
satanasov committed Aug 7, 2017
2 parents 5633490 + a0b2021 commit 9c83587
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions language/pl/postlove.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
}

$lang = array_merge($lang, array(
'POSTLOVE_USER_LIKES' => 'Użytkownik polubił',
'POSTLOVE_USER_LIKED' => 'Polubiono użytkownika',
'POSTLOVE_USER_LIKES' => 'Posty, które użytkownik polubił',
'POSTLOVE_USER_LIKED' => 'Posty użytkownika, które polubiono',

'NOTIFICATION_POSTLOVE_ADD' => '%s <b>polubił(a)</b> Twój post:',
'NOTIFICATION_TYPE_POST_LOVE' => 'Polubiono posty.',
'NOTIFICATION_TYPE_POST_LOVE' => 'Polubiono post',

// Ver 1.1
'LIKE_LINE' => '%1$s - %2$s <b>polubił(a)</b> post użytkownika %3$s: "%4$s" w temacie "%5$s"',
Expand Down

0 comments on commit 9c83587

Please sign in to comment.