about.inc.php 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. /**
  3. * About English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['help_page_title'] = 'Ajuda & Suporte';
  10. $_lang['help_main_head'] = 'MODX está aqui para você';
  11. $_lang['help_main_subhead'] = 'See below to get the help you need for your MODX project<br>Find more details at <a href="https://modx.com/community/free-support-options">modx.com/community/free-support-options</a> or call +1 (469) 777-6639';
  12. $_lang['forums'] = 'Fóruns';
  13. $_lang['forums_title'] = 'Fóruns da Comunidade MODX';
  14. $_lang['forums_description'] = 'Ajuda grátis da Comunidade';
  15. $_lang['forums_link'] = 'http://forums.modx.com/';
  16. $_lang['docs'] = 'Documentação';
  17. $_lang['docs_title'] = 'Leia o fabuloso Manual (do MODX)';
  18. $_lang['docs_description'] = 'Leia os manuais oficiais do MODX';
  19. $_lang['docs_link'] = 'https://docs.modx.com/';
  20. $_lang['bugs'] = 'Tracker de Bugs';
  21. $_lang['bugs_title'] = 'Relatar Bugs & Solicitar Funcionalidades';
  22. $_lang['bugs_description'] = 'Encontrou um problema? Avise-nos!';
  23. $_lang['bugs_link'] = 'https://github.com/modxcms/revolution/issues';
  24. $_lang['support'] = 'Suporte Comercial';
  25. $_lang['support_title'] = 'Comprar um Ticket de suporte de emergência agora';
  26. $_lang['support_description'] = 'Suporte prioritário da fonte';
  27. $_lang['support_link'] = 'https://modx.com/services/';
  28. $_lang['email_placeholder'] = 'voce@exemplo.com';
  29. $_lang['email_sub'] = 'Mantenha-se atualizado com MODX';
  30. $_lang['email_sub_description'] = 'Assine o <b>Newsletter do MODX</b>, para receber todas as notícias importantes sobre MODX. Basta digitar seu e-mail abaixo — nós prometemos nunca enviar spam.';
  31. $_lang['email_sub_button'] = 'Cadastre-se';
  32. $_lang['social_follows'] = 'Você também pode <b>seguir MODX</b> nestes canais.';
  33. $_lang['follow'] = 'Siga MODX';
  34. $_lang['like'] = 'Curta MODX';
  35. $_lang['circle'] = 'Adicione MODX aos Circulos';
  36. $_lang['help_about'] = 'The MODX® software you are using is the result of collaboration with an amazing community of users, supporters and developers. Since 2004, the team behind MODX has sponsored and managed it, funding ongoing work through commercial support and commissioned features. You can <a href="https://modx.com/services/" class="supportTicket">buy support from the source</a> to get one hour of emergency support (also usable for two hours non-priority support). Or <a href="mailto:hello@modx.com?subject=MODX Manager Inquiry ">email us</a> if you have another question about MODX in general.';
  37. $_lang['help_credit'] = 'MODX é software livre de código aberto, licenciado sob a <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">GPL versão 2.0</a> ou posterior. Copyright 2005-[[+current_year]] por MODX, LLC. "MODX" é uma marca registrada. Faça a coisa certa — por favor, mantenha intactos os créditos e outras informações nesta página.';