nextcloud-server/apps/files_sharing/l10n/en_GB.php

18 lines
801 B
PHP

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "Shared by {owner}",
"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 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.",
"Download" => "Download",
"Download %s" => "Download %s",
"Direct link" => "Direct link"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";