Project

General

Profile

« Previous | Next » 

Revision 1634

Added by Dietmar over 12 years ago

! update language files and rework some core files (read DEVINFOS)
! compress mdcr.js
+ add DEVINFOS Instructions/Informations for modulecoder

View differences:

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 */
36 34
$MENU['ACCESS'] = 'Acessos';
37 35
$MENU['ADDON'] = 'Add-on';
38 36
$MENU['ADDONS'] = 'Add-ons';
......
54 52
$MENU['TEMPLATES'] = 'Temas (Templates)';
55 53
$MENU['USERS'] = 'Usuários';
56 54
$MENU['VIEW'] = 'Visualizar';
57

  
58
/* TEXT */
59 55
$TEXT['ACCOUNT_SIGNUP'] = 'Assinatura de Conta';
60 56
$TEXT['ACTIONS'] = 'A&ccdil;ões';
61 57
$TEXT['ACTIVE'] = 'Ativo';
......
390 386
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
391 387
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style';
392 388
$TEXT['YES'] = 'Sim';
393

  
394
/* HEADING */
395 389
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
396 390
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
397 391
$HEADING['ADD_GROUP'] = 'Adicionar Grupo';
......
437 431
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
438 432
$HEADING['UPLOAD_FILES'] = 'Enviar Arquivo(s)';
439 433
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
440

  
441
/* MESSAGE */
442 434
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
443 435
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
444 436
$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.';
......
540 532
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'N&atilde;o pode possuir ../ na pasta alvo';
541 533
$MESSAGE['MEDIA_UPLOADED'] = ' arquivos enviados com sucesso';
542 534
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Desculpe, este formul&aacute;rio foi submetido v&aacute;rias vezes nessa hora. Favor tentar novamente dentro de uma hora.';
543
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'O N&uacute;mero de Verifica&ccdil;&atilde;o (conhecido como Captcha) que voc&ecirc; entrou, &eacute; inv&aacute;lido. Se estiver tendo problemas usando o Captcha, envie uma mensagem para: <a href="mailto:'.SERVER_EMAIL.'">'.SERVER_EMAIL.'</a>';
535
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'O N&uacute;mero de Verifica&ccdil;&atilde;o (conhecido como Captcha) que voc&ecirc; entrou, &eacute; inv&aacute;lido. Se estiver tendo problemas usando o Captcha, envie uma mensagem para: <a href="mailto:{SERVER_EMAIL}">{SERVER_EMAIL}</a>';
544 536
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Voc&ecirc; precisa preencher os seguintes campos';
545 537
$MESSAGE['PAGES_ADDED'] = 'P&aacute;gina adicionada com sucesso';
546 538
$MESSAGE['PAGES_ADDED_HEADING'] = 'Cabe&ccdil;alho da P&aacute;gina adicionado com sucesso.';
......
635 627
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
636 628
$MESSAGE['START_WELCOME_MESSAGE'] = 'Bem-Vindo &agrave; Administra&ccdil;&atilde;o do WebsiteBaker';
637 629
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Aten&ccdil;&atilde;o: para alterar o tema (template) voc&ecirc; precisa ir at&eacute; a sess&atilde;o Configura&ccdil;&otilde;es';
630
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.';
631
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.';
632
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!';
633
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
634
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!';
638 635
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error';
639 636
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk';
640 637
$MESSAGE['UPLOAD_ERR_EXTENSION'] = 'File upload stopped by extension';
......
658 655
$MESSAGE['USERS_SAVED'] = 'Usu&aacute;rio armazenado com sucesso';
659 656
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
660 657
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
661

  
662
/* OVERVIEW */
663 658
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
664 659
$OVERVIEW['GROUPS'] = 'Gerencie os grupos de usu&aacute;rios e suas permiss&otilde;es de sistema...';
665 660
$OVERVIEW['HELP'] = 'D&uacute;vidas? Encontre respostas...';
......
679 674
{
680 675
	include(WB_PATH.'/languages/old.format.inc.php');
681 676
}
677

  

Also available in: Unified diff