nextcloud/apps/files_sharing/l10n/en_GB.php

20 lines
901 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"The password is wrong. Try again." => "The password is wrong. Try again.",
"Password" => "Password",
"Submit" => "Submit",
"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",
"No preview available for" => "No preview available for"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";