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

ast.js « l10n « federation « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb5f4a691a58a6937ba140f0f894fa114410bd70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "federation",
    {
    "Added to the list of trusted servers" : "Amestóse al llistáu de sirvidores d'enfotu",
    "Server is already in the list of trusted servers." : "El sirvidor yá ta nel llistáu de sirvidores d'enfotu.",
    "No server to federate with found" : "Nun s'alcontró dengún sirvidor col que federase",
    "Could not add server" : "Nun pudo amestase'l sirvidor",
    "Federation" : "Federación",
    "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación permítete coneutar con otros sirvidores d'enfotu pa intercambiar el direutoriu d'usuarios. Por exemplu, esto usaráse p'auto-completar usuarios esternos y compatir de mou federáu.",
    "Trusted servers" : "Sirvidores d'enfotu",
    "+ Add trusted server" : "+ Amestar sirvidor d'enfotu",
    "Trusted server" : "Sirvidor d'enfotu",
    "Add" : "Amestar"
},
"nplurals=2; plural=(n != 1);");