pt.php 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?php
  2. /**
  3. * ElggPG -- Translation strings for Portuguese
  4. *
  5. * @package Lorea
  6. * @subpackage ElggPG
  7. *
  8. * Copyright 2011-2013 Lorea Faeries <federation@lorea.org>
  9. *
  10. * This file is part of the ElggPG plugin for Elgg.
  11. *
  12. * ElggPG is free software: you can redistribute it and/or modify it
  13. * under the terms of the GNU Affero General Public License as
  14. * published by the Free Software Foundation, either version 3 of the
  15. * License, or (at your option) any later version.
  16. *
  17. * ElggPG is distributed in the hope that it will be useful, but
  18. * WITHOUT ANY WARRANTY; without even the implied warranty of
  19. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  20. * Affero General Public License for more details.
  21. *
  22. * You should have received a copy of the GNU Affero General Public
  23. * License along with this program. If not, see
  24. * <http://www.gnu.org/licenses/>.
  25. */
  26. $language = array(
  27. 'elggpg:profileinstructions' => "Esta é a informação sobre a tua chave pública",
  28. 'elggpg:identity' => "Identidade associada",
  29. 'elggpg:manage' => "Criptografia",
  30. 'elggpg:download' => "Baixar",
  31. 'elggpg:date' => "Data",
  32. 'elggpg:size' => "Tamanho",
  33. 'elggpg:river:addkey' => "&s subiu sua chave GPG",
  34. 'elggpg:public_key:imported' => "Chave importada",
  35. 'elggpg:sendamessage' => "Mandar mensagem criptografada",
  36. 'elggpg:view' => "Ver chaves de criptografia",
  37. 'elggpg:nopublickey' => "Este usuário não tem chave GPG",
  38. 'elggpg:manage:header' => "Chave pública GPG",
  39. 'elggpg:upload' => "Subir uma nova chave pública",
  40. 'elggpg:signature' => "Assinatura",
  41. 'elggpg:validated' => "A chave pública foi confirmada!",
  42. 'elggpg:notvalidated' => "A chave pública não foi confirmada!",
  43. 'elggpg:signform' => "Assinar chave pública",
  44. 'elggpg:keyid' => "ID da chave",
  45. );
  46. add_translation('pt', $language);