Diff for /loncom/localize/localize/pt.pm between versions 1.58 and 1.71

version 1.58, 2011/10/01 15:48:08 version 1.71, 2014/01/08 19:23:12
Line 40 Line 40
 #  #
 # SUAS CONTRIBUIÇÕES E MELHORIAS SERÃO BEM VINDAS AQUI:  # SUAS CONTRIBUIÇÕES E MELHORIAS SERÃO BEM VINDAS AQUI:
 #       http://mail.lon-capa.org/mailman/listinfo/lon-capa-dev  #       http://mail.lon-capa.org/mailman/listinfo/lon-capa-dev
   #
   #
   ######################################################################
   ######################################################################
   #
   # >>>>>>>>>> IMPORTANT NOTE TO THE TRANSLATOR: <<<<<<<<<<
   #
   # The following explanation is valid for all entries marked with "Old key: ...".
   # These entries have been automatically generated to save you some hours of translating.
   # The _key_ is in all cases correct and up-to-date and must not be changed.
   # The _value_ is very similar to what the actual translation needs to be.
   # In most cases, it's just the case (lower/upper) or punctuation what needs to be changed.
   # Please watch out for changes related to "Course" and "Community".
   # Some values are untranslated. These entries have to be completely translated anyway.
   # Recommendation:
   # If you are done with the correction of the translation,
   # you should remove the corresponding "#Old key: ..." row
   #
   # Example:
   # #Old key: course documents
   #    'Community Documents:'
   # => 'documentos do curso',
   #
   # This would be changed to:
   #    'Community Documents:'
   # => 'Documentos do Comunidade:',
   #
   # Not sure, if "Comunidade" is an appropriate translation of "Community",
   # but you should get the idea.
   #
   # Stefan Bisitz, 2010, June 25th
   
 package Apache::localize::pt;  package Apache::localize::pt;
 use base qw(Apache::localize);  use base qw(Apache::localize);
Line 56  use base qw(Apache::localize); Line 85  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 120  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 287  use base qw(Apache::localize); Line 276  use base qw(Apache::localize);
    'Supplemental Course Documents'     'Supplemental Course Documents'
 => 'Documentos Suplementares do Curso',  => 'Documentos Suplementares do Curso',
   
    'Bulletin Board'     'Discussion Board'
 => 'Bulletin Board',  => 'Discussion Board',
   
    'Special Documents'     'Special Documents'
 => 'Documentos Especiais',  => 'Documentos Especiais',
Line 776  use base qw(Apache::localize); Line 765  use base qw(Apache::localize);
    'Cancel'     'Cancel'
 => 'Cancelar',  => 'Cancelar',
   
    'Construction Space Directory'     'Authoring Space Directory'
 => 'Construção da Área do Diretório',  => 'Authoring Space Directory', # 'Construção da Área do Diretório',
   
    'Contact'     'Contact'
 => 'Contato',  => 'Contato',
Line 854  use base qw(Apache::localize); Line 843  use base qw(Apache::localize);
    'Searching'     'Searching'
 => 'Pesquisando',  => 'Pesquisando',
   
    'Select the Construction Space'     'Select the Authoring Space'
 => 'Selecione a  Área de Construção',  => 'Select the Authoring Space', # 'Selecione a  Área de Construção',
   
    'Sequence'     'Sequence'
 => 'Seqüência',  => 'Seqüência',
Line 935  use base qw(Apache::localize); Line 924  use base qw(Apache::localize);
    'Customized right of use ... '     'Customized right of use ... '
 => 'Direito customizado de uso ... ',  => 'Direito customizado de uso ... ',
   
    'Delete messages from bulletin boards'     'Delete messages from discussion boards'
 => 'Remove mensagens do quadro de anúncios',  => 'Remove mensagens do quadro de anúncios',
   
    'Domain only - use limited to courses in the domain'     'Domain only - use limited to courses in the domain'
Line 950  use base qw(Apache::localize); Line 939  use base qw(Apache::localize);
    'Edit/Modify DOCS'     'Edit/Modify DOCS'
 => 'Editar/Modificar Documentos',  => 'Editar/Modificar Documentos',
   
    'Enter my resource construction space'     'Enter my Authoring Space'
 => 'Entrar na minha Área de Construção de Recursos', # 'Entrar na Área de Construção',  => 'Enter my Authoring Space', # 'Entrar na minha Área de Construção de Recursos', # 'Entrar na Área de Construção',
   
    'FAIL'     'FAIL'
 => 'FALHA',  => 'FALHA',
Line 1010  use base qw(Apache::localize); Line 999  use base qw(Apache::localize);
    'Public - no authentication or authorization required for use'     'Public - no authentication or authorization required for use'
 => 'Público - não requer autenticação ou autorização para o uso',  => 'Público - não requer autenticação ou autorização para o uso',
   
    'Retrieval of an old version will overwrite the file currently in construction space'     'Retrieval of an old version will overwrite the file currently in Authoring Space.'
 => 'A restauração de uma versão antiga irá sobre-escrever o arquivo atual na área de construção',  => 'Retrieval of an old version will overwrite the file currently in Authoring Space.', # 'A restauração de uma versão antiga irá sobre-escrever o arquivo atual na área de construção',
   
    'Retrieve previous versions of'     'Retrieve previous versions of'
 => 'Restaurar versões anteriores de',  => 'Restaurar versões anteriores de',
Line 1241  use base qw(Apache::localize); Line 1230  use base qw(Apache::localize);
    'Browse resources'     'Browse resources'
 => 'Navegar pelos recursos',  => 'Navegar pelos recursos',
   
    'Bulletin Board/Discussion'     'Discussion Board/Discussion'
 => 'Quadro de Avisos/Discussão',  => 'Quadro de Avisos/Discussão',
   
    'Calculations'     'Calculations'
Line 1274  use base qw(Apache::localize); Line 1263  use base qw(Apache::localize);
    'Compact View'     'Compact View'
 => 'Visualização Compacta',  => 'Visualização Compacta',
   
    'Construction Space'     'Authoring Space'
 => 'Área de Construção',  => 'Authoring Space', # 'Área de Construção',
   
    'Construction Space File Operation'     'Authoring Space File Operation'
 => 'Operação de Arquivo da Área de Construção',  => 'Authoring Space File Operation', # 'Operação de Arquivo da Área de Construção',
   
    'Contact Information'     'Contact Information'
 => 'Informação de contato',  => 'Informação de contato',
Line 1391  use base qw(Apache::localize); Line 1380  use base qw(Apache::localize);
    'Due'     'Due'
 => 'Limite',  => 'Limite',
   
    'Dump Course DOCS to Construction Space'     'Copy Course Content to Authoring Space'
 => 'Descarregar Documentos do Curso na Área de Construção',  => 'Copy Course Content to Authoring Space', # 'Descarregar Documentos do Curso na Área de Construção',
   
    'EMail and Messages'     'EMail and Messages'
 => 'E-Mail e Mensagens',  => 'E-Mail e Mensagens',
