moodle/lang/es/docs/files.php

19 lines
696 B
PHP
Raw Normal View History

2003-08-29 02:39:11 +00:00
<?PHP // $Id$
$string['intro.html'] = "Introducci<EFBFBD>n";
$string['background.html'] = "Antecedentes";
$string['features.html'] = "Caracter<EFBFBD>sticas";
$string['release.html'] = "Notas sobre versiones";
$string['install.html'] = "Instalaci<EFBFBD>n";
$string['upgrade.html'] = "Actualizaci<EFBFBD>n";
$string['faq.html'] = "Preguntas frecuentes (FAQ)";
$string['installamp.html'] = "Apache, MySQL, PHP";
$string['teacher.html'] = "Manual del Profesor";
$string['developer.html'] = "Manual del Desarrollador";
$string['cvs.html'] = "C<EFBFBD>mo usar el CVS";
$string['future.html'] = "Futuro";
$string['credits.html'] = "Cr<EFBFBD>ditos";
$string['licence.html'] = "Licencia";
$string['other.html'] = "Documentaci<EFBFBD>n adicional";
?>