Revision 1672
Added by Dietmar over 12 years ago
PT.php | ||
---|---|---|
31 | 31 |
$language_platform = '2.8.x'; |
32 | 32 |
$language_author = 'Daniel Neto'; |
33 | 33 |
$language_license = 'GNU General Public License'; |
34 |
|
|
35 |
/* MENU */ |
|
34 | 36 |
$MENU['ACCESS'] = 'Acessos'; |
35 | 37 |
$MENU['ADDON'] = 'Add-on'; |
36 | 38 |
$MENU['ADDONS'] = 'Add-ons'; |
... | ... | |
52 | 54 |
$MENU['TEMPLATES'] = 'Temas (Templates)'; |
53 | 55 |
$MENU['USERS'] = 'Usuários'; |
54 | 56 |
$MENU['VIEW'] = 'Visualizar'; |
57 |
|
|
58 |
/* TEXT */ |
|
55 | 59 |
$TEXT['ACCOUNT_SIGNUP'] = 'Assinatura de Conta'; |
56 | 60 |
$TEXT['ACTIONS'] = 'A&ccdil;ões'; |
57 | 61 |
$TEXT['ACTIVE'] = 'Ativo'; |
... | ... | |
398 | 402 |
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor'; |
399 | 403 |
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style'; |
400 | 404 |
$TEXT['YES'] = 'Sim'; |
405 |
|
|
406 |
/* HEADING */ |
|
401 | 407 |
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met'; |
402 | 408 |
$HEADING['ADD_CHILD_PAGE'] = 'Add child page'; |
403 | 409 |
$HEADING['ADD_GROUP'] = 'Adicionar Grupo'; |
... | ... | |
443 | 449 |
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading'; |
444 | 450 |
$HEADING['UPLOAD_FILES'] = 'Enviar Arquivo(s)'; |
445 | 451 |
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings'; |
452 |
|
|
453 |
/* MESSAGE */ |
|
446 | 454 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
447 | 455 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
448 | 456 |
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.'; |
... | ... | |
632 | 640 |
------------------------------------- |
633 | 641 |
This message was automatic generated! |
634 | 642 |
'; |
643 |
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered'; |
|
635 | 644 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
645 |
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration'; |
|
636 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Você precisa informar um endere&ccdil;o de email'; |
637 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Você está logado como:'; |
638 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Aviso, O diretório "INSTALL" ainda existe!'; |
... | ... | |
667 | 677 |
$MESSAGE['USERS_SAVED'] = 'Usuário armazenado com sucesso'; |
668 | 678 |
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken'; |
669 | 679 |
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short'; |
680 |
|
|
681 |
/* OVERVIEW */ |
|
670 | 682 |
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...'; |
671 | 683 |
$OVERVIEW['GROUPS'] = 'Gerencie os grupos de usuários e suas permissões de sistema...'; |
672 | 684 |
$OVERVIEW['HELP'] = 'Dúvidas? Encontre respostas...'; |
... | ... | |
686 | 698 |
{ |
687 | 699 |
include(WB_PATH.'/languages/old.format.inc.php'); |
688 | 700 |
} |
701 |
|
Also available in: Unified diff
+ add languages vars for signup