owncloud/core

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

Summary

Maintainability
B
6 hrs
Test Coverage
OC.L10N.register(
    "federatedfilesharing",
    {
    "Federated sharing" : "Federated sharing",
    "Add to" : "Add to",
    "Loading..." : "Loading...",
    "Change server..." : "Change server...",
    "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID",
    "Sharing %s failed, because this item is already shared with %s" : "Sharing %s failed, because this item is already shared with %s",
    "Not allowed to create a federated share with the same user" : "Not allowed to create a federated share with the same user",
    "File is already shared with %s" : "File is already shared with %s",
    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sharing %s failed, could not find %s, maybe the server is currently unreachable.",
    "Federated Sharing failed: %s" : "Federated Sharing failed: %s",
    "\"%1$s\" shared \"%3$s\" with you (on behalf of \"%2$s\")" : "\"%1$s\" shared \"%3$s\" with you (on behalf of \"%2$s\")",
    "\"%1$s\" shared \"%3$s\" with you" : "\"%1$s\" shared \"%3$s\" with you",
    "\"%1$s\" invited you to view \"%3$s\" (on behalf of \"%2$s\")" : "\"%1$s\" invited you to view \"%3$s\" (on behalf of \"%2$s\")",
    "\"%1$s\" invited you to view \"%3$s\"" : "\"%1$s\" invited you to view \"%3$s\"",
    "Accept" : "Accept",
    "Decline" : "Decline",
    "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Share with me through my #ownCloud Federated Cloud ID, see %s",
    "Share with me through my #ownCloud Federated Cloud ID" : "Share with me through my #ownCloud Federated Cloud ID",
    "Federated Cloud Sharing" : "Federated Cloud Sharing",
    "Open documentation" : "Open documentation",
    "Periodically synchronize outdated federated shares for active users" : "Periodically synchronise outdated federated shares for active users",
    "Allow users on this server to send shares to other servers" : "Allow users on this server to send shares to other servers",
    "Allow users on this server to receive shares from other servers" : "Allow users on this server to receive shares from other servers",
    "Automatically accept federated shares from trusted servers" : "Automatically accept federated shares from trusted servers",
    "Federated Cloud" : "Federated Cloud",
    "Your Federated Cloud ID:" : "Your Federated Cloud ID:",
    "Share it:" : "Share it:",
    "Add to your website" : "Add to your website",
    "Share with me via ownCloud" : "Share with me via ownCloud",
    "HTML Code:" : "HTML Code:",
    "Nothing to configure." : "Nothing to configure."
},
"nplurals=2; plural=(n != 1);");