Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pl.js « l10n - github.com/pierre-alain-b/rainloop-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db305e43ee0b70c6dd86707f080ad99ce2c3f28c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "rainloop",
    {
    "Email" : "E-mail",
    "Error" : "Błąd",
    "Invalid argument(s)" : "Nieprawidłowe argumenty",
    "Saved successfully" : "Zapisano pomyślnie",
    "RainLoop" : "RainLoop",
    "RainLoop Webmail" : "RainLoop Webmail",
    "Go to RainLoop Webmail admin panel" : "Przejdź do panelu administracyjnego RainLoop Webmail",
    "Users will login manually, or define credentials in their personal settings for automatic logins." : "Użytkownicy zalogują się ręcznie lub zdefiniują poświadczenia w swoich ustawieniach osobistych w celu automatycznego logowania.",
    "Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Próba automatycznego logowania użytkowników przy użyciu nazwy użytkownika i hasła Nextcloud lub poświadczeń zdefiniowanych przez użytkownika, jeśli są ustawione.",
    "Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Próba automatycznego logowania użytkowników przy użyciu adresu e-mail i hasła Nextcloud lub poświadczeń zdefiniowanych przez użytkownika, jeśli są ustawione.",
    "Save" : "Zapisz",
    "RainLoop Webmail is not configured yet." : "RainLoop Webmail nie jest jeszcze skonfigurowany.",
    "may have some" : "może mieć pewne",
    "security considerations" : "względy bezpieczeństwa",
    "Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Wpisz adres e-mail i hasło, aby automatycznie zalogować się do RainLoop. <b>Pamiętaj</b>, że ta funkcja %s %s.",
    "Password" : "Hasło"
},
"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);");