Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesbellver committed Jun 16, 2004
1 parent a6910e7 commit bfd0879
Show file tree
Hide file tree
Showing 6 changed files with 368 additions and 10 deletions.
31 changes: 31 additions & 0 deletions lang/ca/docs/files.php
@@ -0,0 +1,31 @@
<?php // $Id$
// Names of the documentation files
// Files with a definition "-" are treated as spacers

$string['-about'] = "Sobre Moodle";
$string['intro.html'] = "Introducció";
$string['background.html'] = "Rerefons";
$string['philosophy.html'] = "Filosofia";
$string['licence.html'] = "Llicència";
$string['features.html'] = "Característiques";
$string['release.html'] = "Notes de llançament";
$string['future.html'] = "Futur";
$string['credits.html'] = "Crèdits";

$string['-installation'] = "Administració";
$string['install.html'] = "Instal·lació";
$string['faq.html'] = "PMF d'instal·lació";
$string['installamp.html'] = "Apache, MySQL, PHP";
$string['upgrade.html'] = "Actualització";

$string['-usage'] = "Ús de Moodle";
$string['teacher.html'] = "Manual del professorat";
$string['other.html'] = "Altres documents";

$string['-development'] = "Desenvolupament";
$string['developer.html'] = "Manual de desenvolupament";
$string['coding.html'] = "Guia de codificació";
$string['cvs.html'] = "Ús del CVS";


?>

0 comments on commit bfd0879

Please sign in to comment.