From cb9dc45c36ffbbdee1a0f22a50b4f31db47a5eb6 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Mon, 29 Mar 2010 20:32:51 +0000 Subject: [PATCH] MDL-21694 Moving course reports lang files into plugin space --- {lang => course/report/log/lang}/en_utf8/coursereport_log.php | 0 .../report/outline/lang}/en_utf8/coursereport_outline.php | 0 .../participation/lang}/en_utf8/coursereport_participation.php | 0 .../report/progress/lang}/en_utf8/coursereport_progress.php | 0 {lang => course/report/stats/lang}/en_utf8/coursereport_stats.php | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {lang => course/report/log/lang}/en_utf8/coursereport_log.php (100%) rename {lang => course/report/outline/lang}/en_utf8/coursereport_outline.php (100%) rename {lang => course/report/participation/lang}/en_utf8/coursereport_participation.php (100%) rename {lang => course/report/progress/lang}/en_utf8/coursereport_progress.php (100%) rename {lang => course/report/stats/lang}/en_utf8/coursereport_stats.php (100%) diff --git a/lang/en_utf8/coursereport_log.php b/course/report/log/lang/en_utf8/coursereport_log.php similarity index 100% rename from lang/en_utf8/coursereport_log.php rename to course/report/log/lang/en_utf8/coursereport_log.php diff --git a/lang/en_utf8/coursereport_outline.php b/course/report/outline/lang/en_utf8/coursereport_outline.php similarity index 100% rename from lang/en_utf8/coursereport_outline.php rename to course/report/outline/lang/en_utf8/coursereport_outline.php diff --git a/lang/en_utf8/coursereport_participation.php b/course/report/participation/lang/en_utf8/coursereport_participation.php similarity index 100% rename from lang/en_utf8/coursereport_participation.php rename to course/report/participation/lang/en_utf8/coursereport_participation.php diff --git a/lang/en_utf8/coursereport_progress.php b/course/report/progress/lang/en_utf8/coursereport_progress.php similarity index 100% rename from lang/en_utf8/coursereport_progress.php rename to course/report/progress/lang/en_utf8/coursereport_progress.php diff --git a/lang/en_utf8/coursereport_stats.php b/course/report/stats/lang/en_utf8/coursereport_stats.php similarity index 100% rename from lang/en_utf8/coursereport_stats.php rename to course/report/stats/lang/en_utf8/coursereport_stats.php