10 lines
639 B
JavaScript
10 lines
639 B
JavaScript
|
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);");
|