diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /apps/files_sharing/l10n/en_GB.json | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'apps/files_sharing/l10n/en_GB.json')
-rw-r--r-- | apps/files_sharing/l10n/en_GB.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json new file mode 100644 index 00000000000..ddee5ae0535 --- /dev/null +++ b/apps/files_sharing/l10n/en_GB.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Server to server sharing is not enabled on this server", + "The mountpoint name contains invalid characters." : "The mountpoint name contains invalid characters.", + "Invalid or untrusted SSL certificate" : "Invalid or untrusted SSL certificate", + "Couldn't add remote share" : "Couldn't add remote share", + "Shared with you" : "Shared with you", + "Shared with others" : "Shared with others", + "Shared by link" : "Shared by link", + "No files have been shared with you yet." : "No files have been shared with you yet.", + "You haven't shared any files yet." : "You haven't shared any files yet.", + "You haven't shared any files by link yet." : "You haven't shared any files by link yet.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Do you want to add the remote share {name} from {owner}@{remote}?", + "Remote share" : "Remote share", + "Remote share password" : "Remote share password", + "Cancel" : "Cancel", + "Add remote share" : "Add remote share", + "No ownCloud installation found at {remote}" : "No ownCloud installation found at {remote}", + "Invalid ownCloud url" : "Invalid ownCloud URL", + "Shared by" : "Shared by", + "This share is password-protected" : "This share is password-protected", + "The password is wrong. Try again." : "The password is wrong. Try again.", + "Password" : "Password", + "Name" : "Name", + "Share time" : "Share time", + "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work anymore.", + "Reasons might be:" : "Reasons might be:", + "the item was removed" : "the item was removed", + "the link expired" : "the link expired", + "sharing is disabled" : "sharing is disabled", + "For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link.", + "Add to your ownCloud" : "Add to your ownCloud", + "Download" : "Download", + "Download %s" : "Download %s", + "Direct link" : "Direct link", + "Remote Shares" : "Remote Shares", + "Allow other instances to mount public links shared from this server" : "Allow other instances to mount public links shared from this server", + "Allow users to mount public link shares" : "Allow users to mount public link shares" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |