source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/popularity/lang/pt/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: 816 bytes
Line 
1<?php
2/**
3 * Portuguese language file
4 *
5 * @author Enrico Nicoletto <[email protected]>
6 * @author Fil <[email protected]>
7 * @author André Neves <[email protected]>
8 * @author José Campos [email protected]
9 */
10$lang['name'] = 'Retorno (feedback) de Popularidade (pode levar algum tempo a carregar)';
11$lang['submit'] = 'Enviar Dados';
12$lang['autosubmit'] = 'Enviar dados automáticamente uma vez por mês';
13$lang['submissionFailed'] = 'Os dados não foram enviados devido ao seguinte erro:';
14$lang['submitDirectly'] = 'Pode enviar os dados manualmente, submetendo o seguinte formulário.';
15$lang['autosubmitError'] = 'A última auto-submissão falhou, por causa do seguinte erro:';
16$lang['lastSent'] = 'Os dados foram enviados';
Note: See TracBrowser for help on using the repository browser.