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

sk_SK.js « l10n « federatedfilesharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72b35957511ef8ac5fa31946f85f4368f15f094e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "federatedfilesharing",
    {
    "Invalid Federated Cloud ID" : "Neplatné združené Cloud ID",
    "Sharing %s failed, because this item is already shared with %s" : "Zdieľanie %s zlyhalo, pretože táto položka už je zdieľaná s %s",
    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Zdieľanie %s zlyhalo, nepodarilo sa nájsť %s, možno je server v súčasnej dobe nedostupný.",
    "Accept" : "Schváliť",
    "Decline" : "Odmietnuť",
    "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Zdieľajte so mnou pomocou môjho #Nextcloud Federated Cloud ID, viac n %s",
    "Share with me through my #Nextcloud Federated Cloud ID" : "Zdieľajte so mnou pomocou môjho #Nextcloud Federated Cloud ID",
    "Federated Cloud Sharing" : "Združené cloudové zdieľanie",
    "Open documentation" : "Otvoriť dokumentáciu",
    "Allow users on this server to send shares to other servers" : "Povoliť používateľom z tohoto servera posielať zdieľania na iné servery",
    "Allow users on this server to receive shares from other servers" : "Povoliť používateľom z tohoto servera prijímať zdieľania z iných serverov",
    "Federated Cloud" : "Združený Cloud",
    "Your Federated Cloud ID:" : "Vaše združené Cloud ID",
    "Share it:" : "Zdieľať:",
    "Add to your website" : "Pridať na svoju webstránku",
    "Share with me via Nextcloud" : "Zdieľané so mnou cez Nextcloud",
    "HTML Code:" : "HTML kód:"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");