Line 1418  use base qw(Apache::localize); Line 1407  use base qw(Apache::localize);
    'Enrollment Status'     'Enrollment Status'
 => 'Estado das Inscrições',  => 'Estado das Inscrições',
   
    'Enter construction space as a co-author'     'Enter Authoring Space as a co-author'
 => 'Entrar na Área de Construção como Co-Autor',  => 'Enter Authoring Space as a co-author', # 'Entrar na Área de Construção como Co-Autor',
   
    'Entering course ...'     'Entering course ...'
 => 'Entrando no curso ...',  => 'Entrando no curso ...',
Line 1445  use base qw(Apache::localize); Line 1434  use base qw(Apache::localize);
    'External Resource'     'External Resource'
 => 'Recurso Externo',  => 'Recurso Externo',
   
    'Failed Access to Construction Space'     'Failed Access to Authoring Space'
 => 'Falha no Acesso a Área de Construção',  => 'Failed Access to Authoring Space', # 'Falha no Acesso a Área de Construção',
   
    'Fielded Format'     'Fielded Format'
 => 'Formato em Campos',  => 'Formato em Campos',
Line 2465  use base qw(Apache::localize); Line 2454  use base qw(Apache::localize);
    '<b>[_1]</b>: Unable to enroll.  No password specified.'     '<b>[_1]</b>: Unable to enroll.  No password specified.'
 => '<b>[_1]</b>: Não é possível matricular. Não foi especificada uma senha.',  => '<b>[_1]</b>: Não é possível matricular. Não foi especificada uma senha.',
   
    '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'     'Unacceptable username [_1] for user [_2] [_3] [_4] [_5]'
 => '<b>[_1]</b>: Username ináceitavel para o usuário [_2] [_3] [_4] [_5]',  => 'Username [_1] ináceitavel para o usuário [_2] [_3] [_4] [_5]',
   
      'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]'
   => 'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]',
   
    'Administrator'     'Administrator'
 => 'Administrador',  => 'Administrador',
Line 2682  use base qw(Apache::localize); Line 2674  use base qw(Apache::localize);
    'Field'     'Field'
 => 'Campo',  => 'Campo',
   
    'Filenames in Construction Space'     'Filenames in Authoring Space'
 => 'Nomes de arquivos na Área de Construção',  => 'Filenames in Authoring Space', # 'Nomes de arquivos na Área de Construção',
   
    'First Name'     'First Name'
 => 'Primeiro Nome',  => 'Primeiro Nome',
Line 2694  use base qw(Apache::localize); Line 2686  use base qw(Apache::localize);
    'Foils'     'Foils'
 => 'Alternativas',  => 'Alternativas',
   
    'Folder in Construction Space'     'Folder in Authoring Space'
 => 'Pastas na Área de Construção',  => 'Folder in Authoring Space', # 'Pastas na Área de Construção',
   
    'Format:'     'Format:'
 => 'Formato:',  => 'Formato:',
Line 3126  use base qw(Apache::localize); Line 3118  use base qw(Apache::localize);
    'Updating discussion time'     'Updating discussion time'
 => 'Atualizando tempo de discussão',  => 'Atualizando tempo de discussão',
   
    'Upload file to Construction Space'     'Upload file to Authoring Space'
 => 'Carregar arquivo para Área de Construção',  => 'Upload file to Authoring Space', # 'Carregar arquivo para Área de Construção',
   
    'Uploading Class List'     'Uploading Class List'
 => 'Carregando lista de estudantes',  => 'Carregando lista de estudantes',
Line 3726  use base qw(Apache::localize); Line 3718  use base qw(Apache::localize);
    'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'     'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'
 => 'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.',  => 'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.',
 # Confirm them this umemion is couRect, Então click &quot;Finish Ajudaer&quot; Para complete setting the parameter.  # Confirm them this umemion is couRect, Então click &quot;Finish Ajudaer&quot; Para complete setting the parameter.
    'Construction Space Version'     'Authoring Space Version'
 => 'Construction Space Version',  => 'Authoring Space Version',
 # Conde Recursosion publicado(s) Versão  # Conde Recursosion publicado(s) Versão
    'Continue'     'Continue'
 => 'Continue',  => 'Continue',
Line 3945  use base qw(Apache::localize); Line 3937  use base qw(Apache::localize);
    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'     'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
 => 'Enter terms or phrases separated by search operators such as AND, OR, or NOT',  => 'Enter terms or phrases separated by search operators such as AND, OR, or NOT',
 # fornecer terms ou phrases sepaRemed Por pesquisar opeRemous such as AND, ou, ou NãoT  # fornecer terms ou phrases sepaRemed Por pesquisar opeRemous such as AND, ou, ou NãoT
    'Entering Construction Space'     'Entering Authoring Space'
 => 'Entering Construction Space',  => 'Entering Authoring Space',
 # fornecering Conde Recursosion publicado(s)  # fornecering Conde Recursosion publicado(s)
    'Error: Directory Non Empty'     'Error: Directory Non Empty'
 => 'Error: Directory Non Empty',  => 'Error: Directory Non Empty',
Line 5326  use base qw(Apache::localize); Line 5318  use base qw(Apache::localize);
 => 'Your Version Settings have been Stored',  => 'Your Version Settings have been Stored',
 # Your Versão Settings have been SParaued  # Your Versão Settings have been SParaued
   
   
   
   
 #  
 # >>>>>>>>>> IMPORTANT NOTE TO THE TRANSLATOR: <<<<<<<<<<  
 #  
 # The following explanation is valid for all entries marked with "Old key: ...".  
 # These entries have been automatically generated to save you some hours of translating.  
 # The _key_ is in all cases correct and up-to-date and must not be changed.  
 # The _value_ is very similar to what the actual translation needs to be.  
 # In most cases, it's just the case (lower/upper) or punctuation what needs to be changed.  
 # Please watch out for changes related to "Course" and "Community".  
 # Some values are untranslated. These entries have to be completely translated anyway.  
 # Recommendation:  
 # If you are done with the correction of the translation,  
 # you should remove the corresponding "#Old key: ..." row  
 #  
 # Example:  
 # #Old key: course documents  
 #    'Community Documents:'  
 # => 'documentos do curso',  
 #  
 # This would be changed to:  
 #    'Community Documents:'  
 # => 'Documentos do Comunidade:',  
 #  
 # Not sure, if "Comunidade" is an appropriate translation of "Community",  
 # but you should get the idea.  
   
   
   
 #Old key: Do NOT generate as standard course  #Old key: Do NOT generate as standard course
    'Do NOT generate as standard community'     'Do NOT generate as standard community'
 => 'Do NOT generate as standard course',  => 'Do NOT generate as standard course',
Line 5373  use base qw(Apache::localize); Line 5334  use base qw(Apache::localize);
    'No ending date'     'No ending date'
 => 'no ending date',  => 'no ending date',
   
 #Old key: Retrieval of an old version will overwrite the file currently in construction space  
    'Retrieval of an old version will overwrite the file currently in construction space.'  
 => 'A restauração de uma versão antiga irá sobre-escrever o arquivo atual na área de construção',  
   
 #Old key: Last Name  #Old key: Last Name
    'Last name'     'Last name'
 => 'Último Nome',  => 'Último Nome',
