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