ast.js 622 B

123456789
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Invalid Federated Cloud ID" : "Inválidu ID de Ñube Federada",
  5. "Sharing %s failed, because this item is already shared with %s" : "Compartir %s falló, porque esti elementu yá ta compartiéndose con %s",
  6. "Not allowed to create a federated share with the same user" : "Nun s'almite crear un recursu compartíu federáu col mesmu usuariu",
  7. "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Compartir %s falló, nun pudo atopase %s, pue qu'el servidor nun seya anguaño algamable."
  8. },
  9. "nplurals=2; plural=(n != 1);");