blob: ecdab299d206d19b1c23cbc5a429d18b5f84ff44 (
plain)
1
2
3
4
5
6
7
8
9
|
OC.L10N.register(
"federatedfilesharing",
{
"Invalid Federated Cloud ID" : "Id. de Nuvem Federada Inválida",
"Sharing %s failed, because this item is already shared with %s" : "A partilha %s falhou, porque o item já está a ser partilhado com %s",
"Not allowed to create a federated share with the same user" : "Não é possível criar uma partilha federada com o mesmo utilizador",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "A partilha de %s falhou, não foi possível encontrar %s. É possível que o servidor esteja inacessível."
},
"nplurals=2; plural=(n != 1);");
|