diff options
Diffstat (limited to 'apps/user_ldap/l10n/pl.js')
-rw-r--r-- | apps/user_ldap/l10n/pl.js | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/pl.js b/apps/user_ldap/l10n/pl.js index e2e3a44d292..f72ab777835 100644 --- a/apps/user_ldap/l10n/pl.js +++ b/apps/user_ldap/l10n/pl.js @@ -12,6 +12,7 @@ OC.L10N.register( "No data specified" : "Nie określono danych", " Could not set configuration %s" : "Nie można ustawić konfiguracji %s", "Action does not exist" : "Akcja nie istnieje", + "The Base DN appears to be wrong" : "Base DN wygląda na błedne", "Configuration incorrect" : "Konfiguracja niepoprawna", "Configuration incomplete" : "Konfiguracja niekompletna", "Configuration OK" : "Konfiguracja poprawna", @@ -19,9 +20,17 @@ OC.L10N.register( "Select object classes" : "Wybierz obiekty klas", "Please check the credentials, they seem to be wrong." : "Sprawdź dane logowania, wydają się być nieprawidłowe.", "Please specify the port, it could not be auto-detected." : "Podaj port, nie można ustalić go automatycznie.", + "Base DN could not be auto-detected, please revise credentials, host and port." : "Base DN nie mógł zostać wykryty automatycznie, proszę sprawdzić ustawienia hosta, port oraz dane dostępowe", + "Could not detect Base DN, please enter it manually." : "Nie udało się wykryć Base DN, proszę podać ręcznie.", "{nthServer}. Server" : "{nthServer}. Serwer", + "No object found in the given Base DN. Please revise." : "Brak obiektów w podanym Base DN. Proszę sprawdzić.", + "More than 1,000 directory entries available." : "Ponad 1,000 wpisów katalogowych dostępne.", + " entries available within the provided Base DN" : "wpisów dostępnych w podanym Base DN ", + "An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Wystąpił błąd. Proszę sprawdzić Base DN oraz ustawienia połączenia i dane dostępowe.", "Do you really want to delete the current Server Configuration?" : "Czy chcesz usunąć bieżącą konfigurację serwera?", "Confirm Deletion" : "Potwierdź usunięcie", + "Mappings cleared successfully!" : "Mapowanie wyczyszczone!", + "Error while clearing the mappings." : "Błąd podczas czyszczenia mapowania.", "Select attributes" : "Wybierz atrybuty", "_%s group found_::_%s groups found_" : ["%s znaleziona grupa","%s znalezionych grup","%s znalezionych grup"], "_%s user found_::_%s users found_" : ["%s znaleziony użytkownik","%s znalezionych użytkowników","%s znalezionych użytkowników"], @@ -44,7 +53,7 @@ OC.L10N.register( "Verify settings and count groups" : "Zweryfikuj ustawienia i policz grupy", "When logging in, %s will find the user based on the following attributes:" : "Podczas logowania, %s znajdzie użytkownika na podstawie następujących atrybutów:", "LDAP / AD Username:" : "Nazwa użytkownika LDAP / AD:", - "LDAP / AD Email Address:" : "Adres email LDAP / AD:", + "LDAP / AD Email Address:" : "Adres email LDAP/AD:", "Other Attributes:" : "Inne atrybuty:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Określa jakiego filtru użyć podczas próby zalogowania. %%uid zastępuje nazwę użytkownika w procesie logowania. Przykład: \"uid=%%uid\"", "Verify settings" : "Weryfikuj ustawienia", @@ -99,6 +108,7 @@ OC.L10N.register( "One Group Base DN per line" : "Jedna grupa bazy DN na linię", "Group Search Attributes" : "Grupa atrybutów wyszukaj", "Group-Member association" : "Członek grupy stowarzyszenia", + "Dynamic Group Member URL" : "URL Członka Grupy Dynamicznej", "Nested Groups" : "Grupy zagnieżdżone", "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Kiedy włączone, grupy, które zawierają grupy, są wspierane. (Działa tylko, jeśli członek grupy ma ustawienie DNs)", "Paging chunksize" : "Wielkość stronicowania", |