Blame view

sources/apps/files_sharing/l10n/pt_PT.php 2.18 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  "Server to server sharing is not enabled on this server" => "A partilha entre servidores não se encontra disponível",
  "Couldn't add remote share" => "Ocorreu um erro ao adicionar a partilha remota",
  "Shared with you" => "Partilhado consigo ",
  "Shared with others" => "Partilhado com outros",
  "Shared by link" => "Partilhado pela hiperligação",
  "No files have been shared with you yet." => "Ainda não partilhados quaisquer ficheuiros consigo.",
  "You haven't shared any files yet." => "Ainda não partilhou quaisquer ficheiros.",
  "You haven't shared any files by link yet." => "Ainda não partilhou quaisquer ficheiros por hiperligação.",
  "Add {name} from {owner}@{remote}" => "Adicionar {name} de {owner}@{remote}",
  "Add Share" => "Adicionar Partilha",
  "Password" => "Senha",
  "No ownCloud installation found at {remote}" => "Não foi encontrada uma instalação em {remote}",
  "Invalid ownCloud url" => "Endereço errado",
  "Shared by {owner}" => "Partilhado por {dono}",
  "Shared by" => "Partilhado por",
  "This share is password-protected" => "Esta partilha está protegida por senha",
  "The password is wrong. Try again." => "A senha está errada. Por favor, tente de novo.",
  "Name" => "Nome",
  "Share time" => "Hora da Partilha",
  "Sorry, this link doesn’t seem to work anymore." => "Desculpe, mas esta hiperligação parece já não estar a funcionar.",
31b7f2792   Kload   Upgrade to ownclo...
23
  "Reasons might be:" => "As razões poderão ser:",
6d9380f96   Cédric Dupont   Update sources OC...
24
25
26
27
28
  "the item was removed" => "o item foi removido",
  "the link expired" => "A hiperligação expirou",
  "sharing is disabled" => "a partilha está desativada",
  "For more info, please ask the person who sent this link." => "Para mais informação, por favor, pergunte à pessoa que lhe enviou esta hiperligação.",
  "Save" => "Guardar",
31b7f2792   Kload   Upgrade to ownclo...
29
  "Download" => "Transferir",
6d9380f96   Cédric Dupont   Update sources OC...
30
31
32
33
34
  "Download %s" => "Transferir %s",
  "Direct link" => "Hiperligação direta",
  "Remote Shares" => "Partilhas Remotas",
  "Allow other instances to mount public links shared from this server" => "Permitir que outras instâncias mapeiem endereços partilhados deste servidor",
  "Allow users to mount public link shares" => "Permitir mapeamentos de endereços partilhados aos utilizadores"
03e52840d   Kload   Init
35
  );
31b7f2792   Kload   Upgrade to ownclo...
36
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";