nextcloud/apps/files_sharing/l10n/en_GB.php

21 lines
985 B
PHP
Raw Normal View History

2013-09-18 19:50:02 +04:00
<?php
$TRANSLATIONS = array(
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.",
"Password" => "Password",
"Sorry, this link doesnt seem to work anymore." => "Sorry, this link doesnt 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.",
"%s shared the folder %s with you" => "%s shared the folder %s with you",
"%s shared the file %s with you" => "%s shared the file %s with you",
"Download" => "Download",
"Upload" => "Upload",
"Cancel upload" => "Cancel upload",
2013-10-27 10:32:11 +04:00
"No preview available for" => "No preview available for",
"Direct link" => "Direct link"
2013-09-18 19:50:02 +04:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";