Line 5725  use base qw(Apache::localize); Line 5682  use base qw(Apache::localize);
    'Display:'     'Display:'
 => 'Visor',  => 'Visor',
   
 #Old key: Construction Space  
    'Construction space'  
 => 'Área de Construção',  
   
 #Old key: Your Excel Spreadsheet  #Old key: Your Excel Spreadsheet
    'Your Excel spreadsheet'     'Your Excel spreadsheet'
 => 'Sua Planilha do Excel',  => 'Sua Planilha do Excel',
Line 6029  use base qw(Apache::localize); Line 5982  use base qw(Apache::localize);
    'Format'     'Format'
 => 'Formato:',  => 'Formato:',
   
 #Old key: Construction Space     'Authoring Space:'
    'Construction Space:'  => 'Authoring Space:', # 'Área de Construção:',
 => 'Área de Construção',  
   
 #Old key: There are currently no results  #Old key: There are currently no results
    'There are currently no results.'     'There are currently no results.'
Line 6235  use base qw(Apache::localize); Line 6187  use base qw(Apache::localize);
    '#Wrng'     '#Wrng'
 => '#Wrng',  => '#Wrng',
   
    "'New'  critical message from "     "'New' critical message from [_1]"
 => "'New'  critical message from ",  => "'New' critical message from [_1]",
   
    "'New'  message from "     "'New' message from [_1]"
 => "'New'  message from ",  => "'New' message from [_1]",
   
    '(128 KB max size)'     '(128 KB max size)'
 => '(128 KB max size)',  => '(128 KB max size)',
Line 6412  use base qw(Apache::localize); Line 6364  use base qw(Apache::localize);
    '<b>[_1]</b> enrolled'     '<b>[_1]</b> enrolled'
 => '<b>[_1]</b> enrolled',  => '<b>[_1]</b> enrolled',
   
    '<br />Invalid map: <tt>[_1]</tt>'     'Invalid map: [_1]'
 => '<br />Invalid map: <tt>[_1]</tt>',  => 'Invalid map: [_1]',
   
    '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.'     'Map not loaded: The file [_1] does not exist.'
 => '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.',  => 'Map not loaded: The file [_1] does not exist.',
   
    '?[_98]'     '?[_98]'
 => '?[_98]',  => '?[_98]',
Line 6535  use base qw(Apache::localize); Line 6487  use base qw(Apache::localize);
    'A support request has been sent to'     'A support request has been sent to'
 => 'A support request has been sent to',  => 'A support request has been sent to',
   
    'A total of [_1] Mb can be divided amongst all groups in the course, and [_2] Mb are currently unallocated.'     'A total of [_1] MB can be divided amongst all groups in the course, and [_2] MB are currently unallocated.'
 => 'A total of [_1] Mb can be divided amongst all groups in the course, and [_2] Mb are currently unallocated.',  => 'A total of [_1] MB can be divided amongst all groups in the course, and [_2] MB are currently unallocated.',
   
    'A total of [_1] group portfolio files are available.'     'A total of [_1] group portfolio files are available.'
 => 'A total of [_1] group portfolio files are available.',  => 'A total of [_1] group portfolio files are available.',
Line 7069  use base qw(Apache::localize); Line 7021  use base qw(Apache::localize);
    'Allowing others to retrieve file: [_1]'     'Allowing others to retrieve file: [_1]'
 => 'Allowing others to retrieve file: [_1]',  => 'Allowing others to retrieve file: [_1]',
   
    'Already in this course:<br />[_1] in folder/map [_2].<br />'     'Already in this course:'
 => 'Already in this course:<br />[_1] in folder/map [_2].<br />',  => 'Already in this course:',
   
      '[_1] in folder/map [_2]'
   => '[_1] in folder/map [_2]',
   
    'Already logged in'     'Already logged in'
 => 'Already logged in',  => 'Already logged in',
Line 7153  use base qw(Apache::localize); Line 7108  use base qw(Apache::localize);
    'An e-mail confirming setting of the password for your LON-CAPA account has been sent to [_1].'     'An e-mail confirming setting of the password for your LON-CAPA account has been sent to [_1].'
 => 'An e-mail confirming setting of the password for your LON-CAPA account has been sent to [_1].',  => 'An e-mail confirming setting of the password for your LON-CAPA account has been sent to [_1].',
   
    'An e-mail sent to the e-mail address associated with your LON-CAPA account includes the web address for the link you should use to complete the reset process.<br /><br />The link included in the message will be valid for the next <b>two</b> hours.'     'An e-mail sent to the e-mail address associated with your LON-CAPA account includes the web address for the link you should use to complete the reset process.'
 => 'An e-mail sent to the e-mail address associated with your LON-CAPA account includes the web address for the link you should use to complete the reset process.<br /><br />The link included in the message will be valid for the next <b>two</b> hours.',  => 'An e-mail sent to the e-mail address associated with your LON-CAPA account includes the web address for the link you should use to complete the reset process.',
   
    'An e-mail will also be sent to: [_1] when this occurs.'     'An e-mail will also be sent to: [_1] when this occurs.'
 => 'An e-mail will also be sent to: [_1] when this occurs.',  => 'An e-mail will also be sent to: [_1] when this occurs.',
Line 7417  use base qw(Apache::localize); Line 7372  use base qw(Apache::localize);
    'Archived Message'     'Archived Message'
 => 'Archived Message',  => 'Archived Message',
   
    'Are you sure you want to cancel this request?\n'     'Are you sure you want to cancel this request?'
 => 'Are you sure you want to cancel this request?\n',  => 'Are you sure you want to cancel this request?',
   
    'Are you sure you want to cancel this request?\nYour request will be removed.'     'Your request will be removed.'
 => 'Are you sure you want to cancel this request?\nYour request will be removed.',  => 'Your request will be removed.',
   
    'Are you sure you want to delete this post?'     'Are you sure you want to delete this post?'
 => 'Are you sure you want to delete this post?',  => 'Are you sure you want to delete this post?',
Line 7555  use base qw(Apache::localize); Line 7510  use base qw(Apache::localize);
    'Assigning role of Group Coordinator to [_1]:'     'Assigning role of Group Coordinator to [_1]:'
 => 'Assigning role of Group Coordinator to [_1]:',  => 'Assigning role of Group Coordinator to [_1]:',
   
    'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted'     'Assigning yourself a co-author or assistant co-author role in your own author area in Authoring Space is not permitted'
 => 'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted',  => 'Assigning yourself a co-author or assistant co-author role in your own author area in Authoring Space is not permitted',
   
    'Assistant Co-Author'     'Assistant Co-Author'
 => 'Assistant Co-Author',  => 'Assistant Co-Author',
Line 7840  use base qw(Apache::localize); Line 7795  use base qw(Apache::localize);
    'Blank Problem'     'Blank Problem'
 => 'Blank Problem',  => 'Blank Problem',
   
    'Block access to construction space'     'Block access to Authoring Space'
 => 'Block access to construction space',  => 'Block access to Authoring Space',
   
    'Block set by'     'Block set by'
 => 'Block set by',  => 'Block set by',
