Ignore:
Timestamp:
Jul 18, 2018, 2:22:10 PM (6 years ago)
Author:
plg
Message:

Change required PHP version to 5.3.0

No longer tries to configure PHP 5 with htaccess (this feature may come back for PHP 7 later)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/netinstall/trunk/language/pt_BR/loader.lang.txt

    r30031 r31936  
    3535$lang['Refresh'] = 'Atualizar';
    3636
    37 $lang['PHP 5 is required'] = 'É necessário PHP 5.2';
     37$lang['PHP %s is required'] = 'É necessário PHP %s';
    3838$lang['It appears your webhost is currently running PHP %s.'] = 'Parece que o seu site está sendo executado em PHP %s.';
    3939$lang['NetInstall may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'NetInstall pode tentar mudar sua configuração para o PHP 5.2, criando ou modificando um arquivo .htaccess.';
Note: See TracChangeset for help on using the changeset viewer.