Move md_document language file to trad4all - refs #4467

1.10.x
Yannick Warnier 10 years ago
parent 75bc0af54b
commit 03690feddb
  1. 2
      main/cron/lang/langstats.php
  2. 1
      main/cron/lang/langstats_file_builder.php
  3. 4
      main/metadata/doc/Metadata_for_Chamilo.html
  4. 2
      main/metadata/md_document.htt
  5. 2
      main/metadata/md_document.php

@ -18,7 +18,7 @@ $language_file = array(
'blog', 'scormdocument',
'index', 'install', 'shibboleth',
'learnpath', 'course_info', 'survey',
'md_document', 'tracking', 'create_course',
'tracking', 'create_course',
'trad4all', 'document', 'userInfo', 'dropbox',
'videoconf', 'exercice', 'wiki',
'work', 'forum'

@ -28,7 +28,6 @@ $language_file = array(
'index',
'install',
'learnpath',
'md_document',
'registration',
'reservation',
'scormdocument',

@ -185,7 +185,7 @@ for correct spacing. See examples with the test construct in
OPTION-}</span>" repeatedly calls a subtemplate. In this example, the
subtemplate "OPTION" is repeated for all values in the associative list
$langLangs. (Sample associative lists can be found in <span
class="code">lang/english/md_document.inc.php</span>
class="code">lang/english/trad4all.inc.php</span>
Another example: "<span class="code">{-R general/keyword C
KEYWORD-}</span>" - repeat "KEYWORD" for all XML elements found by the
given path "general/keyword".</li>
@ -334,7 +334,7 @@ hundreds of documents, server response might slow down.<br>
<br>
<h2>Other files in DMD1.6</h2>
Language files
'md_document.inc.php' are available for English, French and Dutch.
'trad4all.inc.php' are available for English, French and Dutch.
Language files 'md_link.inc.php' and 'md_scorm.inc.php' only exist in
English.<br>
<br>

@ -1,4 +1,4 @@
<!-- {-md_document.htt-} --> <!-- for Dokeos metadata/index.php -->
<!-- {-md_document.htt-} --> <!-- for Chamilo metadata/index.php -->
<!-- 2006/05/15 -->
<!-- Copyright (C) 2005 rene.haentjens@UGent.be - see metadata/md_funcs.php -->

@ -1,6 +1,6 @@
<?php
/**
* md_document.php for Dokeos metadata/*.php
* md_document.php for Chamilo metadata/*.php
* 2005/09/20
* Copyright 2005 rene.haentjens@UGent.be - see metadata/md_funcs.php -->
* @package chamilo.metadata

Loading…
Cancel
Save