nextcloud/apps/files_sharing/l10n/pt_PT.php

21 lines
1.0 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-10-17 21:48:52 +04:00
"This share is password-protected" => "Esta partilha está protegida por palavra-chave",
2013-07-19 10:03:14 +04:00
"The password is wrong. Try again." => "Password errada, por favor tente de novo",
2013-11-03 21:44:12 +04:00
"Password" => "Palavra-passe",
2013-08-09 16:06:31 +04:00
"Sorry, this link doesnt seem to work anymore." => "Desculpe, mas este link parece não estar a funcionar.",
"Reasons might be:" => "As razões poderão ser:",
"the item was removed" => "O item foi removido",
"the link expired" => "O link expirou",
"sharing is disabled" => "A partilha está desativada",
"For more info, please ask the person who sent this link." => "Para mais informações, por favor questione a pessoa que lhe enviou este link",
2012-10-01 04:08:31 +04:00
"%s shared the folder %s with you" => "%s partilhou a pasta %s consigo",
"%s shared the file %s with you" => "%s partilhou o ficheiro %s consigo",
2013-04-16 04:17:30 +04:00
"Download" => "Transferir",
2013-06-30 04:13:07 +04:00
"Upload" => "Carregar",
"Cancel upload" => "Cancelar envio",
2013-11-03 21:44:12 +04:00
"No preview available for" => "Não há pré-visualização para",
"Direct link" => "Link direto"
2012-10-01 04:08:31 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";