Blame view
sources/apps/files_sharing/l10n/pt_PT.php
1.04 KB
|
31b7f2792
|
1 2 3 4 5 6 7 8 9 10 11 |
<?php $TRANSLATIONS = array( "This share is password-protected" => "Esta partilha está protegida por palavra-chave", "The password is wrong. Try again." => "Password errada, por favor tente de novo", "Password" => "Palavra-passe", "Sorry, this link doesn’t 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", |
|
03e52840d
|
12 13 |
"%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", |
|
31b7f2792
|
14 15 16 |
"Download" => "Transferir", "Upload" => "Carregar", "Cancel upload" => "Cancelar envio", |
|
03e52840d
|
17 |
"No preview available for" => "Não há pré-visualização para", |
|
31b7f2792
|
18 |
"Direct link" => "Link direto" |
|
03e52840d
|
19 |
); |
|
31b7f2792
|
20 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |