2013-09-18 19:50:02 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-06-20 09:54:32 +04:00
|
|
|
|
"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",
|
2014-06-01 09:55:19 +04:00
|
|
|
|
"Shared with you" => "Shared with you",
|
|
|
|
|
"Shared with others" => "Shared with others",
|
2014-06-07 09:56:13 +04:00
|
|
|
|
"Shared by link" => "Shared by link",
|
2014-06-01 09:55:19 +04:00
|
|
|
|
"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.",
|
2014-06-07 09:56:13 +04:00
|
|
|
|
"You haven't shared any files by link yet." => "You haven't shared any files by link yet.",
|
2014-06-20 09:54:32 +04:00
|
|
|
|
"Add {name} from {owner}@{remote}" => "Add {name} from {owner}@{remote}",
|
2014-06-29 09:56:00 +04:00
|
|
|
|
"Password" => "Password",
|
2014-06-20 09:54:32 +04:00
|
|
|
|
"No ownCloud installation found at {remote}" => "No ownCloud installation found at {remote}",
|
|
|
|
|
"Invalid ownCloud url" => "Invalid ownCloud URL",
|
2014-03-12 09:57:17 +04:00
|
|
|
|
"Shared by {owner}" => "Shared by {owner}",
|
2014-06-01 09:55:19 +04:00
|
|
|
|
"Shared by" => "Shared by",
|
2013-10-16 08:31:48 +04:00
|
|
|
|
"This share is password-protected" => "This share is password-protected",
|
2013-09-18 19:50:02 +04:00
|
|
|
|
"The password is wrong. Try again." => "The password is wrong. Try again.",
|
2014-06-01 09:55:19 +04:00
|
|
|
|
"Name" => "Name",
|
|
|
|
|
"Share time" => "Share time",
|
2013-09-18 19:50:02 +04:00
|
|
|
|
"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.",
|
2014-06-20 09:54:32 +04:00
|
|
|
|
"Save to ownCloud" => "Save to ownCloud",
|
|
|
|
|
"example.com/owncloud" => "example.com/owncloud",
|
2014-06-19 09:55:38 +04:00
|
|
|
|
"Save" => "Save",
|
2014-05-04 09:56:15 +04:00
|
|
|
|
"Download" => "Download",
|
2014-03-12 09:57:17 +04:00
|
|
|
|
"Download %s" => "Download %s",
|
2014-06-20 09:54:32 +04:00
|
|
|
|
"Direct link" => "Direct link",
|
2014-06-28 09:54:54 +04:00
|
|
|
|
"Remote Shares" => "Remote Shares",
|
2014-06-20 09:54:32 +04:00
|
|
|
|
"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"
|
2013-09-18 19:50:02 +04:00
|
|
|
|
);
|
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|