9 lines
511 B
JavaScript
9 lines
511 B
JavaScript
|
OC.L10N.register(
|
||
|
"federatedfilesharing",
|
||
|
{
|
||
|
"Invalid Federated Cloud ID" : "ID Federated Cloud incorrècte",
|
||
|
"Sharing %s failed, because this item is already shared with %s" : "Lo partiment de %s a fracassat perque aqueste objècte es ja partejat amb %s",
|
||
|
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Lo partiment de %s a fracassat : impossible de trobar %s. Benlèu que lo servidor es momentanèament injonhable."
|
||
|
},
|
||
|
"nplurals=2; plural=(n > 1);");
|