Blame view

sources/apps/imprint/l10n/pt_BR.php 1.05 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" => "Aviso legal",
  "Nothing here yet" => "Nada aqui ainda",
  "The content of the legal notice has to be configured first" => "O conteúdo do aviso legal deve ser configurado primeiro",
  "That configuration is done in the administration section." => "Esta configuração é feita na seção de administração.",
  "That configuration has to be done by the system administration." => "Esta configuração deverá ser feita pela administração do sistema.",
  "Imprint" => "Imprint",
  "Placement" => "Localização",
  "Standalone app" => "App independente",
  "Header left" => "Cabeçalho esquerdo",
  "Header right" => "Cabeçalho direito",
  "Navigation top" => "Topo da navegação",
  "Navigation bottom" => "Rodapé da navegação",
  "During login" => "Durante o login",
  "Content" => "Conteúdo",
  "You can use html markup (e.g. <br> for a linebreak) and inline style attributes (e.g. <a style=\"color:red;\">)." => "Você pode usar marcação html (ex.: <br> para quebra de linha) e atributos de estilo em linha (ex.: <a style=\"color:red;\">)."
  );