Diff for /loncom/localize/localize/pt.pm between versions 1.56 and 1.61

version 1.56, 2011/07/31 01:17:37 version 1.61, 2011/12/21 13:59:52
Line 56  use base qw(Apache::localize); Line 56  use base qw(Apache::localize);
 'date_days'    => 'Dom,Seg,Ter,Qua,Qui,Sex,Sab',  'date_days'    => 'Dom,Seg,Ter,Qua,Qui,Sex,Sab',
 'date_am' => 'manhã',  'date_am' => 'manhã',
 'date_pm' => 'tarde',  'date_pm' => 'tarde',
 #'textual_remote_display' => 'on',  
 'htmlarea_lang' => 'pt_br',  'htmlarea_lang' => 'pt_br',
 'spellcheck_lang' => 'pt',  'spellcheck_lang' => 'pt',
   
Line 92  use base qw(Apache::localize); Line 91  use base qw(Apache::localize);
 'src.gif' => 'pt/src_pt.gif',  'src.gif' => 'pt/src_pt.gif',
   
   
    'Arabic - UTF'  
 => 'ﺎﻠﻋﺮﺒﻳﺓ - UTF',  
   
    'German - UTF'  
 => 'Deutsch - UTF',  
   
    'English - UTF'  
 => 'English - UTF',  
   
    'Spanish (Castellan) - UTF'  
 => 'español (castellano) - UTF',  
   
    'Persian - UTF'  
 => 'ﺍیﺭﺎﻧی - UTF',  
   
    'French - UTF'  
 => 'français - UTF',  
   
    'Hebrew - UTF'  
 => 'עברית - UTF',  
   
    'Japanese - UTF'  
 => '日本語 - UTF',  
   
    'Portuguese - UTF'  
 => 'Português - UTF',  
   
    'Russian - UTF'  
 => 'Русский - UTF',  
   
    'Turkish - UTF'  
 => 'türkçe - UTF',  
   
    'Chinese Simplified - UTF'  
 => '简体中文 - UTF',  
   
    'Swedish Chef - UTF'  
 => 'Swedish Chef - UTF',  
   
    'aboutlon.gif'     'aboutlon.gif'
 => 'aboutlon_pt.gif',  => 'aboutlon_pt.gif',
   
Line 6400  use base qw(Apache::localize); Line 6360  use base qw(Apache::localize);
    '<b>Current Resource: </b>[_1]'     '<b>Current Resource: </b>[_1]'
 => '<b>Current Resource: </b>[_1]',  => '<b>Current Resource: </b>[_1]',
   
    '<b>Message: </b> No more students for this section or class.'     '[_1]Message:[_2] No more students for this section or class.'
 => '<b>Message: </b> No more students for this section or class.',  => '[_1]Message:[_2] No more students for this section or class.',
   
    '<b>Note:</b> Problems graded correct by the computer are marked with a [_1] symbol.'     '<b>Note:</b> Problems graded correct by the computer are marked with a [_1] symbol.'
 => '<b>Note:</b> Problems graded correct by the computer are marked with a [_1] symbol.',  => '<b>Note:</b> Problems graded correct by the computer are marked with a [_1] symbol.',
Line 14980  use base qw(Apache::localize); Line 14940  use base qw(Apache::localize);
    'Please take a moment to fill out the form below.'     'Please take a moment to fill out the form below.'
 => 'Please take a moment to fill out the form below.',  => 'Please take a moment to fill out the form below.',
   
    'Please try again'  
 => 'Please try again',  
   
    'Please try again later.'     'Please try again later.'
 => 'Please try again later.',  => 'Please try again later.',
   
Line 19951  to access the full message.', Line 19908  to access the full message.',
    'Visible input'     'Visible input'
 => 'Visible input',  => 'Visible input',
   
    'Visit [_1], to log-in and access the course'     'Visit [_1] to log-in and access the course'
 => 'Visit [_1], to log-in and access the course',  => 'Visit [_1] to log-in and access the course',
   
    'Visited Link Color'     'Visited Link Color'
 => 'Visited Link Color',  => 'Visited Link Color',
Line 21673  to access the full message.', Line 21630  to access the full message.',
    'supported types'     'supported types'
 => 'supported types',  => 'supported types',
   
    'textual_remote_display'  
 => 'textual_remote_display',  
   
    'the resource you just saw on the screen'     'the resource you just saw on the screen'
 => 'the resource you just saw on the screen',  => 'the resource you just saw on the screen',
   

Removed from v.1.56  
changed lines
  Added in v.1.61


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>