mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Update base.php
This commit is contained in:
parent
910e0df4e3
commit
def13cc121
@ -1,33 +1,33 @@
|
||||
<?php
|
||||
return array (
|
||||
'Basic Settings' => '',
|
||||
'Change Email' => '',
|
||||
'Change Password' => '',
|
||||
'Basic Settings' => 'Podstawowe ustawienia',
|
||||
'Change Email' => 'Zmień adres e-mail',
|
||||
'Change Password' => 'Zmień hasło',
|
||||
'Confirm new password' => 'Potwierdź nowe hasło',
|
||||
'Connect account' => '',
|
||||
'Connected Accounts' => '',
|
||||
'Connected accounts' => '',
|
||||
'Current Password' => '',
|
||||
'Currently in use' => '',
|
||||
'Connect account' => 'Połącz konto',
|
||||
'Connected Accounts' => 'Połączone konta',
|
||||
'Connected accounts' => 'Połączone konta',
|
||||
'Current Password' => 'Aktualne hasło',
|
||||
'Currently in use' => 'Obecnie w użyciu',
|
||||
'Delete' => 'Usuń',
|
||||
'Delete Account' => '',
|
||||
'Disconnect account' => '',
|
||||
'Delete Account' => 'Usuń konto',
|
||||
'Disconnect account' => 'Odłacz konto',
|
||||
'E-Mail is already in use! - Try forgot password.' => 'Ten e-mail jest już w użyciu! - Spróbuj opcji przywracania hasła. ',
|
||||
'Email' => 'E-mail',
|
||||
'General' => 'Ogólne',
|
||||
'Here you can connect to external service provider for using external services like a single sign on authentication.' => '',
|
||||
'Modules' => 'Moduły',
|
||||
'My Account' => '',
|
||||
'My Account' => 'Moje konto',
|
||||
'New password' => 'Nowe Hasło',
|
||||
'No users found.' => '',
|
||||
'No users found.' => 'Nie znaleziono użytkowników.',
|
||||
'Notifications' => 'Powiadomienia ',
|
||||
'Password' => 'Hasło',
|
||||
'Profile' => 'Profil',
|
||||
'Security' => 'Bezpieczeństwo',
|
||||
'Settings' => 'Ustawienia',
|
||||
'User' => 'Użytkownik',
|
||||
'User with the same email already exists but isn\'t linked to you. Login using your email first to link it.' => '',
|
||||
'You\'re not registered.' => '',
|
||||
'Your new password must not equal your current password!' => '',
|
||||
'or' => '',
|
||||
'User with the same email already exists but isn\'t linked to you. Login using your email first to link it.' => 'Użytkownik o tym samym adresie e-mail już istnieje, ale nie jest powiązany z tobą. Zaloguj się za pomocą adresu e-mail, aby go najpierw połączyć.',
|
||||
'You\'re not registered.' => 'Nie jesteś zarejestrowany.',
|
||||
'Your new password must not equal your current password!' => 'Nowe hasło musi się różnić od aktualnego!',
|
||||
'or' => 'lub',
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user