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

pl.js « l10n « external - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1e655cd6b5181f370d13c0aeb5a6138aadae7593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "external",
    {
    "Please enter valid urls - they have to start with either http://, https:// or /" : "Proszę wprowadzić poprawne adresy - muszą zaczynać się od http://, https:// lub /",
    "External sites saved." : "Zewnętrzne strony zostały zapisane.",
    "External Sites" : "Zewnętrzne strony",
    "Please note that some browsers will block displaying of sites via http if you are running https." : "Zauważ, że niektóre przeglądarki będą blokować wyświetlanie stron przez http, jeśli używasz https.",
    "Furthermore please note that many sites these days disallow iframing due to security reasons." : "Ponadto należy pamiętać, że wiele stron w dzisiejszych czasach zabrania używanie iframe ze względów bezpieczeństwa.",
    "We highly recommend to test the configured sites below properly." : "Wysoce zalecane jest przetestowanie skonfigurowanych poniżej stron.",
    "Name" : "Nazwa",
    "URL" : "URL",
    "Select an icon" : "Wybierz ikonę",
    "Remove site" : "Usuń stronę",
    "Add" : "Dodaj"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");