owncloud/core

View on GitHub
apps/federatedfilesharing/l10n/es_MX.js

Summary

Maintainability
A
55 mins
Test Coverage
OC.L10N.register(
    "federatedfilesharing",
    {
    "Federated sharing" : "Compartir (federación)",
    "Invalid Federated Cloud ID" : "ID de Nube Federada Inválida",
    "Sharing %s failed, because this item is already shared with %s" : "No se puedo compartir %s, porque este elemento ya está compartido con %s",
    "Not allowed to create a federated share with the same user" : "No está permitido compartir de forma federada con el mismo usuario",
    "File is already shared with %s" : "El archivo ya se compartió con %s",
    "Accept" : "Aceptar",
    "Open documentation" : "Abrir documentación"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");