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

en_GB.js « l10n « federation « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f5cdea16e7193553dc81bb4aeb1643901bb0a47 (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" : "Added to the list of trusted servers",
    "Server is already in the list of trusted servers." : "Server is already in the list of trusted servers.",
    "No server to federate with found" : "No server to federate with found",
    "Could not add server" : "Could not add server",
    "Trusted servers" : "Trusted servers",
    "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." : "Federation allows you to connect with other trusted servers to exchange the user directory. For example: to auto-complete external users for federated sharing.",
    "Add server automatically once a federated share was created successfully" : "Automatically add server once a federated share is successfully created",
    "+ Add trusted server" : "+ Add trusted server",
    "Trusted server" : "Trusted server",
    "Add" : "Add"
},
"nplurals=2; plural=(n != 1);");