Move work language file to trad4all - refs #4467

1.10.x
Yannick Warnier 10 years ago
parent 652c6ecf19
commit 3b96011db9
  1. 3
      main/cron/lang/langstats.php
  2. 1
      main/cron/lang/langstats_file_builder.php
  3. 2
      main/work/add_document.php
  4. 2
      main/work/add_user.php
  5. 2
      main/work/edit.php
  6. 2
      main/work/edit_work.php
  7. 2
      main/work/student_work.php
  8. 2
      main/work/upload.php
  9. 2
      main/work/upload_from_template.php
  10. 2
      main/work/view.php
  11. 2
      main/work/work.php
  12. 2
      main/work/work_list.php
  13. 1
      main/work/work_list_all.php
  14. 2
      main/work/work_list_others.php
  15. 2
      main/work/work_missing.php

@ -20,8 +20,7 @@ $language_file = array(
'learnpath', 'course_info', 'survey',
'tracking', 'create_course',
'trad4all', 'document', 'userInfo', 'dropbox',
'exercice', 'wiki',
'work', 'forum'
'exercice', 'wiki', 'forum'
);
require_once '../../inc/global.inc.php';
require_once 'langstats.class.php';

@ -35,7 +35,6 @@ $language_file = array(
'trad4all',
'userInfo',
'wiki',
'work',
);
require_once '../../inc/global.inc.php';
require_once 'langstats.class.php';

@ -3,7 +3,7 @@
use ChamiloSession as Session;
$language_file = array('exercice', 'work', 'document', 'admin', 'gradebook');
$language_file = array('exercice', 'document', 'admin', 'gradebook');
require_once '../inc/global.inc.php';
require_once 'work.lib.php';

@ -1,7 +1,7 @@
<?php
/* For licensing terms, see /license.txt */
$language_file = array('exercice', 'work', 'document', 'admin', 'gradebook');
$language_file = array('exercice', 'document', 'admin', 'gradebook');
require_once '../inc/global.inc.php';

@ -3,7 +3,7 @@
use ChamiloSession as Session;
$language_file = array('exercice', 'work', 'document', 'admin', 'gradebook');
$language_file = array('exercice', 'document', 'admin', 'gradebook');
require_once '../inc/global.inc.php';
$current_course_tool = TOOL_STUDENTPUBLICATION;

@ -3,7 +3,7 @@
use ChamiloSession as Session;
$language_file = array('exercice', 'work', 'document', 'admin', 'gradebook');
$language_file = array('exercice', 'document', 'admin', 'gradebook');
require_once '../inc/global.inc.php';
$lib_path = api_get_path(LIBRARY_PATH);

@ -3,7 +3,7 @@
use ChamiloSession as Session;
$language_file = array('exercice', 'work', 'document', 'admin', 'gradebook');
$language_file = array('exercice', 'document', 'admin', 'gradebook');
require_once '../inc/global.inc.php';
$current_course_tool = TOOL_STUDENTPUBLICATION;

@ -3,7 +3,7 @@
use ChamiloSession as Session;
$language_file = array('exercice', 'work', 'document', 'admin', 'gradebook');
$language_file = array('exercice', 'document', 'admin', 'gradebook');
require_once '../inc/global.inc.php';
$current_course_tool = TOOL_STUDENTPUBLICATION;

@ -3,7 +3,7 @@
use ChamiloSession as Session;
$language_file = array('exercice', 'work', 'document', 'admin', 'gradebook');
$language_file = array('exercice', 'document', 'admin', 'gradebook');
require_once '../inc/global.inc.php';
$current_course_tool = TOOL_STUDENTPUBLICATION;

@ -1,7 +1,7 @@
<?php
/* For licensing terms, see /license.txt */
$language_file = array('exercice', 'work', 'document', 'admin');
$language_file = array('exercice', 'document', 'admin');
require_once '../inc/global.inc.php';
$current_course_tool = TOOL_STUDENTPUBLICATION;

@ -7,7 +7,7 @@
use ChamiloSession as Session;
$language_file = array('exercice', 'work', 'document', 'admin', 'gradebook', 'tracking');
$language_file = array('exercice', 'document', 'admin', 'gradebook', 'tracking');
require_once '../inc/global.inc.php';
$current_course_tool = TOOL_STUDENTPUBLICATION;

@ -3,7 +3,7 @@
use ChamiloSession as Session;
$language_file = array('exercice', 'work', 'document', 'admin', 'gradebook');
$language_file = array('exercice', 'document', 'admin', 'gradebook');
require_once '../inc/global.inc.php';
$current_course_tool = TOOL_STUDENTPUBLICATION;

@ -5,7 +5,6 @@ use ChamiloSession as Session;
$language_file = array(
'exercice',
'work',
'document',
'admin',
'gradebook',

@ -1,7 +1,7 @@
<?php
/* For licensing terms, see /license.txt */
$language_file = array('exercice', 'work', 'document', 'admin', 'gradebook');
$language_file = array('exercice', 'document', 'admin', 'gradebook');
require_once '../inc/global.inc.php';
$current_course_tool = TOOL_STUDENTPUBLICATION;

@ -3,7 +3,7 @@
use ChamiloSession as Session;
$language_file = array('exercice', 'work', 'document', 'admin', 'gradebook');
$language_file = array('exercice', 'document', 'admin', 'gradebook');
require_once '../inc/global.inc.php';
$current_course_tool = TOOL_STUDENTPUBLICATION;

Loading…
Cancel
Save