|
From: Paul S. O. <ps...@us...> - 2002-06-20 16:26:01
|
Update of /cvsroot/phpbb/phpBB2/language/lang_portuguese
In directory usw-pr-cvs1:/tmp/cvs-serv26928/language/lang_portuguese
Modified Files:
Tag: phpBB-2_0_0
lang_admin.php lang_main.php
Log Message:
More commits that I thought I'd made ... lang packs on SF are same as these
Index: lang_admin.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_portuguese/Attic/lang_admin.php,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** lang_admin.php 5 May 2002 12:17:05 -0000 1.4.2.1
--- lang_admin.php 20 Jun 2002 16:25:56 -0000 1.4.2.2
***************
*** 29,53 ****
// in the modules[][] arrays in each module file
//
! $lang['General'] = "Admin Geral";
! $lang['Users'] = "Admin de Utilizadores";
! $lang['Groups'] = "Admin de Grupo";
! $lang['Forums'] = "Admin de Fórum";
! $lang['Styles'] = "Admin de Estilos";
!
! $lang['Configuration'] = "Configuração";
! $lang['Permissions'] = "Permissões";
[...1373 lines suppressed...]
! $lang['Upgrade'] = 'Actualizar';
! $lang['Install_Method'] = 'Escolher o seu método de instalação';
! $lang['Install_No_Ext'] = 'A configuração de php no seu server não aceita o tipo de base de dados que escolheu';
! $lang['Install_No_PCRE'] = 'O phpBB2 requer o módulo para php Perl-Compatible Regular Expressions cuja configuração do seu php parece não aceitar!';
//
***************
*** 718,720 ****
// -------------------------------------------------
! ?>
--- 719,721 ----
// -------------------------------------------------
! ?>
\ No newline at end of file
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_portuguese/Attic/lang_main.php,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -C2 -r1.7.2.1 -r1.7.2.2
*** lang_main.php 5 May 2002 12:17:05 -0000 1.7.2.1
--- lang_main.php 20 Jun 2002 16:25:57 -0000 1.7.2.2
***************
*** 7,19 ****
* email : su...@ph...
*
! * $Id$
*
****************************************************************************/
- /****************************************************************************
- * Translation by:
- * LuizCB (Pincel) Lu...@pi... || http://pincel.net
- ****************************************************************************/
[...1962 lines suppressed...]
//
! $lang['Information'] = 'Informação';
! $lang['Critical_Information'] = 'Informação Crítica';
! $lang['General_Error'] = 'Erro Geral';
! $lang['Critical_Error'] = 'Erro Crítico';
! $lang['An_error_occured'] = 'Ocorreu um Erro';
! $lang['A_critical_error'] = 'Ocorreu um Erro Crítico';
//
***************
*** 984,986 ****
// -------------------------------------------------
! ?>
--- 1006,1008 ----
// -------------------------------------------------
! ?>
\ No newline at end of file
|