xref: /plugin/qc/lang/pt-br/settings.php (revision 3c90663a870d189bc9a3d9aac0526743cfbc2c4b)
1*3c90663aSAlexandre Belchior<?php
2*3c90663aSAlexandre Belchior
3*3c90663aSAlexandre Belchior/**
4*3c90663aSAlexandre Belchior * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5*3c90663aSAlexandre Belchior *
6*3c90663aSAlexandre Belchior * @author Alexandre Belchior <alexbelchior@gmail.com>
7*3c90663aSAlexandre Belchior */
8*3c90663aSAlexandre Belchior$lang['maxshowen']             = 'Máximo de páginas exibidas no resumo de qualidade';
9*3c90663aSAlexandre Belchior$lang['adminonly']             = 'Resumo de qualidade visível somente para membros do grupo admin';
10*3c90663aSAlexandre Belchior$lang['single_author_only']    = 'Existe apenas um ou alguns autores.';
11