-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9e2f93
commit 5cabb95
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php | ||
|
||
/** | ||
* @license GPL 2 (https://www.gnu.org/licenses/gpl.html) | ||
* | ||
* @author dzwdz <[email protected]> | ||
*/ | ||
$lang['emailduplicate'] = 'Ten adres email jest już powiązany z innym użytkownikiem.'; | ||
$lang['loginwith'] = 'Logowanie innymi serwisami:'; | ||
$lang['authnotenabled'] = 'Konto powiązane z twoim adresem email nie ma włączonego logowania poprzez %s. | ||
Zaloguj się inną metodą i włącz tą metodę w swoim profilu.'; | ||
$lang['wrongConfig'] = 'Plugin oAuth został źle skonfigurowany, możliwe jest tylko logowanie lokalnym kontem. Skontaktuj się z administratorem.'; | ||
$lang['loginButton'] = 'Zaloguj się poprzez'; | ||
$lang['rejectedEMail'] = 'Użyto niedozwolonego adresu email. Dozwolone są tylko adresy email z następujących domen: %s'; | ||
$lang['eMailRestricted'] = 'Dozwolone są tylko adresy email z następujących domen: %s'; | ||
$lang['noEmail'] = 'Serwis %s nie przekazał nam twojego adresu email. Logowanie nie powiodło się.'; | ||
$lang['oauth login failed'] = 'Twoje (ponowne) logowanie nie powiodło się.'; | ||
$lang['generic create error'] = 'Coś poszło nie tak podczas tworzenia twojego konta. Spróbuj ponownie później.'; |