xref: /plugin/discussion/lang/pt-br/lang.php (revision 0442ed9491af483152de2cbf43ea557c97a6c201)
1<?php
2/**
3 * Brazilian Portuguese language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Marcus D'Alencar <marcus_dalencar@yahoo.com.br>
7 * @author     Sergio Evandro Motta <sergio@cisne.com.br>
8 */
9
10// settings must be present and set appropriately for the language
11$lang['encoding']   = 'utf-8';
12$lang['direction']  = 'ltr';
13
14// for admin plugins, the menu prompt to be displayed in the admin menu
15// if set here, the plugin doesn't need to override the getMenuText() method
16$lang['menu']            = 'Moderar Discussões';
17
18$lang['discussion']      = 'Discussão';
19$lang['comment']         = 'Comentário';
20$lang['comments']        = 'Comentários';
21$lang['nocomments']      = 'Comentários';
22$lang['url']             = 'Website';
23$lang['address']         = 'Endereço';
24$lang['date']            = 'Data';
25$lang['entercomment']    = 'Entre com o seu comentário';
26$lang['wikisyntax']      = 'Sintaxe wiki é permitida';
27$lang['older']           = 'Antigas discussões';
28$lang['newer']           = 'Novas discussões';
29$lang['btn_reply']       = 'Responder';
30$lang['btn_hide']        = 'Ocultar';
31$lang['btn_show']        = 'Exibir';
32$lang['btn_change']      = 'Alterar';
33$lang['statuschanged']   = 'Status da discussão alterado';
34$lang['wordblock']       = 'Seu comentário foi bloqueado como spam.';
35$lang['moderation']      = 'Seu comentário foi adicionado e aguarda moderação.';
36$lang['mail_newcomment'] = 'Novo Comentário';
37$lang['subscribe']       = 'Inscrever-se nos comentários';
38
39$lang['status']          = 'Status';
40$lang['off']             = 'encerrada';
41$lang['open']            = 'aberta';
42$lang['closed']          = 'fechada';
43
44$lang['reply']           = 'Resposta';
45$lang['replies']         = 'Respostas';
46$lang['newthread']       = 'Novo tópico';
47$lang['threads']         = 'Tópicos';
48
49//Setup VIM: ex: et ts=2 enc=utf-8 :
50