2014-10-17 16:20:02 +04:00
|
|
|
|
OC.L10N.register(
|
|
|
|
|
"files_sharing",
|
|
|
|
|
{
|
|
|
|
|
"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",
|
2014-12-20 09:56:24 +03:00
|
|
|
|
"Nothing shared with you yet" : "Nothing shared with you yet",
|
|
|
|
|
"Files and folders others share with you will show up here" : "Files and folders others share with you will show up here",
|
|
|
|
|
"Nothing shared yet" : "Nothing shared yet",
|
|
|
|
|
"Files and folders you share will show up here" : "Files and folders you share will show up here",
|
|
|
|
|
"No shared links" : "No shared links",
|
|
|
|
|
"Files and folders you share by link will show up here" : "Files and folders you share by link will show up here",
|
2014-10-17 16:20:02 +04:00
|
|
|
|
"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",
|
2015-01-07 09:55:42 +03:00
|
|
|
|
"No ownCloud installation (7 or higher) found at {remote}" : "No ownCloud installation (7 or higher) found at {remote}",
|
2014-10-17 16:20:02 +04:00
|
|
|
|
"Invalid ownCloud url" : "Invalid ownCloud URL",
|
|
|
|
|
"Shared by" : "Shared by",
|
2014-12-10 09:55:34 +03:00
|
|
|
|
"A file or folder was shared from <strong>another server</strong>" : "A file or folder was shared from <strong>another server</strong>",
|
2014-12-31 09:54:33 +03:00
|
|
|
|
"A public shared file or folder was <strong>downloaded</strong>" : "A public shared file or folder was <strong>downloaded</strong>",
|
2014-12-10 09:55:34 +03:00
|
|
|
|
"You received a new remote share from %s" : "You received a new remote share from %s",
|
2014-12-16 09:55:32 +03:00
|
|
|
|
"%1$s accepted remote share %2$s" : "%1$s accepted remote share %2$s",
|
|
|
|
|
"%1$s declined remote share %2$s" : "%1$s declined remote share %2$s",
|
2014-12-31 09:54:33 +03:00
|
|
|
|
"%1$s unshared %2$s from you" : "%1$s unshared %2$s from you",
|
|
|
|
|
"Public shared folder %1$s was downloaded" : "Public shared folder %1$s was downloaded",
|
|
|
|
|
"Public shared file %1$s was downloaded" : "Public shared file %1$s was downloaded",
|
2014-10-17 16:20:02 +04:00
|
|
|
|
"This share is password-protected" : "This share is password-protected",
|
|
|
|
|
"The password is wrong. Try again." : "The password is wrong. Try again.",
|
|
|
|
|
"Password" : "Password",
|
2015-01-08 09:56:00 +03:00
|
|
|
|
"No entries found in this folder" : "No entries found in this folder",
|
2014-10-17 16:20:02 +04:00
|
|
|
|
"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",
|
2014-11-07 09:55:10 +03:00
|
|
|
|
"Direct link" : "Direct link",
|
|
|
|
|
"Server-to-Server Sharing" : "Server-to-Server Sharing",
|
|
|
|
|
"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"
|
2014-10-17 16:20:02 +04:00
|
|
|
|
},
|
|
|
|
|
"nplurals=2; plural=(n != 1);");
|