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

ast.js « l10n « federatedfilesharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6130fa60863e74109000d82f1a1691154906ead4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
OC.L10N.register(
    "federatedfilesharing",
    {
    "Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Quies amestar la compartición remota {name} de {owner}@{remote}?",
    "Remote share" : "Compartición remota",
    "Remote share password" : "Contraseña de compartición remota",
    "Cancel" : "Encaboxar",
    "Add remote share" : "Amestar compartición remota",
    "Copy" : "Copiar",
    "Copied!" : "¡Copióse!",
    "Not supported!" : "¡Nun se sofita!",
    "Press ⌘-C to copy." : "Primi ⌘-C pa copiar .",
    "Press Ctrl-C to copy." : "Primi Ctrl-C pa copiar.",
    "Invalid Federated Cloud ID" : "ID non válida de ñube federada",
    "Server to server sharing is not enabled on this server" : "Nun s'habilitó la compartición sirvidor a sirvidor nesti sirvidor",
    "Couldn't establish a federated share." : "Nun pud afitase una compartición federada.",
    "Couldn't establish a federated share, maybe the password was wrong." : "Nun pudo afitase una compartición federada, quiciabes la contraseña tubiere mal.",
    "Not allowed to create a federated share with the same user" : "Nun s'almite crear un recursu compartíu federáu col mesmu usuariu",
    "File is already shared with %s" : "El ficheru yá ta compartíu con %s",
    "Could not find share" : "Nun pudo alcontrase la compartición",
    "Federated sharing" : "Compartición federada",
    "Accept" : "Aceutar",
    "Decline" : "Refugar",
    "Federated Cloud Sharing" : "Compartición de ñube federada",
    "Sharing" : "Compartiendo",
    "Federated file sharing" : "Compartición federada de ficheros",
    "Federated Cloud" : "Ñube federada",
    "Open documentation" : "Abrir documentación",
    "Your Federated Cloud ID:" : "La to ID de ñube federada:",
    "HTML Code:" : "Códigu HTML:"
},
"nplurals=2; plural=(n != 1);");