source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/popularity/lang/pt-br/lang.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 1.2 KB
Line 
1<?php
2/**
3 * Portuguese language file
4 *
5 * @author Frederico Gonçalves Guimarães <[email protected]>
6 * @author Lucien Raven <[email protected]>
7 * @author Enrico Nicoletto <[email protected]>
8 * @author Flávio Veras <[email protected]>
9 * @author Jeferson Propheta <[email protected]>
10 * @author [email protected]
11 * @author Luis Dantas <[email protected]>
12 * @author Frederico Guimarães <[email protected]>
13 * @author Jair Henrique <[email protected]>
14 * @author Luis Dantas <[email protected]>
15 * @author Sergio Motta [email protected]
16 * @author Isaias Masiero Filho <[email protected]>
17 */
18$lang['name'] = 'Retorno de popularidade (pode demorar um pouco para carregar)';
19$lang['submit'] = 'Enviar dados';
20$lang['autosubmit'] = 'Enviar os dados automaticamente uma vez por mês';
21$lang['submissionFailed'] = 'Os dados não puderam ser enviados devido ao seguinte erro:';
22$lang['submitDirectly'] = 'Você pode enviar os dados manualmente, submetendo o formulário baixo.';
23$lang['autosubmitError'] = 'Ocorreu uma falha na última submissão automática, devido ao seguinte erro:';
24$lang['lastSent'] = 'Os dados foram enviados';
Note: See TracBrowser for help on using the repository browser.