Line 7942  use base qw(Apache::localize); Line 7897  use base qw(Apache::localize);
    'By default, based on your institutional affiliation, your LON-CAPA account can be automatically updated nightly based on directory information from your institution.'     'By default, based on your institutional affiliation, your LON-CAPA account can be automatically updated nightly based on directory information from your institution.'
 => 'By default, based on your institutional affiliation, your LON-CAPA account can be automatically updated nightly based on directory information from your institution.',  => 'By default, based on your institutional affiliation, your LON-CAPA account can be automatically updated nightly based on directory information from your institution.',
   
    'By default, the Domain Coordinator can enter your construction space.'     'By default, the Domain Coordinator can enter your Authoring Space.'
 => 'By default, the Domain Coordinator can enter your construction space.',  => 'By default, the Domain Coordinator can enter your Authoring Space.',
   
    'By domain and username'     'By domain and username'
 => 'By domain and username',  => 'By domain and username',
Line 8614  use base qw(Apache::localize); Line 8569  use base qw(Apache::localize);
    'Code'     'Code'
 => 'Code',  => 'Code',
   
    'Code ran too long. It ran for more than'  
 => 'Code ran too long. It ran for more than',  
   
    'Collaborated with [_1]'     'Collaborated with [_1]'
 => 'Collaborated with [_1]',  => 'Collaborated with [_1]',
   
Line 8635  use base qw(Apache::localize); Line 8587  use base qw(Apache::localize);
    'Column [_1]'     'Column [_1]'
 => 'Column [_1]',  => 'Column [_1]',
   
    'Combined size of files not to exceed: [_1] MB[_2].'     'Combined size of files not to exceed: [_1] MB.'
 => 'Combined size of files not to exceed: [_1] MB[_2].',  => 'Combined size of files not to exceed: [_1] MB.',
   
    'Comment'     'Comment'
 => 'Comment',  => 'Comment',
Line 8875  use base qw(Apache::localize); Line 8827  use base qw(Apache::localize);
    'Consequently, although a new role was created for you in the course, you will not be able to select this role until [_1].'     'Consequently, although a new role was created for you in the course, you will not be able to select this role until [_1].'
 => 'Consequently, although a new role was created for you in the course, you will not be able to select this role until [_1].',  => 'Consequently, although a new role was created for you in the course, you will not be able to select this role until [_1].',
   
    'Construction Space access is only available from the home server of the corresponding Author.'     'Authoring Space access is only available from the home server of the corresponding Author.'
 => 'Construction Space access is only available from the home server of the corresponding Author.',  => 'Authoring Space access is only available from the home server of the corresponding Author.',
   
    'Contact Helpdesk'     'Contact Helpdesk'
 => 'Contact Helpdesk',  => 'Contact Helpdesk',
Line 8971  use base qw(Apache::localize); Line 8923  use base qw(Apache::localize);
    'Copy'     'Copy'
 => 'Copy',  => 'Copy',
   
    'Copy Problem Source Code to Construction Space'     'Copy Problem Source Code to Authoring Space'
 => 'Copy Problem Source Code to Construction Space',  => 'Copy Problem Source Code to Authoring Space',
   
    'Copy [_1] to [_2]?'     'Copy [_1] to [_2]?'
 => 'Copy [_1] to [_2]?',  => 'Copy [_1] to [_2]?',
Line 8983  use base qw(Apache::localize); Line 8935  use base qw(Apache::localize);
    'Copy saved but not submitted.'     'Copy saved but not submitted.'
 => 'Copy saved but not submitted.',  => 'Copy saved but not submitted.',
   
    'Copy to Construction Space'     'Copy to Authoring Space'
 => 'Copy to Construction Space',  => 'Copy to Authoring Space',
   
    'Copy to main window'     'Copy to main window'
 => 'Copy to main window',  => 'Copy to main window',
Line 10111  use base qw(Apache::localize); Line 10063  use base qw(Apache::localize);
    'Delete group'     'Delete group'
 => 'Delete group',  => 'Delete group',
   
    'Delete messages from discussion boards'  
 => 'Delete messages from discussion boards',  
   
    'Delete or move the messages to a different folder first.'     'Delete or move the messages to a different folder first.'
 => 'Delete or move the messages to a different folder first.',  => 'Delete or move the messages to a different folder first.',
   
Line 10201  use base qw(Apache::localize); Line 10150  use base qw(Apache::localize);
    'Differences can occur if submissions were modified using manual grading after a bubblesheet grading pass.'     'Differences can occur if submissions were modified using manual grading after a bubblesheet grading pass.'
 => 'Differences can occur if submissions were modified using manual grading after a bubblesheet grading pass.',  => 'Differences can occur if submissions were modified using manual grading after a bubblesheet grading pass.',
   
    'Different collaborative tools<br />for different members:'     'Different collaborative tools[_1]for different members:'
 => 'Different collaborative tools<br />for different members:',  => 'Different collaborative tools[_1]for different members:',
   
    'Different group members may receive different privileges from others for the tools they have been assigned.'     'Different group members may receive different privileges from others for the tools they have been assigned.'
 => 'Different group members may receive different privileges from others for the tools they have been assigned.',  => 'Different group members may receive different privileges from others for the tools they have been assigned.',
Line 10276  use base qw(Apache::localize); Line 10225  use base qw(Apache::localize);
    'Discussion'     'Discussion'
 => 'Discussion',  => 'Discussion',
   
    'Discussion Board'  
 => 'Discussion Board',  
   
    'Discussion Board Title'     'Discussion Board Title'
 => 'Discussion Board Title',  => 'Discussion Board Title',
   
Line 10471  use base qw(Apache::localize); Line 10417  use base qw(Apache::localize);
    'Display of resources '     'Display of resources '
 => 'Display of resources ',  => 'Display of resources ',
   
    'Display of your name in the student-viewable roster set to <b>[_1]</b>.'     'Display of your name in the student-viewable roster set to [_1].'
 => 'Display of your name in the student-viewable roster set to <b>[_1]</b>.',  => 'Display of your name in the student-viewable roster set to [_1].',
   
    'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).'     'Display of your name in the student-viewable roster unchanged (set to [_1]).'
 => 'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).',  => 'Display of your name in the student-viewable roster unchanged (set to [_1]).',
   
    'Display official course requests submitted by authorized users, held pending validation of instructor status.'     'Display official course requests submitted by authorized users, held pending validation of instructor status.'
 => 'Display official course requests submitted by authorized users, held pending validation of instructor status.',  => 'Display official course requests submitted by authorized users, held pending validation of instructor status.',
Line 10663  use base qw(Apache::localize); Line 10609  use base qw(Apache::localize);
    'Dump Course Documents'     'Dump Course Documents'
 => 'Dump Course Documents',  => 'Dump Course Documents',
   
    'Dump Course Documents to Construction Space'     'Copying content to Authoring Space requires switching server.'
 => 'Dump Course Documents to Construction Space',  => 'Copying content to Authoring Space requires switching server.',
   
    'Dump Course Documents to Construction Space: available on other servers'  
 => 'Dump Course Documents to Construction Space: available on other servers',  
   
    'Duration'     'Duration'
 => 'Duration',  => 'Duration',
Line 10948  use base qw(Apache::localize); Line 10891  use base qw(Apache::localize);
    'Enter New Login Data'     'Enter New Login Data'
 => 'Enter New Login Data',  => 'Enter New Login Data',
   
    'Enter a file name: '     'Enter a filename: '
 => 'Enter a file name: ',  => 'Enter a filename: ',
   
    'Enter a maximum of [quant,_1,collaborator] using username or username:domain, e.g. smithje or smithje:[_2].'     'Enter a maximum of [quant,_1,collaborator] using username or username:domain, e.g. smithje or smithje:[_2].'
 => 'Enter a maximum of [quant,_1,collaborator] using username or username:domain, e.g. smithje or smithje:[_2].',  => 'Enter a maximum of [quant,_1,collaborator] using username or username:domain, e.g. smithje or smithje:[_2].',
Line 10969  use base qw(Apache::localize); Line 10912  use base qw(Apache::localize);
    'Enter as many fields as you can.<br /> The system will inform you and bring you back to this page, <br /> if the data selected are insufficient to add users.'     'Enter as many fields as you can.<br /> The system will inform you and bring you back to this page, <br /> if the data selected are insufficient to add users.'
 => 'Enter as many fields as you can.<br /> The system will inform you and bring you back to this page, <br /> if the data selected are insufficient to add users.',  => 'Enter as many fields as you can.<br /> The system will inform you and bring you back to this page, <br /> if the data selected are insufficient to add users.',
   
    'Enter construction space as assistant co-author'     'Enter Authoring Space as assistant co-author'
 => 'Enter construction space as assistant co-author',  => 'Enter Authoring Space as assistant co-author',
   
    'Enter construction space as co-author'     'Enter Authoring Space as co-author'
 => 'Enter construction space as co-author',  => 'Enter Authoring Space as co-author',
   
    'Enter course'     'Enter course'
 => 'Enter course',  => 'Enter course',
Line 10987  use base qw(Apache::localize); Line 10930  use base qw(Apache::localize);
    'Enter institutional course code'     'Enter institutional course code'
 => 'Enter institutional course code',  => 'Enter institutional course code',
   
    'Enter my construction space'  
 => 'Enter my construction space',  
   
    'Enter my groups in the course'     'Enter my groups in the course'
 => 'Enter my groups in the course',  => 'Enter my groups in the course',
   
Line 11230  use base qw(Apache::localize); Line 11170  use base qw(Apache::localize);
    'Executive'     'Executive'
 => 'Executive',  => 'Executive',
   
    'Existing Co-Author Roles in your Construction Space'     'Existing Co-Author Roles in your Authoring Space'
 => 'Existing Co-Author Roles in your Construction Space',  => 'Existing Co-Author Roles in your Authoring Space',
   
    'Existing Parameter Settings for Resources'     'Existing Parameter Settings for Resources'
 => 'Existing Parameter Settings for Resources',  => 'Existing Parameter Settings for Resources',
Line 11299  use base qw(Apache::localize); Line 11239  use base qw(Apache::localize);
    'External: shows only number of completed parts'     'External: shows only number of completed parts'
 => 'External: shows only number of completed parts',  => 'External: shows only number of completed parts',
   
    'Extra space<br />before selected'     'Extra space[_1]before selected'
 => 'Extra space<br />before selected',  => 'Extra space[_1]before selected',
   
    'Failed to copy old target'     'Failed to copy old target'
 => 'Failed to copy old target',  => 'Failed to copy old target',
Line 11536  use base qw(Apache::localize); Line 11476  use base qw(Apache::localize);
    'For the collaborative tools you have chosen to include only core privileges are available, so there are no optional privileges to assign.'     'For the collaborative tools you have chosen to include only core privileges are available, so there are no optional privileges to assign.'
 => 'For the collaborative tools you have chosen to include only core privileges are available, so there are no optional privileges to assign.',  => 'For the collaborative tools you have chosen to include only core privileges are available, so there are no optional privileges to assign.',
   
    'For the following course/community requests an error occurred when removing requests for the following from the pending queue:'     'For the following course/community requests an error occurred when removing requests from the pending queue:'
 => 'For the following course/community requests an error occurred when removing requests for the following from the pending queue:',  => 'For the following course/community requests an error occurred when removing requests from the pending queue:',
   
    "For the following course/community requests an error occurred when updating the requestor's own requests record:"     "For the following course/community requests an error occurred when updating the requestor's own requests record:"
 => "For the following course/community requests an error occurred when updating the requestor's own requests record:",  => "For the following course/community requests an error occurred when updating the requestor's own requests record:",
Line 11548  use base qw(Apache::localize); Line 11488  use base qw(Apache::localize);
    "For the following users, an error occurred when updating the user's own self-enroll requests record:"     "For the following users, an error occurred when updating the user's own self-enroll requests record:"
 => "For the following users, an error occurred when updating the user's own self-enroll requests record:",  => "For the following users, an error occurred when updating the user's own self-enroll requests record:",
   
    'For this user, the default quota is [_1] Mb.'     'For this user, the default quota is [_1] MB.'
 => 'For this user, the default quota is [_1] Mb.',  => 'For this user, the default quota is [_1] MB.',
   
    "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2])."     "For this user, the default quota of [_1] MB, is determined by the user's institutional affiliation ([_2])."
 => "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2]).",  => "For this user, the default quota of [_1] MB, is determined by the user's institutional affiliation ([_2]).",
   
    'For this user, the default quota would be [_1]'     'For this user, the default quota would be [_1]'
 => 'For this user, the default quota would be [_1]',  => 'For this user, the default quota would be [_1]',
   
    "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2])."     "For this user, the default quota would be [_1] MB, as determined by the user's institutional affiliation ([_2])."
 => "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2]).",  => "For this user, the default quota would be [_1] MB, as determined by the user's institutional affiliation ([_2]).",
   
    'For this user, the default quota would be [_1] Mb.'     'For this user, the default quota would be [_1] MB.'
 => 'For this user, the default quota would be [_1] Mb.',  => 'For this user, the default quota would be [_1] MB.',
   
    'Force all students in the course to use a specific math rendering engine.'     'Force all students in the course to use a specific math rendering engine.'
 => 'Force all students in the course to use a specific math rendering engine.',  => 'Force all students in the course to use a specific math rendering engine.',
Line 11653  use base qw(Apache::localize); Line 11593  use base qw(Apache::localize);
    'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.'     'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.'
 => 'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.',  => 'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.',
   
    'Found no correct answers answers for grading!'     'Found no correct answers for grading!'
 => 'Found no correct answers answers for grading!',  => 'Found no correct answers for grading!',
   
    'Found no questions.'     'Found no questions.'
 => 'Found no questions.',  => 'Found no questions.',
Line 12364  use base qw(Apache::localize); Line 12304  use base qw(Apache::localize);
    'In discussions: all posts will be displayed.'     'In discussions: all posts will be displayed.'
 => 'In discussions: all posts will be displayed.',  => 'In discussions: all posts will be displayed.',
   
    'In discussions: new posts will be cease to be identified as "NEW" after display.'     'In discussions: new posts will cease to be identified as "NEW" after display.'
 => 'In discussions: new posts will be cease to be identified as "NEW" after display.',  => 'In discussions: new posts will cease to be identified as "NEW" after display.',
   
    'In discussions: only new posts will be displayed.'     'In discussions: only new posts will be displayed.'
 => 'In discussions: only new posts will be displayed.',  => 'In discussions: only new posts will be displayed.',
Line 12820  use base qw(Apache::localize); Line 12760  use base qw(Apache::localize);
    'Link to published resource'     'Link to published resource'
 => 'Link to published resource',  => 'Link to published resource',
   
    'Link to resource in Construction Space'     'Link to resource in Authoring Space'
 => 'Link to resource in Construction Space',  => 'Link to resource in Authoring Space',
   
    'Linked/Related Resources'     'Linked/Related Resources'
 => 'Linked/Related Resources',  => 'Linked/Related Resources',
Line 14197  use base qw(Apache::localize); Line 14137  use base qw(Apache::localize);
    'Note: in anonymous discussion, your name is visible only to course faculty'     'Note: in anonymous discussion, your name is visible only to course faculty'
 => 'Note: in anonymous discussion, your name is visible only to course faculty',  => 'Note: in anonymous discussion, your name is visible only to course faculty',
   
    'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.'     'Note: the path is in reference to the root of your Authoring Space, and new directories will be automatically created.'
 => 'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.',  => 'Note: the path is in reference to the root of your Authoring Space, and new directories will be automatically created.',
   
    'Nothing submitted - no attempts.'     'Nothing submitted - no attempts.'
 => 'Nothing submitted - no attempts.',  => 'Nothing submitted - no attempts.',
Line 14980  use base qw(Apache::localize); Line 14920  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 15439  use base qw(Apache::localize); Line 15376  use base qw(Apache::localize);
    'Quizzes'     'Quizzes'
 => 'Quizzes',  => 'Quizzes',
   
    'Quota (Mb)'     'Quota (MB)'
 => 'Quota (Mb)',  => 'Quota (MB)',
   
    'Quota allocated to group portfolio:'     'Quota allocated to group portfolio:'
 => 'Quota allocated to group portfolio:',  => 'Quota allocated to group portfolio:',
Line 16207  use base qw(Apache::localize); Line 16144  use base qw(Apache::localize);
    'Roster Update'     'Roster Update'
 => 'Roster Update',  => 'Roster Update',
   
    'Rsource is undefined.'     'Resource is undefined.'
 => 'Rsource is undefined.',  => 'Resource is undefined.',
   
    'Running loncron ...'     'Running loncron ...'
 => 'Running loncron ...',  => 'Running loncron ...',
Line 16585  use base qw(Apache::localize); Line 16522  use base qw(Apache::localize);
    'Select the sequence to print resources from:'     'Select the sequence to print resources from:'
 => 'Select the sequence to print resources from:',  => 'Select the sequence to print resources from:',
   
    'SelectProblem(s) to print'  
 => 'SelectProblem(s) to print',  
   
    'Selected Parameters:'     'Selected Parameters:'
 => 'Selected Parameters:',  => 'Selected Parameters:',
   
Line 17497  use base qw(Apache::localize); Line 17431  use base qw(Apache::localize);
    'Start date:'     'Start date:'
 => 'Start date:',  => 'Start date:',
   
    'Start new page<br />before selected'     'Start new page[_1]before selected'
 => 'Start new page<br />before selected',  => 'Start new page[_1]before selected',
   
    'Start the process of hand grading submissions.'     'Start the process of hand grading submissions.'
 => 'Start the process of hand grading submissions.',  => 'Start the process of hand grading submissions.',
Line 17929  use base qw(Apache::localize); Line 17863  use base qw(Apache::localize);
    'The course owner has invited you to become a co-owner:'     'The course owner has invited you to become a co-owner:'
 => 'The course owner has invited you to become a co-owner:',  => 'The course owner has invited you to become a co-owner:',
   
    'The course roster is not up to date'     'The course roster is not up to date.'
 => 'The course roster is not up to date',  => 'The course roster is not up to date.',
   
    'The courseID provided does not match a community in this domain.'     'The courseID provided does not match a community in this domain.'
 => 'The courseID provided does not match a community in this domain.',  => 'The courseID provided does not match a community in this domain.',
Line 17941  use base qw(Apache::localize); Line 17875  use base qw(Apache::localize);
    'The current status of this request could not be verified as pending approval/institutional action.'     'The current status of this request could not be verified as pending approval/institutional action.'
 => 'The current status of this request could not be verified as pending approval/institutional action.',  => 'The current status of this request could not be verified as pending approval/institutional action.',
   
    'The data are not in the format expected for the domain: [_1]'     'The data is not in the format expected for the domain: [_1]'
 => 'The data are not in the format expected for the domain: [_1]',  => 'The data is not in the format expected for the domain: [_1]',
   
    'The default privileges new members will receive are:'     'The default privileges new members will receive are:'
 => 'The default privileges new members will receive are:',  => 'The default privileges new members will receive are:',
   
    'The disk space allocated for group portfolio files in this community is the default quota for this domain: [_1] Mb.'     'The disk space allocated for group portfolio files in this community is the default quota for this domain: [_1] MB.'
 => 'The disk space allocated for group portfolio files in this community is the default quota for this domain: [_1] Mb.',  => 'The disk space allocated for group portfolio files in this community is the default quota for this domain: [_1] MB.',
   
    'The disk space allocated for group portfolio files in this course is the default quota for this domain: [_1] Mb.'     'The disk space allocated for group portfolio files in this course is the default quota for this domain: [_1] MB.'
 => 'The disk space allocated for group portfolio files in this course is the default quota for this domain: [_1] Mb.',  => 'The disk space allocated for group portfolio files in this course is the default quota for this domain: [_1] MB.',
   
    'The disk space allocated for group portfolio files is now: [_1] Mb.'     'The disk space allocated for group portfolio files is now: [_1] MB.'
 => 'The disk space allocated for group portfolio files is now: [_1] Mb.',  => 'The disk space allocated for group portfolio files is now: [_1] MB.',
   
    'The disk space allocated for group portfolio files remains unchanged as [_1] Mb.'     'The disk space allocated for group portfolio files remains unchanged as [_1] MB.'
 => 'The disk space allocated for group portfolio files remains unchanged as [_1] Mb.',  => 'The disk space allocated for group portfolio files remains unchanged as [_1] MB.',
   
    'The document contains errors and cannot be published.'     'The document contains errors and cannot be published.'
 => 'The document contains errors and cannot be published.',  => 'The document contains errors and cannot be published.',
Line 18016  use base qw(Apache::localize); Line 17950  use base qw(Apache::localize);
    'The file format for the uploaded portion of the message is'     'The file format for the uploaded portion of the message is'
 => 'The file format for the uploaded portion of the message is',  => 'The file format for the uploaded portion of the message is',
   
    'The file was uploaded to the wrong course'     'The file was uploaded to the wrong course.'
 => 'The file was uploaded to the wrong course',  => 'The file was uploaded to the wrong course.',
   
    'The first date for automated enrollment has been changed'     'The first date for automated enrollment has been changed'
 => 'The first date for automated enrollment has been changed',  => 'The first date for automated enrollment has been changed',
Line 18291  use base qw(Apache::localize); Line 18225  use base qw(Apache::localize);
    'The new discussion board was added successfully.<br />'     'The new discussion board was added successfully.<br />'
 => 'The new discussion board was added successfully.<br />',  => 'The new discussion board was added successfully.<br />',
   
    'The new file name was changed from:<br />[_1] to [_2]'     'The new filename was changed from:<br />[_1] to [_2]'
 => 'The new file name was changed from:<br />[_1] to [_2]',  => 'The new filename was changed from:<br />[_1] to [_2]',
   
    'The new folder may not be named'     'The new folder may not be named'
 => 'The new folder may not be named',  => 'The new folder may not be named',
Line 18345  use base qw(Apache::localize); Line 18279  use base qw(Apache::localize);
    'The problem '     'The problem '
 => 'The problem ',  => 'The problem ',
   
    'The quota can be increased to [_1] Mb, by adding all unallocated space for groups in the course.'     'The quota can be increased to [_1] MB, by adding all unallocated space for groups in the course.'
 => 'The quota can be increased to [_1] Mb, by adding all unallocated space for groups in the course.',  => 'The quota can be increased to [_1] MB, by adding all unallocated space for groups in the course.',
   
    'The quota is currently [_1] Mb'     'The quota is currently [_1] MB'
 => 'The quota is currently [_1] Mb',  => 'The quota is currently [_1] MB',
   
    'The recipient addresses may need to be corrected'     'The recipient addresses may need to be corrected'
 => 'The recipient addresses may need to be corrected',  => 'The recipient addresses may need to be corrected',
Line 18449  use base qw(Apache::localize); Line 18383  use base qw(Apache::localize);
    'The value provided was invalid - it must be a positive integer if enrollment is being limited.'     'The value provided was invalid - it must be a positive integer if enrollment is being limited.'
 => 'The value provided was invalid - it must be a positive integer if enrollment is being limited.',  => 'The value provided was invalid - it must be a positive integer if enrollment is being limited.',
   
    'The value you entered for the quota for the group portfolio in this group contained invalid characters, so it has been set to 0 Mb. You can change this by modifying the group settings.'     'The value you entered for the quota for the group portfolio in this group contained invalid characters, so it has been set to 0 MB. You can change this by modifying the group settings.'
 => 'The value you entered for the quota for the group portfolio in this group contained invalid characters, so it has been set to 0 Mb. You can change this by modifying the group settings.',  => 'The value you entered for the quota for the group portfolio in this group contained invalid characters, so it has been set to 0 MB. You can change this by modifying the group settings.',
   
    'The value you entered for the quota for the group portfolio in this group exceeded the maximum possible value, so it has been set to [_1] Mb (the maximum possible value).'     'The value you entered for the quota for the group portfolio in this group exceeded the maximum possible value, so it has been set to [_1] MB(the maximum possible value).'
 => 'The value you entered for the quota for the group portfolio in this group exceeded the maximum possible value, so it has been set to [_1] Mb (the maximum possible value).',  => 'The value you entered for the quota for the group portfolio in this group exceeded the maximum possible value, so it has been set to [_1] MB (the maximum possible value).',
   
    'There are [_1] matches to your query.'     'There are [_1] matches to your query.'
 => 'There are [_1] matches to your query.',  => 'There are [_1] matches to your query.',
Line 18497  use base qw(Apache::localize); Line 18431  use base qw(Apache::localize);
    'There are no active, future or previous group members to modify.'     'There are no active, future or previous group members to modify.'
 => 'There are no active, future or previous group members to modify.',  => 'There are no active, future or previous group members to modify.',
   
    'There are no author roles currently in domain: [_1], so there are no Construction spaces for which you can assume a co-author role.'     'There are no author roles currently in domain: [_1], so there are no Authoring Spaces for which you can assume a co-author role.'
 => 'There are no author roles currently in domain: [_1], so there are no Construction spaces for which you can assume a co-author role.',  => 'There are no author roles currently in domain: [_1], so there are no Authoring Spaces for which you can assume a co-author role.',
   
    'There are no authors or co-authors to display.'     'There are no authors or co-authors to display.'
 => 'There are no authors or co-authors to display.',  => 'There are no authors or co-authors to display.',
Line 18527  use base qw(Apache::localize); Line 18461  use base qw(Apache::localize);
    'There are no groups to display in this [_1].'     'There are no groups to display in this [_1].'
 => 'There are no groups to display in this [_1].',  => 'There are no groups to display in this [_1].',
   
    'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.'     'There are no library servers containing Authoring Spaces currently in domain: [_1], so you can not assume a co-author role.'
 => 'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.',  => 'There are no library servers containing Authoring Spaces currently in domain: [_1], so you can not assume a co-author role.',
   
    'There are no members currently enrolled.'     'There are no members currently enrolled.'
 => 'There are no members currently enrolled.',  => 'There are no members currently enrolled.',
Line 19397  use base qw(Apache::localize); Line 19331  use base qw(Apache::localize);
    'Upload file to current directory'     'Upload file to current directory'
 => 'Upload file to current directory',  => 'Upload file to current directory',
   
    'Upload of new portfolio files and assignment of a non-zero Mb quota to new groups in the community will not be possible until some files have been deleted, and total usage is below community quota.'     'Upload of new portfolio files and assignment of a non-zero MB quota to new groups in the community will not be possible until some files have been deleted, and total usage is below community quota.'
 => 'Upload of new portfolio files and assignment of a non-zero Mb quota to new groups in the community will not be possible until some files have been deleted, and total usage is below community quota.',  => 'Upload of new portfolio files and assignment of a non-zero MB quota to new groups in the community will not be possible until some files have been deleted, and total usage is below community quota.',
   
    'Upload:'     'Upload:'
 => 'Upload:',  => 'Upload:',
Line 20224  to access the full message.', Line 20158  to access the full message.',
    'You do not currently have rights to view this group.'     'You do not currently have rights to view this group.'
 => 'You do not currently have rights to view this group.',  => 'You do not currently have rights to view this group.',
   
    'You do not have a domain coordinator role in domain: [_1], so you cannot choose a Construction space for which you can assume a co-author role.'     'You do not have a domain coordinator role in domain: [_1], so you cannot choose an Authoring Space for which you can assume a co-author role.'
 => 'You do not have a domain coordinator role in domain: [_1], so you cannot choose a Construction space for which you can assume a co-author role.',  => 'You do not have a domain coordinator role in domain: [_1], so you cannot choose an Authoring Space for which you can assume a co-author role.',
   
    'You do not have a domain coordinator role, so you cannot choose a Construction space for which you can assume a co-author role.'     'You do not have a domain coordinator role, so you cannot choose an Authoring Space for which you can assume a co-author role.'
 => 'You do not have a domain coordinator role, so you cannot choose a Construction space for which you can assume a co-author role.',  => 'You do not have a domain coordinator role, so you cannot choose an Authoring Space for which you can assume a co-author role.',
   
    'You do not have group administration privileges in this course.'     'You do not have group administration privileges in this course.'
 => 'You do not have group administration privileges in this course.',  => 'You do not have group administration privileges in this course.',
Line 20293  to access the full message.', Line 20227  to access the full message.',
    'You have a student role (section: "[_1]") in this course which will become active [_2].'     'You have a student role (section: "[_1]") in this course which will become active [_2].'
 => 'You have a student role (section: "[_1]") in this course which will become active [_2].',  => 'You have a student role (section: "[_1]") in this course which will become active [_2].',
   
    'You have been enrolled in the LON-CAPA system at your institution, because you are a registered student in a class which is using the LON-CAPA couse management and online homework system.'     'You have been enrolled in the LON-CAPA system at your institution, because you are a registered student in a class which is using the LON-CAPA course management and online homework system.'
 => 'You have been enrolled in the LON-CAPA system at your institution, because you are a registered student in a class which is using the LON-CAPA couse management and online homework system.',  => 'You have been enrolled in the LON-CAPA system at your institution, because you are a registered student in a class which is using the LON-CAPA course management and online homework system.',
   
    'You have been successfully logged out.'     'You have been successfully logged out.'
 => 'You have been successfully logged out.',  => 'You have been successfully logged out.',
   
    'You have indicated that the group portfolio should be enabled, but you have set the respository quota to 0 Mb.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.'     'You have indicated that the group portfolio should be enabled, but you have set the respository quota to 0 MB.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.'
 => 'You have indicated that the group portfolio should be enabled, but you have set the respository quota to 0 Mb.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.',  => 'You have indicated that the group portfolio should be enabled, but you have set the respository quota to 0 MB.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.',
   
    'You have modified your course recently, [_1] may fix this access problem.'     'You have modified your course recently, [_1] may fix this access problem.'
 => 'You have modified your course recently, [_1] may fix this access problem.',  => 'You have modified your course recently, [_1] may fix this access problem.',
Line 20332  to access the full message.', Line 20266  to access the full message.',
    'You have requested enabling the previously deleted group [_1].'     'You have requested enabling the previously deleted group [_1].'
 => 'You have requested enabling the previously deleted group [_1].',  => 'You have requested enabling the previously deleted group [_1].',
   
    "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested file name."     "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested filename."
 => "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested file name.",  => "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested filename.",
   
    'You have rights to request the creation of courses and/or communities in the following domain(s):'     'You have rights to request the creation of courses and/or communities in the following domain(s):'
 => 'You have rights to request the creation of courses and/or communities in the following domain(s):',  => 'You have rights to request the creation of courses and/or communities in the following domain(s):',
Line 20665  to access the full message.', Line 20599  to access the full message.',
    '[_1] Display Request Queue'     '[_1] Display Request Queue'
 => '[_1] Display Request Queue',  => '[_1] Display Request Queue',
   
    '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.'  
 => '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.',  
   
    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 [_5]'     '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 [_5]'
 => '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 [_5]',  => '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 [_5]',
   
    '[_1] Limit by time'     '[_1] Limit by time'
 => '[_1] Limit by time',  => '[_1] Limit by time',
   
    '[_1] Mb'     '[_1] MB'
 => '[_1] Mb',  => '[_1] MB',
   
    '[_1] Requests Updated'     '[_1] Requests Updated'
 => '[_1] Requests Updated',  => '[_1] Requests Updated',
Line 20827  to access the full message.', Line 20758  to access the full message.',
    '[_1]: Unable to modify authentication: [_2]'     '[_1]: Unable to modify authentication: [_2]'
 => '[_1]: Unable to modify authentication: [_2]',  => '[_1]: Unable to modify authentication: [_2]',
   
    '[_1]: Unacceptable username for user [_2] [_3] [_4] [_5]'  
 => '[_1]: Unacceptable username for user [_2] [_3] [_4] [_5]',  
   
    '[_1]: You do not have permission to add the requested role [_2] for the user.'     '[_1]: You do not have permission to add the requested role [_2] for the user.'
 => '[_1]: You do not have permission to add the requested role [_2] for the user.',  => '[_1]: You do not have permission to add the requested role [_2] for the user.',
   
Line 20866  to access the full message.', Line 20794  to access the full message.',
    '[_1]Continue[_2] on in Inline Menu mode'     '[_1]Continue[_2] on in Inline Menu mode'
 => '[_1]Continue[_2] on in Inline Menu mode',  => '[_1]Continue[_2] on in Inline Menu mode',
   
    '[_1]Error:[_2] An error ([_3]) occurred when attempting to upload the file, [_4]'     'An error ([_1]) occurred when attempting to upload the file [_2]'
 => '[_1]Error:[_2] An error ([_3]) occurred when attempting to upload the file, [_4]',  => 'An error ([_1]) occurred when attempting to upload the file [_2]',
   
    '[_1]Error:[_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.'     'The file: [_1] you attempted to upload contained no information. Please check that you entered the correct filename.'
 => '[_1]Error:[_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.',  => 'The file: [_1] you attempted to upload contained no information. Please check that you entered the correct filename.',
   
    '[_1]Hide[_2] clicker id'     '[_1]Hide[_2] clicker id'
 => '[_1]Hide[_2] clicker id',  => '[_1]Hide[_2] clicker id',
Line 21454  to access the full message.', Line 21382  to access the full message.',
    'numerical'     'numerical'
 => 'numerical',  => 'numerical',
   
    'occurred while running'  
 => 'occurred while running',  
   
    'off'     'off'
 => 'off',  => 'off',
   
Line 21616  to access the full message.', Line 21541  to access the full message.',
    'search discussion postings (resources and discussion boards)'     'search discussion postings (resources and discussion boards)'
 => 'search discussion postings (resources and discussion boards)',  => 'search discussion postings (resources and discussion boards)',
   
    'seconds occurred while running &lt;while&gt; on line'     'Code ran too long. It ran for more than [_1] seconds.'
 => 'seconds occurred while running &lt;while&gt; on line',  => 'Code ran too long. It ran for more than [_1] seconds.',
   
      'This occurred while running &lt;while&gt; on line [_1].'
   => 'This occurred while running &lt;while&gt; on line [_1].',
   
      'This occurred while running: [_1]'
   => 'This occurred while running: [_1]',
   
      'Substitution on [_1] with [_2] caused:'
   => 'Substitution on [_1] with [_2] caused:',
   
    'secs ago'     'secs ago'
 => 'secs ago',  => 'secs ago',
Line 21673  to access the full message.', Line 21607  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',
   
Line 21808  to access the full message.', Line 21739  to access the full message.',
    'your general user preferences'     'your general user preferences'
 => 'your general user preferences',  => 'your general user preferences',
   
   
 #SYNCMARKER  #SYNCMARKER
 );  );
 1;  1;

Removed from v.1.58  
changed lines
  Added in v.1.71


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