diff -Pdur trunk/frontends/php/include/locales/en_gb.inc.php trunk-new/frontends/php/include/locales/en_gb.inc.php --- trunk/frontends/php/include/locales/en_gb.inc.php 2011-10-06 08:00:06.000000000 +0000 +++ trunk-new/frontends/php/include/locales/en_gb.inc.php 2011-10-07 12:10:52.000000000 +0000 @@ -1398,6 +1398,7 @@ 'S_KOREAN_KR'=> _('Korean (KO)'), 'S_LATVIAN_LV'=> _('Latvian (LV)'), 'S_RUSSIAN_RU'=> _('Russian (RU)'), + 'S_PORTUGUESE_BR'=> _('Brazilian Portuguese (BR)'), 'S_PORTUGUESE_PT'=> _('Portuguese (PT)'), 'S_SPANISH_ES'=> _('Spanish (ES)'), 'S_SWEDISH_SE'=> _('Swedish (SE)'), diff -Pdur trunk/frontends/php/include/locales.inc.php trunk-new/frontends/php/include/locales.inc.php --- trunk/frontends/php/include/locales.inc.php 2011-10-05 16:48:36.000000000 +0000 +++ trunk-new/frontends/php/include/locales.inc.php 2011-10-07 12:10:10.000000000 +0000 @@ -68,7 +68,7 @@ 'ja_JP'=> S_JAPANESE_JP, 'lv_LV'=> S_LATVIAN_LV, 'pl_PL'=> S_POLISH_PL, - 'pt_BR'=> S_PORTUGUESE_PT, + 'pt_BR'=> S_PORTUGUESE_BR, 'ru_RU'=> S_RUSSIAN_RU, 'sk_SK'=> _('Slovak (SK)'), 'es_ES'=> S_SPANISH_ES, @@ -156,6 +156,7 @@ 'ja_jp'=> 'japanese', 'lv_lv'=> 'latvian', 'pl_pl'=> 'polish', + 'pt_br'=> 'brazilian portuguese', 'pt_pt'=> 'portuguese', 'ru_ru'=> 'russian', 'sk_sk'=> 'slovak',