summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/en_GB.php
blob: 836ffa5e8fc3b425fc5276d840f6eae4ff216db3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"This share is password-protected" => "This share is password-protected",
"The password is wrong. Try again." => "The password is wrong. Try again.",
"Password" => "Password",
"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.",
"Direct link" => "Direct link"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";