nextcloud/apps/oauth2/l10n/pl.js

21 lines
1.6 KiB
JavaScript
Raw Permalink Normal View History

2017-05-20 03:08:27 +03:00
OC.L10N.register(
"oauth2",
{
2019-03-01 04:12:36 +03:00
"Your client is not authorized to connect. Please inform the administrator of your client." : "Twoja aplikacja klienta nie posiada autoryzacji do połączenia. Poinformuj proszę administratora klienta.",
2018-09-12 03:12:12 +03:00
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Adres przekierowania musi być pełnym adresem URL, np.: https://twojadomena.com/sciezka",
2018-03-26 03:13:15 +03:00
"OAuth 2.0" : "OAuth 2.0",
2019-03-01 04:12:36 +03:00
"Allows OAuth2 compatible authentication from other web applications." : "Umożliwia uwierzytelnianie zgodne z OAuth2 innych aplikacji internetowych.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikacja OAuth2 umożliwia administratorom modyfikację wbudowanego uwierzytelnienia, pozwalając na korzystanie z OAuth2 innych aplikacji internetowych.",
2017-05-22 03:08:23 +03:00
"OAuth 2.0 clients" : "Klienci OAuth 2.0",
2019-03-01 04:12:36 +03:00
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 pozwala zewnętrznym serwisom na korzystanie z dostępu do {instanceName}.",
2020-09-01 05:16:09 +03:00
"Add client" : "Dodaj klienta",
2018-11-17 04:12:47 +03:00
"Name" : "Nazwa",
2018-06-27 13:06:12 +03:00
"Redirection URI" : "URI przekierowania",
2020-09-01 05:16:09 +03:00
"Add" : "Dodaj",
2018-11-17 04:12:47 +03:00
"Client Identifier" : "Identyfikator Klienta",
2020-05-20 05:16:28 +03:00
"Secret" : "Sekretny klucz",
"Show client secret" : "Pokaż sekretny klucz klienta",
2019-03-21 04:13:49 +03:00
"Delete" : "Usuń"
2017-05-20 03:08:27 +03:00
},
2017-06-17 03:08:26 +03:00
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");