123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?php
- return array(
- /**
- * Menu items and titles
- */
- 'thewire' => "Micro-blog",
- 'thewire:everyone' => "Todas mensagens do Micro-blog",
- 'thewire:user' => "Micro-blog de %s
- ",
- 'thewire:friends' => "Seus amigos no Micro-blog",
- 'thewire:replying' => "Responder para %s quem escreveu",
- 'thewire:thread' => "<i>(Thread)</i>",
- 'thewire:charleft' => "caracteres à esquerda",
- 'thewire:tags' => "Mensagens contendo os descritor (tag) '%s'",
- 'thewire:noposts' => "Nenhuma mensagem no Micro-blog ainda",
- 'item:object:thewire' => "Mensagens do Micro-blog",
- 'thewire:by' => 'Mensagens do Micro-blog enviada por %s',
- 'thewire:previous:help' => "Ver mensagens anteriores",
- 'thewire:hide:help' => "Esconder mensagens anteriores",
- /**
- * The wire river
- */
- 'river:create:object:thewire' => "%s enviou mensagem para %s",
- 'thewire:wire' => 'micro-blog',
- /**
- * Wire widget
- */
- 'thewire:widget:desc' => 'Mostra suas últimas mensagens no Micro-blog',
- 'thewire:num' => 'Número de items a serem visualizados',
- 'thewire:moreposts' => 'Mais mensagens do Micro-blog',
- /**
- * Status messages
- */
- 'thewire:posted' => "Sua mensagem foi enviado com sucesso para o Micro-blog",
- 'thewire:deleted' => "Sua mensagem no Micro-blog foi apagada com sucesso.",
- 'thewire:blank' => "Desculpe. Você precisa digitar alguma coisa na caixa de texto antes de enviar.",
- 'thewire:notfound' => "Desculpe. Não foi possível localizar a mensagem do Micro-blog definida.",
- 'thewire:notsaved' => "Desculpe. Não foi possível salvar a postagem no micro-blog.",
- 'thewire:notdeleted' => "Desculpe. Não foi possível apagar a mensagem no Micro-blog",
- /**
- * Notifications
- */
- 'thewire:notify:summary' => 'Nova postagem no micro-blog: %s',
- 'thewire:notify:subject' => "Nova mensagem postada",
- 'thewire:notify:reply' => '%s respondeu para %s no Micro-blog: ',
- 'thewire:notify:post' => '%s postou no Micro-blog: ',
- 'thewire:notify:footer' => "Visualiza e responde:\n%s",
- /**
- * Settings
- */
- 'thewire:settings:limit' => "Número máximo de caracteres para mensagens no micro-blog:",
- 'thewire:settings:limit:none' => "Sem limite",
- );
|