pt_br.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?php
  2. return array(
  3. /**
  4. * Menu items and titles
  5. */
  6. 'thewire' => "Micro-blog",
  7. 'thewire:everyone' => "Todas mensagens do Micro-blog",
  8. 'thewire:user' => "Micro-blog de %s
  9. ",
  10. 'thewire:friends' => "Seus amigos no Micro-blog",
  11. 'thewire:replying' => "Responder para %s quem escreveu",
  12. 'thewire:thread' => "<i>(Thread)</i>",
  13. 'thewire:charleft' => "caracteres à esquerda",
  14. 'thewire:tags' => "Mensagens contendo os descritor (tag) '%s'",
  15. 'thewire:noposts' => "Nenhuma mensagem no Micro-blog ainda",
  16. 'item:object:thewire' => "Mensagens do Micro-blog",
  17. 'thewire:by' => 'Mensagens do Micro-blog enviada por %s',
  18. 'thewire:previous:help' => "Ver mensagens anteriores",
  19. 'thewire:hide:help' => "Esconder mensagens anteriores",
  20. /**
  21. * The wire river
  22. */
  23. 'river:create:object:thewire' => "%s enviou mensagem para %s",
  24. 'thewire:wire' => 'micro-blog',
  25. /**
  26. * Wire widget
  27. */
  28. 'thewire:widget:desc' => 'Mostra suas últimas mensagens no Micro-blog',
  29. 'thewire:num' => 'Número de items a serem visualizados',
  30. 'thewire:moreposts' => 'Mais mensagens do Micro-blog',
  31. /**
  32. * Status messages
  33. */
  34. 'thewire:posted' => "Sua mensagem foi enviado com sucesso para o Micro-blog",
  35. 'thewire:deleted' => "Sua mensagem no Micro-blog foi apagada com sucesso.",
  36. 'thewire:blank' => "Desculpe. Você precisa digitar alguma coisa na caixa de texto antes de enviar.",
  37. 'thewire:notfound' => "Desculpe. Não foi possível localizar a mensagem do Micro-blog definida.",
  38. 'thewire:notsaved' => "Desculpe. Não foi possível salvar a postagem no micro-blog.",
  39. 'thewire:notdeleted' => "Desculpe. Não foi possível apagar a mensagem no Micro-blog",
  40. /**
  41. * Notifications
  42. */
  43. 'thewire:notify:summary' => 'Nova postagem no micro-blog: %s',
  44. 'thewire:notify:subject' => "Nova mensagem postada",
  45. 'thewire:notify:reply' => '%s respondeu para %s no Micro-blog: ',
  46. 'thewire:notify:post' => '%s postou no Micro-blog: ',
  47. 'thewire:notify:footer' => "Visualiza e responde:\n%s",
  48. /**
  49. * Settings
  50. */
  51. 'thewire:settings:limit' => "Número máximo de caracteres para mensagens no micro-blog:",
  52. 'thewire:settings:limit:none' => "Sem limite",
  53. );