Diff for /loncom/localize/localize/pt.pm between versions 1.72 and 1.75

version 1.72, 2014/01/09 14:21:09 version 1.75, 2014/01/15 14:46:30
Line 639  use base qw(Apache::localize); Line 639  use base qw(Apache::localize);
    "an indeterminate date"     "an indeterminate date"
 => 'data indeterminada',  => 'data indeterminada',
   
    "will open on"     'will open on [_1]'
 => "irá abrir em",  => 'irá abrir em [_1]',
   
    "is due at"     'is due at [_1]'
 => "é devido a;",  => 'é devido a; [_1]',
   
    "was due on"     'was due on [_1], and answers will be available on [_1]'
 => "foi devido a;",  => 'foi devido a; [_1], e respostas estarão disponíveis em [_2]',
   
    'is closed but you are allowed to view it'     'is closed but you are allowed to view it'
 => "está fechado mas você tem permissão para visualizá-lo",  => "está fechado mas você tem permissão para visualizá-lo",
Line 711  use base qw(Apache::localize); Line 711  use base qw(Apache::localize);
    "may open later."     "may open later."
 => 'pode abrir mais tarde.',  => 'pode abrir mais tarde.',
   
    ', and answers will be available on'  
 => ', e respostas estarão disponíveis em',  
   
    "Select a"     "Select a"
 => "Selecione um",  => "Selecione um",
   
Line 1725  use base qw(Apache::localize); Line 1722  use base qw(Apache::localize);
    'Problems Not Contained In A Folder'     'Problems Not Contained In A Folder'
 => 'Problemas não estão contidos em uma pasta',  => 'Problemas não estão contidos em uma pasta',
   
    'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'     'Problems occurred in creating the new Excel file.'
 => 'Problemas criando novo arquivo do Excel.  Este erro foi armazenado em log. Por favor, alerte o administrador do LON-CAPA.',  => 'Problemas criando novo arquivo do Excel.',
   
    'Processing course structure'     'Processing course structure'
 => 'Processando estrutura do curso',  => 'Processando estrutura do curso',
Line 1843  use base qw(Apache::localize); Line 1840  use base qw(Apache::localize);
 => 'Enviar Mensagem para Usuário(s)',  => 'Enviar Mensagem para Usuário(s)',
   
    'Send bubblesheet data to a course'     'Send bubblesheet data to a course'
 => 'Enviar dados bubblesheet para o curso', # 'Enviar dados de Scantron para um curso',  => 'Enviar dados bubblesheet para o curso',
   
    'Send internal email'     'Send internal email'
 => 'Enviar e-mail interno',  => 'Enviar e-mail interno',
Line 10617  use base qw(Apache::localize); Line 10614  use base qw(Apache::localize);
    'Edit the Personal Information Page'     'Edit the Personal Information Page'
 => 'Edit the Personal Information Page',  => 'Edit the Personal Information Page',
   
    'Edit the meta data'  
 => 'Edit the meta data',  
   
    'EditXML [_1]'     'EditXML [_1]'
 => 'EditXML [_1]',  => 'EditXML [_1]',
   
Line 14647  use base qw(Apache::localize); Line 14641  use base qw(Apache::localize);
 => 'Please alert a domain coordinator of this situation',  => 'Please alert a domain coordinator of this situation',
   
    'Please alert your LON-CAPA administrator.'     'Please alert your LON-CAPA administrator.'
 => 'Please alert your LON-CAPA administrator.',  => 'Por favor, alerte o administrador do LON-CAPA.',
   
    'Please attempt to login to one of the following servers:'     'Please attempt to login to one of the following servers:'
 => 'Please attempt to login to one of the following servers:',  => 'Please attempt to login to one of the following servers:',
Line 15141  use base qw(Apache::localize); Line 15135  use base qw(Apache::localize);
    'Problems graded correct by the computer are marked with a [_1] symbol.'     'Problems graded correct by the computer are marked with a [_1] symbol.'
 => 'Problems graded correct by the computer are marked with a [_1] symbol.',  => 'Problems graded correct by the computer are marked with a [_1] symbol.',
   
    'Problems occurred in creating the new Excel file.'  
 => 'Problems occurred in creating the new Excel file.',  
   
    'Problems occurred in creating the output file.'     'Problems occurred in creating the output file.'
 => 'Problems occurred in creating the output file.',  => 'Problems occurred in creating the output file.',
   
Line 18533  use base qw(Apache::localize); Line 18524  use base qw(Apache::localize);
 => 'This directory is empty.',  => 'This directory is empty.',
   
    'This error has been logged.'     'This error has been logged.'
 => 'This error has been logged.',  => 'Este erro foi armazenado em log.',
   
    'This error occurred on machine [_1]'     'This error occurred on machine [_1]'
 => 'This error occurred on machine [_1]',  => 'This error occurred on machine [_1]',
Line 20715  to access the full message.', Line 20706  to access the full message.',
    '[_1]Unofficial course[_2] in domain: [_3]'     '[_1]Unofficial course[_2] in domain: [_3]'
 => '[_1]Unofficial course[_2] in domain: [_3]',  => '[_1]Unofficial course[_2] in domain: [_3]',
   
    '[_1]Visit the [_2]Course/Community Catalog[_3] to view all [_4] LON-CAPA courses and communities.'     '[_1]Visit the [_2]Course/Community Catalog[_3][_4] to view all [_5] LON-CAPA courses and communities.' # _1: <b>, _2: <a>, _3: </a>, _4: </b>, _5: domain desc.
 => '[_1]Visit the [_2]Course/Community Catalog[_3] to view all [_4] LON-CAPA courses and communities.',  => '[_1]Visit the [_2]Course/Community Catalog[_3][_4] to view all [_5] LON-CAPA courses and communities.',
   
    '[_1]W[_2]ARNING'     '[_1]W[_2]ARNING'
 => '[_1]W[_2]ARNING',  => '[_1]W[_2]ARNING',

Removed from v.1.72  
changed lines
  Added in v.1.75


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