blob: 3e900bf1a2698deeec3bf08c9daa3e2b17872146 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Servidor adicionado à lista de ownClouds confiáveis",
"Server is already in the list of trusted servers." : "Servidor já pertence à lista de servidores confiáveis.",
"No ownCloud server found" : "Nenhum servidor ownCloud encontrado",
"Could not add server" : "Não foi possível adicionar servidor",
"Federation" : "Federação",
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federação ownCloud permite-lhe conectar-se com outros ownClouds de confiança para partilhar directórios. Por exemplo, isto será utilizado para auto-completar utilizadores externos para partilhas federadas."
},
"nplurals=2; plural=(n != 1);");
|