38 $this->ctrl = $DIC->ctrl();
39 $this->lng = $DIC->language();
40 $this->tpl = $DIC[
"tpl"];
51 $cmd =
$ilCtrl->getCmd(
"showTranslationImportForm");
53 if (in_array($cmd, array(
"showTranslationImportForm",
"importTranslation"))) {
71 $tpl->setContent($form->getHTML());
82 $lng->loadLanguageModule(
"meta");
89 $fi->setRequired(
true);
94 foreach ($ot->getLanguages() as $l) {
95 if ($l[
"lang_code"] != $ot->getMasterLanguage()) {
96 $options[$l[
"lang_code"]] =
$lng->txt(
"meta_l_" . $l[
"lang_code"]);
100 $si->setOptions($options);
103 $form->addCommandButton(
"importTranslation",
$lng->txt(
"import"));
104 $form->setTitle(
$lng->txt(
"cont_import_trans"));
105 $form->setFormAction(
$ilCtrl->getFormAction($this));
119 $conf = $imp->getConfig(
"Modules/LearningModule");
123 if ($target_lang == $ot->getMasterLanguage() || $target_lang ==
"") {
125 $ilCtrl->redirect($this,
"showTranslationImportForm");
128 $conf->setTranslationImportMode($this->lm, $target_lang);
131 $_FILES[
"importfile"][
"tmp_name"],
132 $_FILES[
"importfile"][
"name"],
134 "Modules/LearningModule" 137 ilUtil::sendSuccess(
$lng->txt(
"msg_obj_modified"),
true);
138 $ilCtrl->redirect($this,
"showTranslationImportForm");
Import related features for learning modules.
showTranslationImportForm()
Translation import.
initTranslationImportForm()
Init translation input form.
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
importTranslation()
Import translation.
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
__construct($a_lm)
Constructor.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
static getInstance($a_obj_id)
Get instance.
executeCommand()
Execute command.