Skip to content

Commit

Permalink
PL translation (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizley authored and Nodge committed Apr 9, 2017
1 parent 6a5dfaa commit 0cc2794
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/messages/pl/eauth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php

return [
'Undefined service name: {service}.' => 'Nieznana nazwa usługi: {service}.',
'Invalid response http code: {code}.' => 'Nieprawidłowy kod HTTP odpowiedzi: {code}.',
'Invalid response format.' => 'Nieprawidłowy format odpowiedzi.',
'Unable to complete the authentication because the required data was not received.' => 'Nie można dokonać uwierzytelniania, ponieważ nie otrzymano wymaganych danych.',
'Unable to complete the request because the user was not authenticated.' => 'Nie można przetworzyć żądania, ponieważ użytkownik nie został uwierzytelniony.',

'Redirecting back to the application...' => 'Przekierowuję z powrotem do aplikacji...',
'Click here to return to the application.' => 'Kliknij tutaj, aby powrócić do aplikacji.',

'Google' => 'Google',
'Twitter' => 'Twitter',
'Yandex' => 'Yandex',
'VK.com' => 'VK.com',
'Facebook' => 'Facebook',
'Mail.ru' => 'Mail.ru',
'Moikrug.ru' => 'Moikrug.ru',
'Odnoklassniki' => 'Odnoklassniki',
'LinkedIn' => 'LinkedIn',
'GitHub' => 'GitHub',
];

0 comments on commit 0cc2794

Please sign in to comment.