Blame view

sources/apps/imprint/l10n/pt_PT.php 1.07 KB
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?php $TRANSLATIONS = array(
  "Legal notice" => "Notificação legal",
  "Nothing here yet" => "Vazio",
  "The content of the legal notice has to be configured first" => "O conteúdo da nota legal, deve ser configurado primeiro",
  "That configuration is done in the administration section." => "A configuração está concluída na secção de administração.",
  "That configuration has to be done by the system administration." => "É necessária efectuar a configuração pelo administrador de sistema.",
  "Imprint" => "Imprint",
  "Placement" => "Posição",
  "Standalone app" => "Aplicação Só",
  "Header left" => "Cabeçalho Esquerdo",
  "Header right" => "Cabeçalho Direito",
  "Navigation top" => "Navegação Topo (Navigation top)",
  "Navigation bottom" => "Navegação Sopé (Navigation Bottom)",
  "During login" => "Durante a entrada",
  "Content" => "Conteúdo",
  "You can use html markup (e.g. <br> for a linebreak) and inline style attributes (e.g. <a style=\"color:red;\">)." => "Pode usar marcas html (ex: <br> para uma quebra de linha) e atributos em linha (ex:. <a style=\"color:red;\">)."
  );