Blame view
sources/apps/files_sharing/l10n/en_GB.php
1.92 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
"Server to server sharing is not enabled on this server" => "Server to server sharing is not enabled on this server",
"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.",
"Add {name} from {owner}@{remote}" => "Add {name} from {owner}@{remote}",
"Add Share" => "Add Share",
"Password" => "Password",
"No ownCloud installation found at {remote}" => "No ownCloud installation found at {remote}",
"Invalid ownCloud url" => "Invalid ownCloud URL",
"Shared by {owner}" => "Shared by {owner}",
"Shared by" => "Shared by",
|
|
31b7f2792
|
18 19 |
"This share is password-protected" => "This share is password-protected", "The password is wrong. Try again." => "The password is wrong. Try again.", |
|
6d9380f96
|
20 21 |
"Name" => "Name", "Share time" => "Share time", |
|
31b7f2792
|
22 23 24 25 26 27 |
"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.", |
|
6d9380f96
|
28 |
"Save" => "Save", |
|
31b7f2792
|
29 |
"Download" => "Download", |
|
6d9380f96
|
30 31 32 33 34 |
"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" |
|
31b7f2792
|
35 36 |
); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |