mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 07:39:09 +01:00
32 lines
1.0 KiB
PHP
32 lines
1.0 KiB
PHP
<?php // $Id$
|
|
// Names of the documentation files
|
|
// Files with a definition "-" are treated as spacers
|
|
|
|
$string['-about'] = "Sobre o Moodle";
|
|
$string['intro.html'] = "Introdução";
|
|
$string['background.html'] = "História";
|
|
$string['philosophy.html'] = "Filosofia";
|
|
$string['licence.html'] = "Licença";
|
|
$string['features.html'] = "Características";
|
|
$string['release.html'] = "Notas de lançamento";
|
|
$string['future.html'] = "Futuro";
|
|
$string['credits.html'] = "Autoria";
|
|
|
|
$string['-installation'] = "Administração";
|
|
$string['install.html'] = "Instalação";
|
|
$string['faq.html'] = "FAQ da Instalação";
|
|
$string['installamp.html'] = "Apache, MySQL, PHP";
|
|
$string['upgrade.html'] = "Actualizações";
|
|
|
|
$string['-usage'] = "Uso do Moodle";
|
|
$string['teacher.html'] = "Manual do Professor";
|
|
$string['other.html'] = "Outros Documentos";
|
|
|
|
$string['-development'] = "Desenvolvimento";
|
|
$string['developer.html'] = "Manual do programador";
|
|
$string['coding.html'] = "Guia de programação";
|
|
$string['cvs.html'] = "Uso doCVS";
|
|
|
|
|
|
?>
|