The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/linuxcontainers.org/pull/293
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Contributing...
From 52cdd56526685191bef0cac804411c2f80f08928 Mon Sep 17 00:00:00 2001 From: Renato dos Santos <renato.san...@wplex.com.br> Date: Wed, 22 Nov 2017 16:57:33 -0200 Subject: [PATCH] Translate footer and download-headers for pt_br --- templates/common/download-headers.pt_br.tpl.html | 7 +++++++ templates/common/footer.pt_br.tpl.html | 18 ++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 templates/common/download-headers.pt_br.tpl.html create mode 100644 templates/common/footer.pt_br.tpl.html diff --git a/templates/common/download-headers.pt_br.tpl.html b/templates/common/download-headers.pt_br.tpl.html new file mode 100644 index 0000000..252a6c8 --- /dev/null +++ b/templates/common/download-headers.pt_br.tpl.html @@ -0,0 +1,7 @@ +<thead> + <tr> + <th>Nome do arquivo</th> + <th>Assinatura GPG</th> + <th>Tamanho</th> + </tr> +</thead> \ No newline at end of file diff --git a/templates/common/footer.pt_br.tpl.html b/templates/common/footer.pt_br.tpl.html new file mode 100644 index 0000000..dbd3b52 --- /dev/null +++ b/templates/common/footer.pt_br.tpl.html @@ -0,0 +1,18 @@ +<footer class="p-footer"> + <div class="row"> + <p>Projeto patrocinado por <a href="http://www.canonical.com">Canonical Ltd.</a></p> + <nav class="p-footer__nav"> + <ul class="p-inline-list--middot u-no-margin--bottom"> + <li class="p-inline-list__item"> + <a class="p-link--soft" href="https://github.com/lxc/linuxcontainers.org">Ajude a melhorar este Site</a> + </li> + <li class="p-inline-list__item"> + <a class="p-link--soft" href="#">Voltar ao topo</a> + </li> + <li class="p-inline-list__item"> + <a class="p-link--soft" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Conteúdo em Creative Commons CC BY NC SA</a> + </li> + </ul> + </nav> + </div> +</footer>
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel